@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap");

:root {
  --ink: #1f211d;
  --muted: #676b62;
  --paper: #fbfaf7;
  --cream: #f3ede4;
  --sage: #b7c1ad;
  --dark-sage: #5f6b59;
  --rose: #d8b4a8;
  --clay: #b87960;
  --gold: #d8bd78;
  --line: rgba(31, 33, 29, 0.16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; font-weight: 500; line-height: 1.1; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); letter-spacing: -0.065em; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); letter-spacing: -0.045em; }
h3 { letter-spacing: -0.025em; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.centered { text-align: center; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 14px; background: #fff; }
.skip-link:focus { top: 12px; }
.announcement { padding: 8px 20px; color: #fff; background: var(--ink); font-size: .72rem; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.site-header { position: relative; z-index: 10; background: rgba(251, 250, 247, .94); border-bottom: 1px solid var(--line); }
.nav-wrap { width: min(calc(100% - 48px), var(--max)); min-height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; flex-direction: column; width: fit-content; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 1.45rem; font-weight: 600; letter-spacing: .25em; line-height: 1; text-decoration: none; }
.brand span { margin-top: 6px; font-size: .48rem; font-weight: 500; letter-spacing: .42em; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); }
nav a { position: relative; font-size: .82rem; font-weight: 500; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--ink); transition: right .2s ease; }
nav a:hover::after, nav a.active::after { right: 0; }
.eyebrow { margin-bottom: 18px; color: var(--dark-sage); font-size: .7rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.lead { max-width: 580px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); overflow: hidden; }
.hero-copy { padding: clamp(70px, 10vw, 145px) max(40px, calc((100vw - var(--max)) / 2)); padding-right: clamp(40px, 7vw, 100px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-copy h1 { max-width: 720px; margin-bottom: 30px; }
.button-row { margin-top: 22px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 15px 26px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--ink); border: 1px solid var(--ink); font-size: .78rem; font-weight: 600; letter-spacing: .1em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--dark-sage); border-color: var(--dark-sage); }
.button-light { color: var(--ink); background: #fff; border-color: #fff; }
.button-light:hover { color: #fff; }
.button-dark { margin-top: 14px; }
.text-link { display: inline-block; padding-block: 5px; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 600; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.text-link span { margin-left: 8px; }
.hero-art { position: relative; min-height: 720px; background: var(--sage); overflow: hidden; }
.hero-art > picture { position: absolute; inset: 0; }
.hero-art > picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-seal { position: absolute; right: 34px; bottom: 34px; width: 145px; height: 145px; padding: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: rgba(31,33,29,.88); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; text-align: center; transform: rotate(-7deg); }
.hero-seal span { font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-seal strong { margin-top: 5px; font-family: "Manrope", sans-serif; font-size: .9rem; font-weight: 500; line-height: 1.15; }
.sun-shape { position: absolute; top: 10%; right: -10%; width: 78%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.bottle, .product-bottle { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: #e6ddcc; box-shadow: 0 26px 50px rgba(46, 48, 41, .16); font-family: "Manrope", sans-serif; text-align: center; }
.bottle span, .product-bottle span { font-weight: 600; letter-spacing: .18em; }
.bottle small, .product-bottle small { margin-top: 14px; font-size: .54rem; letter-spacing: .15em; line-height: 1.5; }
.bottle::before, .product-bottle::before { content: ""; position: absolute; left: 24%; right: 24%; bottom: 100%; height: 35px; background: var(--ink); }
.bottle-tall { width: 180px; height: 470px; border-radius: 40px 40px 0 0; }
.bottle-short { width: 170px; height: 390px; border-radius: 38px 38px 0 0; background: #f0c9b4; }
.bottle-drop { width: 110px; height: 270px; border-radius: 50px 50px 0 0; background: #6e432f; color: #fff; }
.bottle-drop::before { left: 30%; right: 30%; height: 70px; border-radius: 8px 8px 0 0; }
.trust-strip { padding: 26px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: #fff; }
.trust-strip > div { padding: 4px 36px; border-right: 1px solid rgba(255,255,255,.16); text-align: center; }
.trust-strip > div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: "Manrope", sans-serif; font-size: .82rem; font-weight: 500; letter-spacing: .03em; }
.trust-strip span { margin-top: 3px; color: #aeb1a8; font-size: .68rem; letter-spacing: .05em; }
.section { padding-block: clamp(80px, 10vw, 140px); }
.section-heading { max-width: 680px; margin: 0 auto 55px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p:last-child { color: var(--muted); }
.best-sellers { padding-bottom: 30px; }
.merch-heading { margin-bottom: 46px; display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; }
.merch-heading h2 { margin: 0; }
.best-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.best-card { min-width: 0; }
.best-visual { position: relative; min-height: 465px; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; text-decoration: none; }
.best-visual::before { content: ""; position: absolute; top: 14%; left: 12%; width: 76%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.best-sage { background: #c7d0bf; }
.best-cream { background: #e7dac7; }
.best-clay { background: #c7937d; }
.best-badge, .product-ribbon { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 8px 11px; color: var(--ink); background: rgba(255,255,255,.82); font-size: .58rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.mini-product { position: relative; z-index: 1; width: 130px; height: 335px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #eee5d7; box-shadow: 0 24px 50px rgba(35,36,31,.18); text-align: center; transition: transform .35s ease; }
.best-visual:hover .mini-product { transform: translateY(-9px); }
.mini-product::before { content: ""; position: absolute; left: 27%; right: 27%; bottom: 100%; height: 38px; background: var(--ink); }
.mini-product span { font-family: "Manrope", sans-serif; font-size: .84rem; font-weight: 600; letter-spacing: .16em; }
.mini-product small { margin-top: 12px; font-size: .48rem; letter-spacing: .12em; }
.mini-pump { border-radius: 25px 25px 0 0; }
.mini-tube { width: 145px; height: 320px; clip-path: polygon(7% 0,93% 0,100% 100%,0 100%); background: #f3ede4; }
.mini-dropper { width: 115px; height: 275px; color: #fff; background: #664233; border-radius: 42px 42px 0 0; }
.mini-dropper::before { left: 33%; right: 33%; height: 65px; border-radius: 6px 6px 0 0; }
.best-copy { padding-top: 20px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.best-copy p { margin-bottom: 5px; color: var(--dark-sage); font-size: .65rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.best-copy h3 { margin: 0; font-size: 1.15rem; }
.best-copy strong { font-size: .9rem; font-weight: 500; }
.best-benefit { margin: 10px 0 0; color: var(--muted); font-size: .78rem; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { min-height: 340px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--ink); text-decoration: none; transition: transform .25s ease; }
.category-card:hover { transform: translateY(-6px); }
.category-card > span { margin-bottom: auto; font-size: .72rem; letter-spacing: .14em; }
.category-card h3 { margin-bottom: 10px; font-size: 1.5rem; }
.category-card p { margin: 0; font-size: .9rem; }
.card-wash { background: #d9e0d3; }
.card-care { background: #e6d8c4; }
.card-treat { background: #d2a493; }
.card-style { background: #d9c37f; }
.split-section { min-height: 670px; display: grid; grid-template-columns: 1.1fr .9fr; background: #242720; }
.texture-panel { position: relative; min-height: 620px; background: #a9765d; overflow: hidden; }
.hair-line { position: absolute; width: 90%; height: 130%; border: 2px solid rgba(255, 238, 219, .45); border-radius: 50%; transform: rotate(-30deg); }
.line-one { top: -55%; left: -30%; }
.line-two { top: -40%; left: 5%; }
.line-three { top: -20%; left: 38%; }
.split-copy { padding: clamp(70px, 9vw, 130px); color: #fff; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.split-copy .eyebrow { color: #bdcbb4; }
.split-copy > p:not(.eyebrow) { max-width: 560px; color: #c7c9c2; }
.check-list { width: 100%; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.check-list li::before { content: "✓"; margin-right: 12px; color: #bdcbb4; }
.newsletter { max-width: 780px; padding-block: clamp(90px, 11vw, 150px); }
.newsletter h2 { font-size: clamp(2.2rem, 5vw, 4.6rem); }
.newsletter > p:not(.eyebrow) { max-width: 580px; margin-inline: auto; color: var(--muted); }
.page-hero { padding: clamp(90px, 12vw, 160px) 24px; text-align: center; }
.page-hero h1 { max-width: 960px; margin: 0 auto 26px; }
.page-hero > p:last-child { max-width: 720px; margin: auto; color: var(--muted); font-size: 1.08rem; }
.shop-hero { background: #e4ddd1; }
.about-hero { background: #d5ddd0; }
.contact-hero { background: #eadbd0; }
.policies-hero { background: #e4e0d4; }
.shop-intro { margin-bottom: 48px; padding-bottom: 26px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.shop-intro > p { max-width: 580px; margin: 0; color: var(--muted); }
.filter-links { display: flex; gap: 20px; flex-wrap: wrap; }
.filter-links a { font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px 24px; }
.product-card { padding-bottom: 10px; color: inherit; text-decoration: none; scroll-margin-top: 24px; transition: transform .3s ease; }
.product-card:hover { transform: translateY(-5px); }
.product-art { position: relative; min-height: 530px; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.product-art::after { content: ""; position: absolute; top: 12%; left: 15%; width: 70%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.art-sage { background: #c2cbb9; }
.art-cream { background: #e4d6c4; }
.art-clay { background: #c6937e; }
.art-rose { background: #d8b7af; }
.art-gold { background: #d9c785; }
.product-bottle { width: 155px; height: 390px; border-radius: 28px 28px 0 0; transition: transform .35s ease; }
.product-card:hover .product-bottle { transform: translateY(-7px); }
.pump-bottle::before { left: 28%; right: 28%; }
.tube-bottle { width: 170px; height: 380px; clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%); background: #f2ebe0; }
.dropper-bottle { width: 140px; height: 320px; color: #fff; background: #5f3f31; border-radius: 55px 55px 0 0; }
.dropper-bottle::before { left: 32%; right: 32%; height: 75px; border-radius: 9px 9px 0 0; }
.jar-bottle { width: 220px; height: 190px; background: #efe2d7; }
.jar-bottle::before { left: 0; right: 0; height: 34px; }
.spray-bottle { width: 125px; height: 380px; border-radius: 18px 18px 0 0; background: #e7ddbd; }
.spray-bottle::before { left: 24%; right: 24%; height: 55px; }
.product-copy { padding: 24px 4px 0; }
.product-copy > div:first-child { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.product-copy h2 { margin-bottom: 14px; font-size: 1.6rem; }
.product-copy h2 a { text-decoration: none; }
.product-copy h2 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.product-copy > p { color: var(--muted); }
.benefit-list { margin: 18px 0; padding: 0; display: flex; gap: 8px; flex-wrap: wrap; list-style: none; }
.benefit-list li { padding: 7px 10px; color: #4f554c; background: #edf0e9; font-size: .68rem; letter-spacing: .04em; }
.product-type { margin: 0; color: var(--dark-sage); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.product-bottom { padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.product-bottom strong { font-size: .95rem; }
.product-bottom a { font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.card-action { font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; }
.product-actions { display: flex; gap: 16px; }
.breadcrumbs { padding-block: 28px; display: flex; gap: 10px; color: var(--muted); font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs a { color: var(--ink); }
.product-detail { padding: 20px 0 clamp(90px, 11vw, 150px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(55px, 9vw, 120px); }
.detail-visual { position: relative; min-height: 680px; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.detail-visual.photo-visual { align-items: stretch; background: var(--cream); }
.detail-visual.photo-visual::before { display: none; }
.detail-photo { width: 100%; height: 100%; min-height: 680px; object-fit: cover; }
.detail-visual::before { content: ""; position: absolute; top: 12%; left: 13%; width: 74%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.detail-bottle { width: 190px; height: 500px; border-radius: 35px 35px 0 0; }
.detail-copy h1 { margin-bottom: 14px; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.detail-price { margin-bottom: 30px; font-size: 1rem; font-weight: 600; }
.detail-lead { color: var(--muted); font-size: 1.08rem; }
.detail-benefits { margin: 36px 0; padding: 0; list-style: none; }
.detail-benefits li { padding: 17px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; }
.detail-benefits strong { font-family: "Manrope", sans-serif; font-weight: 500; }
.detail-benefits span { color: var(--muted); font-size: .88rem; }
.detail-cta { width: 100%; }
.cart-button { width: 100%; margin-top: 12px; color: var(--ink); background: transparent; cursor: pointer; }
.cart-button:hover { color: #fff; background: var(--dark-sage); }
.purchase-note { margin: 12px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }
.checkout-nav { min-height: 76px; }
.secure-label { color: var(--dark-sage); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.secure-label::before { content: "●"; margin-right: 8px; font-size: .55rem; }
.checkout-main { padding-block: 70px 110px; }
.checkout-heading { max-width: 650px; margin-bottom: 50px; }
.checkout-heading h1 { margin-bottom: 16px; font-size: clamp(3rem, 6vw, 5rem); }
.checkout-heading > p:last-child { color: var(--muted); }
.checkout-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: clamp(45px, 8vw, 100px); }
.checkout-form section { margin-bottom: 28px; padding: 34px; background: #fff; border: 1px solid var(--line); }
.checkout-step { margin-bottom: 26px; display: flex; align-items: baseline; gap: 16px; }
.checkout-step span { color: var(--dark-sage); font-size: .68rem; letter-spacing: .1em; }
.checkout-step h2 { margin: 0; font-size: 1.45rem; }
.checkout-form label { display: flex; flex-direction: column; gap: 8px; color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.checkout-form input { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 0; font: inherit; font-size: .95rem; text-transform: none; }
.checkout-form input:focus { outline: 2px solid var(--dark-sage); outline-offset: 1px; }
.field-row { margin-bottom: 18px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field-row-three { grid-template-columns: 1.2fr .5fr .7fr; margin-top: 18px; }
.payment-step > p { color: var(--muted); }
.checkout-button { width: 100%; margin-top: 12px; cursor: pointer; }
.order-summary { position: sticky; top: 28px; padding: 36px; background: var(--cream); }
.order-summary > h2 { margin-bottom: 28px; font-size: 1.5rem; }
.summary-product { padding-bottom: 28px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 16px; }
.summary-product img { width: 82px; height: 100px; object-fit: cover; }
.summary-product div { display: flex; flex-direction: column; gap: 4px; }
.summary-product span { color: var(--muted); font-size: .76rem; }
.summary-product > strong { font-size: .86rem; }
.order-summary dl { margin: 22px 0; }
.order-summary dl div { padding: 8px 0; display: flex; justify-content: space-between; gap: 20px; }
.order-summary dt, .order-summary dd { font-size: .82rem; }
.order-summary dd { margin: 0; text-align: right; }
.summary-total { margin-top: 12px; padding-top: 20px !important; border-top: 1px solid var(--line); font-weight: 600; }
.summary-note { margin: 0; color: var(--muted); font-size: .75rem; }
.checkout-footer { padding-block: 28px; border-top: 1px solid var(--line); display: flex; gap: 25px; flex-wrap: wrap; color: var(--muted); font-size: .7rem; }
.success-main { min-height: 680px; padding-block: clamp(80px, 12vw, 150px); display: flex; align-items: center; justify-content: center; }
.success-box { width: min(100%, 720px); padding: clamp(40px, 7vw, 80px); background: #fff; border: 1px solid var(--line); text-align: center; }
.success-mark { width: 64px; height: 64px; margin: 0 auto 28px; display: grid; place-items: center; color: #fff; background: var(--dark-sage); border-radius: 50%; font-size: 1.5rem; }
.success-box h1 { margin-bottom: 22px; font-size: clamp(2.7rem, 6vw, 5rem); }
.success-box > p:not(.eyebrow) { max-width: 570px; margin-inline: auto; color: var(--muted); }
.order-details { margin: 38px 0; padding: 26px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 10px 25px; background: var(--cream); text-align: left; }
.order-details span { color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.order-details strong { font-weight: 500; text-align: right; }
.success-actions { justify-content: center; }
.product-information { padding-block: clamp(80px, 10vw, 130px); color: #fff; background: var(--ink); }
.information-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.information-grid article { padding: 36px; border: 1px solid rgba(255,255,255,.16); }
.information-grid article + article { border-left: 0; }
.information-grid span { display: block; margin-bottom: 65px; color: #bdcbb4; font-size: .7rem; }
.information-grid h2 { font-size: 1.45rem; }
.information-grid p { margin: 0; color: #b9bcb5; font-size: .9rem; }
.order-note { max-width: 720px; margin: 100px auto 0; padding: 60px; background: var(--cream); }
.order-note h2 { font-size: 2.4rem; }
.order-note p { color: var(--muted); }
.story { padding-block: clamp(90px, 12vw, 160px); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.story-number { height: 500px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--clay); font-family: "Manrope", sans-serif; font-size: clamp(8rem, 20vw, 16rem); letter-spacing: -.15em; line-height: 1; overflow: hidden; }
.story-number span { color: rgba(255,255,255,.45); transform: translateY(35px); }
.story-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.values-section { padding-block: clamp(90px, 10vw, 135px); background: #20231e; color: #fff; }
.values-section .eyebrow { color: #bdcbb4; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.value-grid article { min-height: 300px; padding: 36px; border: 1px solid rgba(255,255,255,.16); }
.value-grid article + article { border-left: 0; }
.value-grid span { display: block; margin-bottom: 80px; color: #bdcbb4; font-size: .72rem; }
.value-grid h3 { font-size: 1.55rem; }
.value-grid p { color: #b9bcb5; }
.brand-manifesto { padding-block: clamp(90px, 12vw, 155px); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 10vw, 150px); }
.manifesto-label { display: flex; flex-direction: column; justify-content: space-between; }
.manifesto-label > span { max-width: 180px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.manifesto-copy h2 { max-width: 650px; }
.manifesto-copy p { max-width: 720px; color: var(--muted); font-size: 1.06rem; }
.business-section { padding-block: clamp(90px, 12vw, 150px); display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; }
.business-card { padding: 10px 40px; background: var(--cream); }
.business-card dl { margin: 0; }
.business-card dl div { padding: 28px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; }
.business-card dl div:last-child { border: 0; }
.business-card dt { color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.business-card dd { margin: 0; }
.cta-band { padding: 70px max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 40px; color: #fff; background: var(--dark-sage); }
.cta-band .eyebrow { color: #d8e4d2; }
.cta-band h2 { margin: 0; }
.contact-layout { padding-block: clamp(90px, 12vw, 150px); display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(60px, 9vw, 120px); }
.contact-primary > h2 { max-width: 620px; }
.contact-cards { margin-top: 45px; border-top: 1px solid var(--line); }
.contact-cards a { padding: 28px 4px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .7fr 1fr 1.3fr; align-items: center; gap: 24px; text-decoration: none; transition: padding .2s ease, background .2s ease; }
.contact-cards a:hover { padding-inline: 16px; background: var(--cream); }
.contact-cards span { color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.contact-cards strong { font-size: .95rem; }
.contact-cards small { color: var(--muted); font-size: .85rem; }
.contact-details { align-self: start; padding: 42px; background: var(--cream); }
.contact-details h2 { font-size: 1.6rem; }
.business-type { margin: -8px 0 20px; color: var(--dark-sage); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-details address { font-style: normal; }
.contact-details address div { padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-details address span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-details address p { margin: 0; }
.response-note { margin: 26px 0 0; color: var(--muted); font-size: .82rem; }
.contact-proof { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px 15px; }
.contact-proof span { color: var(--muted); font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.contact-proof strong { font-size: .78rem; font-weight: 500; }
.faq-section { padding-block: 100px; background: #e3e8df; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.faq-grid article { padding: 32px; background: rgba(255,255,255,.45); }
.faq-grid h3 { font-size: 1.25rem; }
.faq-grid p { margin: 0; color: var(--muted); }
.policy-layout { padding-block: 90px 140px; display: grid; grid-template-columns: 230px 1fr; align-items: start; gap: clamp(50px, 9vw, 120px); }
.policy-nav { position: sticky; top: 30px; padding: 26px; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; }
.policy-nav strong { margin-bottom: 8px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.policy-nav a { color: var(--muted); font-size: .9rem; }
.policy-content { max-width: 780px; }
.legal-page { margin-inline: auto; padding-block: 80px 130px; }
.updated { margin-bottom: 60px; color: var(--muted); font-size: .82rem; }
.policy-content section { padding: 0 0 60px; margin-bottom: 60px; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.policy-content h2 { margin-bottom: 28px; font-size: 2.5rem; }
.policy-content h3 { margin: 32px 0 10px; font-size: 1.2rem; }
.policy-content p { color: #4d5049; }
.policy-contact { padding: 40px; background: var(--cream); }
.policy-contact h2 { font-size: 1.7rem; }
.site-footer { padding-top: 80px; color: #dedfd9; background: #1f211d; }
.footer-grid { padding-bottom: 70px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; }
.footer-brand { margin-bottom: 24px; color: #fff; }
.footer-grid > div:first-child p { max-width: 270px; color: #9ea197; font-size: .9rem; }
.footer-grid h2 { margin-bottom: 22px; color: #fff; font-family: "DM Sans", sans-serif; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(:first-child), .footer-grid address { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a { color: #b9bbb4; font-size: .85rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-grid address { font-style: normal; }
.footer-grid address span { color: #9ea197; font-size: .82rem; line-height: 1.6; }
.footer-grid address strong { color: #fff; font-size: .82rem; font-style: normal; font-weight: 500; }
.footer-bottom { padding-block: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: #8c8f86; font-size: .72rem; letter-spacing: .04em; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 580px; }
  .best-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .split-section, .story, .business-section, .contact-layout, .brand-manifesto, .product-detail { grid-template-columns: 1fr; }
  .detail-copy { max-width: 680px; }
  .split-copy { padding: 80px 48px; }
  .story-number { height: 380px; }
  .business-section, .contact-layout { gap: 45px; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; grid-row: 1; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid address { grid-column: 1 / -1; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .policy-nav strong { width: 100%; }
}

@media (max-width: 680px) {
  .shell, .nav-wrap { width: min(calc(100% - 32px), var(--max)); }
  .announcement { font-size: .61rem; }
  .nav-wrap { min-height: 110px; padding-block: 18px; flex-direction: column; gap: 18px; }
  nav { width: 100%; justify-content: space-between; gap: 12px; }
  nav a { font-size: .68rem; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.6rem); }
  .hero { min-height: auto; }
  .hero-copy { padding: 80px 24px; }
  .hero-art { min-height: 420px; gap: 10px; padding: 90px 20px 0; }
  .hero-seal { right: 18px; bottom: 18px; width: 112px; height: 112px; padding: 17px; }
  .bottle-tall { width: 120px; height: 330px; }
  .bottle-short { width: 105px; height: 270px; }
  .bottle-drop { width: 75px; height: 190px; }
  .bottle span { font-size: .72rem; }
  .trust-strip, .best-grid, .category-grid, .product-grid, .value-grid, .faq-grid, .information-grid { grid-template-columns: 1fr; }
  .trust-strip > div { padding: 14px 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .trust-strip > div:last-child { border-bottom: 0; }
  .merch-heading { align-items: flex-start; flex-direction: column; }
  .best-visual { min-height: 420px; }
  .category-card { min-height: 280px; }
  .texture-panel { min-height: 430px; }
  .split-copy { padding: 70px 24px; }
  .shop-intro, .cta-band { align-items: flex-start; flex-direction: column; }
  .product-art { min-height: 430px; }
  .product-bottle { transform: scale(.84); transform-origin: bottom; }
  .product-actions { gap: 10px; flex-direction: column; align-items: flex-end; }
  .product-detail { padding-top: 0; gap: 55px; }
  .detail-visual { min-height: 500px; }
  .detail-bottle { width: 155px; height: 400px; }
  .detail-benefits li { grid-template-columns: 1fr; gap: 4px; }
  .information-grid article + article { border-left: 1px solid rgba(255,255,255,.16); border-top: 0; }
  .checkout-main { padding-block: 55px 80px; }
  .checkout-form section, .order-summary { padding: 26px 20px; }
  .field-row, .field-row-three { grid-template-columns: 1fr; }
  .summary-product { grid-template-columns: 70px 1fr auto; }
  .summary-product img { width: 70px; height: 88px; }
  .order-note { padding: 40px 24px; }
  .story { gap: 50px; }
  .brand-manifesto { gap: 48px; }
  .manifesto-label { min-height: 125px; }
  .story-number { height: 300px; }
  .value-grid article + article { border-left: 1px solid rgba(255,255,255,.16); border-top: 0; }
  .value-grid article { min-height: 240px; }
  .value-grid span { margin-bottom: 50px; }
  .business-card { padding: 8px 24px; }
  .business-card dl div { grid-template-columns: 1fr; gap: 8px; }
  .contact-cards a { grid-template-columns: 1fr; gap: 6px; }
  .contact-details { padding: 30px 24px; }
  .policy-layout { padding-top: 55px; }
  .policy-content h2 { font-size: 2rem; }
  .policy-contact { padding: 28px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-grid > div:first-child, .footer-grid address { grid-column: 1 / -1; }
  .footer-bottom { gap: 12px; flex-direction: column; }
}

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