@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url("assets/atkinson-400-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url("assets/atkinson-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url("assets/atkinson-700-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  src: url("assets/atkinson-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122;
}

:root {
  --canvas: oklch(97% 0.012 88);
  --surface: oklch(99% 0.006 88);
  --surface-green: oklch(94% 0.025 145);
  --surface-green-strong: oklch(88% 0.055 145);
  --ink: oklch(24% 0.035 252);
  --ink-muted: oklch(43% 0.025 235);
  --green: oklch(37% 0.095 150);
  --green-deep: oklch(29% 0.075 150);
  --green-dark: oklch(22% 0.06 150);
  --honey: oklch(78% 0.13 78);
  --honey-deep: oklch(52% 0.105 70);
  --honey-soft: oklch(93% 0.045 82);
  --line: oklch(86% 0.018 120);
  --line-dark: oklch(48% 0.045 150);
  --focus: oklch(66% 0.16 77);
  --success: oklch(47% 0.12 147);
  --shadow-sm: 0 8px 24px oklch(24% 0.035 252 / 0.08);
  --shadow-lg: 0 24px 64px oklch(24% 0.035 252 / 0.14);
  --radius-sm: 0.5rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.5rem;
  --radius-pill: 999px;
  --site-width: 76rem;
  --section-space: clamp(4.5rem, 10vw, 8rem);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --header-height: 4.75rem;
  --z-header: 200;
  --z-mobile-bar: 300;
  --font-display: Georgia, "Times New Roman", serif;
  --text-caption: 0.875rem;
  --text-ui: 1rem;
  --text-body: 1.125rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Atkinson Hyperlegible", "Segoe UI", system-ui, sans-serif;
  font-size: var(--text-body);
  line-height: 1.65;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  padding-bottom: calc(4.5rem + env(safe-area-inset-bottom));
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h3 {
  color: var(--ink);
  line-height: 1.05;
  text-wrap: balance;
}

h1,
h2 {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1;
  text-wrap: balance;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.15rem, 14vw, 4.4rem);
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2.25rem, 7vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

h3 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
}

p {
  max-width: 70ch;
  text-wrap: pretty;
}

strong {
  font-weight: 700;
}

address {
  font-style: normal;
}

::selection {
  background: var(--honey);
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.site-shell {
  width: min(100% - 2rem, var(--site-width));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  transform: translateY(-180%);
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: var(--surface);
  padding: 0.75rem 1rem;
  font-weight: 700;
  transition: transform 180ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  min-height: var(--header-height);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 2px 18px oklch(24% 0.035 252 / 0.05);
}

.header-inner {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.site-logo {
  width: 9.6rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
}

.site-logo img {
  width: 100%;
}

.menu-toggle {
  min-width: 6.75rem;
  min-height: 2.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--surface);
  color: var(--green-deep);
  cursor: pointer;
  font-weight: 700;
}

.menu-toggle-icon {
  width: 1.25rem;
  display: grid;
  gap: 0.35rem;
}

.menu-toggle-icon span {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 220ms var(--ease-out);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.primary-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  max-height: calc(100dvh - var(--header-height));
  overflow-y: auto;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  padding: 0.75rem 1rem 1.25rem;
  box-shadow: var(--shadow-sm);
}

.primary-navigation[data-open] {
  display: grid;
}

.primary-navigation a {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
}

.header-call {
  display: none;
}

.hero {
  position: relative;
  min-height: max(43rem, calc(100svh - var(--header-height)));
  display: grid;
  align-items: start;
  overflow: hidden;
  isolation: isolate;
  background: var(--canvas);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
    oklch(97% 0.012 88 / 0.97) 0%,
    oklch(97% 0.012 88 / 0.88) 38%,
    oklch(97% 0.012 88 / 0.28) 60%,
    transparent 76%);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--surface-green);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-layout {
  position: relative;
  z-index: 2;
  padding-block: 2rem 0;
}

.hero-panel {
  width: min(100%, 34rem);
  display: grid;
  gap: 0.95rem;
}

.hero-labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.8rem;
  color: var(--green-deep);
  line-height: 1.2;
}

.hero-labels strong {
  font-size: 1.1rem;
}

.hero-labels span {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-pill);
  padding: 0.35rem 0.65rem;
  font-size: var(--text-caption);
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.hero h1 em {
  display: block;
  color: var(--green);
  font-weight: 400;
}

.eyebrow {
  color: var(--green);
  font-size: var(--text-caption);
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--honey);
}

.hero-intro,
.section-lead {
  color: var(--ink-muted);
  font-size: clamp(1.18rem, 2.5vw, 1.5rem);
  line-height: 1.5;
}

