:root {
  --paper: #f4f0e8;
  --paper-deep: #e9e1d4;
  --ink: #1f2924;
  --muted: #687168;
  --line: rgba(31, 41, 36, .16);
  --sage: #a8bba8;
  --moss: #5f7864;
  --leaf: #304c3a;
  --clay: #c56d48;
  --sun: #dfa85b;
  --white: #fffdf8;
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 24px 60px rgba(31, 41, 36, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 15px; line-height: 1.6; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .28; z-index: 5; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 7px 20px; color: var(--paper); background: var(--leaf); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.announcement-mark { color: var(--sun); font-size: 14px; }
.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; max-width: 1240px; margin: 0 auto; padding: 26px 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; color: var(--paper); background: var(--ink); border-radius: 50%; font-family: var(--display); font-size: 23px; font-weight: 700; line-height: 1; }
.brand-text { display: grid; line-height: .95; }
.brand-text strong { font-family: var(--display); font-size: 22px; letter-spacing: -.03em; }
.brand-text em { margin-top: 4px; color: var(--muted); font-size: 8px; font-style: normal; letter-spacing: .22em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 600; letter-spacing: .03em; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--clay); }
.site-nav .nav-cta { padding: 11px 17px; color: var(--paper); background: var(--ink); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr); max-width: 1240px; min-height: 645px; margin: 0 auto; padding: 42px 32px 100px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 42px 0 28px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--moss); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 33px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.045em; line-height: .9; }
h1 { max-width: 560px; margin-bottom: 28px; font-size: clamp(74px, 9.1vw, 142px); }
h1 i, h2 i { color: var(--clay); font-style: italic; }
.hero-lead { max-width: 420px; margin-bottom: 30px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 49px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .05em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: var(--leaf); }
.button-light { color: var(--ink); background: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: 11px; font-weight: 700; }
.text-link span { font-size: 16px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 45px; color: var(--muted); font-size: 10px; letter-spacing: .02em; }
.note-dot { width: 7px; height: 7px; background: var(--clay); border-radius: 50%; }

