:root {
  --ivory: #f6f1eb;
  --ivory-deep: #ece4da;
  --paper: #fffdf9;
  --forest: #25422e;
  --forest-dark: #173024;
  --gold: #b28b55;
  --rose: #b96e60;
  --ink: #25322a;
  --muted: #687169;
  --line: rgba(37, 66, 46, .18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 22px 70px rgba(40, 44, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(3.55rem, 8vw, 7.8rem); }
h2 { font-size: clamp(2.7rem, 5.2vw, 5.4rem); }
h3 { font-size: clamp(2rem, 3vw, 3.3rem); }
section, [id] { scroll-margin-top: 86px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; transform: translateY(-160%); z-index: 200; background: var(--forest); color: white; padding: 10px 16px; text-decoration: none; }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 18px; color: var(--gold); font-size: .72rem; font-weight: 600; letter-spacing: .19em; line-height: 1.35; text-transform: uppercase; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; height: 104px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 22px; padding: 6px clamp(22px, 4vw, 70px); border-bottom: 1px solid transparent; transition: background .25s, border .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(246, 241, 235, .94); border-color: var(--line); box-shadow: 0 4px 24px rgba(33, 48, 38, .05); backdrop-filter: blur(16px); }
.brand { width: 220px; display: block; }
.brand img { width: 100%; height: 92px; object-fit: contain; object-position: left center; transform: scale(1.16); transform-origin: left center; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(10px, 1.45vw, 25px); }
.main-nav a { position: relative; color: var(--forest); font-size: .67rem; font-weight: 600; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .2s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.language-switch { display: flex; align-items: center; gap: 5px; color: var(--forest); font-size: .72rem; font-weight: 600; letter-spacing: .1em; }
.language-switch button { padding: 7px 2px; color: inherit; border: 0; border-bottom: 1px solid transparent; background: none; cursor: pointer; opacity: .45; }
.language-switch button[aria-pressed="true"] { border-color: currentColor; opacity: 1; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--forest); transition: transform .2s, opacity .2s; }

.hero-section { position: relative; min-height: 100vh; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,241,235,.98) 0%, rgba(246,241,235,.92) 37%, rgba(246,241,235,.22) 68%, rgba(246,241,235,.04) 100%), url('/assets/40cb982d24467efdbc047d513d133acc.webp') center 42% / cover no-repeat; transform: scale(1.02); }
.hero-copy { position: relative; z-index: 2; width: min(960px, 88vw); padding: clamp(165px, 18vh, 230px) 0 125px clamp(25px, 8vw, 140px); }
.hero-copy h1 { margin-bottom: 30px; color: var(--forest); font-size: clamp(3.1rem, 6.6vw, 6.8rem); }
.hero-copy h1 span, .hero-copy h1 em { display: block; white-space: nowrap; }
.hero-copy h1 em { color: var(--gold); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 490px; margin-bottom: 36px; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 23px; border: 1px solid var(--forest); color: var(--forest); font-size: .73rem; font-weight: 600; letter-spacing: .1em; line-height: 1.3; text-align: center; text-decoration: none; text-transform: uppercase; transition: color .2s, background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-solid { color: white; background: var(--forest); }
.button-solid:hover { background: var(--forest-dark); }
.button-quiet { border-color: transparent; }
.button-quiet:hover { border-color: var(--forest); }
.button-light { border-color: white; color: var(--forest); background: white; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 27px; width: 30px; height: 46px; border: 1px solid rgba(37,66,46,.48); border-radius: 20px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 9px; width: 4px; height: 4px; border-radius: 50%; background: var(--forest); transform: translateX(-50%); animation: cue 1.7s infinite; }
@keyframes cue { 0% { opacity: 0; transform: translate(-50%, 0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 17px); } }

.craft-intro { position: relative; z-index: 3; padding: 135px clamp(24px, 7vw, 112px); background: var(--ivory); }
.section-heading { max-width: 860px; margin: 0 auto 70px; text-align: center; }
.section-heading h2 { margin-bottom: 28px; color: var(--forest); }
.section-heading h2 span { display: block; }
.section-heading > p:last-child { max-width: 600px; margin: auto; color: var(--muted); }
.craft-process { max-width: 1240px; height: clamp(360px, 50vw, 650px); position: relative; margin: 0 auto 18px; overflow: hidden; }
.craft-process::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(21,37,28,.72)); }
.craft-process img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.craft-process p { position: absolute; z-index: 1; right: clamp(24px, 5vw, 60px); bottom: 32px; max-width: 410px; margin: 0; color: white; font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); font-style: italic; line-height: 1.2; text-align: right; }
.craft-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.craft-card { min-height: 440px; position: relative; display: flex; align-items: flex-end; padding: clamp(30px, 4vw, 48px); overflow: hidden; border: 1px solid var(--line); color: var(--forest); background: var(--paper); text-decoration: none; transition: color .25s, background .25s, transform .25s; }
.craft-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.craft-card:hover { color: white; background: var(--forest); transform: translateY(-4px); }
.craft-card:hover::before { transform: scaleX(1); }
.craft-card > div { max-width: 360px; }
.craft-card h3 { margin-bottom: 18px; }
.craft-card .eyebrow { color: #8a6332; }
.craft-card:hover .eyebrow { color: #e0c9a6; }
.craft-card p:not(.eyebrow) { color: var(--muted); font-size: .9rem; }
.craft-card:hover p:not(.eyebrow) { color: rgba(255,255,255,.82); }
.craft-number { position: absolute; top: 35px; right: 36px; font-family: var(--serif); font-size: 2.4rem; opacity: .55; }
.text-link { display: inline-block; margin-top: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .68rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }

.collections-section { background: var(--paper); }
.founders-feature { max-width: 1440px; margin: auto; display: grid; grid-template-columns: 1.04fr .96fr; background: var(--forest); color: white; }
.founders-image { min-height: 720px; position: relative; overflow: hidden; }
.founders-image > img:first-child { width: 100%; height: 100%; object-fit: cover; }
.founders-seal { position: absolute; right: 35px; bottom: 35px; width: 120px; filter: drop-shadow(0 9px 24px rgba(0,0,0,.18)); }
.founders-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 105px); }
.founders-copy h2 { margin-bottom: 35px; }
.founders-copy > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.founders-note { margin: 8px 0 30px; font-family: var(--serif); font-size: 1.35rem; font-style: italic; }
.coming-soon { width: fit-content; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); color: #e0c9a6; font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.catalog-intro { max-width: 950px; margin: auto; padding: 145px 30px 70px; text-align: center; }
.catalog-intro h2 { margin-bottom: 25px; color: var(--forest); }
.catalog-intro > p:last-child { color: var(--muted); }
.collection-block { max-width: 1380px; margin: auto; padding: 75px clamp(22px, 5vw, 74px) 115px; }
.collection-block + .collection-block { border-top: 1px solid var(--line); }
.collection-heading { display: grid; grid-template-columns: 1fr minmax(280px, 470px); align-items: end; gap: 60px; margin-bottom: 45px; }
.collection-heading h2 { margin: 0; color: var(--forest); font-size: clamp(2.5rem, 4.4vw, 4.6rem); }
.collection-heading > p { margin: 0 0 9px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.product-card { grid-column: span 4; position: relative; background: var(--ivory); cursor: pointer; }
.product-card.featured { grid-column: span 4; }
.product-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #f7f3ed; }
.product-card.featured .product-image { aspect-ratio: 4 / 5; }
.product-image img { width: 100%; height: 100%; padding: 10px; object-fit: contain; object-position: center; transition: transform .6s cubic-bezier(.2,.6,.3,1); }
.product-card:hover .product-image img { transform: scale(1.012); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; color: var(--forest); background: rgba(255,253,249,.92); font-size: .62rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.product-info { padding: 22px 21px 25px; }
.product-info h3 { margin: 0 0 6px; color: var(--forest); font-family: var(--serif); font-size: 1.65rem; line-height: 1.1; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .75rem; letter-spacing: .03em; }
.product-meta strong { color: var(--forest); font-weight: 500; }
.product-open { position: absolute; inset: 0; width: 100%; border: 0; background: transparent; cursor: pointer; }
.product-open:focus-visible { outline: 2px solid var(--gold); outline-offset: -4px; }
.placeholder-card { cursor: default; }
.placeholder-image { display: grid; place-items: center; border: 1px dashed rgba(37,66,46,.24); background: var(--ivory-deep); }
.placeholder-image img { width: 46%; height: auto; padding: 0; object-fit: contain; opacity: .2; filter: grayscale(1); }
.placeholder-card:hover .placeholder-image img { transform: none; }
.placeholder-card .product-meta { justify-content: flex-start; }

.story-section { background: var(--ivory); }
.philosophy-panel { max-width: 1200px; margin: auto; padding: 145px clamp(24px, 6vw, 90px); }
.philosophy-panel h2 { max-width: 900px; margin-bottom: 60px; color: var(--forest); }
.philosophy-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-left: min(20vw, 260px); }
.philosophy-copy p { color: var(--muted); }
.philosophy-close { margin: 45px 0 0 min(20vw, 260px); color: var(--forest); font-family: var(--serif); font-size: clamp(1.6rem, 2.7vw, 2.5rem); font-style: italic; line-height: 1.2; }
.philosophy-close span { display: block; }
.founder-note { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; background: var(--ivory-deep); }
.founder-portrait { height: 650px; overflow: hidden; }
.founder-portrait img { width: 100%; height: 100%; object-fit: cover; }
.founder-note blockquote { max-width: 720px; margin: 0; padding: clamp(50px, 8vw, 110px); color: var(--forest); font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 4rem); font-style: italic; line-height: 1.18; }
.contact-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding: clamp(60px, 8vw, 110px) clamp(24px, 7vw, 105px); color: white; background: var(--forest); }
.contact-panel h2 { max-width: 700px; margin-bottom: 17px; font-size: clamp(2.6rem, 4.6vw, 4.8rem); }
.contact-panel p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.72); }
.contact-actions { min-width: 230px; display: flex; flex-direction: column; align-items: stretch; gap: 18px; text-align: center; }
.instagram-link { color: rgba(255,255,255,.78); font-size: .78rem; text-underline-offset: 4px; }
footer { min-height: 190px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding: 35px clamp(24px, 7vw, 105px); background: #eee7de; color: var(--forest); font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
footer img { width: 150px; }
footer p { margin: 0; text-align: center; }
footer a { justify-self: end; text-decoration: none; }

.product-modal[hidden] { display: none; }
.product-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 22px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(17, 29, 22, .72); backdrop-filter: blur(7px); }
.modal-panel { position: relative; z-index: 1; width: min(1160px, 96vw); max-height: min(88vh, 850px); display: grid; grid-template-columns: 1fr 1fr; overflow: auto; background: var(--paper); box-shadow: var(--shadow); animation: modalIn .28s ease-out; }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.985); } }
.modal-close { position: absolute; top: 12px; right: 14px; z-index: 4; width: 43px; height: 43px; border: 0; border-radius: 50%; color: var(--forest); background: rgba(255,253,249,.92); font-family: var(--serif); font-size: 2rem; line-height: 1; cursor: pointer; }
.modal-gallery { min-width: 0; padding: 24px; background: var(--ivory); }
.modal-main-image { height: min(66vh, 650px); overflow: hidden; background: #f4efe8; }
.modal-main-image img { width: 100%; height: 100%; object-fit: contain; }
.modal-thumbs { display: grid; grid-template-columns: repeat(3, 70px); gap: 9px; margin-top: 12px; }
.modal-thumbs button { aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; background: transparent; cursor: pointer; }
.modal-thumbs button.active { border-color: var(--forest); }
.modal-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.modal-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 6vw, 78px); }
.modal-copy h2 { margin-bottom: 10px; color: var(--forest); font-size: clamp(2.9rem, 5vw, 5rem); }
.modal-price { margin-bottom: 25px; color: var(--forest); font-family: var(--serif); font-size: 1.55rem; }
.modal-short { color: var(--forest); font-family: var(--serif); font-size: 1.3rem; line-height: 1.35; }
.modal-description { color: var(--muted); font-size: .9rem; }
.modal-description p { margin-bottom: 12px; }
.details-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 15px 0 27px; }
.details-list span { padding: 7px 10px; border: 1px solid var(--line); color: var(--forest); font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }
.square-button { align-self: flex-start; }
.checkout-note { margin: 12px 0 0; color: var(--muted); font-size: .72rem; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 400; padding: 11px 17px; color: white; background: var(--forest); font-size: .8rem; transform: translate(-50%, 140%); transition: transform .25s; }
.toast.show { transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 185px 1fr auto; gap: 13px; padding-inline: 22px; }
  .brand { width: 185px; }
  .main-nav { gap: 11px; }
  .main-nav a { font-size: .57rem; }
  .product-card { grid-column: span 6; }
  .founders-feature { grid-template-columns: 1fr 1fr; }
  .founders-image { min-height: 650px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 70px; grid-template-columns: 1fr auto auto; }
  .brand { width: 118px; }
  .brand img { height: 58px; transform: scale(1.08); }
  .menu-toggle { display: block; order: 2; }
  .language-switch { order: 3; }
  .main-nav { position: absolute; inset: 70px 0 auto 0; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 18px 24px 24px; border-bottom: 1px solid var(--line); background: rgba(246,241,235,.98); box-shadow: 0 18px 30px rgba(33,48,38,.08); }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 12px 0; font-size: .74rem; }
  .main-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-media { background: linear-gradient(180deg, rgba(246,241,235,.32), rgba(246,241,235,.86) 57%, var(--ivory) 88%), url('/assets/40cb982d24467efdbc047d513d133acc.webp') 62% 30% / cover no-repeat; }
  .hero-copy { width: 100%; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding: 110px 25px 105px; }
  .hero-copy h1 { font-size: clamp(3.35rem, 15vw, 5.7rem); }
  .hero-copy h1 span, .hero-copy h1 em { white-space: normal; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .craft-grid { grid-template-columns: 1fr; }
  .craft-card { min-height: 360px; }
  .founders-feature { grid-template-columns: 1fr; }
  .founders-image { min-height: 480px; }
  .founders-copy { padding: 60px 32px 72px; }
  .collection-heading { grid-template-columns: 1fr; gap: 22px; }
  .product-card, .product-card.featured { grid-column: span 6; }
  .product-card.featured .product-image { aspect-ratio: 4 / 5; }
  .philosophy-copy { margin-left: 0; grid-template-columns: 1fr; gap: 15px; }
  .philosophy-close { margin-left: 0; }
  .founder-note { grid-template-columns: 1fr; }
  .founder-portrait { height: 520px; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-actions { min-width: 0; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer a { justify-self: center; }
  .modal-panel { grid-template-columns: 1fr; max-height: 92vh; }
  .modal-main-image { height: 48vh; }
  .modal-copy { padding: 35px 26px 45px; }
  .square-button { align-self: stretch; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .site-header { padding-inline: 14px; }
  .hero-actions { width: 100%; }
  .craft-intro { padding-block: 100px; }
  .craft-card { min-height: 490px; padding: 30px 24px; }
  .founders-image { min-height: 390px; }
  .founders-seal { right: 18px; bottom: 18px; width: 92px; }
  .catalog-intro { padding-top: 105px; }
  .collection-block { padding-top: 55px; padding-bottom: 90px; }
  .product-grid { gap: 10px; }
  .product-info { padding: 16px 13px 19px; }
  .product-info h3 { font-size: 1.32rem; }
  .product-meta span { display: none; }
  .product-card .product-image, .product-card.featured .product-image { aspect-ratio: 3 / 4; }
  .philosophy-panel { padding-block: 105px; }
  .founder-portrait { height: 400px; }
  .founder-note blockquote { padding: 48px 28px 60px; }
  .product-modal { padding: 0; }
  .modal-panel { width: 100vw; max-height: 100svh; height: 100svh; }
  .modal-gallery { padding: 0; }
  .modal-main-image { height: 46vh; }
  .modal-thumbs { margin: 8px 14px 0; }
}

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