:root {
  --paper: #f4f0e8;
  --paper-light: #fbfaf7;
  --ink: #18231f;
  --ink-soft: #3c4843;
  --wine: #8a3f39;
  --wine-dark: #63302d;
  --sage: #cbd9ca;
  --mint: #c8e2d4;
  --sand: #e7d4bd;
  --rose: #edc7c2;
  --line: rgba(24, 35, 31, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
main#top { scroll-margin-top: 72px; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.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; }

.prototype-note { min-height: 32px; padding: 7px clamp(20px, 4vw, 64px); display: flex; justify-content: space-between; gap: 16px; background: var(--ink); color: #fff; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.prototype-note span:last-child { opacity: .55; }

.site-header { height: 88px; padding: 0 clamp(20px, 4vw, 64px); display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 32px; background: rgba(244,240,232,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); transition: height .25s ease, box-shadow .25s ease; }
.site-header.scrolled { height: 72px; box-shadow: 0 14px 35px rgba(24,35,31,.08); }
.brand img { width: 174px; height: auto; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: clamp(20px, 3vw, 44px); font-size: 13px; }
.main-nav a { position: relative; font-family: var(--serif); font-size: 14px; font-weight: 400; letter-spacing: .01em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--wine); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-button { background: transparent; border: 0; font-size: 11px; font-weight: 700; letter-spacing: .1em; cursor: pointer; }
.language-button [data-lang-option] { opacity: .32; transition: opacity .2s ease, color .2s ease; }
.language-button [data-lang-option].active { color: var(--wine); opacity: 1; }
.language-button i { padding: 0 4px; opacity: .28; font-style: normal; }
.nav-language { display: none; margin-top: 22px; }
.nav-language-link { display: none; }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 13px 8px; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px auto; background: var(--ink); }

.button { min-height: 52px; padding: 0 25px; border-radius: 999px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-size: 12px; font-weight: 650; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 20px; }
.button-large { min-height: 62px; padding: 0 32px; }
.button-primary { background: var(--wine); color: #fff; }
.button-primary:hover { background: var(--wine-dark); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: var(--paper-light); color: var(--ink); }
.text-link { display: inline-flex; gap: 28px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 650; }
.text-link span { color: var(--wine); }
.eyebrow b, .text-link b, .button b { font-weight: inherit; }

.hero { min-height: calc(100vh - 120px); display: grid; grid-template-columns: 1.02fr .98fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(72px, 9vw, 138px) clamp(24px, 7vw, 112px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 12px; color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.eyebrow-light { color: #e6b1aa; }
.hero h1, .section-heading h2, .tender-heading h2, .about h2, .contact h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .92; }
.hero h1 { font-size: clamp(60px, 6.65vw, 106px); }
em { color: var(--wine); font-weight: 400; }
.hero-intro { max-width: 530px; margin: 38px 0 42px; color: var(--ink-soft); font-size: clamp(16px, 1.5vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.hero-visual { min-height: 660px; position: relative; overflow: hidden; background: #1c2723; border-left: 1px solid var(--line); color: #fff; }
.hero-film { position: absolute; inset: 0; overflow: hidden; background: #1c2723; }
.hero-film video { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.04); }
.hero-film-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,25,21,.26) 0%, rgba(16,25,21,.06) 46%, rgba(16,25,21,.74) 100%), linear-gradient(90deg, rgba(24,35,31,.18), transparent 55%); }
.hero-film-caption { position: absolute; z-index: 2; left: 7%; top: 7%; margin: 0; font-family: var(--serif); font-size: clamp(22px, 2.3vw, 34px); line-height: 1.04; }
.hero-film-caption span { display: block; margin-top: 11px; font-family: var(--sans); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; opacity: .7; }
.hero-index { position: absolute; z-index: 2; right: 6%; bottom: 8%; margin: 0; font-size: 8px; line-height: 1.7; letter-spacing: .12em; text-align: right; text-transform: uppercase; opacity: .8; }
.hero-film-credit { position: absolute; z-index: 2; right: 6%; top: 7%; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.42); font-size: 7px; letter-spacing: .13em; text-transform: uppercase; opacity: .65; }
.market-pulse { min-height: 96px; padding: 0 clamp(24px, 4vw, 64px); display: grid; grid-template-columns: minmax(220px, 1.45fr) repeat(3, minmax(125px, .75fr)) minmax(100px, .45fr); align-items: stretch; background: var(--ink); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.market-pulse > span { min-width: 0; padding: 24px clamp(18px, 2.5vw, 38px); display: flex; justify-content: center; flex-direction: column; border-right: 1px solid rgba(255,255,255,.13); }
.market-pulse > span:first-child { padding-left: 0; }
.market-pulse > span:last-child { padding-right: 0; border-right: 0; }
.market-pulse-title { gap: 11px; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.market-pulse-title i { width: 8px; height: 8px; border-radius: 50%; background: #9ccc9a; box-shadow: 0 0 0 5px rgba(156,204,154,.11); animation: signalPulse 2.4s ease-out infinite; }
.market-pulse-stat strong { overflow: hidden; text-overflow: ellipsis; color: #fff; font-family: var(--serif); font-size: 24px; font-weight: 400; white-space: nowrap; }
.market-pulse-stat small { margin-top: 5px; color: rgba(255,255,255,.52); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.market-pulse-action { align-items: flex-end; gap: 7px; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease; }
.market-pulse-action b { color: #e6b1aa; font-size: 18px; transition: transform .2s ease; }
.market-pulse:hover .market-pulse-action { color: #fff; }
.market-pulse:hover .market-pulse-action b { transform: translate(3px, -3px); }

.proof-bar { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper-light); border-bottom: 1px solid var(--line); }
.proof-bar article { padding: 36px clamp(24px, 4vw, 64px); display: grid; grid-template-columns: 36px 1fr; column-gap: 16px; border-right: 1px solid var(--line); }
.proof-bar article:last-child { border-right: 0; }
.proof-bar span { grid-row: span 2; color: var(--wine); font-family: var(--serif); font-style: italic; }
.proof-bar h2 { margin: 0 0 5px; font-size: 15px; font-weight: 650; }
.proof-bar p { margin: 0; color: #6a746f; font-size: 12px; }

.section { padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 112px); }
.signals { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 170px); background: var(--paper-light); }
.section-heading { max-width: 540px; }
.section-heading h2, .tender-heading h2, .about h2 { font-size: clamp(48px, 5.4vw, 82px); }
.section-heading > p:last-child { margin: 32px 0 0; max-width: 440px; color: var(--ink-soft); line-height: 1.7; font-size: 15px; }
.signal-rail { position: relative; padding-left: 55px; }
.rail-line { position: absolute; left: 9px; top: 26px; bottom: 26px; width: 1px; background: var(--line); }
.rail-line span { display: block; width: 3px; height: 33%; margin-left: -1px; background: var(--wine); transition: transform .4s ease; transform: translateY(var(--rail-offset, 0)); }
.signal-card { min-height: 158px; padding: 28px 10px; display: grid; grid-template-columns: 72px 1fr; gap: 18px; border-bottom: 1px solid var(--line); opacity: .5; cursor: pointer; transition: opacity .25s ease, transform .25s ease; }
.signal-card:hover, .signal-card.active { opacity: 1; transform: translateX(8px); }
.signal-number { font-family: var(--serif); font-size: 37px; font-style: italic; color: var(--wine); }
.signal-label { margin: 2px 0 10px; color: #7a847f; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.signal-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.signal-card div p:last-child { max-width: 480px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.signals-home-link { grid-column: 2; justify-self: start; margin: -28px 0 0 55px; }

.tenders { background: var(--ink); color: #fff; }
.tender-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 50px; align-items: end; margin-bottom: 60px; }
.tender-heading > p { max-width: 430px; margin: 0 0 8px; color: rgba(255,255,255,.6); line-height: 1.6; }
.filters { display: flex; gap: 9px; margin-bottom: 24px; overflow-x: auto; }
.filter { padding: 11px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: transparent; color: #fff; font-size: 11px; cursor: pointer; white-space: nowrap; }
.filter.active, .filter:hover { background: #fff; color: var(--ink); }
.tender-card { min-height: 148px; padding: 26px 8px; display: grid; grid-template-columns: 150px 1fr 110px 52px; gap: 30px; align-items: center; border-top: 1px solid rgba(255,255,255,.2); transition: background .2s ease, padding .2s ease, opacity .2s ease; }
.tender-card:hover { padding-left: 18px; padding-right: 18px; background: rgba(255,255,255,.04); }
.tender-card.hidden { display: none; }
.tender-status { display: flex; gap: 9px; align-items: center; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.tender-status span { width: 7px; height: 7px; border-radius: 50%; background: #95c794; box-shadow: 0 0 0 4px rgba(149,199,148,.1); }
.tender-status.upcoming span { background: #e5b172; }
.tender-code { margin: 0 0 9px; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .13em; }
.tender-main h3 { margin: 0 0 15px; font-family: var(--serif); font-size: clamp(22px, 2.3vw, 34px); font-weight: 400; }
.tender-meta { display: flex; gap: 22px; color: rgba(255,255,255,.55); font-size: 10px; }
.tender-meta { flex-wrap: wrap; row-gap: 8px; }
.tender-deadline small { display: block; margin-bottom: 8px; color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.tender-deadline strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.round-button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; cursor: pointer; font-size: 18px; display: grid; place-items: center; transition: background .2s ease, color .2s ease, transform .2s ease; }
.round-button:hover { background: #fff; color: var(--ink); transform: rotate(45deg); }
.tender-footer { padding-top: 36px; border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.tender-footer p { color: rgba(255,255,255,.55); font-size: 12px; }
.tender-footer p button { border: 0; border-bottom: 1px solid rgba(255,255,255,.5); padding: 0 0 3px; background: transparent; color: #fff; cursor: pointer; }
.tender-loading, .tender-empty { margin: 0; padding: 42px 0; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.6); font-family: var(--serif); font-size: 22px; }

.signals-page main { overflow: hidden; }
.signals-page #open-tenders, .signals-page #launch-plan, .signals-page #contact { scroll-margin-top: 72px; }
.signals-directory-hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); background: var(--paper-light); border-bottom: 1px solid var(--line); }
.signals-directory-copy { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 112px); display: flex; flex-direction: column; justify-content: center; }
.signals-directory-copy h1 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(70px, 7.5vw, 118px); font-weight: 400; letter-spacing: -.055em; line-height: .86; }
.signals-directory-copy > p:not(.eyebrow) { max-width: 650px; margin: 42px 0; color: var(--ink-soft); font-size: clamp(16px, 1.45vw, 20px); line-height: 1.65; }
.signals-directory-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 34px; }
.signals-directory-panel { min-width: 0; padding: clamp(60px, 7vw, 105px); display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: #fff; }
.signal-panel-kicker { margin: 0 0 45px; color: #e6b1aa; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.signal-panel-stat { padding: 24px 0; display: flex; align-items: baseline; gap: 22px; border-top: 1px solid rgba(255,255,255,.2); }
.signal-panel-stat strong { min-width: 96px; font-family: var(--serif); font-size: clamp(58px, 6vw, 86px); font-weight: 400; letter-spacing: -.05em; line-height: .85; }
.signal-panel-stat span { color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.signal-panel-next { margin-top: 36px; padding: 25px 28px; display: grid; gap: 8px; background: rgba(255,255,255,.07); border-left: 3px solid #e6b1aa; }
.signal-panel-next small { color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.signal-panel-next strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.signal-panel-note { max-width: 410px; margin: 26px 0 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.65; }

.signals-method { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 145px); background: var(--paper); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.method-grid article { min-height: 310px; padding: 34px 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-grid article > span { color: var(--wine); font-family: var(--serif); font-size: 20px; font-style: italic; }
.method-grid h3 { margin: auto 0 18px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.method-grid p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }

.opportunity-section { background: var(--paper-light); }
.launch-directory { background: #d7e0d5; border-top: 1px solid var(--line); }
.directory-heading { margin-bottom: 56px; display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; }
.directory-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 6.6vw, 100px); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.directory-heading > p { max-width: 470px; margin: 0 0 6px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.directory-heading > p strong { color: var(--wine); font-family: var(--serif); font-size: 34px; font-weight: 400; }
.directory-controls { margin-bottom: 42px; padding: 24px; display: grid; grid-template-columns: 1.5fr repeat(2, minmax(180px, .55fr)); gap: 16px; background: var(--paper); border: 1px solid var(--line); }
.directory-controls label { display: grid; gap: 9px; color: #65706b; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.directory-controls input, .directory-controls select { width: 100%; min-height: 50px; padding: 0 15px; border: 1px solid var(--line); border-radius: 0; background: var(--paper-light); color: var(--ink); font-size: 13px; letter-spacing: 0; text-transform: none; outline: none; }
.directory-controls input:focus, .directory-controls select:focus { border-color: var(--wine); box-shadow: 0 0 0 1px var(--wine); }
.launch-directory .directory-controls { grid-template-columns: 1.5fr .55fr; background: rgba(251,250,247,.55); }
.opportunity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.opportunity-card { min-height: 440px; padding: 28px; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.launch-directory .opportunity-card { background: rgba(251,250,247,.84); }
.opportunity-card:hover { transform: translateY(-5px); background: var(--paper-light); box-shadow: 0 22px 44px rgba(24,35,31,.08); }
.opportunity-card-top { min-height: 27px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.opportunity-route { padding: 7px 10px; border-radius: 999px; font-size: 7px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.route-fixed { background: var(--ink); color: #fff; }
.route-temporary { background: var(--rose); color: #552f2d; }
.route-launch-plan { background: var(--sage); color: var(--ink); }
.route-alcohol-free-plan { background: #dce8e1; color: #24473a; }
.opportunity-reference { color: #79847e; font-size: 8px; letter-spacing: .12em; }
.opportunity-card h3 { margin: 34px 0 30px; font-family: var(--serif); font-size: clamp(25px, 2.25vw, 35px); font-weight: 400; letter-spacing: -.025em; line-height: 1.05; }
.opportunity-facts { margin: auto 0 28px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.opportunity-facts div { min-width: 0; padding: 16px 12px 15px 0; border-bottom: 1px solid var(--line); }
.opportunity-facts div:nth-child(even) { padding-left: 12px; border-left: 1px solid var(--line); }
.opportunity-facts dt { margin-bottom: 7px; color: #79847e; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.opportunity-facts dd { margin: 0; overflow-wrap: anywhere; font-family: var(--serif); font-size: 14px; line-height: 1.35; }
.opportunity-action { width: 100%; padding: 16px 0 0; display: flex; justify-content: space-between; border: 0; border-top: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 10px; font-weight: 700; cursor: pointer; text-align: left; }
.opportunity-action span { color: var(--wine); font-size: 17px; transition: transform .2s ease; }
.opportunity-action:hover span { transform: translate(3px, -3px); }
.directory-more { margin: 42px auto 0; display: flex; }
.directory-empty { grid-column: 1 / -1; margin: 0; padding: 65px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-soft); font-family: var(--serif); font-size: 26px; text-align: center; }
.launch-notice { margin: -16px 0 34px; padding: 18px 22px; display: flex; align-items: center; gap: 22px; background: rgba(251,250,247,.58); border-left: 3px solid var(--wine); }
.launch-notice span { flex: 0 0 auto; color: var(--wine); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.launch-notice p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.signals-contact { min-height: 640px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--ink); color: #fff; text-align: center; }
.signals-contact .eyebrow { justify-content: center; }
.signals-contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(65px, 8vw, 116px); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.signals-contact > p:not(.eyebrow) { max-width: 560px; margin: 30px 0 38px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.7; }

.portfolio { background: var(--paper); }
.portfolio-heading { margin-bottom: 70px; }
.collection-toolbar { margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.collection-filters { display: flex; gap: 9px; overflow-x: auto; }
.collection-filter { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); font-size: 10px; cursor: pointer; white-space: nowrap; }
.collection-filter.active, .collection-filter:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.collection-status { display: flex; align-items: center; gap: 24px; }
.collection-status > p { margin: 0; color: #7a847f; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.carousel-controls { display: flex; align-items: center; gap: 11px; }
.carousel-controls button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s ease, color .2s ease, opacity .2s ease; }
.carousel-controls button:hover:not(:disabled) { background: var(--ink); color: #fff; }
.carousel-controls button:disabled { opacity: .25; cursor: default; }
.carousel-controls span { min-width: 50px; color: #7a847f; font-family: var(--serif); font-size: 12px; text-align: center; }
.product-grid { display: flex; gap: 26px; align-items: stretch; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; overscroll-behavior-inline: contain; }
.product-grid::-webkit-scrollbar { display: none; }
.collection-card { min-width: 0; flex: 0 0 calc((100% - 52px) / 3); display: block; scroll-snap-align: start; transition: transform .3s ease; }
.collection-card:hover { transform: translateY(-5px); }
.collection-card.hidden { display: none; }
.collection-image { height: 480px; padding: 34px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--sage); }
.collection-image img { width: auto; height: auto; max-width: 76%; max-height: 100%; object-fit: contain; filter: drop-shadow(0 22px 19px rgba(24,35,31,.13)); transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.collection-card:hover .collection-image img { transform: translateY(-8px) scale(1.025); }
.tone-1 .collection-image { background: #d7dfd4; }
.tone-2 .collection-image { background: #eadbd0; }
.tone-3 .collection-image { background: #dbe4df; }
.tone-4 .collection-image { background: #e1d8c8; }
.tone-5 .collection-image { background: #cddbd5; }
.tone-6 .collection-image { background: #e7d4d0; }
.collection-arrow { width: 44px; height: 44px; position: absolute; right: 18px; top: 18px; display: grid; place-items: center; border: 1px solid rgba(24,35,31,.25); border-radius: 50%; background: rgba(251,250,247,.65); font-size: 16px; opacity: 0; transform: translate(-5px, 5px); transition: opacity .25s ease, transform .25s ease, background .25s ease; }
.collection-card:hover .collection-arrow { opacity: 1; transform: none; background: var(--paper-light); }
.collection-copy { padding: 18px 2px 24px; display: flex; justify-content: space-between; gap: 22px; border-bottom: 1px solid var(--line); }
.collection-copy > span { min-width: 0; display: grid; }
.collection-copy small { margin-bottom: 10px; color: #7a847f; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.collection-copy strong { font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.05; }
.collection-copy em { margin-top: 5px; color: var(--ink-soft); font-family: var(--sans); font-size: 11px; font-style: normal; line-height: 1.35; }
.collection-copy > i { color: var(--wine); font-family: var(--serif); font-size: 13px; font-style: italic; }

.partners { background: var(--paper-light); border-top: 1px solid var(--line); }
.partners-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; }
.partners-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5.4vw, 82px); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.partners-heading > p { max-width: 430px; margin: 0 0 7px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-card { min-height: 180px; padding: 28px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); text-align: center; transition: background .25s ease; }
.partner-card::before { content: ""; position: absolute; inset: 0; background: var(--sage); opacity: 0; transition: opacity .25s ease; }
.partner-card:hover::before { opacity: .55; }
.partner-card-dark { background: var(--ink); }
.partner-card-dark::before { background: #31463e; }
.partner-logo { position: relative; z-index: 1; display: block; max-width: 72%; max-height: 72px; width: auto; height: auto; object-fit: contain; opacity: .92; transition: opacity .25s ease, transform .25s ease; }
.partner-card:hover .partner-logo { opacity: 1; transform: translateY(-2px); }
.partner-logo-teichenne { max-width: 70%; max-height: 54px; }
.partner-logo-justinos { max-width: 68%; max-height: 88px; }
.partner-logo-halewood { max-width: 76%; }
.partner-logo-caraibi { max-width: 76%; max-height: 82px; }
.partner-logo-james { max-width: 58%; }
.partner-logo-moutard { max-width: 66%; }
.partner-logo-laitilan { max-width: 66%; max-height: 80px; }
.partner-logo-schladerer { max-width: 74%; }
.partner-arrow { position: absolute; z-index: 1; right: 16px; top: 13px; color: var(--wine); font-size: 15px; opacity: 0; transform: translate(-5px, 5px); transition: opacity .25s ease, transform .25s ease, color .25s ease; }
.partner-card:hover .partner-arrow { opacity: 1; transform: none; }
.partner-card-dark .partner-arrow { color: #e6b1aa; }
.partner-note { margin: 20px 0 0; color: #7a847f; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-mark { display: grid; place-items: center; position: relative; overflow: hidden; background: var(--sage); border-right: 1px solid var(--line); }
.about-mark::before { content: ""; width: 62%; aspect-ratio: 1; position: absolute; border-radius: 50%; border: 1px solid rgba(24,35,31,.2); box-shadow: 0 0 0 55px rgba(255,255,255,.1), 0 0 0 110px rgba(255,255,255,.08); }
.about-mark img { position: relative; z-index: 1; width: 86%; mix-blend-mode: multiply; }
.about-copy { padding: clamp(70px, 9vw, 140px); display: flex; flex-direction: column; justify-content: center; }
.about-copy > p:not(.eyebrow) { max-width: 470px; margin: 36px 0; color: var(--ink-soft); line-height: 1.7; }
.about-facts { max-width: 540px; margin: 0 0 40px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-facts > span { min-height: 108px; padding: 22px 18px 18px 0; display: grid; align-content: center; gap: 7px; border-right: 1px solid var(--line); }
.about-facts > span:not(:first-child) { padding-left: 18px; }
.about-facts > span:last-child { border-right: 0; }
.about-facts strong { color: var(--wine); font-family: var(--serif); font-size: 27px; font-weight: 400; }
.about-facts small { color: #6f7a75; font-size: 8px; line-height: 1.35; letter-spacing: .09em; text-transform: uppercase; }

.about-page { background: var(--paper-light); }
.about-editorial-hero { min-height: calc(100vh - 120px); display: grid; grid-template-columns: 1.02fr .98fr; border-bottom: 1px solid var(--line); }
.about-editorial-copy { padding: clamp(90px, 10vw, 155px) clamp(24px, 7vw, 112px); display: flex; justify-content: center; flex-direction: column; }
.about-editorial-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(60px, 7vw, 108px); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.about-editorial-copy > p:not(.eyebrow) { max-width: 590px; margin: 40px 0; color: var(--ink-soft); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.65; }
.about-founder { display: flex; align-items: center; gap: 16px; }
.about-founder-monogram { width: 51px; height: 51px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--wine); font-family: var(--serif); font-size: 17px; }
.about-founder > span:last-child { display: grid; gap: 4px; }
.about-founder small { color: #79837e; font-size: 7px; letter-spacing: .14em; text-transform: uppercase; }
.about-founder strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.about-editorial-mark { min-height: 700px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--sage); border-left: 1px solid var(--line); }
.about-editorial-mark::before, .about-editorial-mark::after { content: ""; position: absolute; border: 1px solid rgba(24,35,31,.14); border-radius: 50%; }
.about-editorial-mark::before { width: 66%; aspect-ratio: 1; }
.about-editorial-mark::after { width: 88%; aspect-ratio: 1; }
.about-mark-ring { width: 48%; aspect-ratio: 1; position: absolute; border-radius: 50%; background: rgba(251,250,247,.45); box-shadow: 0 0 0 52px rgba(251,250,247,.1); }
.about-editorial-mark img { width: min(78%, 650px); position: relative; z-index: 1; mix-blend-mode: multiply; animation: aboutMarkDrift 13s ease-in-out infinite alternate; }
.about-editorial-mark p { position: absolute; z-index: 2; left: 8%; right: 8%; bottom: 7%; margin: 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.about-editorial-mark p span { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.about-editorial-mark p strong { font-family: var(--serif); font-size: clamp(19px, 2vw, 28px); font-weight: 400; line-height: 1.05; text-align: right; }
.heritage { background: var(--paper-light); }
.heritage-heading { display: grid; grid-template-columns: .55fr 1fr; gap: 60px; align-items: start; }
.heritage-heading h2 { max-width: 830px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 6.7vw, 102px); font-weight: 400; letter-spacing: -.05em; line-height: .92; }
.heritage-story { max-width: 920px; margin: 90px 0 100px auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(30px, 5vw, 72px); }
.heritage-story p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.heritage-story p:first-child::first-letter { float: left; margin: -.08em .12em 0 0; color: var(--wine); font-family: var(--serif); font-size: 4.5em; line-height: .9; }
.heritage-timeline { border-top: 1px solid var(--line); }
.heritage-timeline article { min-height: 150px; padding: 30px 0; display: grid; grid-template-columns: minmax(130px, .45fr) 1fr; gap: clamp(35px, 8vw, 130px); align-items: center; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.heritage-timeline article:hover { padding-left: 18px; padding-right: 18px; background: rgba(203,217,202,.25); }
.heritage-timeline article > span { color: var(--wine); font-family: var(--serif); font-size: clamp(22px, 3vw, 42px); font-style: italic; }
.heritage-timeline article > div { display: grid; grid-template-columns: .75fr 1fr; gap: 50px; align-items: baseline; }
.heritage-timeline h3 { margin: 0; font-family: var(--serif); font-size: clamp(22px, 2.5vw, 34px); font-weight: 400; }
.heritage-timeline p { max-width: 480px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.about-principles { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(70px, 10vw, 170px); background: var(--ink); color: #fff; }
.principles-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5.4vw, 82px); font-weight: 400; letter-spacing: -.045em; line-height: .93; }
.principles-grid { border-top: 1px solid rgba(255,255,255,.2); }
.principles-grid article { min-height: 175px; padding: 28px 0; display: grid; grid-template-columns: 55px .7fr 1fr; gap: 24px; align-items: baseline; border-bottom: 1px solid rgba(255,255,255,.2); }
.principles-grid article > span { color: #e6b1aa; font-family: var(--serif); font-style: italic; }
.principles-grid h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.principles-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; }

.seo-page { background: var(--paper-light); }
.seo-container { width: min(100%, 1440px); margin: 0 auto; padding-left: clamp(24px, 7vw, 112px); padding-right: clamp(24px, 7vw, 112px); }
.seo-detail-narrow { max-width: 1120px; }
.seo-breadcrumbs { margin: 0 0 54px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: #727d77; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.seo-breadcrumbs a { padding-bottom: 3px; border-bottom: 1px solid currentColor; }
.seo-breadcrumbs i { opacity: .4; font-style: normal; }
.seo-hero { min-height: 680px; padding: clamp(90px, 11vw, 165px) 0; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.seo-hero h1, .seo-detail-hero h1, .seo-article h1 { max-width: 1040px; margin: 0; font-family: var(--serif); font-size: clamp(62px, 8vw, 122px); font-weight: 400; letter-spacing: -.052em; line-height: .9; }
.seo-hero .seo-lead, .seo-detail-hero .seo-lead, .seo-article .seo-lead { max-width: 730px; margin: 42px 0 0; color: var(--ink-soft); font-size: clamp(17px, 1.55vw, 22px); line-height: 1.65; }
.seo-hero-light { background: var(--paper-light); }
.seo-hero-sage { background: var(--sage); }
.seo-hero-dark { background: var(--ink); color: #fff; }
.seo-hero-dark .seo-breadcrumbs, .seo-hero-dark .seo-lead { color: rgba(255,255,255,.62); }
.seo-hero-dark .seo-breadcrumbs a { color: #fff; }
.seo-hero-stats { max-width: 720px; margin-top: 55px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.seo-hero-stats > span { min-height: 110px; padding: 22px 30px 22px 0; display: grid; align-content: center; gap: 6px; border-right: 1px solid currentColor; }
.seo-hero-stats > span + span { padding-left: 30px; border-right: 0; }
.seo-hero-stats strong { font-family: var(--serif); font-size: 31px; font-weight: 400; }
.seo-hero-stats small { font-size: 8px; letter-spacing: .12em; text-transform: uppercase; opacity: .58; }
.seo-directory-section { padding: clamp(80px, 9vw, 140px) 0; background: var(--paper); }
.seo-directory-intro { margin-bottom: 95px; padding-bottom: 55px; display: grid; grid-template-columns: 1fr .55fr; gap: 80px; border-bottom: 1px solid var(--line); }
.seo-directory-intro h2 { max-width: 680px; margin: 0 0 22px; font-family: var(--serif); font-size: clamp(38px, 4.4vw, 66px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.seo-directory-intro p { max-width: 690px; margin: 0; color: var(--ink-soft); line-height: 1.7; }
.seo-directory-links { display: grid; align-content: end; gap: 18px; }
.seo-directory-links a { padding-bottom: 11px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 650; }
.signals-filter-panel { margin: -35px 0 95px; padding: 28px 30px 24px; background: var(--paper-light); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(24,35,31,.05); }
.signals-filter-topline { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.signals-filter-topline > div { display: grid; gap: 6px; }
.signals-filter-topline small, .signals-filter-controls legend, .signals-filter-controls label > span { color: #6f7a74; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.signals-filter-topline strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.signals-filter-reset { padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.signals-filter-controls { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, .32fr); gap: 24px; align-items: end; }
.signals-filter-controls fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.signals-filter-controls legend { margin-bottom: 10px; padding: 0; }
.signals-filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.signals-filter-chips button { min-height: 44px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink); font: inherit; font-size: 10px; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.signals-filter-chips button:hover, .signals-filter-chips button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.signals-filter-controls label { display: grid; gap: 10px; }
.signals-filter-controls select { width: 100%; min-height: 46px; padding: 0 42px 0 14px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); font: inherit; font-size: 12px; cursor: pointer; }
.signals-filter-controls select:focus-visible, .signals-filter-chips button:focus-visible, .signals-filter-reset:focus-visible { outline: 2px solid var(--wine); outline-offset: 3px; }
.signals-filter-summary { margin: 21px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; }
.signals-section-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.signals-section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 6vw, 90px); font-weight: 400; letter-spacing: -.05em; line-height: .92; }
.signals-section-heading > p { min-width: 135px; margin: 0 0 7px; display: grid; gap: 3px; text-align: right; }
.signals-section-heading > p strong { font-family: var(--serif); font-size: 34px; font-weight: 400; }
.signals-section-heading > p span { color: #6f7a74; font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.signals-launch-section { background: #d7e0d5; border-top: 1px solid var(--line); scroll-margin-top: 88px; }
.signals-launch-section .seo-record-card { background: rgba(251,250,247,.82); }
.signals-launch-section .seo-record-card:hover { background: #fff; }
.signals-launch-intro { max-width: 900px; margin: -15px 0 70px; padding: 30px 0 34px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; border-top: 1px solid rgba(24,35,31,.2); border-bottom: 1px solid rgba(24,35,31,.2); }
.signals-launch-intro h3 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.signals-launch-intro p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.signals-empty { margin: 0; padding: 70px 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-soft); font-family: var(--serif); font-size: 27px; text-align: center; }
.seo-record-card[hidden], .seo-record-group[hidden], .signals-empty[hidden] { display: none; }
.seo-record-group + .seo-record-group { margin-top: 100px; }
.seo-group-heading { margin-bottom: 32px; padding-bottom: 20px; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid var(--ink); }
.seo-group-heading h2, .seo-group-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 72px); font-weight: 400; letter-spacing: -.04em; }
.seo-group-heading span { color: #7a847f; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.seo-record-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.seo-record-card { min-height: 340px; padding: 27px; display: flex; flex-direction: column; background: var(--paper-light); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.seo-record-card:hover { transform: translateY(-5px); background: #fff; box-shadow: 0 20px 42px rgba(24,35,31,.08); }
.seo-record-top { display: flex; justify-content: space-between; gap: 18px; color: #737d78; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.seo-record-top small { padding: 7px 9px; background: var(--sage); color: var(--ink); font-size: 7px; font-weight: 700; }
.seo-record-top i { font-style: normal; }
.seo-record-card h3 { margin: 34px 0; font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.05; }
.seo-record-facts { margin-top: auto; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.seo-record-facts > span { min-width: 0; padding: 14px 10px 14px 0; display: grid; gap: 6px; }
.seo-record-facts > span + span { padding-left: 10px; border-left: 1px solid var(--line); }
.seo-record-facts small { color: #7a847f; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.seo-record-facts strong { overflow: hidden; font-family: var(--serif); font-size: 14px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.seo-record-link { padding-top: 18px; display: flex; justify-content: space-between; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.seo-record-link b { color: var(--wine); font-size: 15px; }
.seo-empty { padding: 90px 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.seo-empty h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.seo-empty p { margin: 0; color: var(--ink-soft); }
.seo-disclaimer { margin-top: 65px; padding: 26px 30px; display: grid; grid-template-columns: 170px 1fr; gap: 30px; border-left: 3px solid var(--wine); background: rgba(203,217,202,.35); }
.seo-disclaimer strong { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.seo-disclaimer p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.seo-detail-hero { padding: clamp(80px, 9vw, 135px) 0; background: var(--paper-light); border-bottom: 1px solid var(--line); }
.seo-detail-hero h1 { font-size: clamp(54px, 6.8vw, 100px); }
.seo-status { width: max-content; margin: 0 0 28px; padding: 9px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 999px; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.seo-status span { width: 7px; height: 7px; border-radius: 50%; }
.seo-status.is-open span { background: #72ad75; box-shadow: 0 0 0 4px rgba(114,173,117,.12); }
.seo-status.is-closed span { background: #9a9f9c; }
.seo-status.is-signal span { background: #d89b5d; box-shadow: 0 0 0 4px rgba(216,155,93,.12); }
.seo-closed { background: #eceae5; }
.seo-fact-grid { margin: 55px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.seo-fact-grid > div { min-width: 0; padding: 22px 20px 22px 0; }
.seo-fact-grid > div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.seo-fact-grid dt { margin-bottom: 8px; color: #727d77; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.seo-fact-grid dd { margin: 0; font-family: var(--serif); font-size: 15px; line-height: 1.4; overflow-wrap: anywhere; }
.seo-fact-grid-wide { grid-template-columns: repeat(3, 1fr); }
.seo-prose-section { padding: clamp(85px, 11vw, 170px) clamp(24px, 7vw, 112px); background: var(--paper-light); }
.seo-prose { max-width: 850px; margin: 0 auto; }
.seo-prose h2, .seo-article-body h2 { margin: 75px 0 20px; font-family: var(--serif); font-size: clamp(35px, 4vw, 58px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.seo-prose h2:first-child, .seo-article-body h2:first-child { margin-top: 0; }
.seo-prose > p, .seo-article-body > p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.82; }
.seo-prose > p + p { margin-top: 20px; }
.seo-partner-callout { margin: 0 0 clamp(72px, 9vw, 115px); padding: clamp(34px, 5vw, 58px); background: rgba(203,217,202,.52); border: 1px solid var(--line); }
.seo-partner-callout .eyebrow { margin-bottom: 26px; }
.seo-partner-callout h2 { max-width: 650px; margin: 0 0 24px; }
.seo-partner-callout > p:not(.eyebrow) { max-width: 720px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.78; }
.seo-partner-callout > p + p { margin-top: 16px; }
.seo-partner-callout .text-link { margin-top: 30px; }
.seo-actions { margin-top: 55px; display: flex; align-items: center; flex-wrap: wrap; gap: 30px; }
.text-link-light { color: #fff; }
.seo-related-section { padding: 90px 0 120px; background: var(--paper); border-top: 1px solid var(--line); }
.seo-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 25px; }
.seo-product-card { min-width: 0; display: block; }
.seo-product-image { position: relative; height: 500px; padding: 38px; display: grid; place-items: center; overflow: hidden; background: var(--sage); }
.seo-product-image img { position: absolute; inset: 38px; width: calc(100% - 76px); height: calc(100% - 76px); max-width: none; max-height: none; object-fit: contain; filter: drop-shadow(0 22px 19px rgba(24,35,31,.13)); transition: transform .45s ease; }
.seo-product-card:hover .seo-product-image img { transform: translateY(-7px) scale(1.02); }
.seo-product-copy { padding: 18px 2px 23px; display: grid; border-bottom: 1px solid var(--line); }
.seo-product-copy small { margin-bottom: 12px; color: #7a847f; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.seo-product-copy strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.seo-product-copy em { margin-top: 4px; color: var(--wine); font-family: var(--serif); font-size: 17px; }
.seo-product-detail { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 720px; border: 1px solid var(--line); background: var(--paper); }
.seo-product-stage { min-height: 720px; padding: 55px; display: grid; place-items: center; background: var(--sage); border-right: 1px solid var(--line); }
.seo-product-stage img { width: 68%; height: 100%; object-fit: contain; filter: drop-shadow(0 30px 25px rgba(24,35,31,.18)); }
.seo-product-info { padding: clamp(55px, 7vw, 100px); display: flex; justify-content: center; flex-direction: column; }
.seo-product-info h1 { font-size: clamp(52px, 5.8vw, 88px); }
.seo-product-info .seo-lead { margin-top: 35px; font-size: 16px; }
.seo-product-info .seo-actions { margin-top: 40px; }
.seo-insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.seo-insight-card { min-height: 480px; padding: 32px; display: flex; flex-direction: column; background: var(--paper-light); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.seo-insight-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(24,35,31,.08); }
.seo-insight-card small { color: var(--wine); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.seo-insight-card h2 { margin: 50px 0 30px; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1; }
.seo-insight-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.seo-insight-card > span { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.seo-pathways { background: var(--sage); border-top: 1px solid var(--line); }
.seo-pathways-heading { margin-bottom: clamp(55px, 7vw, 90px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 35px 80px; align-items: end; }
.seo-pathways-heading .eyebrow { grid-column: 1 / -1; }
.seo-pathways-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5.4vw, 82px); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.seo-pathways-heading > p:last-child { max-width: 440px; margin: 0 0 7px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.seo-article { padding: clamp(95px, 11vw, 170px) 0; background: var(--paper-light); }
.seo-article h1 { max-width: 980px; font-size: clamp(56px, 7vw, 104px); }
.seo-article-body { max-width: 820px; margin: 95px auto 0; }
.seo-contact-card { max-width: 720px; margin-top: 48px; padding: 28px 0; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.seo-contact-card a { font-family: var(--serif); font-size: clamp(20px, 2.6vw, 34px); }
.seo-contact-card span { align-self: center; color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.seo-contact-section { padding: clamp(90px, 11vw, 160px) 0; background: var(--ink); color: #fff; }
.seo-contact-section .seo-breadcrumbs { color: rgba(255,255,255,.58); }
.seo-contact-section .seo-breadcrumbs a { color: inherit; }
.seo-contact-layout { margin-top: 70px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(440px, 1.14fr); gap: clamp(55px, 8vw, 130px); align-items: start; }
.seo-contact-intro h1 { margin: 0; font-family: var(--serif); font-size: clamp(60px, 7vw, 104px); font-weight: 400; letter-spacing: -.045em; line-height: .93; }
.seo-contact-intro h1 em { color: var(--salmon); }
.seo-contact-intro .seo-lead { color: rgba(255,255,255,.68); }
.seo-contact-intro > .text-link { margin-top: 38px; display: inline-flex; }
.seo-contact-form { padding: clamp(28px, 4.5vw, 54px); display: grid; grid-template-columns: 1fr 1fr; gap: 20px; background: var(--paper-light); color: var(--ink); }
.seo-contact-form label { display: grid; gap: 9px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.seo-contact-form input, .seo-contact-form select, .seo-contact-form textarea { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); font: inherit; font-size: 13px; letter-spacing: 0; text-transform: none; }
.seo-contact-form textarea { min-height: 130px; padding-top: 13px; resize: vertical; line-height: 1.55; }
.seo-contact-form .seo-form-message, .seo-contact-form .checkbox, .seo-contact-form .button, .seo-contact-form .form-privacy, .seo-contact-form .form-status { grid-column: 1 / -1; }
.seo-contact-form .checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 10px; font-weight: 400; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.seo-contact-form .checkbox input { width: 16px; min-height: 16px; }
.seo-contact-form .button { justify-self: start; }

.product-page { background: var(--paper-light); }
.product-detail { padding: 50px clamp(24px, 7vw, 112px) clamp(90px, 10vw, 150px); }
.breadcrumbs { display: flex; align-items: center; gap: 12px; margin: 0 0 40px; color: #7a847f; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.breadcrumbs a { padding-bottom: 3px; border-bottom: 1px solid currentColor; }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-detail-layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); min-height: 720px; border: 1px solid var(--line); background: var(--paper); }
.product-stage { min-height: 720px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--sage); border-right: 1px solid var(--line); }
.product-stage-halo { width: 54%; aspect-ratio: 1; position: absolute; left: 23%; top: 15%; border-radius: 50%; background: rgba(251,250,247,.42); box-shadow: 0 0 0 55px rgba(251,250,247,.1); }
.product-stage img { width: 62%; height: 78%; position: relative; z-index: 1; object-fit: contain; filter: drop-shadow(0 30px 24px rgba(24,35,31,.18)); }
.product-stage-index { position: absolute; left: 28px; bottom: 25px; font-size: 8px; letter-spacing: .16em; }
.product-detail-copy { padding: clamp(54px, 7vw, 108px); display: flex; flex-direction: column; justify-content: center; }
.product-detail-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 5.6vw, 88px); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.product-detail-copy h1 em { font-size: .72em; }
.product-lead { max-width: 560px; margin: 38px 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.product-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.product-facts { margin: 55px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.product-facts > div { min-width: 0; padding: 20px 18px 0 0; }
.product-facts dt { margin-bottom: 7px; color: #7a847f; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.product-facts dd { margin: 0; font-family: var(--serif); font-size: 15px; line-height: 1.35; }
.product-story { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(60px, 12vw, 180px); align-items: start; background: var(--paper-light); border-top: 1px solid var(--line); }
.product-story h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5.4vw, 82px); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.product-story > div:last-child > p { margin: 45px 0; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.product-story > div:last-child > small { max-width: 470px; margin-top: 40px; display: block; color: #7a847f; font-size: 9px; line-height: 1.6; letter-spacing: .06em; }

.contact { min-height: 690px; background: var(--wine); color: #fff; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.contact .eyebrow { justify-content: center; }
.contact h2 { font-size: clamp(66px, 8vw, 124px); }
.contact .button { margin-top: 42px; background: var(--paper-light); color: var(--ink); }
.contact-note { margin: 50px 0 0; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; opacity: .65; }

.footer { min-height: 240px; padding: 54px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 220px minmax(180px, 1fr) auto auto; gap: 40px; align-items: center; background: var(--paper-light); }
.footer img { width: 190px; height: auto; }
.footer p { margin: 0; font-family: var(--serif); font-size: 18px; }
.footer-links { max-width: 470px; display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 11px; }
.footer-certification { display: flex; align-items: center; gap: 11px; color: #66736d; }
.footer-certification > span:last-child { display: grid; gap: 2px; }
.footer-certification strong { font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.footer-certification small { padding: 0; border: 0; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.certification-leaf { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #9ba69f; border-radius: 50%; }
.certification-leaf svg { width: 20px; height: 20px; fill: none; stroke: #66736d; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); color: #7a847f; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.lead-modal { width: min(620px, calc(100% - 32px)); padding: 48px; border: 0; border-radius: 4px; background: var(--paper-light); color: var(--ink); box-shadow: 0 30px 90px rgba(10,20,15,.35); }
.lead-modal::backdrop { background: rgba(24,35,31,.72); backdrop-filter: blur(5px); }
.lead-modal h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(36px, 5vw, 58px); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.lead-modal > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.55; }
.modal-close { position: absolute; right: 20px; top: 16px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.lead-modal form { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-modal label { display: grid; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.lead-modal input, .lead-modal select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: 0; }
.lead-modal .checkbox, .lead-modal .button, .form-privacy, .form-status { grid-column: 1 / -1; }
.lead-modal .checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 10px; line-height: 1.45; font-weight: 400; letter-spacing: 0; text-transform: none; }
.lead-modal .checkbox input { width: 16px; min-height: 16px; }
.form-status { min-height: 18px; margin: 0; color: var(--wine); font-size: 12px; }
.form-privacy { margin: -4px 0 0; color: #78827d; font-size: 9px; line-height: 1.5; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@keyframes signalPulse {
  0% { box-shadow: 0 0 0 0 rgba(156,204,154,.28); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(156,204,154,0); }
}
@keyframes aboutMarkDrift {
  from { transform: translateY(5px) scale(.985); }
  to { transform: translateY(-7px) scale(1.01); }
}
@keyframes filmDrift {
  from { transform: scale(1.035) translate3d(-.5%, 0, 0); }
  to { transform: scale(1.09) translate3d(.7%, -.4%, 0); }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-film video { animation: filmDrift 18s ease-in-out infinite alternate; }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 180px 1fr auto; }
  .main-nav { gap: 16px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 5vw; padding-right: 5vw; }
  .hero h1 { font-size: clamp(55px, 6.3vw, 78px); }
  .proof-bar { grid-template-columns: repeat(2, 1fr); }
  .proof-bar article:nth-child(2) { border-right: 0; }
  .proof-bar article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .signals { gap: 60px; grid-template-columns: .85fr 1.15fr; }
  .signals-directory-hero { grid-template-columns: 1fr .72fr; }
  .signals-directory-copy { padding-left: 6vw; padding-right: 6vw; }
  .signals-directory-panel { padding: 60px 5vw; }
  .signals-method { grid-template-columns: 1fr; }
  .opportunity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-card { flex-basis: calc((100% - 26px) / 2); }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail-copy { padding: 60px; }
  .market-pulse { grid-template-columns: 1.25fr repeat(3, 1fr); }
  .market-pulse-action { display: none !important; }
  .about-editorial-hero { grid-template-columns: 1fr 1fr; }
  .about-editorial-copy { padding-left: 6vw; padding-right: 6vw; }
  .about-principles { grid-template-columns: 1fr; }
  .seo-record-grid, .seo-product-grid, .seo-insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-contact-layout { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 190px 1fr; }
  .footer-links { max-width: none; grid-column: 1 / -1; }
  .footer-certification { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .prototype-note { justify-content: center; }
  .prototype-note span:last-child { display: none; }
  .site-header, .site-header.scrolled { height: 72px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .brand img { width: 145px; }
  .menu-button { display: block; z-index: 3; }
  .main-nav { display: none; position: fixed; inset: 72px 0 0; width: 100%; height: calc(100vh - 72px); padding: 50px 24px; background: var(--paper-light); align-items: flex-start; flex-direction: column; justify-self: stretch; gap: 0; z-index: 2; }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; display: block; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 28px; }
  .nav-language { display: inline-flex; align-items: center; align-self: flex-start; font-family: var(--sans); font-size: 12px; }
  .nav-language-link { width: 100%; display: block; padding-top: 18px; }
  .nav-language-link .language-button { display: inline-flex; padding: 10px 0; border-bottom: 0; font-family: var(--sans); font-size: 12px; }
  .header-actions { display: none; }
  .hero { display: block; }
  .hero-copy { min-height: 650px; padding: 86px 24px 72px; }
  .hero h1 { font-size: clamp(58px, 17vw, 78px); }
  .hero-intro { margin-top: 30px; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 600px; border-left: 0; border-top: 1px solid var(--line); }
  .hero-film-caption { left: 24px; top: 30px; }
  .hero-film-credit { right: 24px; top: 30px; }
  .hero-index { right: 24px; bottom: 30px; }
  .market-pulse { min-height: 0; padding: 0 20px; grid-template-columns: repeat(3, 1fr); }
  .market-pulse > span { padding: 18px 11px; }
  .market-pulse-title { grid-column: 1 / -1; padding-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.13); }
  .market-pulse-stat:nth-child(4) { border-right: 0; }
  .market-pulse-stat strong { font-size: 19px; }
  .market-pulse-stat small { font-size: 6px; line-height: 1.45; }
  .proof-bar { display: block; }
  .proof-bar article { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 90px 24px; }
  .signals { display: block; }
  .signal-rail { margin-top: 55px; padding-left: 32px; }
  .signal-card { grid-template-columns: 50px 1fr; }
  .signals-home-link { margin: 42px 0 0 32px; }
  .signals-directory-hero { display: block; min-height: 0; }
  .signals-directory-copy { min-height: 650px; padding: 95px 24px 80px; }
  .signals-directory-copy h1 { font-size: clamp(62px, 17vw, 84px); }
  .signals-directory-copy > p:not(.eyebrow) { margin: 34px 0; font-size: 16px; }
  .signals-directory-actions { align-items: flex-start; flex-direction: column; }
  .signals-directory-panel { min-height: 590px; padding: 70px 24px; }
  .signal-panel-stat strong { min-width: 88px; }
  .signals-method { display: block; }
  .method-grid { margin-top: 52px; grid-template-columns: 1fr; }
  .method-grid article { min-height: 210px; }
  .directory-heading { display: block; margin-bottom: 42px; }
  .directory-heading > p { margin-top: 25px; }
  .directory-controls, .launch-directory .directory-controls { padding: 18px; grid-template-columns: 1fr; }
  .opportunity-grid { grid-template-columns: 1fr; }
  .opportunity-card { min-height: 410px; }
  .opportunity-card h3 { font-size: 31px; }
  .launch-notice { align-items: flex-start; flex-direction: column; gap: 10px; }
  .signals-contact { min-height: 590px; }
  .tender-heading { display: block; }
  .tender-heading > p { margin-top: 26px; }
  .tender-card { padding: 26px 0; grid-template-columns: 1fr 52px; gap: 20px; }
  .tender-status { grid-column: 1 / -1; }
  .tender-deadline { display: none; }
  .tender-meta { flex-wrap: wrap; gap: 8px 16px; }
  .tender-footer { align-items: flex-start; flex-direction: column; }
  .collection-toolbar { align-items: stretch; flex-direction: column; }
  .collection-filters { width: 100%; }
  .collection-status { justify-content: space-between; }
  .collection-card { flex-basis: 84%; }
  .collection-image { height: 500px; padding: 34px 28px; }
  .collection-image img { max-width: 80%; max-height: 100%; }
  .collection-arrow { opacity: .78; transform: none; }
  .partners-heading { display: block; }
  .partners-heading > p { margin-top: 26px; }
  .partner-grid { margin-top: 50px; }
  .partner-card { min-height: 138px; padding: 20px 14px; }
  .partner-logo { max-width: 72%; max-height: 58px; }
  .partner-arrow { opacity: .65; transform: none; }
  .seo-pathways-heading { display: block; }
  .seo-pathways-heading .eyebrow { margin-bottom: 22px; }
  .seo-pathways-heading > p:last-child { margin-top: 28px; }
  .about { display: block; min-height: 0; }
  .about-mark { min-height: 480px; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-copy { padding: 90px 24px; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts > span { min-height: 82px; padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-facts > span:not(:first-child) { padding-left: 0; }
  .about-facts > span:last-child { border-bottom: 0; }
  .about-editorial-hero { display: block; min-height: 0; }
  .about-editorial-copy { min-height: 690px; padding: 95px 24px 80px; }
  .about-editorial-copy h1 { font-size: clamp(61px, 17vw, 82px); }
  .about-editorial-mark { min-height: 590px; border-left: 0; border-top: 1px solid var(--line); }
  .about-editorial-mark img { width: 84%; }
  .about-editorial-mark p { left: 24px; right: 24px; bottom: 30px; }
  .heritage-heading { display: block; }
  .heritage-heading h2 { margin-top: 34px; font-size: 55px; }
  .heritage-story { margin: 65px 0 75px; grid-template-columns: 1fr; gap: 30px; }
  .heritage-timeline article { grid-template-columns: 1fr; gap: 20px; }
  .heritage-timeline article > div { grid-template-columns: 1fr; gap: 12px; }
  .principles-grid { margin-top: 54px; }
  .principles-grid article { grid-template-columns: 38px 1fr; }
  .principles-grid article p { grid-column: 2; }
  .seo-container { padding-left: 24px; padding-right: 24px; }
  .seo-breadcrumbs { margin-bottom: 38px; }
  .seo-hero { min-height: 610px; padding: 95px 0 85px; }
  .seo-hero h1, .seo-detail-hero h1, .seo-article h1 { font-size: clamp(54px, 15vw, 76px); }
  .seo-hero .seo-lead, .seo-detail-hero .seo-lead, .seo-article .seo-lead { font-size: 16px; }
  .seo-hero-stats { grid-template-columns: 1fr; }
  .seo-hero-stats > span { min-height: 88px; padding: 18px 0; border-right: 0; border-bottom: 1px solid currentColor; }
  .seo-hero-stats > span + span { padding-left: 0; border-bottom: 0; }
  .seo-directory-intro { display: block; margin-bottom: 70px; }
  .seo-directory-links { margin-top: 40px; }
  .signals-filter-panel { margin: -20px 0 70px; padding: 23px 20px 20px; }
  .signals-filter-topline { align-items: flex-start; }
  .signals-filter-controls { grid-template-columns: 1fr; }
  .signals-filter-chips { flex-wrap: nowrap; margin-right: -20px; padding: 0 20px 5px 0; overflow-x: auto; scrollbar-width: thin; }
  .signals-filter-chips button { flex: 0 0 auto; }
  .signals-section-heading { grid-template-columns: 1fr; gap: 22px; }
  .signals-section-heading > p { min-width: 0; display: flex; align-items: baseline; gap: 8px; text-align: left; }
  .signals-section-heading > p strong { font-size: 28px; }
  .signals-launch-intro { grid-template-columns: 1fr; gap: 18px; }
  .seo-record-grid, .seo-product-grid, .seo-insight-grid { grid-template-columns: 1fr; }
  .seo-record-card { min-height: 320px; }
  .seo-disclaimer { padding: 24px; grid-template-columns: 1fr; gap: 12px; }
  .seo-fact-grid, .seo-fact-grid-wide { grid-template-columns: 1fr; }
  .seo-fact-grid > div { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .seo-fact-grid > div + div { padding-left: 0; border-left: 0; }
  .seo-product-image { height: 520px; }
  .seo-product-detail { display: block; min-height: 0; }
  .seo-product-stage { min-height: 590px; border-right: 0; border-bottom: 1px solid var(--line); }
  .seo-product-info { padding: 65px 24px; }
  .seo-insight-card { min-height: 400px; }
  .seo-contact-card { align-items: flex-start; flex-direction: column; }
  .seo-contact-layout { margin-top: 50px; }
  .seo-contact-form { padding: 28px 20px; grid-template-columns: 1fr; }
  .seo-contact-form label, .seo-contact-form .seo-form-message, .seo-contact-form .checkbox, .seo-contact-form .button, .seo-contact-form .form-privacy, .seo-contact-form .form-status { grid-column: 1; }
  .product-detail { padding: 28px 20px 80px; }
  .product-detail-layout { display: block; }
  .product-stage { min-height: 570px; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-stage img { width: 72%; height: 78%; }
  .product-detail-copy { padding: 64px 24px; }
  .product-detail-copy h1 { font-size: clamp(52px, 14vw, 72px); }
  .product-facts { grid-template-columns: 1fr; }
  .product-facts > div { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .product-story { display: block; }
  .product-story > div:last-child { margin-top: 50px; }
  .contact { min-height: 610px; }
  .footer { display: flex; align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .footer small { width: 100%; }
  .lead-modal { padding: 42px 24px 24px; }
  .lead-modal form { display: block; }
  .lead-modal label, .lead-modal .button { margin-bottom: 16px; }
}

.cookie-consent-panel {
  position: fixed;
  z-index: 1200;
  right: 22px;
  bottom: 22px;
  width: min(680px, calc(100vw - 44px));
  padding: 24px 58px 24px 26px;
  border: 1px solid rgba(30, 30, 25, .18);
  background: rgba(249, 247, 241, .98);
  box-shadow: 0 24px 70px rgba(22, 28, 22, .2);
  color: var(--ink);
  backdrop-filter: blur(12px);
}
.cookie-consent-panel[hidden], .cookie-settings-button[hidden] { display: none; }
.cookie-consent-panel > div:first-of-type { max-width: 520px; }
.cookie-consent-panel strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}
.cookie-consent-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.cookie-consent-panel p a {
  color: inherit;
  border-bottom: 1px solid currentColor;
}
.cookie-consent-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.cookie-consent-actions .button { min-height: 42px; }
.cookie-consent-close {
  position: absolute;
  top: 15px;
  right: 17px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.cookie-settings-button {
  position: fixed;
  z-index: 1100;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border: 1px solid rgba(30, 30, 25, .2);
  background: rgba(249, 247, 241, .92);
  color: var(--muted);
  font: 600 9px/1.2 Arial, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.cookie-settings-button:hover { color: var(--wine); border-color: currentColor; }

@media (max-width: 640px) {
  .cookie-consent-panel {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    padding: 22px 44px 20px 20px;
  }
  .cookie-consent-actions { align-items: stretch; flex-direction: column-reverse; }
  .cookie-consent-actions .button { width: 100%; justify-content: center; }
}

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