@import url("./content-layout.css");

:root {
  --heading: #13233b;
  --ink: #253247;
  --navy: #12335d;
  --navy-deep: #0f294a;
  --blue: #285d96;
  --blue-bright: #4b82bc;
  --green: #2c6653;
  --warm: #f4ebe6;
  --soft: #f3f6f9;
  --white: #ffffff;
  --muted: #5a6675;
  --line: #d6dee7;
  --warm-line: #cfc2ba;
  --focus: #2f745e;
  --sans: Arial, Helvetica, sans-serif;
  --display: Georgia, "Times New Roman", serif;
  --space-xs: .5rem;
  --space-sm: .75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --section-y: clamp(2rem, min(3vw, 38.4px), 3.25rem);
  --section-y-compact: clamp(1.6rem, min(2.5vw, 32px), 2.5rem);
  --page-x: clamp(1.2rem, min(6vw, 76.8px), 7rem);
  --section-gap: clamp(1.5rem, min(3.2vw, 40.96px), 3.75rem);
  --shadow-md: 0 14px 34px rgba(15, 41, 74, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
main section[id] { scroll-margin-top: 80px; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--focus) 65%, transparent); outline-offset: 3px; }
.skip-link { position: fixed; left: var(--space-md); top: -5rem; z-index: 100; padding: .8rem 1rem; color: var(--white); background: var(--navy-deep); }
.skip-link:focus { top: var(--space-md); }

.coming-soon-notice { position: fixed; right: clamp(1rem, min(3vw, 38.4px), 2rem); bottom: clamp(1rem, min(3vw, 38.4px), 2rem); z-index: 60; min-width: min(280px, calc(min(100vw, 1280px) - 2rem)); padding: .9rem 1.05rem; display: grid; gap: .15rem; color: var(--white); background: var(--navy-deep); border-radius: 8px; box-shadow: 0 6px 8px rgba(15, 41, 74, .22); opacity: 0; transform: translateY(10px); transition: opacity 180ms cubic-bezier(.22, 1, .36, 1), transform 180ms cubic-bezier(.22, 1, .36, 1); }
.coming-soon-notice[hidden] { display: none; }
.coming-soon-notice.visible { opacity: 1; transform: translateY(0); }
.coming-soon-notice strong { font-family: var(--display); font-size: 1.05rem; font-weight: 400; }
.coming-soon-notice span { color: #cbd8e6; font-size: .7rem; letter-spacing: .035em; }
.site-header { position: sticky; top: 0; z-index: 30; min-height: 72px; padding: 0 var(--page-x); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: var(--space-xl); color: var(--white); background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.15); }
.site-header::before { content: ""; position: absolute; top: 0; right: 4.5%; width: 7px; height: 100%; background: rgba(255,255,255,.10); box-shadow: 18px 0 0 rgba(75,130,188,.45), 36px 0 0 rgba(255,255,255,.07); transform: skewX(-22deg); pointer-events: none; }
.site-identity { min-height: 56px; display: inline-flex; align-items: center; gap: var(--space-sm); justify-self: start; color: var(--white); text-decoration: none; }
.site-identity img { width: 48px; height: 48px; object-fit: contain; }
.site-identity span { display: grid; gap: .12rem; }
.site-identity strong { font-family: var(--display); font-size: 1rem; font-weight: 400; letter-spacing: .02em; }
.site-identity small { color: #cbd8e6; font-size: .54rem; letter-spacing: .055em; }
.site-header nav { display: flex; align-items: center; justify-content: end; gap: clamp(.9rem, min(1.8vw, 23.04px), 2rem); }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; color: #e4edf6; text-decoration: none; font-size: .72rem; letter-spacing: .045em; }
.site-header nav a:hover, .site-header nav a.active { color: var(--white); text-decoration: underline; text-underline-offset: 6px; }
.site-header nav a.nav-login { min-width: 64px; padding-inline: .8rem; justify-content: center; color: var(--white); border: 1px solid rgba(255,255,255,.55); }
.site-header nav a.nav-login:hover { color: var(--navy); background: var(--white); text-decoration: none; }
.menu-button { display: none; min-width: 64px; min-height: 44px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.45); }

