/* TABCOTE: shared styles for all six static pages. */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@1,9..144,400&family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@400;500;600&family=Poppins:wght@600&display=swap');

:root {
  --night: #082215;
  --forest: #173B2B;
  --moss: #4F7D5C;
  --gold: #C9A24A;
  --cream: #F4EFE4;
  --paper: #FCFAF5;
  --ink: #14201A;
  --body: #3C4A42;
  --line: rgba(23,59,43,.18);
  --radius: 22px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--body); background: var(--paper); font: 400 17px/1.6 Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
figure, p, h1, h2, h3, h4 { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select, summary { cursor: pointer; }
button { color: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--moss); outline-offset: 5px; }
.dark :focus-visible, .home-hero :focus-visible, .page-hero :focus-visible { outline-color: var(--gold); }
::selection { color: var(--night); background: var(--gold); }
[hidden] { display: none !important; }
.container { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 112px; }
.cream { background: var(--cream); }
.dark { color: var(--paper); background: var(--night); }
.forest { background: var(--forest); }
h1, h2, h3, h4 { color: var(--forest); font-family: Poppins, Arial, sans-serif; font-weight: 600; letter-spacing: -.03em; text-wrap: balance; }
h1 { font-size: clamp(46px, 5.45vw, 78px); line-height: 1.13; }
h2 { font-size: clamp(34px, 3.55vw, 50px); line-height: 1.2; }
h3 { font-size: 24px; line-height: 1.3; }
h4 { font-size: 19px; line-height: 1.4; }
em { font-family: Fraunces, Georgia, serif; font-weight: 400; }
h1 em, h2 em { letter-spacing: -.04em; }
/* Gold is used on dark grounds. Forest italics preserve AA contrast on paper. */
.dark h1, .dark h2, .dark h3, .dark h4, .page-hero h1, .home-hero h1 { color: var(--paper); }
.dark h1 em, .dark h2 em, .page-hero h1 em, .home-hero h1 em { color: var(--gold); }
.eyebrow { font-size: 12px; line-height: 1.6; letter-spacing: .24em; text-transform: uppercase; font-weight: 500; color: var(--moss); }
.dark .eyebrow, .home-hero .eyebrow, .page-hero .eyebrow { color: var(--gold); }
.cream .eyebrow, .cream .feature-row > span, .cream .process > div::before { color: var(--forest); }
.chapter { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; }
.chapter span { color: var(--forest); background: var(--gold); border-radius: 50%; width: 33px; height: 33px; display: grid; place-items: center; font: 500 12px 'IBM Plex Mono', monospace; letter-spacing: 0; }
.intro { max-width: 770px; margin-bottom: 48px; }
.intro h2 + p, .intro h2 + .lede { margin-top: 22px; max-width: 640px; }
.lede { font-size: 18px; line-height: 1.7; }
.dark p { color: rgba(252,250,245,.77); }
.mono { font-family: 'IBM Plex Mono', monospace; font-size: .87em; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; align-items: center; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 23px; min-height: 52px; padding: 13px 25px; border: 1px solid transparent; border-radius: 99px; background: var(--forest); color: var(--paper); font-size: 14px; font-weight: 600; line-height: 1.4; text-align: center; transition: background .2s, transform .2s; }
.button:hover { background: var(--night); transform: translateY(-2px); }
.button.gold { background: var(--gold); color: var(--night); }
.button.gold:hover { background: var(--cream); }
.button.outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.button.outline:hover { background: var(--cream); }
.dark .button.outline, .home-hero .button.outline, .page-hero .button.outline { color: var(--paper); border-color: rgba(252,250,245,.45); }
.dark .button.outline:hover, .home-hero .button.outline:hover, .page-hero .button.outline:hover { background: rgba(252,250,245,.08); }
.arrow { width: 18px; height: 18px; flex: 0 0 18px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; font-weight: 600; font-size: 14px; padding-block: 10px; border-bottom: 1px solid var(--line); }
.text-link:hover { border-color: currentColor; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 22px; background: var(--paper); color: var(--forest); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--paper); transition: background .2s, color .2s; }
.header-inner { display: flex; height: 100px; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(252,250,245,.18); }
.brand { width: 174px; display: block; position: relative; flex-shrink: 0; }
.brand img { width: 174px; height: auto; }
.brand .logo-dark { display: none; }
.nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 500; }
.nav a { padding-block: 11px; }
.nav a:not(.nav-contact):hover, .nav a[aria-current='page']:not(.nav-contact) { text-decoration: underline; text-underline-offset: 7px; text-decoration-color: var(--gold); text-decoration-thickness: 2px; }
.nav .nav-contact { border: 1px solid rgba(252,250,245,.5); border-radius: 99px; padding: 11px 22px; }
.nav .nav-contact:hover { background: var(--gold); border-color: var(--gold); color: var(--night); }
.site-header.scrolled, .light-header .site-header, .menu-open .site-header { background: var(--paper); color: var(--forest); }
.site-header.scrolled .header-inner, .light-header .header-inner, .menu-open .header-inner { border-bottom-color: var(--line); }
.site-header.scrolled .logo-dark, .light-header .logo-dark, .menu-open .logo-dark { display: block; }
.site-header.scrolled .logo-light, .light-header .logo-light, .menu-open .logo-light { display: none; }
.site-header.scrolled .nav-contact, .light-header .nav-contact, .menu-open .nav-contact { border-color: var(--forest); }
.menu-toggle { display: none; }