.hero-art { position: relative; min-height: 520px; }
.art-halo { position: absolute; top: 6%; right: 3%; width: min(36vw, 445px); aspect-ratio: 1; border: 1px solid rgba(48, 76, 58, .23); border-radius: 50%; box-shadow: 0 0 0 24px rgba(168, 187, 168, .1), 0 0 0 55px rgba(168, 187, 168, .06); }
.art-halo::before, .art-halo::after { content: ""; position: absolute; width: 9px; height: 9px; background: var(--clay); border-radius: 50%; }
.art-halo::before { top: 16%; left: 9%; }
.art-halo::after { right: 6%; bottom: 25%; background: var(--sun); }
.bottle { position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.bottle-hero { top: 14%; left: 35%; transform: rotate(6deg); filter: drop-shadow(30px 30px 15px rgba(31, 41, 36, .18)); }
.bottle-cap { width: 72px; height: 52px; background: linear-gradient(90deg, #343c32, #77795e 48%, #283529); border-radius: 10px 10px 5px 5px; }
.bottle-neck { width: 53px; height: 30px; background: #4c5b46; }
.bottle-glass { display: grid; width: 190px; height: 330px; place-items: center; background: linear-gradient(100deg, #687f58 0%, #425d40 45%, #293b2d 100%); border-radius: 23px 23px 38px 38px; box-shadow: inset 18px 0 30px rgba(255, 255, 255, .13); }
.bottle-label { display: grid; width: 145px; height: 185px; align-content: center; place-items: center; color: var(--ink); background: #e9d7aa; text-align: center; transform: rotate(-2deg); }
.bottle-label span { margin-bottom: 12px; font-family: var(--display); font-size: 28px; font-weight: 600; }
.bottle-label strong { font-size: 12px; letter-spacing: .22em; }
.bottle-label small { margin-top: 13px; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.art-seed { position: absolute; z-index: 3; width: 20px; height: 33px; background: var(--sun); border: 2px solid var(--paper); border-radius: 70% 30% 65% 35%; box-shadow: 6px 8px 0 rgba(197, 109, 72, .14); }
.art-seed-one { top: 13%; left: 16%; transform: rotate(-25deg); }
.art-seed-two { right: 9%; bottom: 20%; transform: rotate(31deg) scale(.7); }
.art-leaf { position: absolute; z-index: 1; width: 110px; height: 210px; border: 1px solid rgba(48, 76, 58, .4); border-radius: 100% 0 100% 0; }
.art-leaf-one { top: 27%; right: 4%; transform: rotate(35deg); }
.art-leaf-two { bottom: 5%; left: 5%; transform: rotate(-48deg) scale(.73); }
.art-caption { position: absolute; right: 0; bottom: 13%; display: flex; gap: 12px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.art-caption span:first-child { color: var(--clay); font-size: 18px; font-weight: 700; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; max-width: 1176px; margin: -25px auto 0; padding: 22px 32px 40px; border-top: 1px solid var(--line); }
.trust-item { display: grid; grid-template-columns: 30px 1fr; column-gap: 13px; align-items: baseline; }
.trust-item span:not(.trust-number) { grid-column: 2; color: var(--muted); font-size: 11px; line-height: 1.45; }
.trust-number { grid-row: span 2; color: var(--clay); font-size: 10px; font-weight: 700; }
.trust-item strong { font-family: var(--display); font-size: 21px; font-weight: 600; }

.section { max-width: 1176px; margin: 0 auto; padding: 120px 32px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.section-heading.compact { margin-bottom: 45px; }
h2 { margin-bottom: 0; font-size: clamp(56px, 6vw, 92px); }
.section-intro { max-width: 315px; margin-bottom: 7px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { overflow: hidden; background: var(--white); box-shadow: 0 1px 0 rgba(31, 41, 36, .05); transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-visual { position: relative; display: grid; min-height: 290px; place-items: center; overflow: hidden; }
.visual-gold { background: #ddc68d; }.visual-sage { background: #afc5ac; }.visual-clay { background: #d88f6d; }.visual-ink { background: #506558; }
.product-badge { position: absolute; top: 14px; left: 16px; color: rgba(31, 41, 36, .7); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.visual-ink .product-badge { color: rgba(244, 240, 232, .75); }
.visual-number { position: absolute; right: 16px; bottom: 8px; color: rgba(31, 41, 36, .3); font-family: var(--display); font-size: 35px; }.visual-ink .visual-number { color: rgba(244, 240, 232, .3); }
.mini-bottle { position: relative; display: grid; width: 105px; height: 176px; place-items: center; border-radius: 11px 11px 20px 20px; box-shadow: 20px 20px 18px rgba(31, 41, 36, .12); transform: rotate(-5deg); }
.mini-bottle::before { content: ""; position: absolute; top: -28px; width: 34px; height: 34px; background: inherit; border-radius: 7px 7px 2px 2px; }.bottle-amber { background: #536847; }.bottle-clear { background: #e5e3ce; }.bottle-clay { background: #4b6652; }.bottle-ink { background: #d6bf91; }
.mini-bottle span { color: var(--paper); font-size: 9px; font-weight: 700; letter-spacing: .17em; line-height: 1.55; text-align: center; }.bottle-clear span, .bottle-ink span { color: var(--ink); }.mini-bottle small { font-size: 7px; font-weight: 500; letter-spacing: .08em; }
.product-info { padding: 22px 20px 24px; }.product-type { margin-bottom: 8px; color: var(--moss); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.product-info h3 { margin-bottom: 9px; font-family: var(--display); font-size: 29px; font-weight: 600; letter-spacing: -.02em; line-height: 1; }.product-info > p:not(.product-type) { min-height: 48px; margin-bottom: 18px; color: var(--muted); font-size: 11px; line-height: 1.5; }.product-link { display: inline-flex; align-items: center; gap: 11px; padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--ink); background: none; cursor: pointer; font-size: 10px; font-weight: 700; }.product-link span { font-size: 15px; transition: transform .2s ease; }.product-link:hover span { transform: translateX(3px); }.catalog-note { margin: 28px 0 0; color: var(--muted); font-size: 10px; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; background: var(--leaf); color: var(--paper); }.story-image { position: relative; min-height: 600px; overflow: hidden; background: radial-gradient(circle at 45% 47%, #859a74 0, #61775d 22%, #304c3a 63%); }.story-ring { position: absolute; border: 1px solid rgba(244, 240, 232, .35); border-radius: 50%; }.ring-one { width: 390px; height: 390px; top: 50%; left: 50%; transform: translate(-50%, -50%); }.ring-two { width: 530px; height: 530px; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: .35; }.opuntia-orb { position: absolute; width: 85px; height: 120px; background: #c0d0a9; border: 1px solid #e0e4c0; border-radius: 60% 40% 60% 40%; box-shadow: 15px 17px 0 rgba(31, 41, 36, .08); }.orb-one { top: 28%; left: 29%; transform: rotate(25deg); }.orb-two { top: 43%; right: 20%; transform: rotate(130deg) scale(.8); }.orb-three { bottom: 18%; left: 42%; transform: rotate(-70deg) scale(.62); }.story-stamp { position: absolute; bottom: 42px; left: 42px; color: rgba(244, 240, 232, .72); font-size: 11px; letter-spacing: .25em; line-height: 1.7; text-align: center; }.story-stamp small { font-size: 8px; letter-spacing: .13em; }.story-copy { display: flex; flex-direction: column; justify-content: center; max-width: 520px; padding: 80px 10%; }.story-copy .eyebrow { color: var(--sage); }.story-copy h2 { margin-bottom: 32px; }.story-copy h2 i { color: #e0a05f; }.story-copy p:not(.eyebrow) { max-width: 440px; color: rgba(244, 240, 232, .72); font-size: 14px; line-height: 1.9; }.dark-link { width: fit-content; margin-top: 22px; color: var(--paper); border-color: var(--paper); }

.ritual { background: var(--paper-deep); }.ritual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.ritual-step { min-height: 240px; padding: 30px; border: 1px solid var(--line); background: rgba(255, 253, 248, .35); }.step-number { color: var(--clay); font-size: 11px; font-weight: 700; letter-spacing: .1em; }.ritual-step h3 { margin: 65px 0 10px; font-family: var(--display); font-size: 35px; font-weight: 600; }.ritual-step p { max-width: 240px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }.ritual-footnote { display: flex; align-items: center; gap: 12px; max-width: 560px; margin: 35px 0 0 auto; padding: 14px 0 0; border-top: 1px solid var(--line); }.ritual-footnote span { display: grid; width: 19px; height: 19px; flex: 0 0 auto; place-items: center; border: 1px solid var(--moss); border-radius: 50%; color: var(--moss); font-family: var(--display); font-size: 13px; }.ritual-footnote p { margin: 0; color: var(--muted); font-size: 10px; }
.quote-section { max-width: 850px; margin: 0 auto; padding: 160px 32px; text-align: center; }.quote-mark { display: block; height: 48px; color: var(--clay); font-family: var(--display); font-size: 90px; line-height: .9; }.quote-section blockquote { margin: 0 0 30px; font-family: var(--display); font-size: clamp(39px, 5vw, 64px); letter-spacing: -.04em; line-height: .98; }.quote-credit { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.faq-section { padding-top: 75px; }.faq-list { max-width: 850px; margin-left: auto; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 25px; font-weight: 600; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--clay); font-family: var(--body); font-size: 21px; font-weight: 400; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 650px; margin: -3px 0 25px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; max-width: 1176px; margin: 0 auto 50px; padding: 70px 75px; color: var(--paper); background: var(--clay); }.contact-section h2 { color: var(--paper); }.light-eyebrow { color: #f2d4b1; }.contact-copy { max-width: 380px; }.contact-copy p { color: rgba(255, 253, 248, .82); font-size: 14px; line-height: 1.75; }.contact-placeholder { display: block; margin: 20px 0 24px; color: rgba(255, 253, 248, .64); font-size: 10px; letter-spacing: .04em; }
.site-footer { max-width: 1176px; margin: 0 auto; padding: 20px 32px 35px; }.footer-brand p { margin: 16px 0 0; color: var(--muted); font-size: 11px; }.footer-links { display: flex; justify-content: flex-end; gap: 95px; margin-top: -35px; }.footer-links div { display: grid; gap: 8px; min-width: 110px; }.footer-links span { margin-bottom: 5px; color: var(--moss); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.footer-links a { color: var(--muted); font-size: 11px; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 80px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .03em; }
.product-dialog { position: fixed; z-index: 30; width: min(510px, calc(100% - 32px)); padding: 45px; border: 1px solid var(--line); color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }.product-dialog::backdrop { background: rgba(31, 41, 36, .5); backdrop-filter: blur(4px); }.product-dialog h2 { margin: 0 0 20px; font-size: 57px; }.product-dialog > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.75; }.dialog-note { margin: 24px 0; padding: 13px; color: var(--muted); border-left: 2px solid var(--clay); background: rgba(197, 109, 72, .09); font-size: 10px; }.dialog-close { position: absolute; top: 15px; right: 18px; border: 0; background: none; cursor: pointer; font-size: 28px; line-height: 1; }.dialog-backdrop { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) { .hero { grid-template-columns: 1fr 1fr; padding-top: 20px; }.hero-art { min-height: 430px; }.bottle-hero { left: 30%; transform: scale(.82) rotate(6deg); transform-origin: center; }.product-grid { grid-template-columns: repeat(2, 1fr); }.product-visual { min-height: 270px; }.section { padding-top: 90px; padding-bottom: 90px; }.story-copy { padding: 65px 9%; }.contact-section { margin-right: 32px; margin-left: 32px; } }
@media (max-width: 680px) { .announcement { gap: 9px; font-size: 8px; letter-spacing: .09em; }.site-header { padding: 20px 18px; }.menu-toggle { display: grid; width: 36px; height: 36px; place-content: center; gap: 4px; padding: 0; cursor: pointer; }.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform .2s ease; }.site-nav { position: absolute; top: 76px; right: 18px; left: 18px; display: grid; gap: 0; padding: 8px; visibility: hidden; opacity: 0; background: var(--paper); box-shadow: var(--shadow); transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }.site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }.site-nav a { padding: 13px 15px; }.site-nav .nav-cta { margin: 4px; text-align: center; }.hero { display: block; min-height: auto; padding: 40px 18px 70px; }.hero-copy { padding-top: 15px; }.hero-art { min-height: 390px; margin-top: 25px; }.art-halo { right: 9%; width: 320px; }.bottle-hero { top: 11%; left: 28%; transform: scale(.75) rotate(6deg); }.art-caption { right: 10px; bottom: 5%; }.trust-strip { grid-template-columns: 1fr; gap: 22px; margin-top: 0; padding: 0 18px 45px; }.section { padding: 78px 18px; }.section-heading { display: block; margin-bottom: 38px; }.section-intro { margin-top: 26px; }.product-grid { grid-template-columns: 1fr; gap: 18px; }.product-visual { min-height: 300px; }.product-info { padding: 23px; }.product-info > p:not(.product-type) { min-height: auto; }.story-section { display: block; }.story-image { min-height: 430px; }.story-copy { padding: 70px 18px 82px; }.story-copy h2 { font-size: 67px; }.ritual-grid { grid-template-columns: 1fr; gap: 12px; }.ritual-step { min-height: 205px; }.ritual-step h3 { margin-top: 42px; }.quote-section { padding: 115px 22px; }.faq-list summary { font-size: 21px; }.contact-section { display: block; margin: 0 18px 30px; padding: 55px 25px; }.contact-copy { margin-top: 35px; }.footer-links { justify-content: flex-start; gap: 45px; margin-top: 45px; }.footer-bottom { display: grid; gap: 7px; margin-top: 55px; }.product-dialog { padding: 38px 25px 28px; }.product-dialog h2 { font-size: 48px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