.hero-intro {
  max-width: 34rem;
  color: var(--ink);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  padding: 0.75rem 1.25rem;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 220ms var(--ease-out), background-color 220ms var(--ease-out), border-color 220ms var(--ease-out), color 220ms var(--ease-out);
}

.button svg,
.header-call svg,
.mobile-action-bar svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  background: var(--green);
  color: var(--surface);
}

.button-primary:active,
.button-primary:hover {
  background: var(--green-deep);
}

.button-secondary {
  border-color: var(--line-dark);
  background: var(--surface);
  color: var(--green-deep);
}

.button-secondary:active,
.button-secondary:hover {
  border-color: var(--green);
  background: var(--surface-green);
}

.button-honey {
  background: var(--honey);
  color: var(--green-dark);
}

.button-honey:active,
.button-honey:hover {
  background: var(--honey-soft);
}

.text-link {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--green-deep);
  font-weight: 700;
  text-underline-offset: 0.2em;
}

.text-link span {
  transition: transform 220ms var(--ease-out);
}

.hero-contact-note {
  display: none;
  color: var(--ink-muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

.trust-band {
  border-block: 1px solid var(--line);
  background: oklch(95% 0.03 82);
}

.trust-list {
  display: grid;
}

.trust-item {
  display: grid;
  gap: 0.1rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--line);
}

.trust-item:last-child {
  border-bottom: 0;
}

.trust-item strong {
  color: var(--green-deep);
  font-size: 1.0625rem;
  line-height: 1.3;
}

.trust-item span {
  color: var(--ink-muted);
  font-size: var(--text-ui);
  line-height: 1.4;
}

.section {
  padding-block: var(--section-space);
}

.product-overview {
  position: relative;
  background: var(--canvas);
}

.product-layout,
.getline-layout,
.author-layout,
.location-layout,
.faq-layout {
  display: grid;
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.product-visual,
.getline-visual {
  position: relative;
  min-width: 0;
}

.product-visual picture {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--honey-soft);
  box-shadow: var(--shadow-lg);
}

.product-visual img {
  width: 100%;
}

.product-visual figcaption,
.getline-visual figcaption {
  margin-top: 0.75rem;
  color: var(--ink-muted);
  font-size: 0.875rem;
  line-height: 1.4;
}

.product-copy,
.getline-copy,
.author-copy,
.location-copy {
  display: grid;
  justify-items: start;
  gap: 1.25rem;
}

.product-copy h2,
.getline-copy h2,
.author-copy h2,
.location-copy h2 {
  max-width: 13ch;
}

.product-facts {
  width: 100%;
  border-block: 1px solid var(--line);
}

.product-facts div {
  display: grid;
  grid-template-columns: minmax(6.5rem, 0.8fr) 1.4fr;
  gap: 1rem;
  padding-block: 0.75rem;
  border-bottom: 1px solid var(--line);
}

.product-facts div:last-child {
  border-bottom: 0;
}

.product-facts dt {
  color: var(--ink-muted);
}

.product-facts dd {
  font-weight: 700;
}

.ingredients {
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(2.5rem, 7vw, 5rem);
}

.section-heading > div {
  display: grid;
  gap: 0.75rem;
}

.section-heading > p,
.split-heading > p {
  color: var(--ink-muted);
}

.ingredient-list {
  border-top: 1px solid var(--line);
}

.ingredient-row {
  display: grid;
  gap: 1rem;
  padding-block: 1.75rem;
  border-bottom: 1px solid var(--line);
}

.ingredient-number {
  color: var(--honey-deep);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ingredient-title {
  display: grid;
  gap: 0.4rem;
}

.ingredient-title h3 {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.ingredient-title p,
.ingredient-row details p {
  color: var(--ink-muted);
}

details summary {
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--green-deep);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::after {
  content: "+";
  width: 1.8rem;
  height: 1.8rem;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 220ms var(--ease-out);
}

details[open] summary::after {
  transform: rotate(45deg);
}

.ingredient-row details p {
  padding-top: 0.75rem;
}

.usage-note {
  margin-top: 2rem;
  border-radius: var(--radius-md);
  background: var(--surface-green);
  padding: 1rem 1.25rem;
}

.usage-note-content {
  display: grid;
  gap: 1rem;
  padding-block: 0.75rem 0.25rem;
  color: var(--ink-muted);
}

.getline-section {
  position: relative;
  overflow: hidden;
  background: var(--green-deep);
  color: var(--surface);
}

.getline-section::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  width: 24rem;
  aspect-ratio: 1;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  pointer-events: none;
}

.getline-layout {
  position: relative;
  z-index: 1;
}

.getline-copy h2,
.getline-copy h3,
.getline-copy .section-lead {
  color: var(--surface);
}

.getline-copy > p:not(.eyebrow):not(.section-lead),
.getline-details p {
  color: oklch(86% 0.02 145);
}

.getline-details {
  width: 100%;
  border-block: 1px solid var(--line-dark);
  padding-block: 0.5rem;
}

.getline-details summary {
  color: var(--honey);
}

.getline-details > div {
  display: grid;
  gap: 0.6rem;
  padding-block: 1rem;
}

.getline-details h3 {
  margin-top: 0.75rem;
  font-size: 1.2rem;
}

.getline-visual picture {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 24px 64px oklch(15% 0.03 150 / 0.3);
}

.getline-visual img {
  width: 100%;
}

.getline-visual figcaption {
  color: oklch(84% 0.02 145);
}

.author-section {
  background: var(--canvas);
}

.author-portrait {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.author-portrait img {
  width: 100%;
}

.author-copy blockquote {
  max-width: 34ch;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--honey-soft);
  color: var(--green-deep);
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
  font-weight: 700;
  line-height: 1.4;
}

.video-block {
  display: grid;
  gap: 1.5rem;
  margin-top: clamp(3.5rem, 8vw, 6.5rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid var(--line);
}

.video-copy {
  display: grid;
  align-content: center;
  gap: 0.75rem;
}

.video-copy p:last-child {
  color: var(--ink-muted);
}

.video-player {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  background: var(--ink);
  box-shadow: var(--shadow-lg);
}

.video-player > img,
.video-player > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.video-player::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, oklch(18% 0.035 252 / 0.72), transparent 56%);
  pointer-events: none;
}

.video-player:has(iframe)::after {
  display: none;
}

.video-play {
  position: absolute;
  left: 1rem;
  bottom: calc(4.75rem + env(safe-area-inset-bottom));
  z-index: 1;
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--surface);
  color: var(--green-deep);
  padding: 0.6rem 1rem 0.6rem 0.65rem;
  cursor: pointer;
  font-weight: 700;
}