.home-hero { position: relative; isolation: isolate; background: var(--night); color: var(--paper); min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding-top: 120px; overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: -1; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-bubbles { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.hero-motion-control { position: absolute; right: max(40px, calc((100% - 1240px) / 2)); bottom: calc(var(--proof-height, 108px) + 18px); z-index: 2; display: inline-flex; align-items: center; gap: 9px; min-height: 36px; padding: 8px 14px; border: 1px solid rgba(252,250,245,.35); border-radius: 99px; color: var(--paper); background: rgba(8,34,21,.85); font-size: 11px; line-height: 1.3; }
.hero-motion-control::before { content: ''; width: 8px; height: 10px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; }
.hero-motion-control[data-paused='true']::before { width: 0; height: 0; border: 5px solid transparent; border-right: 0; border-left: 8px solid currentColor; }
.hero-motion-control:hover { background: var(--forest); border-color: var(--gold); }
.hero-content { position: relative; z-index: 1; padding-block: 30px 55px; }
.home-hero h1 { margin: 27px 0 25px; max-width: 750px; }
.home-hero h1 em { display: inline-block; padding-bottom: .08em; }
.home-hero .lede { max-width: 465px; color: rgba(252,250,245,.8); font-size: 17px; }
.proof-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(252,250,245,.22); padding-block: 28px 32px; }
.home-hero .proof-row { margin-top: auto; }
.proof-item { display: flex; align-items: center; gap: 18px; }
.proof-item + .proof-item { border-left: 1px solid rgba(252,250,245,.22); padding-left: 32px; }
.proof-item strong { font: 600 39px/1.2 Poppins, sans-serif; letter-spacing: -.04em; }
.proof-item strong small { font-size: 24px; }
.proof-item span { font-size: 12px; line-height: 1.6; max-width: 105px; color: rgba(252,250,245,.75); }

.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.compare-card { padding: 38px 40px; border: 1px solid var(--line); border-radius: var(--radius); }
.compare-card h3 { font-size: 22px; }
.compare-card.featured { background: var(--forest); color: var(--paper); border-color: var(--forest); }
.compare-card.featured h3 { color: var(--paper); }
.compare-card > p { font-size: 14px; margin-top: 9px; }
.check-list { list-style: none; margin: 24px 0 0; padding: 0; }
.check-list li { position: relative; padding: 13px 0 13px 30px; border-top: 1px solid var(--line); font-size: 15px; }
.check-list li::before { content: '−'; position: absolute; left: 0; color: var(--moss); }
.featured .check-list li { border-color: rgba(252,250,245,.16); }
.featured .check-list li::before { content: '✓'; color: var(--gold); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step-image { border-radius: var(--radius); overflow: hidden; background: var(--cream); aspect-ratio: 1.28; }
.step-image img { width: 100%; height: 100%; object-fit: cover; }
.step h3 { font-size: 22px; margin: 25px 0 12px; }
.step p { font-size: 15px; }
.science-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 90px; align-items: center; }
.cutaway { position: relative; padding: 45px 0; }
.cutaway img { width: 100%; }
.marker { position: absolute; width: 33px; height: 33px; border: 1px solid var(--gold); background: var(--night); color: var(--gold); border-radius: 50%; display: grid; place-items: center; font: 500 14px 'IBM Plex Mono', monospace; }
.marker.core { left: 33%; top: 55%; }
.marker.membrane { left: 76%; top: 35%; }
.science-note { padding: 26px 0; border-bottom: 1px solid rgba(252,250,245,.2); }
.science-note h3 { font-size: 20px; margin-bottom: 13px; display: flex; gap: 17px; align-items: baseline; }
.science-note h3 span { color: var(--gold); font: 400 13px 'IBM Plex Mono', monospace; }
.science-note p { font-size: 15px; }
.facts { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 60px; border-top: 1px solid rgba(252,250,245,.2); padding-top: 35px; gap: 55px; }
.facts h3 { font-size: 20px; margin-bottom: 10px; }
.facts p { font-size: 15px; }

.range-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 35px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { background: transparent; color: var(--body); border: 1px solid var(--line); font-size: 12px; padding: 10px 15px; border-radius: 99px; min-height: 42px; }
.filter[aria-pressed='true'] { background: var(--forest); color: var(--paper); border-color: var(--forest); }
.filter:hover { border-color: var(--forest); }
.range-count { white-space: nowrap; font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.product-card { position: relative; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--paper); display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.product-card::before { content: ''; height: 4px; background: var(--product); position: absolute; inset: 0 0 auto; z-index: 1; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(8,34,21,.07); }
.product-photo { background: var(--cream); padding: 27px 42px 21px; aspect-ratio: 1.04; display: flex; align-items: center; justify-content: center; }
.product-photo img { height: 100%; width: 100%; object-fit: contain; }
.product-copy { padding: 24px 23px 21px; flex: 1; display: flex; flex-direction: column; }
.product-category { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: var(--moss); margin-bottom: 10px; }
.product-copy h3 { font-size: 17px; line-height: 1.4; letter-spacing: -.02em; display: flex; gap: 9px; align-items: baseline; }
.dot { display: inline-block; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--product); }
.product-copy p { font-size: 13px; line-height: 1.65; margin: 13px 0 23px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 11px; padding-top: 15px; border-top: 1px solid var(--line); margin-top: auto; }
.range-end { margin-top: 35px; display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.range-end p { font-size: 13px; }
.audiences { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; }
.audience { min-height: 430px; position: relative; isolation: isolate; display: flex; align-items: flex-end; border-radius: var(--radius); overflow: hidden; color: var(--paper); padding: 30px; }
.audience img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s; }
.audience::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(8,34,21,.97), rgba(8,34,21,.05)); }
.audience:hover img { transform: scale(1.035); }
.audience h3 { color: var(--paper); font-size: 28px; margin-bottom: 12px; }
.audience p { font-size: 14px; line-height: 1.6; color: rgba(252,250,245,.85); }
.audience .text-link { margin-top: 16px; color: var(--paper); border-color: rgba(252,250,245,.5); }
.stockist-band { display: grid; grid-template-columns: 1fr 1fr; background: var(--forest); }
.stockist-band > img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.stockist-copy { padding: 85px max(40px, calc((100vw - 1240px)/2)) 85px 65px; }
.stockist-copy h2 { font-size: clamp(32px, 3vw, 43px); }
.stockist-copy p { margin-top: 22px; font-size: 16px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-intro p { margin: 22px 0; max-width: 300px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 24px 34px 24px 0; color: var(--forest); font-weight: 500; position: relative; font-size: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; top: 21px; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { padding: 0 32px 25px 0; font-size: 15px; }
.faq-list details a { text-decoration: underline; text-underline-offset: 4px; }
.contact-band { padding: 54px 0; background: var(--cream); }
.contact-band .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.contact-band h2 { font-size: 29px; }
.contact-band p { font-size: 15px; margin-top: 8px; }
.site-footer { padding: 76px 0 0; }
.footer-statement { font: 600 clamp(39px,5.5vw,76px)/1.18 Poppins, sans-serif; letter-spacing: -.04em; color: var(--paper) !important; padding-bottom: 63px; border-bottom: 1px solid rgba(252,250,245,.2); }
.footer-statement em { color: var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.25fr; gap: 45px; padding: 54px 0 55px; }
.footer-brand img { width: 175px; margin-bottom: 20px; }
.footer-brand p { font-size: 13px; max-width: 255px; }
.footer-grid h2 { color: var(--gold); font-family: Inter, sans-serif; font-weight: 500; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 21px; }
.footer-grid a { display: block; font-size: 13px; margin-bottom: 10px; }
.footer-grid a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-grid address { font-style: normal; font-size: 13px; color: rgba(252,250,245,.75); }
.footer-legal { padding: 23px 0; border-top: 1px solid rgba(252,250,245,.2); display: flex; justify-content: space-between; gap: 24px; font-size: 10px; color: rgba(252,250,245,.65); }

.page-hero { min-height: 650px; color: var(--paper); background: var(--night); position: relative; isolation: isolate; display: flex; align-items: center; padding: 175px 0 90px; overflow: hidden; }
.page-hero .backdrop { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.page-hero::before { content: ''; position: absolute; inset: 0 0 auto; height: 140px; z-index: -1; background: linear-gradient(rgba(8,34,21,.7),rgba(8,34,21,0)); }
.page-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,34,21,.96) 0%, rgba(8,34,21,.83) 39%, rgba(8,34,21,.18) 100%); }
.page-hero h1 { max-width: 800px; font-size: clamp(42px,5vw,68px); margin: 25px 0; }
.page-hero .lede { color: rgba(252,250,245,.85); max-width: 560px; font-size: 17px; }
.benefit-strip { padding: 28px 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.benefit-strip .container { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; font-size: 13px; font-weight: 500; color: var(--forest); }
.benefit-strip span { display: flex; align-items: center; justify-content: center; gap: 12px; }
.benefit-strip b { font-weight: 400; color: var(--moss); }
.jump-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 25px; }
.product-group + .product-group { margin-top: 76px; }
.group-heading { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 22px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.group-heading h3 { font-size: 27px; }
.group-heading span { font-size: 12px; }
.detailed-products { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.product-detail { display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; position: relative; scroll-margin-top: 120px; }
.product-detail::before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: var(--product); }
.product-detail .product-photo { aspect-ratio: auto; padding: 32px 24px; }
.product-detail .product-photo img { max-height: 255px; }
.detail-copy { padding: 28px 24px; }
.detail-copy h4 { margin: 10px 0 13px; }
.detail-copy p { font-size: 13px; }
.detail-copy dl { margin: 22px 0 0; font-size: 12px; }
.detail-copy dl > div { display: grid; grid-template-columns: 50px 1fr; gap: 8px; margin-top: 8px; }
.detail-copy dt { color: var(--moss); }
.detail-copy dd { margin: 0; color: var(--forest); }
.detail-copy .text-link { font-size: 12px; margin-top: 15px; }
.application-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.application-layout > img { width: 100%; border-radius: var(--radius); aspect-ratio: 1.1; object-fit: cover; }
.application-way { padding-block: 27px; border-bottom: 1px solid var(--line); }
.application-way h3 { font-size: 23px; margin-bottom: 10px; }
.application-way p { font-size: 15px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
table { width: 100%; border-collapse: collapse; font-size: 13px; text-align: left; min-width: 660px; }
caption { text-align: left; padding: 20px 23px; background: var(--forest); color: var(--paper); font-weight: 500; }
th, td { padding: 20px 23px; vertical-align: top; }
thead th { background: var(--cream); color: var(--forest); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
tbody tr:nth-child(even) { background: var(--cream); }
tbody th { font-weight: 500; color: var(--forest); min-width: 220px; }
tbody td { line-height: 1.6; }
.table-note { font-size: 12px; margin-top: 17px; }
.feature-rows { margin-top: 42px; }
.feature-row { display: grid; grid-template-columns: 70px .9fr 1.25fr; align-items: baseline; gap: 30px; padding-block: 30px; border-top: 1px solid var(--line); }
.feature-row > span { color: var(--moss); font: 400 15px 'IBM Plex Mono', monospace; }
.feature-row p { font-size: 15px; }
.feature-row h3 { font-size: 23px; }
.split-editorial { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }
.split-editorial img { width: 100%; aspect-ratio: .95; object-fit: cover; border-radius: var(--radius); }
.split-editorial p { margin-top: 25px; }
.inline-note { border-left: 2px solid var(--gold); padding-left: 22px; margin-top: 26px; font-size: 14px; }
.crop-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.crop-list span { border-bottom: 1px solid var(--line); padding: 8px 14px 8px 0; font-size: 14px; }
.process { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; margin-top: 48px; counter-reset: process; }
.process > div { border-top: 1px solid var(--line); padding-top: 24px; counter-increment: process; }
.process > div::before { content: '0' counter(process); color: var(--moss); font: 400 14px 'IBM Plex Mono', monospace; display: block; margin-bottom: 23px; }
.process h3 { font-size: 22px; margin-bottom: 15px; }
.process p { font-size: 15px; }
.dark .process > div { border-color: rgba(252,250,245,.2); }
.dark .process > div::before { color: var(--gold); }
.trade-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 45px; margin-top: 60px; padding-top: 35px; border-top: 1px solid var(--line); }
.trade-stats strong { display: block; font: 600 55px/1.1 Poppins,sans-serif; letter-spacing: -.04em; color: var(--forest); }
.trade-stats span { display: block; font-size: 13px; margin-top: 10px; }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; margin-block: 40px; }
.offer-grid > div { padding-top: 24px; border-top: 1px solid rgba(252,250,245,.2); }
.offer-grid h3 { font-size: 23px; margin-bottom: 13px; }
.offer-grid p { font-size: 15px; }
.release-chart { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.chart-legend { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 25px; font-size: 12px; }
.chart-legend span { display: flex; align-items: center; gap: 10px; }
.chart-legend i { width: 25px; border-top: 3px solid var(--forest); }
.chart-legend .repeat { border-top: 2px dashed var(--moss); }
.release-chart svg { width: 100%; height: auto; overflow: visible; }
.chart-scroll { overflow-x: auto; padding: 5px; }
.chart-scroll svg { min-width: 720px; display: block; }
.release-chart figcaption { font-size: 12px; margin-top: 22px; }
.safety { max-width: 820px; }
.safety p { margin-top: 20px; }

.contact-hero { padding: 180px 0 75px; }
.contact-hero h1 { margin: 22px 0; font-size: clamp(48px,6vw,80px); }
.contact-hero p:last-child { max-width: 540px; }
.contact-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 85px; padding-bottom: 110px; }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-form h2 { font-size: 24px; margin-bottom: 10px; }
.form-intro { font-size: 13px; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 21px; }
.field label { color: var(--forest); font-size: 13px; font-weight: 500; }
.field label span { font-weight: 400; color: var(--body); }
.field input, .field textarea, .field select { width: 100%; min-width: 0; color: var(--ink); background: var(--cream); border: 1px solid var(--moss); border-radius: 8px; padding: 12px 13px; font-size: 15px; }
.field input, .field select { min-height: 49px; }
.field textarea { resize: vertical; min-height: 145px; }
.field input::placeholder, .field textarea::placeholder { color: var(--body); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); outline: 2px solid var(--moss); outline-offset: 2px; }
.form-status { padding: 18px; margin-top: 20px; border: 1px solid var(--moss); border-radius: 8px; font-size: 13px; }
.form-status a { text-decoration: underline; }
.contact-card { padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.contact-card h2 { font-size: 20px; margin-bottom: 14px; }
.contact-card p, .contact-card address { font-size: 14px; font-style: normal; }
.contact-card a { display: inline-block; text-decoration: underline; text-underline-offset: 4px; }
.contact-card .contact-email { font: 400 28px Fraunces,Georgia,serif; }
.contact-photo { width: 100%; aspect-ratio: 1.8; object-fit: cover; border-radius: 18px; margin-top: 35px; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (min-width: 1600px) { .home-hero { min-height: 900px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 56px); }
  .nav { gap: 22px; }
  .brand, .brand img { width: 155px; }
  .home-hero h1 { font-size: 64px; }
  .home-hero { min-height: 800px; }
  .hero-image img { object-position: 55% center; }
  .home-hero .lede { max-width: 390px; }
  .proof-item { gap: 13px; }
  .proof-item + .proof-item { padding-left: 22px; }
  .proof-item strong { font-size: 32px; }
  .science-layout { gap: 50px; }
  .product-grid { gap: 16px; }
  .product-photo { padding: 22px 26px; }
  .product-copy { padding: 20px 16px; }
  .product-copy h3 { font-size: 15px; }
  .product-detail { grid-template-columns: .7fr 1fr; }
  .detail-copy { padding: 24px 17px; }
  .audience { padding: 25px; }
  .stockist-copy { padding: 70px 36px; }
  .faq-layout { gap: 55px; }
  .footer-grid { gap: 28px; }
  .contact-layout { gap: 45px; }
  .split-editorial { gap: 45px; }
}
@media (max-width: 800px) {
  .section { padding-block: 80px; }
  .header-inner { height: 82px; }
  .js .menu-toggle { display: flex; flex-direction: column; gap: 6px; width: 46px; height: 46px; justify-content: center; align-items: center; background: transparent; border: 1px solid currentColor; border-radius: 50%; }
  .menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .js .nav { display: none; }
  .js .nav.open { display: flex; position: absolute; inset: 82px 0 auto; padding: 20px 28px 35px; background: var(--paper); flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); max-height: calc(100svh - 82px); overflow-y: auto; }
  .js .nav.open a { padding: 17px 0; font-size: 19px; }
  .js .nav.open .nav-contact { text-align: center; margin-top: 18px; font-size: 15px; padding: 14px 22px; }
  html:not(.js) .site-header { position: absolute; }
  html:not(.js) .header-inner { height: auto; padding-block: 20px; align-items: flex-start; gap: 20px; }
  html:not(.js) .nav { flex-wrap: wrap; justify-content: flex-end; gap: 7px 17px; font-size: 12px; }
  .home-hero { min-height: 920px; padding-top: 120px; }
  .hero-content { padding-block: 22px 325px; }
  .home-hero h1 { font-size: clamp(49px,7.8vw,63px); }
  .hero-image { inset: auto 0 105px; height: 590px; mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent); }
  .hero-image img { object-position: 70% center; }
  .home-hero .lede { max-width: 440px; }
  .proof-row { grid-template-columns: repeat(4,1fr); padding-block: 22px; }
  .proof-item { display: block; }
  .proof-item span { display: block; margin-top: 4px; }
  .proof-item + .proof-item { padding-left: 20px; }
  .comparison { gap: 16px; }
  .compare-card { padding: 28px; }
  .steps { gap: 20px; }
  .step h3 { font-size: 19px; }
  .step p { font-size: 14px; }
  .science-layout { gap: 35px; grid-template-columns: 1fr 1fr; }
  .facts { gap: 30px; }
  .product-grid { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .product-photo { padding: 28px 48px; }
  .product-copy { padding: 25px; }
  .product-copy h3 { font-size: 18px; }
  .range-toolbar { align-items: flex-end; }
  .audiences { grid-template-columns: 1fr; }
  .audience { min-height: 280px; padding: 35px; }
  .audience > div { max-width: 370px; }
  .audience::after { background: linear-gradient(90deg,rgba(8,34,21,.93),rgba(8,34,21,.2)); }
  .stockist-band { grid-template-columns: 1fr; }
  .stockist-band > img { min-height: 0; height: 350px; }
  .stockist-copy { padding: 60px 40px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-intro p { max-width: 450px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; gap: 38px; }
  .footer-statement { font-size: 49px; }
  .footer-legal { display: block; }
  .footer-legal span { display: block; margin-top: 10px; }
  .page-hero { min-height: 600px; }
  .page-hero::after { background: linear-gradient(90deg,rgba(8,34,21,.95),rgba(8,34,21,.72)); }
  .benefit-strip .container { grid-template-columns: 1fr 1fr; }
  .benefit-strip span { justify-content: flex-start; }
  .detailed-products { grid-template-columns: 1fr; }
  .product-detail { grid-template-columns: .65fr 1fr; }
  .detail-copy { padding: 30px; }
  .application-layout, .split-editorial { grid-template-columns: 1fr; gap: 40px; }
  .application-layout > img, .split-editorial img { aspect-ratio: 1.55; }
  .feature-row { grid-template-columns: 35px 1fr; gap: 20px; }
  .feature-row p { grid-column: 2; }
  .process { gap: 28px; }
  .process h3 { font-size: 19px; }
  .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .contact-hero { padding-top: 145px; }
}
@media (max-width: 540px) {
  .container { width: calc(100% - 40px); }
  .section { padding-block: 68px; }
  h2 { font-size: 34px; }
  .intro { margin-bottom: 34px; }
  .chapter { margin-bottom: 19px; }
  .eyebrow { font-size: 10px; letter-spacing: .2em; }
  .brand, .brand img { width: 148px; }
  .home-hero { min-height: 945px; padding-top: 110px; }
  .home-hero h1 { font-size: clamp(43px,10.5vw,57px); margin: 20px 0 18px; line-height: 1.16; }
  .home-hero .lede { font-size: 15px; max-width: 345px; }
  .hero-content { padding-top: 15px; padding-bottom: 295px; }
  .hero-image { height: 320px; bottom: 167px; }
  .hero-image img { object-position: center; }
  .hero-motion-control { right: 20px; }
  .home-hero .actions { gap: 10px; margin-top: 25px; }
  .home-hero .button { gap: 12px; padding: 12px 17px; font-size: 12px; min-height: 48px; }
  .proof-row { grid-template-columns: 1fr 1fr; row-gap: 22px; padding-block: 25px; }
  .proof-item { display: flex; gap: 14px; }
  .proof-item strong { font-size: 31px; min-width: 37px; }
  .proof-item span { font-size: 10px; max-width: 83px; margin: 0; }
  .proof-item + .proof-item { padding-left: 18px; }
  .proof-item:nth-child(3) { border: 0; padding-left: 0; }
  .comparison { grid-template-columns: 1fr; gap: 17px; }
  .compare-card { padding: 29px 25px; }
  .steps { grid-template-columns: 1fr; gap: 34px; }
  .step-image { aspect-ratio: 1.5; }
  .step h3 { font-size: 23px; margin-top: 21px; }
  .step p { font-size: 15px; }
  .science-layout { grid-template-columns: 1fr; gap: 0; }
  .cutaway { padding: 28px 5px; }
  .facts { grid-template-columns: 1fr; gap: 24px; margin-top: 38px; }
  .range-toolbar { display: block; }
  .range-count { display: block; margin-top: 16px; }
  .filter { padding: 8px 12px; font-size: 11px; }
  .product-grid { gap: 13px; }
  .product-photo { padding: 20px 19px; aspect-ratio: .85; }
  .product-copy { padding: 17px 13px; }
  .product-copy h3 { font-size: 15px; gap: 7px; }
  .product-copy h3 .dot { width: 6px; height: 6px; flex-basis: 6px; }
  .product-copy p { font-size: 13px; margin-bottom: 16px; }
  .product-category { font-size: 10px; }
  .product-meta { font-size: 11px; }
  .product-meta .arrow { width: 14px; height: 14px; flex-basis: 14px; }
  .range-end { display: block; }
  .range-end a { margin-top: 20px; }
  .audience { min-height: 310px; padding: 28px; }
  .stockist-copy { padding: 60px 25px; }
  .stockist-band > img { height: 280px; }
  .stockist-copy .actions { gap: 10px; }
  .stockist-copy .button { padding-inline: 17px; font-size: 12px; }
  .faq-list summary { font-size: 15px; padding-block: 23px; }
  .contact-band .container { display: block; }
  .contact-band .button { margin-top: 24px; }
  .footer-statement { font-size: 40px; padding-bottom: 39px; }
  .footer-statement em { display: inline-block; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 37px 24px; padding-block: 40px; }
  .footer-brand, .footer-address { grid-column: 1 / -1; }
  .footer-brand p { max-width: 320px; }
  .footer-legal { font-size: 10px; }
  .page-hero { padding-block: 145px 65px; min-height: 635px; }
  .page-hero h1 { font-size: 43px; }
  .page-hero .lede { font-size: 16px; }
  .benefit-strip .container { gap: 20px 14px; font-size: 11px; }
  .benefit-strip span { gap: 8px; }
  .product-group + .product-group { margin-top: 48px; }
  .group-heading h3 { font-size: 21px; }
  .group-heading span { font-size: 10px; }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail .product-photo { padding: 30px 80px; aspect-ratio: 1.3; }
  .product-detail .product-photo img { max-height: 230px; }
  .detail-copy { padding: 26px; }
  .detail-copy h4 { font-size: 23px; }
  .detail-copy p { font-size: 15px; }
  .detail-copy dl { font-size: 13px; }
  .detail-copy dl > div { grid-template-columns: 60px 1fr; }
  .table-wrap { margin-inline: -2px; }
  th, td { padding: 17px; }
  .process { grid-template-columns: 1fr; gap: 32px; }
  .process h3 { font-size: 24px; }
  .process > div::before { margin-bottom: 17px; }
  .trade-stats { gap: 20px; }
  .trade-stats strong { font-size: 34px; }
  .trade-stats span { font-size: 11px; }
  .offer-grid { grid-template-columns: 1fr; gap: 25px; }
  .release-chart { padding: 25px 18px; }
  .contact-hero { padding: 145px 0 48px; }
  .contact-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-layout { padding-bottom: 65px; }
}
/* Homepage hero: a clear copy area and a dedicated tablet stage on small screens. */
.home-hero { min-height: min(920px, max(780px, 100svh)); padding-top: 100px; justify-content: flex-start; }
.home-hero .hero-image { bottom: 106px; }
.home-hero .hero-content { padding-block: clamp(80px, 10vh, 130px) 112px; }
.home-hero h1 { max-width: 730px; font-size: clamp(56px, 5.4vw, 78px); line-height: 1.1; letter-spacing: -.045em; margin: 24px 0; }
.home-hero .lede { max-width: 445px; font-size: 17px; line-height: 1.8; color: #d1dbd1; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 0; margin: 23px 0 0; list-style: none; color: #dbe3d6; font-size: 12px; }
.hero-benefits li { display: flex; align-items: center; gap: 8px; }
.hero-benefits li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.home-hero .actions { margin-top: 30px; gap: 15px; }
.home-hero .button { min-height: 54px; }
.home-hero .button.outline { border-color: transparent; padding-inline: 8px; }
.home-hero .button.outline:hover { background: transparent; color: var(--gold); }
.hero-caption { z-index: 1; position: absolute; left: 56%; bottom: calc(var(--proof-height, 106px) + 30px); display: flex; align-items: flex-start; gap: 11px; max-width: 320px; }
.hero-caption strong { display: block; font-size: 11px; font-weight: 500; color: var(--paper); }
.hero-caption span:not(.hero-caption-dot) { display: block; margin-top: 4px; font-size: 10px; color: #afc0af; }
.hero-caption-dot { width: 7px; height: 7px; border-radius: 50%; margin-top: 6px; background: var(--gold); box-shadow: 0 0 0 5px rgba(201,162,74,.1); flex-shrink: 0; }
.home-hero .hero-motion-control { bottom: calc(var(--proof-height, 106px) + 30px); font-size: 10px; min-height: 36px; padding: 8px 12px; }
.home-hero .proof-row { position: relative; z-index: 1; margin-top: auto; padding-block: 25px; background: var(--night); }
.home-hero .proof-item strong { font-size: 33px; color: var(--paper); }
.home-hero .proof-item span { font-size: 11px; }
@media (min-width: 801px) and (max-width: 1199px) {
  .home-hero .hero-caption { left: 53%; max-width: 240px; bottom: calc(var(--proof-height, 106px) + 78px); }
  .home-hero h1 { font-size: clamp(52px, 6vw, 68px); max-width: 620px; }
  .home-hero .lede { max-width: 390px; }
  .home-hero .hero-image img { object-position: 54% center; }
}
@media (max-width: 800px) {
  .home-hero { min-height: 0; padding-top: 112px; }
  .home-hero .hero-content { order: 1; padding-block: 20px 0; }
  .home-hero h1 { font-size: clamp(43px, 7.4vw, 60px); margin: 20px 0; max-width: 660px; }
  .home-hero .lede { max-width: 470px; font-size: 16px; line-height: 1.75; }
  .home-hero .hero-image { position: relative; inset: auto; order: 2; width: 100%; height: 380px; margin-top: -10px; flex-shrink: 0; mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 82%, transparent); }
  .home-hero .hero-image img { object-position: center; }
  .home-hero .hero-caption { position: relative; inset: auto; order: 3; width: calc(100% - 80px); max-width: none; margin: -12px auto 26px; }
  .home-hero .hero-caption strong { font-size: 12px; }
  .home-hero .hero-caption span:not(.hero-caption-dot) { font-size: 11px; }
  .home-hero .proof-row { order: 4; margin-top: 0; }
  .home-hero .hero-motion-control { right: 40px; bottom: calc(var(--proof-height, 156px) + 90px); }
  .hero-benefits { font-size: 11px; gap: 10px 18px; margin-top: 20px; }
}
@media (max-width: 540px) {
  .home-hero { padding-top: 98px; }
  .home-hero .hero-content { padding-top: 19px; }
  .home-hero h1 { font-size: clamp(39px, 10.4vw, 55px); line-height: 1.12; }
  .home-hero .lede { font-size: 15px; }
  .home-hero .actions { flex-wrap: nowrap; gap: 12px; margin-top: 25px; }
  .home-hero .button { min-height: 50px; padding: 12px 17px; gap: 10px; font-size: 12px; }
  .home-hero .button.outline { padding-inline: 0; }
  .home-hero .hero-image { height: 330px; margin-top: 0; }
  .home-hero .hero-image img { object-position: center; }
  .home-hero .hero-caption { width: calc(100% - 40px); margin-top: -7px; margin-bottom: 23px; }
  .home-hero .hero-caption strong { font-size: 11px; }
  .home-hero .hero-caption span:not(.hero-caption-dot) { font-size: 10px; }
  .home-hero .hero-motion-control { right: 20px; }
  .home-hero .proof-row { padding-block: 23px; }
  .home-hero .proof-item strong { font-size: 28px; }
}

@media (max-width: 360px) {
  .home-hero .hero-benefits { font-size: 10px; gap: 10px 12px; }
  .home-hero .button { font-size: 10.5px; gap: 7px; padding: 11px 12px; white-space: nowrap; }
  .home-hero .button.outline { padding-inline: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-bubbles, .hero-motion-control { display: none; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
@media print {
  .site-header, .site-footer, .actions, .filters, .contact-form { display: none; }
  .section, .contact-hero, .page-hero { padding-block: 25px; min-height: 0; }
  .js .reveal { opacity: 1; transform: none; }
  .product-detail, .product-card, details { break-inside: avoid; }
}


.difference-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(22,65,40,.25); }
.difference-part { padding: 34px 36px 0; }
.difference-part:first-child { padding-left: 0; }
.difference-part:last-child { padding-right: 0; }
.difference-part + .difference-part { border-left: 1px solid rgba(22,65,40,.16); }
.difference-part h3 { font-size: clamp(23px, 2.2vw, 29px); line-height: 1.25; margin: 0 0 20px; min-height: 2.5em; }
.difference-part p { margin: 0; max-width: 35ch; font-size: 16px; line-height: 1.75; }
@media (max-width: 800px) {
  .difference-grid { grid-template-columns: 1fr; }
  .difference-part, .difference-part:first-child, .difference-part:last-child { padding: 26px 0; }
  .difference-part:last-child { padding-bottom: 0; }
  .difference-part + .difference-part { border-left: 0; border-top: 1px solid rgba(22,65,40,.16); }
  .difference-part h3 { min-height: 0; margin-bottom: 12px; }
  .difference-part p { max-width: 55ch; }
}

/* Homepage rhythm: shared headings, readable copy, and consistent image frames. */
.homepage .home-hero h1 { font-size: clamp(42px, 4.5vw, 66px); line-height: 1.08; max-width: 650px; letter-spacing: -.045em; }
.homepage .home-hero h1 em { white-space: nowrap; }
.homepage .home-hero .lede { max-width: 430px; }
.homepage .section .intro { max-width: 780px; }
.homepage .step-image { aspect-ratio: 1 / 1; overflow: hidden; }
.homepage .step-image img { width: 100%; height: 100%; object-fit: cover; }
.homepage .science-summary { max-width: 780px; margin-top: 30px; color: rgba(252,250,245,.78); }
.homepage .difference-part h3, .homepage .step h3 { font-size: clamp(23px, 2.2vw, 29px); line-height: 1.25; }
@media (max-width: 800px) {
 .homepage .home-hero h1 { font-size: clamp(36px, 7.5vw, 56px); max-width: 640px; }
 .homepage .home-hero h1 em { white-space: normal; }
}
@media (max-width: 540px) {
 .homepage .home-hero h1 { font-size: clamp(32px, 8.4vw, 44px); line-height: 1.12; }
}

.difference-science { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 5vw, 76px); align-items: center; }
.difference-cutaway { margin: 0; }
.difference-cutaway img { display: block; width: 100%; height: auto; border-radius: var(--radius); }
.difference-cutaway figcaption { margin-top: 18px; max-width: 48ch; font-size: 13px; line-height: 1.6; color: var(--forest); }
.difference-details article { padding: 23px 0; border-top: 1px solid rgba(22,65,40,.2); }
.difference-details h3 { font-size: clamp(22px, 2vw, 27px); margin: 0 0 12px; }
.difference-details p { margin: 0; line-height: 1.75; }
.difference-details > .text-link { margin-top: 12px; }
@media (max-width: 800px) { .difference-science { grid-template-columns: 1fr; gap: 30px; } }

/* Display the original wordmark while clipping the tagline beneath it. */
.brand img, .footer-brand img { clip-path: inset(20% 0 22% 0); }

/* Shared page edges and contact-page scale. */
.container { width:min(1240px,calc(100% - 96px)); }
.contact-page .site-header { position:sticky; top:0; border-bottom:1px solid #dce2d5; }
.contact-page .header-inner { border:0; }
.contact-page .contact-hero { padding:56px 0 40px; }
.contact-page .contact-hero h1 { font-size:clamp(36px,4vw,52px); line-height:1.15; margin:18px 0 22px; }
.contact-page .contact-hero .lede { font-size:16px; line-height:1.75; }
.contact-page .contact-layout { gap:64px; padding-bottom:64px; }
.contact-page .contact-form { padding:32px; border-radius:6px; }
.contact-page .contact-card h2 { font-size:20px; }
.contact-page .contact-photo { border-radius:6px; }
@media(max-width:1050px){.container{width:calc(100% - 64px)}}
@media(max-width:800px){
  .container{width:calc(100% - 40px)}
  .contact-page .contact-hero{padding:36px 0 28px}
  .contact-page .contact-hero .lede{font-size:15px}
  .contact-page .contact-layout{gap:36px;padding-bottom:44px}
  .contact-page .contact-form{padding:24px 20px}
}