.original-hero { position: relative; min-height: min(480px, 62vh); overflow: hidden; color: var(--white); background: #1e2b3b; }
.original-hero > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; filter: brightness(.76) saturate(.9); }
.hero-title { position: absolute; inset: auto 1rem 10%; z-index: 2; text-align: center; }
.hero-title h1 { margin: 0; font-family: var(--display); font-size: clamp(3rem, min(7vw, 89.6px), 4.5rem); font-weight: 400; letter-spacing: .015em; line-height: 1; }
.hero-title p { margin: var(--space-md) 0 0; font-family: "Snell Roundhand", "Segoe Script", cursive; font-size: clamp(1.1rem, min(2.3vw, 29.44px), 1.9rem); }

.gateway-strip { padding: 1.05rem var(--page-x); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: var(--space-xl); align-items: center; color: #34445a; background: var(--white); border-bottom: 1px solid var(--line); }
.gateway-strip p { max-width: 920px; margin: 0; font-size: .88rem; line-height: 1.55; }
.gateway-strip strong { color: var(--heading); }
.gateway-strip a { min-height: 44px; display: inline-flex; align-items: center; gap: var(--space-xs); color: var(--navy); font-size: .76rem; font-weight: 700; text-underline-offset: 5px; white-space: nowrap; }

.about-section { padding: var(--section-y) var(--page-x); display: grid; grid-template-columns: .92fr 1.08fr; gap: var(--section-gap); background: var(--white); }
.about-heading > span { color: var(--green); font-size: .74rem; font-weight: 700; }
.about-heading h2 { max-width: 760px; margin: var(--space-sm) 0 0; color: var(--heading); font-size: clamp(2rem, min(3.15vw, 40.32px), 3.15rem); font-weight: 400; line-height: 1.1; letter-spacing: -.025em; text-wrap: balance; }
.about-copy { padding-top: .35rem; }
.about-copy p { margin: 0 0 var(--space-md); color: var(--muted); font-size: .96rem; line-height: 1.68; }
.about-copy a, .content-body > a, .research-copy a { min-height: 44px; display: inline-flex; align-items: center; color: var(--green); font-weight: 700; text-underline-offset: 5px; }

.capability-line { position: relative; padding: 1.15rem var(--page-x); display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; color: var(--white); background: var(--blue); }
.capability-line::after { content: ""; position: absolute; top: -35%; right: 6%; width: 8px; height: 180%; background: rgba(255,255,255,.13); box-shadow: 24px 0 0 rgba(18,51,93,.26), 48px 0 0 rgba(255,255,255,.08); transform: skewX(-23deg); pointer-events: none; }
.capability-line div { min-width: 0; padding: .2rem var(--space-lg); display: grid; grid-template-columns: auto minmax(0,1fr); gap: var(--space-sm); align-items: baseline; border-right: 1px solid rgba(255,255,255,.25); }
.capability-line div:first-child { padding-left: 0; }
.capability-line div:last-child { border-right: 0; }
.capability-line strong { font-family: var(--display); font-size: 1.2rem; font-weight: 400; }
.capability-line span { color: #e4edf6; font-size: .72rem; line-height: 1.4; }

.photo-run { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; background: var(--white); }
.photo-run figure { min-height: 290px; margin: 0; overflow: hidden; background: #e7eaed; }
.photo-run figure.photo-wide { grid-column: 1 / -1; min-height: 420px; }
.photo-run img { height: 100%; object-fit: cover; }
.photo-run-opening { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.photo-run-opening figure { min-height: 320px; }
.photo-run-opening figure:nth-child(2) img { object-position: center; }
.photo-run-closing { grid-template-columns: repeat(4, 1fr); }
.photo-run-closing figure { min-height: 240px; }

.tincture-feature { padding: var(--section-y) var(--page-x); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: var(--section-gap); align-items: stretch; color: var(--heading); background: #e8f0f5; }
.tincture-feature-copy { padding: clamp(1.4rem, min(3vw, 38.4px), 2.6rem) 0; display: flex; flex-direction: column; align-items: start; justify-content: center; }
.tincture-feature-copy .eyebrow { color: var(--green); }
.tincture-feature-copy h2 { max-width: 700px; margin: 0; color: var(--heading); font-family: var(--display); font-size: clamp(2.2rem, min(4.2vw, 53.76px), 4.2rem); font-weight: 400; line-height: 1.02; letter-spacing: -.03em; }
.tincture-feature-copy > p:not(.eyebrow) { max-width: 700px; margin: 1.15rem 0 0; color: #465a70; font-size: .96rem; line-height: 1.68; }
.tincture-feature-copy > a { min-height: 52px; margin-top: 1.35rem; padding: 1rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; color: var(--white); background: var(--navy); border-radius: 4px; font-size: .95rem; font-weight: 700; text-decoration: none; }
.tincture-feature-copy > a:hover { background: var(--navy-deep); }
.tincture-feature-side { min-height: 360px; padding: 0; display: grid; background: #f7fafc; border: 1px solid #9db3c7; box-shadow: 0 10px 24px rgba(19,35,59,.08); }
.tincture-feature-photo { min-height: 360px; margin: 0; display: grid; grid-template-rows: 1fr auto; overflow: hidden; background: #d7e0e7; }
.tincture-feature-photo img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.tincture-feature-photo figcaption { padding: .72rem 1rem .78rem; color: #dce8f2; background: rgba(8,31,62,.92); font-size: .64rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.tincture-feature-details { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: var(--section-gap); padding-top: 1.4rem; border-top: 1px solid #abc0d1; }
.tincture-feature-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #abc0d1; }
.tincture-feature-stats div { min-height: 108px; padding: 1rem .8rem; display: grid; align-content: center; gap: .35rem; background: #d7e5ef; }
.tincture-feature-stats strong { color: var(--heading); font-family: var(--display); font-size: clamp(1.25rem, min(2vw, 25.6px), 1.75rem); font-weight: 400; }
.tincture-feature-stats span { color: #526579; font-size: .61rem; line-height: 1.35; letter-spacing: .045em; text-transform: uppercase; }
.tincture-feature-capabilities { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; list-style: none; }
.tincture-feature-capabilities li { display: grid; gap: .35rem; }
.tincture-feature-capabilities strong { color: var(--heading); font-size: .76rem; }
.tincture-feature-capabilities span { color: #526579; font-size: .68rem; line-height: 1.4; }

.development-section { padding: var(--section-y) var(--page-x) 0; background: var(--warm); }
.development-section > header { display: grid; grid-template-columns: 1.15fr .85fr; gap: var(--section-gap); align-items: end; }
.development-section > header span { color: var(--green); font-size: .72rem; font-weight: 700; }
.development-section > header h2 { max-width: 820px; margin: var(--space-sm) 0 0; color: var(--heading); font-size: clamp(2.2rem, min(3.65vw, 46.72px), 3.7rem); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
.development-section > header > p { margin: 0; color: #625c59; font-size: .94rem; line-height: 1.65; }
.development-journey { margin-top: var(--space-xl); border-top: 1px solid var(--warm-line); }
.journey-stages { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); list-style: none; }
.journey-stage { min-width: 0; min-height: 230px; padding: var(--space-lg); display: flex; flex-direction: column; border-right: 1px solid var(--warm-line); }
.journey-stage:last-child { border-right: 0; }
.journey-stage > span { color: var(--green); font-size: .61rem; font-weight: 700; letter-spacing: .07em; }
.journey-stage h3 { margin: var(--space-md) 0 0; color: var(--heading); font-size: 1.12rem; line-height: 1.3; }
.journey-stage p { margin: var(--space-sm) 0 0; color: #625c59; font-size: .82rem; line-height: 1.58; }
.development-journey-action { padding: var(--space-md) var(--space-lg); display: flex; align-items: center; justify-content: space-between; gap: var(--space-xl); background: rgba(255,255,255,.42); border-top: 1px solid var(--warm-line); }
.development-journey-action p { max-width: 760px; margin: 0; color: #625c59; font-size: .82rem; line-height: 1.55; }
.development-journey-action strong { color: var(--heading); }
.development-journey-action a { min-height: 44px; padding: .7rem 1rem; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--white); background: var(--navy); font-size: .76rem; font-weight: 700; text-decoration: none; }
.development-journey-action a:hover { background: var(--blue); }

.stability-experience { position: relative; margin: var(--space-md) calc(var(--page-x) * -1) 0; display: grid; grid-template-columns: minmax(300px,.68fr) minmax(0,1.32fr); align-items: stretch; overflow: clip; background: #dfe8f2; border-block: 1px solid #c5d3e2; }
.stability-experience::after { content: ""; position: absolute; top: -25%; left: 30%; width: 7px; height: 160%; background: rgba(75,130,188,.34); box-shadow: 20px 0 0 rgba(255,255,255,.18), 40px 0 0 rgba(75,130,188,.18); transform: skewX(-23deg); pointer-events: none; }
.stability-copy, .stability-demo { position: relative; z-index: 1; }
.stability-copy { min-height: 0; padding: 0; display: grid; grid-template-rows: minmax(178px, 1fr) auto; align-content: stretch; gap: var(--space-sm); color: var(--white); background: var(--navy); }
.gummy-specimen { --gummy-scale: 1; --gummy-saturation: 1; --gummy-brightness: 1; --gummy-cloudiness: 0; min-height: 178px; margin: 0; padding: var(--space-md) var(--space-xl) 0; display: grid; grid-template-rows: 1fr auto; align-items: center; justify-items: center; overflow: clip; }
.gummy-showcase { width: 100%; display: flex; align-items: end; justify-content: center; gap: clamp(.6rem, min(1.25vw, 16px), .9rem); }
.gummy-variant { --gummy-scale: 1; --gummy-saturation: 1; --gummy-brightness: 1; --gummy-cloudiness: 0; width: clamp(80px, 24%, 108px); flex: 0 0 clamp(80px, 24%, 108px); display: grid; justify-items: center; gap: .18rem; color: #cbd8e6; font-size: .625rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.gummy-variant > span { min-height: 2.2em; display: flex; align-items: center; justify-content: center; line-height: 1.1; text-align: center; }
.gummy-stage { position: relative; width: 100%; aspect-ratio: 1; display: grid; place-items: center; isolation: isolate; }
.gummy-stage::before { content: ""; position: absolute; inset: 12%; z-index: -1; background: radial-gradient(circle, rgba(75,130,188,.35), transparent 68%); filter: blur(8px); }
.gummy-stage::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 35% 30%, rgba(232,240,246,.8) 0 2px, transparent 3px), radial-gradient(circle at 64% 42%, rgba(232,240,246,.66) 0 2.5px, transparent 4px), radial-gradient(circle at 46% 70%, rgba(20,43,70,.48) 0 3px, transparent 5px), rgba(207,218,224,.34); opacity: var(--gummy-cloudiness); transform: scale(var(--gummy-scale)); transition: opacity 560ms ease-out, transform 560ms ease-out; pointer-events: none; }
.gummy-stage-glossy::after { -webkit-mask: url("assets/advanced-stability-gummy-red-v3.png") center / contain no-repeat; mask: url("assets/advanced-stability-gummy-red-v3.png") center / contain no-repeat; }
.gummy-stage-matte::after { -webkit-mask: url("assets/advanced-stability-gummy-red-matte-v1.png") center / contain no-repeat; mask: url("assets/advanced-stability-gummy-red-matte-v1.png") center / contain no-repeat; }
.gummy-stage-sugar-coated::after { -webkit-mask: url("assets/advanced-stability-gummy-red-sugar-coated-v1.png") center / contain no-repeat; mask: url("assets/advanced-stability-gummy-red-sugar-coated-v1.png") center / contain no-repeat; }
.gummy-stage img { width: 100%; height: 100%; object-fit: contain; filter: saturate(var(--gummy-saturation)) brightness(var(--gummy-brightness)); transform: scale(var(--gummy-scale)); transition: filter 560ms ease-out, transform 560ms ease-out; }
.gummy-specimen figcaption { max-width: 100%; color: #cbd8e6; font-size: .625rem; line-height: 1.35; letter-spacing: .035em; text-align: center; }
.gummy-specimen output { font: inherit; }
.stability-copy-content { padding: 0 var(--space-xl) clamp(1.25rem, min(2vw, 25.6px), 1.75rem) var(--page-x); display: grid; gap: var(--space-sm); align-content: end; }
.stability-copy-content > span { color: #bed0e3; font-size: .67rem; letter-spacing: .045em; text-transform: uppercase; }
.stability-copy-content h3 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, min(2.7vw, 34.56px), 2.6rem); font-weight: 400; }
.stability-copy-content p { margin: 0; color: #d9e4ef; font-size: .84rem; line-height: 1.58; }
.stability-copy-content a { min-height: 44px; display: inline-flex; align-items: center; font-size: .76rem; font-weight: 700; text-underline-offset: 4px; }
.stability-demo { min-width: 0; min-height: 400px; padding: var(--space-md) var(--space-lg); display: flex; flex-direction: column; color: var(--ink); background: #f8fafc; }
.demo-header { display: flex; align-items: start; justify-content: space-between; gap: var(--space-md); }
.demo-status { display: flex; align-items: center; justify-content: end; gap: var(--space-sm); }
.demo-header span { color: #607088; font-size: .65rem; font-weight: 700; letter-spacing: .08em; }
.demo-header h4 { margin: .22rem 0 0; color: var(--navy); font-family: var(--display); font-size: 1.2rem; font-weight: 400; }
.risk-badge { padding: .35rem .55rem; color: #245b48; background: #e1eee8; font-size: .67rem; font-weight: 700; }
.risk-badge[data-risk="Review"] { color: #725414; background: #f5ebcc; }
.risk-badge[data-risk="Elevated"] { color: #842e34; background: #f4dfe1; }
.condition-switch { margin-top: var(--space-sm); display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: #dce3eb; }
.condition-switch button { min-height: 44px; padding: .45rem .55rem; color: #526176; background: #eef2f6; border: 0; font-size: .68rem; font-weight: 700; }
.condition-switch button.active { color: var(--white); background: var(--blue); }
.chart-wrap { min-height: 0; margin-top: var(--space-xs); display: flex; flex: 1; }
.stability-chart { width: 100%; height: clamp(205px, min(20vw, 256px), 270px); display: block; overflow: visible; }
.chart-grid path { fill: none; stroke: #dce3eb; stroke-width: 1; }
.chart-line { fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.texture-line { stroke: #2d7059; }
.moisture-line { stroke: #4b75a8; }
.potency-line { stroke: #b07a30; }
.chart-cursor { stroke: #758298; stroke-width: 1; stroke-dasharray: 3 3; }
.chart-axis text { fill: #758298; font-family: Arial, sans-serif; font-size: 8px; }
.demo-metrics { margin-top: var(--space-xs); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #dfe5ec; }
.demo-metrics div { position: relative; padding: .55rem var(--space-sm) .55rem 1.25rem; display: flex; align-items: baseline; justify-content: space-between; gap: .35rem; background: var(--white); }
.demo-metrics div::before { content: ""; position: absolute; left: var(--space-sm); top: 50%; width: 6px; height: 2px; transform: translateY(-50%); background: currentColor; }
.texture-metric { color: #2d7059; }
.moisture-metric { color: #4b75a8; }
.potency-metric { color: #a66d20; }
.demo-metrics span { color: #607088; font-size: .65rem; }
.demo-metrics strong { color: var(--navy); font-size: .78rem; }
.timeline-control { margin-top: var(--space-xs); display: grid; grid-template-columns: auto 1fr; gap: var(--space-sm); align-items: center; }
.timeline-control label { color: #536175; font-size: .67rem; font-weight: 700; }
.timeline-control input { width: 100%; min-height: 44px; accent-color: var(--blue); }
.demo-boundary { margin: var(--space-xs) 0 0; color: #6c7889; font-size: .65rem; line-height: 1.4; }

.existing-content { padding: var(--section-y-compact) var(--page-x); display: grid; grid-template-columns: minmax(210px,.58fr) minmax(0,1.42fr); gap: var(--section-gap); background: var(--soft); border-top: 1px solid var(--line); }
.existing-content.reverse { background: var(--white); }
.content-title h2 { margin: 0; color: var(--heading); font-size: clamp(2.05rem, min(3.2vw, 40.96px), 3.25rem); font-weight: 400; line-height: 1; }
.content-body { max-width: 820px; }
.content-body h3 { margin: 0 0 var(--space-xs); color: var(--heading); font-size: 1rem; }
.content-body h3:not(:first-child) { margin-top: var(--space-lg); }
.content-body p { margin: 0 0 var(--space-md); color: var(--muted); line-height: 1.65; }
.product-list { margin: var(--space-lg) 0; display: flex; flex-wrap: wrap; gap: var(--space-xs) var(--space-lg); }
.product-list span { padding-bottom: .25rem; color: var(--heading); border-bottom: 1px solid #9ca8a2; font-size: .82rem; }
.product-actions { margin-top: var(--space-lg); display: flex; flex-wrap: wrap; gap: var(--space-xs) var(--space-lg); align-items: center; }
.product-actions a { min-height: 44px; display: inline-flex; align-items: center; color: var(--navy); font-size: .76rem; font-weight: 700; text-underline-offset: 5px; }
.product-actions .product-action-primary { padding: .7rem 1rem; color: var(--white); background: var(--navy); text-decoration: none; }
.product-actions .product-action-primary:hover { background: var(--blue); }
.products-gateway { padding: var(--section-y) var(--page-x); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: var(--section-gap); align-items: center; background: var(--white); border-top: 1px solid var(--line); }
.products-gateway-copy h2 { margin: 0 0 var(--space-lg); color: var(--heading); font-size: clamp(2.05rem, min(3.2vw, 40.96px), 3.25rem); font-weight: 400; line-height: 1.12; text-wrap: balance; }
.products-gateway-copy p { max-width: 45ch; margin: 0; color: var(--muted); line-height: 1.65; }
.products-gateway .product-action-primary { gap: var(--space-md); padding: .85rem 1.3rem; font-size: .88rem; }
.products-gateway-photo { min-width: 0; margin: 0; }
.products-gateway-photo img { display: block; width: 100%; height: auto; }
@media (max-width: 700px) {
  .products-gateway { grid-template-columns: minmax(0, 1fr); gap: var(--space-lg); padding: 2rem 1.2rem; }
}

.research-section { position: relative; padding: var(--section-y) var(--page-x); display: grid; grid-template-columns: 1fr .78fr; gap: var(--section-gap); overflow: hidden; color: var(--white); background: var(--navy); }
.section-stripes { position: absolute; top: 0; right: 7%; bottom: 0; width: 92px; display: flex; gap: 14px; transform: skewX(-21deg); opacity: .42; pointer-events: none; }
.section-stripes i { width: 7px; background: var(--blue-bright); }
.section-stripes i:nth-child(2) { background: rgba(255,255,255,.18); }
.section-stripes i:nth-child(3) { background: #2c5f96; }
.research-copy, .research-facts { position: relative; z-index: 1; }
.research-copy h2 { margin: 0 0 var(--space-md); font-size: clamp(2.15rem, min(3.3vw, 42.24px), 3.35rem); font-weight: 400; line-height: 1.06; letter-spacing: -.025em; }
.research-copy p { margin: 0 0 var(--space-md); color: #d4e0ec; font-size: .94rem; line-height: 1.65; }
.research-copy a { color: var(--white); }
.research-facts { display: grid; align-content: center; }
.research-facts div { padding: 1.15rem 0; display: grid; grid-template-columns: minmax(120px,.58fr) 1.42fr; gap: var(--space-md); border-top: 1px solid rgba(255,255,255,.25); }
.research-facts div:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.research-facts strong { font-family: var(--display); font-size: 1.18rem; font-weight: 400; }
.research-facts span { color: #cedbea; font-size: .86rem; line-height: 1.45; }

.contact-section { padding: var(--section-y-compact) var(--page-x); display: grid; grid-template-columns: 1fr auto; gap: var(--space-2xl); align-items: end; background: var(--warm); }
.contact-section > div:first-child > span { color: var(--green); font-size: .7rem; font-weight: 700; }
.contact-section h2 { max-width: 780px; margin: var(--space-sm) 0; color: var(--heading); font-size: clamp(2.05rem, min(3.2vw, 40.96px), 3.25rem); font-weight: 400; line-height: 1.06; letter-spacing: -.025em; }
.contact-section p { max-width: 700px; margin: 0; color: #625c59; line-height: 1.58; }
.contact-actions { display: grid; gap: var(--space-xs); }
.contact-actions a { min-height: 46px; padding: .7rem 1rem; display: inline-flex; align-items: center; justify-content: center; color: var(--white); background: var(--navy); font-size: .8rem; font-weight: 700; text-decoration: none; }
.contact-actions a:last-child { color: var(--navy); background: transparent; border: 1px solid var(--navy); }

.site-footer { padding: 2rem var(--page-x); display: grid; grid-template-columns: 1.35fr 1fr .85fr 1fr .75fr; gap: 1.25rem; color: #374354; background: #e9eef4; border-top: 0; font-size: .68rem; line-height: 1.45; }
.site-footer > div { display: grid; grid-template-columns: 42px 1fr; gap: var(--space-sm); align-items: start; }
.site-footer img { width: 42px; height: 42px; object-fit: contain; }
.site-footer p { margin: 0; }
.site-footer a { display: inline; line-height: inherit; text-underline-offset: 3px; }
.footer-boundary { color: #647184; }
.footer-trademark { display: block; margin-top: .65rem; color: #374354; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto 1fr; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; justify-self: end; }
  .site-header nav { position: absolute; left: 0; right: 0; top: 100%; padding: var(--space-md); display: none; flex-direction: column; align-items: stretch; gap: 0; color: var(--white); background: var(--navy); border-top: 1px solid rgba(255,255,255,.16); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: .65rem var(--space-md); }
  .development-section > header, .about-section, .research-section { grid-template-columns: 1fr; }
  .tincture-feature { grid-template-columns: 1fr; }
  .tincture-feature-copy { padding-block: 0; }
  .tincture-feature-details { grid-template-columns: 1fr; gap: 1.2rem; }
  .journey-stages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-stage { min-height: 190px; border-bottom: 1px solid var(--warm-line); }
  .journey-stage:nth-child(2n) { border-right: 0; }
  .journey-stage:last-child { min-height: 0; grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .stability-experience { grid-template-columns: 1fr; }
  .stability-copy { min-height: 220px; grid-template-columns: minmax(180px,.42fr) minmax(0,.58fr); grid-template-rows: 1fr; align-items: end; }
  .gummy-specimen { min-height: 180px; padding: var(--space-md); }
  .stability-copy-content { padding: var(--space-md); }
  .stability-demo { min-height: 390px; }
  .existing-content { grid-template-columns: minmax(180px,.48fr) 1.52fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  :root { --page-x: 1.2rem; }
  .site-header { min-height: 66px; padding-inline: 1rem; }
  .site-identity img { width: 44px; height: 44px; }
  .site-identity small { display: none; }
  .original-hero { min-height: 500px; }
  .original-hero > video { object-position: 52% center; }
  .hero-title { bottom: 12%; }
  .hero-title h1 { font-size: clamp(2.2rem, min(10vw, 128px), 2.9rem); }
  .gateway-strip { padding: .9rem 1.2rem; grid-template-columns: 1fr; gap: .25rem; }
  .gateway-strip a { justify-self: start; }
  .about-section, .development-section, .existing-content, .research-section, .contact-section { padding: 2rem 1.2rem; }
  .about-heading h2, .development-section > header h2, .content-title h2, .research-copy h2, .contact-section h2 { font-size: clamp(2rem, min(8.5vw, 108.8px), 3rem); }
  .capability-line { padding: .8rem 1.2rem; grid-template-columns: 1fr; }
  .capability-line div { padding: .55rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .capability-line div:last-child { border-bottom: 0; }
  .photo-run { grid-template-columns: 1fr; gap: 4px; }
  .photo-run figure, .photo-run figure.photo-wide { grid-column: auto; min-height: 260px; }
  .photo-run-closing { grid-template-columns: repeat(2, 1fr); }
  .photo-run-closing figure { min-height: 220px; }
  .photo-run-opening { grid-template-columns: 1fr; }
  .photo-run-opening figure { min-height: 260px; }
  .tincture-feature-stats, .tincture-feature-capabilities { grid-template-columns: 1fr; }
  .tincture-feature-stats div { min-height: 0; }
  .tincture-feature-side, .tincture-feature-photo { min-height: 280px; }
  .journey-stages { margin-top: var(--space-lg); grid-template-columns: 1fr; }
  .journey-stage, .journey-stage:last-child { min-height: 0; padding: 1.15rem 0; grid-column: auto; border-right: 0; border-bottom: 1px solid var(--warm-line); }
  .journey-stage:last-child { border-bottom: 0; }
  .development-journey-action { padding: var(--space-md) 0 0; align-items: stretch; flex-direction: column; gap: var(--space-sm); background: transparent; }
  .development-journey-action a { align-self: flex-start; }
  .stability-copy { min-height: 0; }
  .stability-copy { padding: 0; grid-template-columns: 1fr; grid-template-rows: minmax(126px, auto) auto; }
  .gummy-specimen { min-height: 126px; padding: var(--space-xs) var(--page-x) 0; }
  .gummy-variant { width: clamp(56px, min(25vw, 320px), 80px); flex-basis: clamp(56px, min(25vw, 320px), 80px); }
  .stability-copy-content { padding: 0 var(--page-x) var(--space-lg); gap: var(--space-xs); }
  .stability-demo { min-height: 0; padding: var(--space-md); }
  .stability-chart { height: 210px; }
  .condition-switch button { min-height: 44px; }
  .demo-metrics div { padding: .65rem .45rem .65rem 1rem; flex-direction: column; align-items: flex-start; }
  .demo-metrics div::before { left: .45rem; }
  .existing-content { grid-template-columns: 1fr; gap: var(--space-md); }
  .research-facts div { grid-template-columns: 105px 1fr; }
  .contact-section { grid-template-columns: 1fr; gap: var(--space-lg); }
  .contact-actions { width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
}

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

.site-footer .footer-social { display: flex; flex-direction: column; gap: .65rem; align-items: flex-start; }
.site-footer .footer-instagram { display: inline-flex; align-items: center; gap: .45rem; white-space: nowrap; }
.site-footer .footer-instagram svg { flex: 0 0 24px; }
