:root {
  --cream: #faefe4;
  --paper: #fffaf4;
  --ink: #2e3e34;
  --green: #42583f;
  --sage: #78866b;
  --lime: #b6995a;
  --rose: #c8948a;
  --line: rgba(32, 51, 40, .18);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
small { font-size: 14px; }
html { width: 100%; max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; overscroll-behavior-x: none; background: var(--paper); }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; overscroll-behavior-x: none; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
main, header, footer { max-width: 100%; overflow-x: clip; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.local-only { display: none !important; }
html.local-environment .local-only { display: inline-flex !important; }
.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; }

.site-header { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; height: 140px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; transition: background .35s, height .35s, box-shadow .35s; }
.site-header.scrolled { height: 140px; background: rgba(251,249,243,.92); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; width: 296px; color: var(--green); line-height: 1; }
.site-header .brand { align-self: flex-start; padding-top: 8px; }
.brand-logo { display: block; width: 100%; height: 103px; object-fit: contain; overflow: visible; }
.brand-tagline-html { margin-top: -2px; color: var(--rose); font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: .36em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.brand-heart-html { height: 13px; margin-top: 3px; color: var(--rose); font-family: Arial, sans-serif; font-size: 18px; line-height: 13px; }
.brand-mark { display: inline-flex; width: 29px; height: 29px; }
.brand-mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.main-nav { position: fixed; z-index: 31; top: 0; right: clamp(24px, 5vw, 76px); height: 140px; display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-size: 14px; font-weight: 600; letter-spacing: .02em; transition: height .35s; }
.main-nav a { transition: opacity .2s; }
.main-nav a:hover { opacity: .6; }
.nav-cta { border: 1px solid currentColor; border-radius: 30px; padding: 10px 19px; }
.menu-button { display: none; background: none; border: 0; width: 40px; height: 40px; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; width: 20px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .2s; }

.hero { position: relative; min-height: 760px; height: 100svh; overflow: hidden; background: #e8e5d4; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(244,241,230,.96) 0%, rgba(244,241,230,.84) 34%, rgba(244,241,230,.08) 66%); }
.hero-content { position: relative; z-index: 2; width: min(610px, 47vw); margin-left: clamp(24px, 9vw, 140px); padding-top: 55px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; font-size: 14px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1, .newsletter h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(66px, 8.5vw, 126px); line-height: .77; letter-spacing: -.055em; }
em { color: #69805f; font-weight: 400; }
.hero-copy { max-width: 495px; margin: 36px 0 34px; font-family: var(--serif); font-size: clamp(19px, 1.7vw, 24px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 15px 20px; min-width: 210px; border-radius: 2px; font-size: 14px; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #fff; }
.button-primary:hover { background: #173b29; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 600; }
.hero-note { position: absolute; z-index: 2; right: clamp(24px, 4vw, 70px); bottom: 40px; margin: 0; text-align: right; font-size: 14px; font-weight: 600; letter-spacing: .15em; line-height: 1.7; text-transform: uppercase; }

.section { padding: 130px clamp(24px, 8vw, 128px); }
.section-label { display: flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.section-label span { color: #809373; }
.section-label.light span { color: var(--lime); }
.display-heading { margin: 0; font-family: var(--serif); font-size: clamp(46px, 6.2vw, 88px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; margin-top: 68px; }
.story-copy { padding-top: 12px; font-family: var(--serif); font-size: clamp(19px, 1.7vw, 23px); line-height: 1.55; }
.story-copy p { margin: 0 0 22px; }
.signature-row { display: flex; align-items: center; gap: 32px; margin: 70px 0 0 40%; }
.signature-row svg { width: 145px; fill: none; stroke: #9cac90; stroke-width: 1.5; stroke-linecap: round; }
.signature-row p { margin: 0; font-size: 14px; line-height: 1.7; letter-spacing: .03em; }

.commitments { background: var(--green); color: #f7f3e8; }
.commitments-head { display: grid; grid-template-columns: .7fr 1.25fr .7fr; gap: 6vw; align-items: end; }
.commitments-head > p { margin: 0 0 5px; color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 18px; line-height: 1.5; }
.commitments em { color: var(--lime); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border-top: 1px solid rgba(255,255,255,.22); }
.value-card { position: relative; min-height: 350px; padding: 26px 30px 0; border-left: 1px solid rgba(255,255,255,.22); }
.value-card:last-child { border-right: 1px solid rgba(255,255,255,.22); }
.value-number { font-size: 14px; color: var(--lime); letter-spacing: .15em; }
.value-icon { width: 50px; height: 50px; margin: 55px 0 36px; }
.value-icon svg { width: 100%; fill: none; stroke: var(--lime); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.value-card h3 { margin: 0 0 13px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.value-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.65; }

.audience { background: var(--cream); }
.audience-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 11vw; margin-top: 70px; }
.audience-copy > p { max-width: 460px; margin: 35px 0 0; font-family: var(--serif); font-size: 20px; }
.audience-list { border-top: 1px solid var(--line); }
.audience-list > div { display: grid; grid-template-columns: 38px 140px 1fr; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.audience-list span { color: #87957d; font-size: 14px; }
.audience-list strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.audience-list p { margin: 0; color: #647066; font-size: 14px; }
.safety-note { max-width: 670px; margin: 70px 0 0 auto; padding-left: 26px; border-left: 2px solid #a5b095; color: #657168; font-size: 14px; }

.products { position: relative; overflow: hidden; background: var(--paper); }
.products-copy { display: grid; grid-template-columns: .65fr 1fr .75fr; gap: 6vw; align-items: end; }
.products-copy .section-label { align-self: start; }
.products-kicker { display: none; }
.products-heading { grid-column: 2; }
.products-link { display: table; margin-top: 24px; }
.products-copy > p:not(.products-kicker) { max-width: 520px; margin: 32px 0; font-family: var(--serif); font-size: 20px; }
.product-carousel { position: relative; margin-top: 90px; }
.product-grid { --product-gap: clamp(18px, 2.8vw, 44px); display: flex; gap: var(--product-gap); margin: 0; padding-bottom: 60px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-grid::-webkit-scrollbar { display: none; }
.product-card { flex: 0 0 calc((100% - 3 * var(--product-gap)) / 4); scroll-snap-align: start; }
.product-detail-link { display: block; color: inherit; text-decoration: none; }
.product-detail-link:focus-visible { outline: 2px solid var(--rose); outline-offset: 5px; }
.product-card-offset { transform: translateY(56px); }
.product-image { aspect-ratio: 1; overflow: hidden; background: var(--cream); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.product-image-contain img { object-fit: contain; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-meta { display: grid; grid-template-columns: 34px 1fr; padding: 22px 2px; border-bottom: 1px solid var(--line); }
.product-meta > span { color: var(--rose); font-size: 14px; }
.product-meta h3 { margin: 0 0 3px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.product-meta p { margin: 0; color: #6f796f; font-size: 14px; }
.product-meta small { display: inline-block; margin-top: 12px; color: var(--green); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; transition: color .2s, transform .2s; }
.product-detail-link:hover .product-meta small { color: var(--rose); transform: translateX(3px); }
.product-carousel-controls { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.product-carousel-controls button { position: absolute; top: calc(50% - 23px); width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,250,244,.92); backdrop-filter: blur(8px); color: var(--ink); font-size: 20px; cursor: pointer; pointer-events: auto; box-shadow: 0 5px 20px rgba(46,62,52,.12); transition: background .2s, color .2s, opacity .2s; }
.product-carousel-controls button[data-product-prev] { left: 10px; }
.product-carousel-controls button[data-product-next] { right: 10px; }
.product-carousel-controls button:hover:not(:disabled) { background: var(--green); color: #fff; }
.product-carousel-controls button:disabled { opacity: .28; cursor: default; }

.newsletter { position: relative; min-height: 670px; padding: 120px 24px; overflow: hidden; background: #c8948a; display: grid; place-items: center; text-align: center; }
.newsletter-content { position: relative; z-index: 2; width: min(690px, 100%); }
.newsletter .eyebrow { justify-content: center; }
.newsletter h2 { font-size: clamp(64px, 7vw, 105px); }
.newsletter h2 em { color: var(--green); }
.newsletter-content > p:not(.eyebrow):not(.form-message) { max-width: 500px; margin: 32px auto; font-family: var(--serif); font-size: 19px; }
.signup-form { display: flex; width: min(570px, 100%); margin: 35px auto 0; border-bottom: 1px solid var(--ink); }
.signup-form input { flex: 1; min-width: 0; padding: 15px 3px; background: transparent; border: 0; outline: 0; color: var(--ink); }
.signup-form input::placeholder { color: rgba(32,51,40,.65); }
.signup-form button { background: none; border: 0; padding: 15px 3px 15px 20px; color: var(--ink); font-size: 14px; font-weight: 600; cursor: pointer; }
.form-message { min-height: 24px; margin: 14px 0 0; font-size: 14px; }
.newsletter-leaf { position: absolute; left: -40px; bottom: -50px; width: min(32vw, 400px); opacity: .18; transform: rotate(-8deg); }
.newsletter-leaf svg { width: 100%; fill: none; stroke: var(--green); stroke-width: 2; }

footer { min-height: 120px; padding: 30px clamp(24px, 8vw, 128px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; background: var(--green); color: #fff; }
.footer-brand { width: 396px; color: #fff; opacity: .9; }
.footer-brand .brand-logo { height: 51px; filter: brightness(0) invert(1); }
.footer-brand .brand-tagline-html, .footer-brand .brand-heart-html { color: #fff; }
footer p { margin: 0; text-align: center; color: rgba(255,255,255,.55); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
footer p:last-child { text-align: right; }
.footer-links { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2vw, 28px); font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.82); transition: color .2s; }
.footer-links a:hover { color: #fff; }

.floating-store-cta { position: fixed; z-index: 1000; left: 50%; bottom: max(30px, env(safe-area-inset-bottom)); display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 19px; border: 2px solid #24372b; border-radius: 999px; background: transparent; color: #24372b; box-shadow: 0 7px 18px rgba(25,39,31,.22); font-size: 12px; font-weight: 700; letter-spacing: .02em; white-space: nowrap; transform: translateX(-50%); transition: bottom .25s, background .2s, color .2s, box-shadow .2s, transform .2s; }
.floating-store-cta svg { width: 20px; height: 20px; fill: currentColor; }
.floating-store-cta:hover { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(25,39,31,.32); text-shadow: none; transform: translate(-50%,-3px); }
.floating-store-cta:focus-visible { outline: 3px solid var(--rose); outline-offset: 3px; }
body.menu-open .floating-store-cta { opacity: 0; pointer-events: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header.scrolled { backdrop-filter: none; }
  .menu-button { position: fixed; top: 42px; right: clamp(20px, 5vw, 48px); display: block; flex: 0 0 40px; margin: 0; z-index: 22; color: var(--ink); }
  .main-nav { position: fixed; inset: 0; width: 100%; max-width: none; height: 100dvh; min-height: -webkit-fill-available; padding: max(118px, calc(env(safe-area-inset-top) + 92px)) max(30px, env(safe-area-inset-right)) max(40px, env(safe-area-inset-bottom)) max(30px, env(safe-area-inset-left)); background: var(--cream); flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: clamp(18px, 4vh, 34px); overflow-x: hidden; overflow-y: auto; transform: none; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility 0s linear .2s; font-family: var(--serif); font-size: clamp(28px, 5vw, 38px); box-shadow: none; z-index: 20; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  body.menu-open .site-header .brand { opacity: 0; visibility: hidden; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .nav-cta { font-family: var(--sans); font-size: 15px; }
  .hero-content { width: min(600px, 73vw); margin-left: 7vw; }
  .hero-overlay { background: linear-gradient(90deg, rgba(244,241,230,.95), rgba(244,241,230,.74) 58%, rgba(244,241,230,.05)); }
  .intro-grid, .audience-layout { grid-template-columns: 1fr; }
  .story-copy { max-width: 650px; }
  .signature-row { margin-left: 0; }
  .commitments-head { grid-template-columns: 1fr 2fr; }
  .commitments-head > p { grid-column: 2; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .value-card:nth-child(3) { border-top: 1px solid rgba(255,255,255,.22); }
  .value-card:nth-child(4) { border-top: 1px solid rgba(255,255,255,.22); }
  .products-copy { grid-template-columns: .55fr 1.3fr; }
  .products-copy > p:not(.products-kicker) { grid-column: 2; margin-top: 0; }
  .product-card { flex-basis: calc((100% - var(--product-gap)) / 2); }
}

@media (max-width: 620px) {
  .site-header { height: 122px; padding: 0 20px; }
  .site-header.scrolled { height: 122px; }
  .site-header .brand { width: min(255px, calc(100vw - 76px)); padding-top: 6px; }
  .site-header .brand-logo { height: 88px; }
  .hero { min-height: 720px; align-items: flex-end; padding-bottom: 80px; }
  .hero-image { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(244,241,230,.98) 0%, rgba(244,241,230,.88) 42%, rgba(244,241,230,.08) 78%); }
  .hero-content { width: auto; margin: 0 22px; padding: 0; }
  .hero h1 { font-size: clamp(61px, 20vw, 84px); }
  .hero-copy { margin: 24px 0; font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-note { display: none; }
  .section { padding: 90px 22px; }
  .intro-grid { margin-top: 46px; gap: 30px; }
  .display-heading { font-size: 47px; }
  .signature-row { align-items: flex-start; gap: 15px; }
  .signature-row svg { width: 90px; }
  .commitments-head { display: block; }
  .commitments-head h2 { margin-top: 45px; }
  .commitments-head > p { margin-top: 28px; }
  .values-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .value-card { min-height: 285px; border-right: 1px solid rgba(255,255,255,.22); border-top: 1px solid rgba(255,255,255,.22); }
  .value-card:first-child { border-top: 0; }
  .value-icon { margin: 38px 0 25px; }
  .audience-layout { margin-top: 45px; gap: 45px; }
  .audience-list > div { grid-template-columns: 30px 1fr; }
  .audience-list p { grid-column: 2; }
  .products-copy { display: block; }
  .products-heading { margin-top: 45px; }
  .product-carousel { margin-top: 55px; }
  .product-grid { --product-gap: 24px; padding-bottom: 0; }
  .product-card { flex-basis: 100%; }
  .product-card-offset { transform: none; }
  .products-link { margin-top: 55px; }
  .newsletter { min-height: 620px; padding: 90px 22px; }
  .newsletter h2 { font-size: 68px; }
  .signup-form { display: block; border: 0; }
  .signup-form input { width: 100%; border-bottom: 1px solid var(--ink); }
  .signup-form button { width: 100%; margin-top: 14px; padding: 15px; background: var(--green); color: white; }
  footer { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-links { justify-content: flex-end; }
  .floating-store-cta { bottom: max(30px, env(safe-area-inset-bottom)); min-height: 44px; padding: 0 15px; font-size: 12px; }
}

@media (max-width: 510px) {
  .site-header { height: 106px; padding: 0 14px; background: transparent; box-shadow: none; }
  .site-header.scrolled { height: 106px; background: rgba(251,249,243,.96); box-shadow: 0 1px 0 var(--line); }
  .site-header .brand { width: min(220px, calc(100% - 54px)); padding-top: 4px; }
  .site-header .brand-logo { height: 74px; }
  .site-header .brand-tagline-html { font-size: 14px; letter-spacing: .28em; }
  .site-header .brand-heart-html { margin-top: 2px; font-size: 16px; }
  .menu-button { top: max(22px, env(safe-area-inset-top)); right: max(14px, env(safe-area-inset-right)); }
  .main-nav { padding-top: max(94px, calc(env(safe-area-inset-top) + 76px)); font-size: clamp(27px, 8.5vw, 34px); }
  .hero h1 { font-size: clamp(52px, 16.5vw, 70px); line-height: .82; }
}

@media (max-width: 400px) {
  .site-header .brand { width: min(205px, calc(100% - 52px)); }
  .site-header .brand-logo { height: 70px; }
  .main-nav { gap: clamp(14px, 3.2vh, 25px); padding-right: 22px; padding-left: 22px; font-size: clamp(25px, 8vw, 31px); }
  .hero { min-height: 680px; padding-bottom: 58px; }
  .hero-content { margin-right: 18px; margin-left: 18px; }
  .hero h1 { font-size: clamp(49px, 16vw, 64px); }
  .hero-copy { font-size: 17px; line-height: 1.42; }
  .hero-actions, .button { width: 100%; }
  .section { padding: 74px 18px; }
  .display-heading { font-size: clamp(39px, 11.5vw, 46px); }
  .signature-row { margin-top: 48px; }
  .audience-list strong { font-size: 22px; }
  .product-grid { --product-gap: 18px; }
  .product-carousel-controls button { width: 42px; height: 42px; }
  .newsletter { min-height: 560px; padding: 74px 18px; }
  .newsletter h2 { font-size: clamp(48px, 15vw, 60px); }
  footer { grid-template-columns: 1fr; justify-items: start; padding: 28px 18px; }
  .footer-brand { width: min(280px, 100%); }
  footer p:last-child { text-align: left; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

@media print {
  @page { size: A4; margin: 0; }
  html, body { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .site-header { position: absolute; }
  .floating-store-cta { display: none; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

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