:root {
  color-scheme: light;
  --ink: #273127;
  --ink-soft: #626456;
  --cream: #f2eadb;
  --sand: #ded0b5;
  --sun: #d6a54d;
  --sun-deep: #b9822c;
  --green: #455b3b;
  --green-deep: #273c2d;
  --green-soft: #d8ddc9;
  --paper: #fbf7ee;
  --line: #c9bca5;
  --danger: #98483f;
  --radius: 18px;
  --shadow: 0 24px 64px rgba(72, 57, 35, .16);
  --container: 1240px;
  --section: clamp(5.5rem, 9vw, 8rem);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
.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; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .7rem 1rem; background: var(--paper); color: var(--ink); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section); scroll-margin-top: 4rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: "Fraunces", serif; letter-spacing: -.04em; line-height: .98; font-variation-settings: "opsz" 72; }
h1 { max-width: 9ch; font-size: clamp(3.5rem, 6.6vw, 7rem); font-weight: 600; }
h2 { max-width: 13ch; font-size: clamp(2.6rem, 4.8vw, 5rem); font-weight: 500; }
h3 { line-height: 1.15; font-size: clamp(1.18rem, 2vw, 1.55rem); }
p { color: var(--ink-soft); }
.eyebrow { margin-bottom: 1.15rem; color: var(--sun-deep); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.lead { max-width: 34ch; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.48; }
.section-heading { margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-heading p:last-child { max-width: 42rem; margin-bottom: 0; font-size: 1.06rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .85rem 1.4rem; border: 1px solid transparent; border-radius: 10px; font-weight: 700; line-height: 1; white-space: nowrap; cursor: pointer; transition: transform .3s var(--ease), background-color .3s var(--ease), color .3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button-primary { background: var(--sun); color: #262113; box-shadow: 0 12px 28px rgba(102, 73, 27, .2); }
.button-primary:hover { background: #e0b45f; }

/* Navigáció */
.site-header { position: fixed; z-index: 10; top: 0; right: 0; left: 0; color: var(--paper); transition: color .3s, background-color .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(242, 234, 219, .91); color: var(--ink); box-shadow: 0 1px 0 rgba(52, 58, 43, .13); backdrop-filter: blur(14px); }
.nav-shell { display: flex; width: min(calc(100% - 3rem), var(--container)); min-height: 76px; align-items: center; justify-content: space-between; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: .82rem; font-weight: 700; letter-spacing: .2em; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid currentColor; border-radius: 50% 50% 45% 55%; font-family: "Fraunces", serif; font-size: 1.15rem; letter-spacing: 0; }
.main-nav { display: flex; align-items: center; gap: clamp(1.3rem, 2.8vw, 2.6rem); font-size: .87rem; font-weight: 650; }
.main-nav a { position: relative; transition: opacity .25s; }
.main-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -.45rem; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: .68rem 1rem; border: 1px solid currentColor; border-radius: 9px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 6px auto; background: currentColor; transition: transform .3s; }

/* Hero */
.hero { position: relative; display: flex; min-height: min(900px, 100dvh); align-items: center; overflow: hidden; background: var(--green-deep); color: var(--paper); }
.hero-media { position: absolute; inset: 0; background: url("assets/aktiva-balance-hero.png") 58% center / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(63, 48, 29, .76) 0%, rgba(91, 66, 36, .53) 34%, rgba(117, 90, 53, .17) 64%, rgba(64, 55, 36, .12) 100%); }
.hero-content { position: relative; z-index: 1; width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; padding: 9rem 0 5rem; }
.hero .eyebrow { color: #f3cf83; }
.hero h1 { margin-bottom: 1.45rem; }
.hero-content > p:not(.eyebrow) { max-width: 34rem; margin-bottom: 0; color: rgba(255, 249, 236, .88); font-size: clamp(1.12rem, 1.8vw, 1.35rem); line-height: 1.55; }
.hero-content > .hero-description { margin-top: .7rem; font-size: 1rem; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.25rem; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--paper); font-size: .92rem; font-weight: 700; }
.text-link span { transition: transform .3s var(--ease); }
.text-link:hover span { transform: translate(3px, 3px); }

/* Bemutatás */
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(3.5rem, 8vw, 8rem); align-items: center; }
.intro-visual { position: relative; }
.intro-visual img { width: 100%; aspect-ratio: .92; object-fit: cover; border-radius: 110px 18px 18px 18px; box-shadow: var(--shadow); }
.intro-band { position: absolute; right: calc(-1rem - 1cm); bottom: 2rem; display: flex; width: min(calc(610px - 2cm), calc(100% + 4rem - 2cm)); max-width: none; min-height: 92px; align-items: center; gap: 1rem; padding: 1.1rem 1.45rem; border: 3px solid var(--paper); border-radius: 15px; background: var(--sun); color: #2d2719; box-shadow: var(--shadow); font-family: "Fraunces", serif; font-size: 1.06rem; font-weight: 600; line-height: 1.35; white-space: nowrap; }
.intro-band-mark { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.intro-copy .eyebrow { margin-bottom: 1.2rem; }
.intro-copy h2 { max-width: 11ch; margin-bottom: 2rem; }
.intro-note { max-width: 35rem; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); }

/* Előnyök */
.benefits { background: var(--cream); }
.benefits .section-heading { text-align: center; }
.benefits .section-heading h2, .benefits .section-heading p { margin-inline: auto; }
.benefits-orbit { display: grid; grid-template-columns: 1fr minmax(260px, .92fr) 1fr; grid-template-rows: repeat(3, auto); gap: .5rem clamp(2rem, 5vw, 5rem); align-items: center; }
.benefit { max-width: 310px; padding: 1.3rem 0; }
.ingredient-card > span, .ingredient-card div > span { color: var(--sun-deep); font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
.benefit .benefit-icon { display: inline-grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--sun); color: var(--ink); box-shadow: 0 9px 24px rgba(119, 83, 28, .16); }
.benefit-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefit h3 { margin: .85rem 0 .45rem; font-family: "Fraunces", serif; font-weight: 550; }
.benefit p { margin: 0; font-size: .94rem; }
.benefit:nth-child(1), .benefit:nth-child(2), .benefit:nth-child(3) { text-align: right; justify-self: end; }
.benefit-one { grid-column: 1; grid-row: 1; }
.benefit-two { grid-column: 1; grid-row: 2; }
.benefit-three { grid-column: 1; grid-row: 3; }
.benefits-image { grid-column: 2; grid-row: 1 / 4; margin: 0; }
.benefits-image img { width: 100%; aspect-ratio: .76; object-fit: cover; border-radius: 48% 48% 18px 18px; box-shadow: var(--shadow); }
.benefit-four { grid-column: 3; grid-row: 1; }
.benefit-five { grid-column: 3; grid-row: 2; }
.benefit-six { grid-column: 3; grid-row: 3; }

/* Összetevők */
.ingredients { background: #dfd2ba; }
.ingredients .section-heading { text-align: center; }
.ingredients .section-heading h2 { margin: 0 auto 1.25rem; }
.ingredients .section-heading p { margin-inline: auto; }
.ingredient-grid { display: grid; grid-template-columns: 1.18fr .82fr .82fr; grid-template-rows: repeat(3, clamp(180px, 15vw, 200px)); gap: 1rem; align-items: stretch; }
.ingredient-card { padding: clamp(1.35rem, 2.2vw, 2rem); border: 1px solid rgba(72, 62, 43, .16); border-radius: var(--radius); background: rgba(251, 247, 238, .72); }
.ingredient-card h3 { max-width: 15rem; margin: 1.25rem 0 .55rem; font-family: "Fraunces", serif; font-weight: 550; }
.ingredient-card p { max-width: 28rem; margin: 0; }
.ingredient-featured { grid-column: 1; grid-row: 1 / 4; display: flex; overflow: hidden; flex-direction: column; height: 100%; padding: 0; background: var(--paper); }
.ingredient-featured img { width: 100%; height: 64%; min-height: 0; object-fit: cover; }
.ingredient-featured div { padding: clamp(1.5rem, 3vw, 2.5rem); }
.ingredient-featured h3 { margin-top: 1.2rem; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.ingredient-grid > :where(.ingredient-card:nth-child(2)) { grid-column: 2; grid-row: 1; }
.ingredient-grid > :where(.ingredient-card:nth-child(3)) { grid-column: 3; grid-row: 1; }
.ingredient-grid > :where(.ingredient-card:nth-child(4)) { grid-column: 2; grid-row: 2; }
.ingredient-grid > :where(.ingredient-card:nth-child(5)) { grid-column: 3; grid-row: 2; }
.ingredient-dark { grid-column: 2 / 4; grid-row: 3; display: flex; flex-direction: column; justify-content: center; background-color: var(--sun); background-image: linear-gradient(90deg, rgba(214, 165, 77, 1) 0%, rgba(214, 165, 77, .98) 48%, rgba(214, 165, 77, .35) 100%), url("assets/zöld tea.png"); background-position: center, calc(100% - 1rem) center; background-size: 100% 100%, auto 92%; background-repeat: no-repeat; color: var(--ink); }
.ingredient-dark h3, .ingredient-dark p { max-width: 48%; }
.ingredient-dark p { color: #51452e; }
.ingredient-dark > span { color: #6f4d1a; }

/* Rutin */
.routine { background: var(--paper); }
.routine-layout { display: block; }
.routine-heading { margin: 0 auto clamp(3rem, 6vw, 5rem); text-align: center; }
.routine-heading h2 { max-width: 15ch; margin: 0 auto 1.5rem; }
.routine-heading > p:not(.eyebrow) { max-width: 43rem; margin-inline: auto; }
.routine-columns { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(3rem, 7vw, 7rem); align-items: stretch; }
.routine-image { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: 48% center; border-radius: var(--radius); box-shadow: var(--shadow); }
.routine-list { display: grid; grid-template-rows: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.routine-row { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 1.5rem; align-items: center; padding: 2rem 0; }
.routine-row + .routine-row { border-top: 1px solid var(--line); }
.routine-row > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--sun); color: #322918; font-size: 1rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.routine-row h3 { margin: 0 0 .5rem; font-family: "Fraunces", serif; font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 550; }
.routine-row p { max-width: 34rem; margin: 0; }

@media (min-width: 901px) {
  .routine-heading > p:not(.eyebrow) { max-width: none; white-space: nowrap; font-size: clamp(.875rem, 1.15vw, 1rem); }
}

/* Célcsoport */
.audience { background: var(--cream); }
.audience .section-heading { text-align: center; }
.audience .section-heading h2 { max-width: 20ch; margin-inline: auto; }
.audience-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; grid-auto-rows: minmax(250px, auto); gap: 1rem; }
.audience-main { grid-column: 1; grid-row: 1 / 3; display: flex; overflow: hidden; flex-direction: column; border-radius: var(--radius); background: #594837; color: var(--paper); box-shadow: var(--shadow); }
.audience-main img { width: 100%; height: clamp(280px, 28vw, 390px); object-fit: cover; }
.audience-main div { padding: clamp(1.6rem, 3.5vw, 3rem); }
.audience-main h3 { max-width: 12ch; margin: 0 0 .8rem; font-family: "Fraunces", serif; font-size: clamp(2rem, 3.7vw, 3.6rem); font-weight: 550; }
.audience-main p { margin: 0; color: rgba(251, 247, 238, .76); }
.audience-note { grid-column: 2; grid-row: 1; padding: clamp(1.6rem, 3.5vw, 2.7rem); border: 0; border-radius: var(--radius); background: var(--paper); }
.audience-note h3 { margin: 2.6rem 0 .75rem; font-family: "Fraunces", serif; font-weight: 550; }
.audience-note p { margin: 0; }
.audience-note-accent { grid-column: 3; grid-row: 2; background: var(--sun); }
.audience-note-accent p { color: #51452e; }
.audience-photo { min-height: 260px; border-radius: var(--radius); background: url("assets/11.png") center / cover no-repeat; }
.audience-photo-primary { grid-column: 3; grid-row: 1; }
.audience-photo-secondary { grid-column: 2; grid-row: 2; background-image: url("assets/activa kapszula1.png"); }
.audience-caution { max-width: 62rem; margin: 2rem auto 0; padding: 1.2rem 1.4rem; border-left: 3px solid var(--sun-deep); color: #5b5a4d; font-size: .86rem; }

/* Vélemények */
.testimonials { background: #f9f6ed; }
.testimonial-title { margin-bottom: clamp(3rem, 6vw, 5rem); text-align: center; }
.testimonial-title h2 { margin: 0 auto; font-size: clamp(1.65rem, 5vw, 4.8rem); white-space: nowrap; }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.4vw, 2rem); align-items: stretch; }
.testimonial-card { position: relative; overflow: hidden; min-height: 300px; margin: 0; padding: clamp(1.8rem, 3vw, 2.6rem); padding-left: clamp(9rem, 14vw, 11rem); border-radius: var(--radius); background: radial-gradient(circle at 8% 105%, rgba(255, 248, 220, .94) 0%, rgba(255, 248, 220, .42) 24%, transparent 48%), linear-gradient(135deg, #edd18f 0%, #d8ae58 100%); box-shadow: 0 22px 54px rgba(91, 76, 43, .16); }
.testimonial-card-warm { padding-right: clamp(9rem, 14vw, 11rem); padding-left: clamp(1.8rem, 3vw, 2.6rem); background: radial-gradient(circle at 94% 105%, rgba(255, 247, 214, .9) 0%, rgba(255, 247, 214, .34) 26%, transparent 50%), linear-gradient(145deg, #e7c679 0%, #d3a84e 100%); }
.testimonial-quote { position: relative; z-index: 1; display: block; margin-bottom: .55rem; color: #874625; font-family: "Fraunces", serif; font-size: 3rem; line-height: .7; }
.testimonial-card-warm .testimonial-quote { color: #874625; }
.testimonial-quote-close { width: max-content; margin: .2rem 0 0 auto; }
.testimonial-card > p { position: relative; z-index: 1; max-width: 34rem; color: var(--ink); font-family: "Fraunces", serif; font-size: clamp(1.15rem, 1.55vw, 1.45rem); line-height: 1.35; }
.testimonial-card footer { position: absolute; z-index: 1; right: clamp(1.8rem, 3vw, 2.6rem); bottom: clamp(1.8rem, 3vw, 2.6rem); display: flex; flex-direction: column; gap: .1rem; margin: 0; }
.testimonial-card-warm footer { right: auto; left: clamp(1.8rem, 3vw, 2.6rem); }
.testimonial-card footer span { color: var(--ink-soft); font-size: .8rem; }
.testimonial-image { position: absolute; z-index: 0; bottom: .75rem; left: .75rem; width: min(30%, 170px); height: 45%; object-fit: contain; object-position: left bottom; filter: saturate(.82) contrast(.9); opacity: .9; }
.testimonial-card-warm .testimonial-image { right: .75rem; left: auto; object-position: right bottom; transform: scaleX(-1); }

/* GYIK */
.faq { background: #FCFAF6; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3.5rem, 8vw, 8rem); align-items: start; }
.faq-intro h2 { margin-bottom: 1.5rem; }
.faq-intro > p:last-child { max-width: 28rem; }
.faq-list { display: grid; gap: 1rem; }
.faq details { overflow: hidden; border: 1px solid rgba(53, 75, 61, .14); border-radius: var(--radius); background: #ffffff; transition: background-color .3s var(--ease), border-color .3s var(--ease); }
.faq details[open] { border-color: rgba(53, 75, 61, .22); background: #ffffff; }
.faq summary { list-style: none; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; padding: 1.5rem 1.75rem; cursor: pointer; color: var(--ink); font-size: 1.05rem; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::marker { content: ""; }
.faq summary span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green-deep); transition: transform .3s var(--ease), background-color .3s; }
.faq details[open] summary span { background: var(--sun); transform: rotate(45deg); }
.faq details p { max-width: 42rem; margin: 0; padding: 0 4rem 1.5rem 1.75rem; }

/* Kapcsolat */
.contact { background: var(--paper); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); align-items: stretch; padding: clamp(2rem, 5vw, 4.5rem); border-radius: 28px; background: #d9c9aa; }
.contact-copy { display: flex; min-width: 0; flex-direction: column; }
.contact-copy h2 { margin-bottom: 1.5rem; }
.contact-copy > p:not(.eyebrow) { max-width: 30rem; }
.contact-copy > a { align-self: flex-start; margin-top: .5rem; border-bottom: 1px solid currentColor; color: var(--green-deep); font-weight: 750; }
.contact-image { width: 100%; min-height: 220px; flex: 1; margin-top: 2.5rem; object-fit: cover; object-position: center; border-radius: 120px 18px 18px 18px; }
.contact-form { align-self: center; padding: clamp(1.5rem, 3.5vw, 3rem); border: 1px solid rgba(71, 61, 43, .12); border-radius: var(--radius); background: var(--paper); box-shadow: 0 20px 55px rgba(72, 57, 35, .1); }
.field { display: grid; gap: .45rem; margin-bottom: 1.15rem; }
label { color: var(--ink); font-size: .85rem; font-weight: 700; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: .85rem 1rem; background: #f6efe2; color: var(--ink); transition: border-color .25s, box-shadow .25s; }
input { min-height: 48px; }
textarea { resize: vertical; }
input:focus, textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(69, 91, 59, .14); }
.field.has-error input, .field.has-error textarea { border-color: var(--danger); }
.field-error { min-height: 1em; color: var(--danger); font-size: .78rem; }
.contact-form .button { width: 100%; }
.form-status { min-height: 1.4rem; margin: .9rem 0 0; text-align: center; font-weight: 650; }
.form-status.success { color: var(--green-deep); }

/* Lábléc */
.site-footer { padding: clamp(3rem, 5vw, 4.5rem) 0 1.5rem; background-color: var(--sun); background-image: linear-gradient(rgba(107, 92, 75, .84), rgba(107, 92, 75, .84)), url("assets/activa footer1.png"); background-position: center; background-size: cover; color: #fff; }
.site-footer p, .site-footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: .75fr 1fr 1fr; gap: 1.5rem 2rem; align-items: center; }
.footer-grid > .brand { grid-column: 1; grid-row: 1; }
.footer-grid > p:not(.sample-note):not(.copyright) { grid-column: 3; grid-row: 1; max-width: 25rem; margin: 0; text-align: right; }
.footer-grid nav { grid-column: 2; grid-row: 1; display: flex; justify-content: center; gap: clamp(1rem, 2.4vw, 2rem); }
.footer-grid nav a { width: fit-content; font-weight: 650; }
.footer-grid nav a:hover { color: #fff; }
.sample-note { grid-column: 1 / -1; margin: 1.6rem 0 0; padding: 1rem 1.2rem; border: 1px solid rgba(39, 49, 39, .34); border-radius: 10px; background: transparent; font-size: .85rem; }
.sample-note strong { color: #fff; }
.copyright { grid-column: 1 / -1; margin: .65rem 0 0; padding-top: 1rem; border-top: 0; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .container, .nav-shell, .hero-content { width: min(calc(100% - 2rem), var(--container)); }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 1.8rem; background: var(--cream); color: var(--ink); font-size: 1.5rem; transform: translateX(100%); transition: transform .45s var(--ease); }
  .menu-open .main-nav { transform: translateX(0); }
  .menu-open .site-header { color: var(--ink); }
  .menu-open .menu-toggle span:not(.sr-only):first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:not(.sr-only):last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .intro-grid, .faq-layout, .contact-shell { grid-template-columns: 1fr; }
  .intro-visual { width: min(100%, 650px); }
  .intro-band { right: 1rem; width: min(610px, calc(100% - 2rem)); }
  .benefits-orbit { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .benefits-image { grid-column: 1 / -1; grid-row: 1; width: min(100%, 440px); justify-self: center; }
  .benefit, .benefit:nth-child(1), .benefit:nth-child(2), .benefit:nth-child(3) { grid-column: auto; grid-row: auto; max-width: none; justify-self: stretch; text-align: left; }
  .ingredient-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .ingredient-grid > .ingredient-card { grid-column: auto; grid-row: auto; }
  .ingredient-grid > .ingredient-featured { grid-column: 1 / -1; grid-row: auto; min-height: 560px; }
  .ingredient-grid > .ingredient-dark { grid-column: 1 / -1; grid-row: auto; }
  .routine-columns { grid-template-columns: 1fr; gap: 2.5rem; }
  .routine-image { height: clamp(390px, 62vw, 520px); min-height: 0; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-main, .audience-note, .audience-photo { grid-column: auto; grid-row: auto; }
  .audience-main { grid-column: 1 / -1; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card, .testimonial-card-warm { padding-inline: clamp(9rem, 24vw, 11rem) clamp(2rem, 5vw, 3rem); }
  .testimonial-card-warm { padding-inline: clamp(2rem, 5vw, 3rem) clamp(9rem, 24vw, 11rem); }
  .contact-copy { display: block; }
  .contact-image { height: clamp(260px, 54vw, 400px); }
}

@media (max-width: 640px) {
  :root { --section: 4.75rem; }
  h1 { font-size: clamp(3.2rem, 15vw, 4.8rem); }
  h2 { font-size: clamp(2.4rem, 11vw, 3.6rem); }
  .hero { min-height: 100dvh; align-items: end; }
  .hero-media { background-position: 68% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(57, 43, 27, .94) 0%, rgba(76, 57, 34, .76) 54%, rgba(80, 63, 41, .16) 100%); }
  .hero-content { padding: 8rem 0 3.25rem; }
  .hero-content > p:not(.eyebrow) { max-width: 28rem; font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-actions .button { width: 100%; }
  .intro-grid { gap: 2.75rem; }
  .intro-visual img { aspect-ratio: .82; }
  .intro-band { right: .75rem; bottom: .75rem; width: calc(100% - 1.5rem); max-width: calc(100% - 1.5rem); min-height: 82px; padding: .9rem 1rem; border-width: 2px; white-space: normal; }
  .intro-band-mark { width: 36px; height: 36px; }
  .benefits-orbit { grid-template-columns: 1fr; gap: .25rem; }
  .benefits-image { grid-column: 1; }
  .benefit { border-bottom: 1px solid var(--line); }
  .ingredient-grid, .audience-grid { grid-template-columns: 1fr; }
  .ingredient-featured { grid-column: 1; }
  .ingredient-featured img { height: 260px; }
  .ingredient-dark { background-position: center, calc(100% + 2rem) center; background-size: 100% 100%, auto 74%; }
  .ingredient-dark h3, .ingredient-dark p { max-width: 62%; }
  .routine-row { grid-template-columns: 46px 1fr; gap: 1rem; }
  .routine-row > span { width: 42px; height: 42px; }
  .routine-image { height: 330px; object-position: 52% center; }
  .audience-main { grid-column: 1; }
  .audience .section-heading h2 { font-size: clamp(1.65rem, 8vw, 3.5rem); }
  .audience .section-heading h2 span { white-space: nowrap; }
  .audience-main img { height: 280px; }
  .audience-photo { min-height: 300px; }
  .testimonial-card, .testimonial-card-warm { min-height: 340px; padding: 1.8rem 1.6rem 9.5rem; border-radius: var(--radius); }
  .testimonial-card > p { max-width: none; }
  .testimonial-card footer, .testimonial-card-warm footer { position: relative; right: auto; bottom: auto; left: auto; margin-top: .9rem; }
  .testimonial-image, .testimonial-card-warm .testimonial-image { right: 50%; bottom: .65rem; left: auto; width: min(58%, 210px); height: 34%; object-position: center bottom; transform: translateX(50%); }
  .faq-layout { gap: 2.5rem; }
  .faq summary { gap: 1rem; }
  .faq details p { padding-right: 0; }
  .contact-shell { width: 100%; padding-inline: 1rem; border-radius: 0; }
  .contact-form { padding: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > .brand, .footer-grid > p:not(.sample-note):not(.copyright), .footer-grid nav, .sample-note, .copyright { grid-column: 1; grid-row: auto; }
  .footer-grid > p:not(.sample-note):not(.copyright) { text-align: left; }
  .footer-grid nav { justify-content: flex-start; flex-wrap: wrap; }
  .sample-note, .copyright { grid-column: 1; }
}

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

@media (prefers-reduced-transparency: reduce) {
  .site-header.scrolled { backdrop-filter: none; background: var(--cream); }
}
