:root {
  --paper: #f3eee6;
  --paper-light: #f8f4ed;
  --ink: #302822;
  --muted: #6f675f;
  --line: #c9c1b7;
  --serif: "Libre Caslon Display", Georgia, serif;
  --display: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background-color: var(--paper); background-image: radial-gradient(rgba(65,49,38,.035) .7px, transparent .7px); background-size: 5px 5px; color: var(--ink); font-family: var(--sans); margin: 0; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { margin: 0 auto; max-width: 1420px; padding-left: 56px; padding-right: 56px; }
.sr-only { clip: rect(0,0,0,0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; }

.navbar { align-items: center; display: grid; grid-template-columns: 250px 1fr 200px; height: 112px; }
.brand { align-items: center; display: flex; flex-direction: column; justify-self: start; line-height: 1.1; }
.brand strong { font-family: var(--serif); font-size: 22px; font-weight: 400; letter-spacing: .03em; }
.brand span { font-size: 7px; letter-spacing: .35em; margin-top: 7px; }
.brand small { font-family: var(--serif); font-size: 15px; margin-top: 8px; }
.nav-links { display: flex; gap: 50px; justify-content: center; }
.nav-links a, .login-button { background: transparent; border: 0; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a { position: relative; }
.nav-links a::after { background: var(--ink); bottom: -8px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transition: transform .25s; width: 100%; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-actions { align-items: center; display: flex; gap: 35px; justify-self: end; }
.cart-button { align-items: center; background: transparent; border: 0; display: flex; font-size: 10px; gap: 8px; }
.cart-button svg { height: 16px; width: 16px; }
.menu-toggle { display: none; }

.hero { display: grid; grid-template-columns: 100px 1fr 120px 48%; grid-template-rows: 1fr auto; min-height: 690px; padding-bottom: 55px; padding-top: 30px; position: relative; }
.hero-side { align-items: center; display: flex; justify-content: center; }
.hero-side::before { background: var(--line); content: ""; height: 120px; position: absolute; top: 100px; width: 1px; }
.hero-side span { font-size: 8px; letter-spacing: .22em; transform: rotate(-90deg); text-transform: uppercase; white-space: nowrap; }
.hero-copy { align-self: center; padding-left: 45px; z-index: 1; }
.hero-copy h1 { font-size: clamp(4rem, 7vw, 7rem); letter-spacing: -.04em; line-height: .98; margin-bottom: 16px; }
.hero-copy em { display: block; font-family: var(--serif); font-size: clamp(3.1rem, 5.7vw, 6rem); line-height: 1.05; margin-bottom: 45px; }
.hero-copy p { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 30px; }
.under-link { background: transparent; border: 0; border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 9px; gap: 30px; letter-spacing: .13em; padding: 0 0 9px; text-transform: uppercase; }
.under-link svg { height: 15px; width: 15px; }
.monogram { align-self: center; display: flex; flex-direction: column; margin-top: 50px; position: relative; }
.monogram span { font-family: var(--serif); font-size: 26px; }
.monogram i { background: var(--ink); height: 1px; margin: -2px 0 4px 22px; transform: rotate(-58deg); width: 38px; }
.monogram svg { fill: none; height: 80px; margin-left: 18px; stroke: #8e877e; stroke-width: .8; width: 75px; }
.hero-image { align-self: start; height: 610px; padding: 72px 0 0 0; position: relative; }
.hero-image .image-block { background: #e5e0da; height: 72px; left: 0; position: absolute; top: 0; width: 40%; }
.hero-image img { height: 100%; object-fit: cover; object-position: 57% center; position: relative; width: calc(100% - 80px); }
.quality-seal { align-items: center; background: var(--paper); border-radius: 50%; bottom: -38px; display: flex; height: 130px; justify-content: center; position: absolute; right: 0; width: 130px; }
.quality-seal span { font-size: 7px; letter-spacing: .22em; line-height: 1.9; text-align: center; transform: rotate(26deg); width: 90px; }
.hero-note { align-self: end; font-size: 8px; grid-column: 1 / 3; letter-spacing: .14em; line-height: 1.6; padding-left: 0; text-transform: uppercase; }

.products { display: grid; gap: 85px; grid-template-columns: 62% 1fr; padding-bottom: 75px; }
.craft-banner { align-self: start; height: 265px; overflow: hidden; position: relative; }
.craft-banner::after { background: linear-gradient(90deg, rgba(13,12,11,.68), transparent 65%); content: ""; inset: 0; position: absolute; }
.craft-banner img { height: 100%; object-fit: cover; }
.craft-banner p { color: white; font-size: 9px; font-weight: 600; left: 45px; letter-spacing: .2em; line-height: 1.75; position: absolute; text-transform: uppercase; top: 93px; z-index: 1; }
.product-list { margin-top: 5px; }
.section-title h2 { font-size: 34px; line-height: 1.1; margin-bottom: 23px; }
.section-title em { font-weight: 400; }
.section-title::after, .short-line { background: var(--ink); content: ""; display: block; height: 1px; width: 38px; }
.product-row { align-items: center; border-bottom: 1px solid #d9d2c9; display: grid; gap: 18px; grid-template-columns: 72px 1fr auto 25px; padding: 12px 0; }
.product-row img { height: 54px; object-fit: cover; }
.product-row:nth-of-type(3) img { object-position: 68%; }.product-row:nth-of-type(4) img { object-position: center bottom; }
.product-row span { display: flex; flex-direction: column; }
.product-row strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.product-row small { color: var(--muted); font-size: 9px; margin-top: 4px; }
.product-row b { font-family: var(--serif); font-size: 15px; font-weight: 400; white-space: nowrap; }
.add-cart { align-items: center; background: transparent; border: 0; display: flex; justify-content: center; opacity: 0; transition: opacity .2s; }
.product-row:hover .add-cart { opacity: 1; }
.add-cart svg { height: 14px; width: 14px; }
.product-link { margin-top: 32px; }

.bespoke { align-items: center; display: grid; grid-template-columns: 36% 64%; min-height: 470px; padding-bottom: 80px; }
.bespoke-copy { background: rgba(255,255,255,.24); margin-right: -60px; padding: 55px 95px 48px 55px; position: relative; z-index: 1; }
.bespoke-copy h2 { font-size: 34px; line-height: 1.3; margin-bottom: 20px; }
.bespoke-copy p { color: var(--muted); font-size: 10px; line-height: 1.8; margin: 27px 0; max-width: 270px; }
.bespoke-image { align-self: stretch; display: flex; justify-content: center; position: relative; }
.bespoke-image > span { background: #5d5149; bottom: 0; height: 135px; left: 0; position: absolute; width: 35%; }
.bespoke-image img { height: 420px; object-fit: cover; object-position: 59% center; position: relative; width: 70%; }

.story { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 35px; grid-template-columns: 28% 15% 23% 27% 1fr; min-height: 335px; padding-bottom: 30px; padding-top: 30px; }
.story-head > span { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.story-head h2 { font-size: 30px; line-height: 1.25; margin: 19px 0; }
.story-head i { background: var(--ink); display: block; height: 1px; width: 24px; }
.signature { align-items: center; display: flex; flex-direction: column; }
.signature strong { font-family: var(--serif); font-size: 36px; font-style: italic; font-weight: 400; transform: rotate(-7deg); }
.signature span, .story-text { color: var(--muted); font-size: 9px; line-height: 1.65; }
.story-text { margin: 0; }
.story-image { height: 250px; object-fit: cover; }
.values { display: flex; flex-direction: column; gap: 16px; }
.values span { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }

.newsletter { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 40px; grid-template-columns: 30% 42% 1fr; min-height: 135px; position: relative; }
.newsletter > p { color: var(--muted); font-size: 9px; line-height: 1.65; margin: 0; }
.newsletter-form { border: 1px solid #a9a197; display: flex; height: 44px; }
.newsletter-form input { background: transparent; border: 0; min-width: 0; outline: 0; padding: 0 16px; width: 100%; }
.newsletter-form button { align-items: center; background: transparent; border: 0; display: flex; font-size: 8px; gap: 20px; letter-spacing: .13em; padding: 0 16px; text-transform: uppercase; }
.newsletter-form svg { height: 14px; }
.social-links { display: flex; font-size: 8px; gap: 42px; justify-content: flex-end; letter-spacing: .1em; text-transform: uppercase; }
.form-message { bottom: 7px; color: #6c584c; font-size: 8px; left: 30%; position: absolute; }
.footer { align-items: center; color: #7e776f; display: grid; font-size: 7px; grid-template-columns: 1fr 1fr 2fr; min-height: 70px; text-transform: uppercase; }
.footer > div { display: flex; gap: 38px; justify-content: flex-end; }

.modal { align-items: center; display: none; inset: 0; justify-content: center; padding: 20px; position: fixed; z-index: 20; }
.modal.open { display: flex; }
.modal-backdrop { background: rgba(37,29,24,.78); inset: 0; position: absolute; }
.modal-card { background: var(--paper-light); max-width: 660px; padding: 48px; position: relative; width: 100%; z-index: 1; }
.modal-close { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: 50%; display: flex; height: 36px; justify-content: center; position: absolute; right: 22px; top: 22px; width: 36px; }
.modal-close svg { height: 15px; }
.modal-kicker { font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.modal-card h2 { font-size: 39px; margin: 16px 0 10px; }
.modal-card > p { color: var(--muted); font-size: 10px; }
.order-form { display: grid; gap: 15px; grid-template-columns: 1fr 1fr; margin-top: 25px; }
.order-form label { display: flex; flex-direction: column; font-size: 8px; gap: 7px; letter-spacing: .08em; text-transform: uppercase; }
.order-form input, .order-form select, .order-form textarea { background: white; border: 1px solid var(--line); min-height: 43px; padding: 10px 12px; resize: vertical; }
.order-form .full, .submit-button { grid-column: 1 / -1; }
.submit-button { align-items: center; background: var(--ink); border: 0; color: white; display: flex; font-size: 9px; gap: 18px; justify-content: center; min-height: 48px; }
.submit-button svg { height: 15px; }
.order-message { color: #6b5143; font-size: 9px; margin-top: 10px; text-align: center; }
.toast { background: var(--ink); bottom: 22px; color: white; font-size: 9px; opacity: 0; padding: 12px 18px; pointer-events: none; position: fixed; right: 22px; transform: translateY(10px); transition: .25s; z-index: 30; }
.toast.show { opacity: 1; transform: none; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s, transform .75s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .shell { padding-left: 30px; padding-right: 30px; }
  .navbar { grid-template-columns: 190px 1fr 140px; }
  .nav-links { gap: 25px; }
  .hero { grid-template-columns: 60px 1fr 80px 48%; }
  .products { gap: 45px; grid-template-columns: 58% 1fr; }
  .story { gap: 25px; grid-template-columns: 25% 15% 24% 28% 1fr; }
}

@media (max-width: 900px) {
  .navbar { display: flex; height: 90px; justify-content: space-between; }
  .nav-actions { display: none; }
  .menu-toggle { background: transparent; border: 0; display: grid; gap: 7px; padding: 12px 0 12px 12px; position: relative; z-index: 10; }
  .menu-toggle span { background: var(--ink); height: 1px; transition: .25s; width: 27px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav-links { align-items: flex-start; background: var(--paper-light); flex-direction: column; gap: 22px; inset: 0 0 auto 0; max-height: 0; overflow: hidden; padding: 0 30px; position: fixed; transition: max-height .4s, padding .4s; width: 100vw; z-index: 8; }
  .nav-links.open { max-height: 420px; padding-bottom: 35px; padding-top: 105px; }
  .hero { grid-template-columns: 1fr 44%; min-height: 620px; }
  .hero-side, .monogram, .hero-note { display: none; }
  .hero-copy { padding-left: 0; }
  .hero-image { height: 520px; }
  .products { grid-template-columns: 1fr 42%; }
  .story { grid-template-columns: 1fr 1fr 1fr; padding-bottom: 55px; padding-top: 55px; }
  .story-image { grid-column: span 2; }
  .newsletter { grid-template-columns: 1fr 1.7fr; }
  .social-links { display: none; }
}

@media (max-width: 700px) {
  .shell { padding-left: 20px; padding-right: 20px; }
  .brand strong { font-size: 18px; }
  .hero { display: flex; flex-direction: column; min-height: 0; padding-bottom: 70px; padding-top: 25px; }
  .hero-copy { order: 2; padding-top: 48px; }
  .hero-copy h1 { font-size: 4.2rem; }
  .hero-copy em { font-size: 3.1rem; margin-bottom: 30px; }
  .hero-image { height: 500px; order: 1; padding-top: 40px; }
  .hero-image img { width: calc(100% - 30px); }
  .quality-seal { bottom: -30px; height: 100px; width: 100px; }
  .products { display: flex; flex-direction: column; gap: 55px; padding-bottom: 70px; }
  .craft-banner { height: 240px; }
  .product-list { order: 2; }
  .bespoke { display: flex; flex-direction: column; padding-bottom: 70px; }
  .bespoke-copy { margin: 0; padding: 40px 25px; width: 100%; }
  .bespoke-image { width: 100%; }
  .bespoke-image img { height: 420px; width: 85%; }
  .story { grid-template-columns: 1fr 1fr; }
  .story-head { grid-column: span 2; }
  .signature { align-items: flex-start; }
  .story-image { grid-column: span 2; height: 280px; }
  .newsletter { gap: 20px; grid-template-columns: 1fr; padding-bottom: 40px; padding-top: 40px; }
  .newsletter-form { max-width: 500px; width: 100%; }
  .form-message { bottom: 12px; left: 20px; }
  .footer { align-items: flex-start; gap: 12px; grid-template-columns: 1fr; padding-bottom: 25px; padding-top: 25px; }
  .footer > div { justify-content: flex-start; }
  .order-form { grid-template-columns: 1fr; }
  .order-form .full, .submit-button { grid-column: auto; }
}

@media (max-width: 420px) {
  .hero-image { height: 410px; }
  .hero-copy h1 { font-size: 3.55rem; }
  .hero-copy em { font-size: 2.75rem; }
  .product-row { gap: 11px; grid-template-columns: 58px 1fr auto 20px; }
  .bespoke-image img { height: 350px; }
  .story { grid-template-columns: 1fr; }
  .story-head, .story-image { grid-column: auto; }
  .modal-card { max-height: calc(100vh - 30px); overflow-y: auto; padding: 38px 22px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