.video-play span {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--surface);
}

.video-play svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
  transform: translateX(1px);
}

.location-section {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.store-address {
  display: grid;
  gap: 0.2rem;
  padding-block: 1.25rem;
  border-block: 1px solid var(--line);
}

.store-address strong {
  font-size: 1.25rem;
}

.store-address span {
  color: var(--ink-muted);
}

.store-address a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--green-deep);
  font-weight: 700;
}

.direct-contact {
  width: 100%;
  display: grid;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.direct-contact > p {
  color: var(--ink-muted);
  font-size: 1.0625rem;
}

.direct-contact a {
  min-height: 3.5rem;
  display: grid;
  align-content: center;
  text-decoration: none;
}

.direct-contact a strong {
  color: var(--green-deep);
}

.direct-contact a span {
  color: var(--ink-muted);
  font-size: var(--text-ui);
}

.map-frame {
  min-height: 24rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-green);
  box-shadow: var(--shadow-sm);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  display: block;
  border: 0;
}

.faq-section {
  border-top: 1px solid var(--line);
  background: var(--canvas);
}

.faq-layout {
  align-items: start;
}

.faq-layout .section-heading {
  margin-bottom: 0;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding-block: 0.65rem;
}

.faq-list summary {
  min-height: 3.5rem;
  color: var(--ink);
  font-size: clamp(1.1rem, 2vw, 1.25rem);
}

.faq-list details p {
  padding: 0.25rem 2.75rem 1rem 0;
  color: var(--ink-muted);
}

.faq-list details a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--green-deep);
  font-weight: 700;
}

.site-footer {
  background: var(--green-dark);
  color: oklch(91% 0.018 145);
  padding-block: 3.5rem calc(3.5rem + env(safe-area-inset-bottom));
}

.footer-layout {
  display: grid;
  gap: 2rem;
}

.footer-brand img {
  width: 10.5rem;
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

.footer-brand p {
  margin-top: 0.75rem;
  color: oklch(81% 0.025 145);
}

.footer-contact {
  display: grid;
  justify-items: start;
  gap: 0.3rem;
}

.footer-contact strong {
  color: var(--honey);
}

.footer-contact a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  text-underline-offset: 0.2em;
}

.footer-legal,
.footer-copyright {
  color: oklch(76% 0.022 145);
  font-size: 0.875rem;
  line-height: 1.55;
}

.footer-copyright {
  padding-top: 1.25rem;
  border-top: 1px solid oklch(38% 0.05 150);
}

.mobile-action-bar {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  z-index: var(--z-mobile-bar);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-pill);
  background: var(--green-deep);
  box-shadow: var(--shadow-lg);
}

.mobile-action-bar a {
  min-height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--surface);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}

.mobile-action-bar a + a {
  border-left: 1px solid var(--line-dark);
}

@media (min-width: 40rem) {
  .site-shell {
    width: min(100% - 3rem, var(--site-width));
  }

  .trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-item:nth-child(odd) {
    padding-right: 1.5rem;
    border-right: 1px solid var(--line);
  }

  .trust-item:nth-child(even) {
    padding-left: 1.5rem;
  }

  .trust-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ingredient-row {
    grid-template-columns: 3.5rem minmax(0, 1fr);
  }

  .ingredient-row details {
    grid-column: 2;
  }

  .video-block {
    grid-template-columns: minmax(13rem, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
  }

  .footer-layout {
    grid-template-columns: 1fr 1fr;
  }

  .footer-legal,
  .footer-copyright {
    grid-column: 1 / -1;
  }
}

@media (min-width: 48rem) {
  .hero {
    min-height: min(44rem, calc(100svh - var(--header-height)));
    align-items: center;
  }

  .hero::after {
    background: linear-gradient(90deg,
      oklch(97% 0.012 88 / 0.86) 0%,
      oklch(97% 0.012 88 / 0.72) 27%,
      oklch(97% 0.012 88 / 0.2) 48%,
      transparent 64%);
  }

  .hero-media {
    width: 100%;
  }

  .hero-media img {
    object-position: center;
  }

  .hero-layout {
    padding-block: 4.5rem;
  }

  .hero-panel {
    width: min(50%, 37rem);
    gap: 1.15rem;
  }

  h1 {
    max-width: 9.5ch;
    font-size: clamp(4rem, 6.5vw, 5.65rem);
  }

  .product-layout,
  .getline-layout,
  .author-layout,
  .location-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  .product-copy {
    padding-block: 2rem;
  }

  .split-heading {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
  }

  .ingredient-row {
    grid-template-columns: 4rem minmax(16rem, 0.85fr) minmax(18rem, 1.15fr);
    align-items: start;
    gap: clamp(1.25rem, 3vw, 3rem);
    padding-block: 2rem;
  }

  .ingredient-row details {
    grid-column: auto;
  }

  .getline-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .getline-visual {
    order: -1;
  }

  .author-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .faq-layout {
    grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.3fr);
  }
}

@media (min-width: 64rem) {
  :root {
    --header-height: 5.5rem;
  }

  body {
    padding-bottom: 0;
  }

  .hero-contact-note {
    display: block;
  }

  .hero {
    width: min(100% - 3rem, var(--site-width));
    min-height: 0;
    margin: 1.5rem auto 2rem;
    aspect-ratio: 1672 / 941;
    border-radius: var(--radius-lg);
  }

  .hero-media img {
    object-fit: contain;
  }

  .header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(1.5rem, 3vw, 3rem);
  }

  .site-logo {
    width: 10.75rem;
  }

  .menu-toggle {
    display: none;
  }

  .primary-navigation {
    position: static;
    display: flex;
    justify-content: center;
    gap: clamp(0.15rem, 1vw, 1rem);
    overflow: visible;
    border: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
  }

  .primary-navigation a {
    min-height: 2.75rem;
    border: 0;
    border-radius: var(--radius-pill);
    padding: 0.5rem 0.75rem;
    color: var(--ink-muted);
    font-size: var(--text-ui);
    font-weight: 700;
    white-space: nowrap;
  }

  .header-call {
    min-height: 3.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    border-radius: var(--radius-pill);
    background: var(--green);
    color: var(--surface);
    padding: 0.45rem 1rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .header-call span {
    display: grid;
  }

  .header-call small {
    font-size: 0.8125rem;
    font-weight: 400;
    opacity: 0.82;
  }

  .trust-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .trust-item,
  .trust-item:nth-child(odd),
  .trust-item:nth-child(even) {
    min-height: 6.25rem;
    justify-content: center;
    padding: 1.25rem 1.5rem;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .trust-item:first-child {
    padding-left: 0;
  }

  .trust-item:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .mobile-action-bar {
    display: none;
  }

  .video-play {
    bottom: 1rem;
  }

  .location-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .map-frame,
  .map-frame iframe {
    min-height: 34rem;
  }

  .footer-layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .header-call:hover,
  .video-play:hover {
    transform: translateY(-2px);
  }

  .primary-navigation a:hover {
    background: var(--surface-green);
    color: var(--green-deep);
  }

  .text-link:hover span {
    transform: translateX(0.3rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .mobile-action-bar,
  .video-block,
  .map-frame,
  .button-row {
    display: none !important;
  }

  body {
    padding: 0;
    background: var(--surface);
    color: var(--ink);
    font-size: 12pt;
  }

  .section {
    padding-block: 2rem;
  }

  .getline-section {
    background: var(--surface);
    color: var(--ink);
  }

  .getline-copy h2,
  .getline-copy h3,
  .getline-copy .section-lead,
  .getline-copy > p:not(.eyebrow):not(.section-lead),
  .getline-details p {
    color: var(--ink);
  }
}
