:root {
  --mulberry: #6e2d52;
  --mulberry-dark: #54203e;
  --ink: #17212b;
  --ink-soft: #263440;
  --porcelain: #faf7f4;
  --white: #fff;
  --eucalyptus: #6e9886;
  --eucalyptus-dark: #527767;
  --apricot: #e9a27e;
  --gold: #c9a86a;
  --charcoal: #30343a;
  --muted: #5f6870;
  --mist: #e7e1dd;
  --soft-pink: #f1e2e8;
  --max: 1240px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --shadow: 0 22px 70px rgba(23, 33, 43, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--porcelain); font-family: var(--sans); line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.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; z-index: 1000; left: 1rem; top: 1rem; transform: translateY(-200%); padding: .7rem 1rem; color: white; background: var(--ink); border-radius: .4rem; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--apricot); outline-offset: 4px; }

.utility-bar { color: rgba(255,255,255,.78); background: var(--ink); font-size: .72rem; letter-spacing: .04em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.utility-inner p { margin: 0; }
.utility-inner nav { display: flex; gap: 1.5rem; }
.utility-inner a:hover { color: white; }

.site-header { position: relative; z-index: 50; background: rgba(250,247,244,.94); border-bottom: 1px solid var(--mist); backdrop-filter: blur(16px); }
.header-main { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--ink); line-height: 1; }
.brand-mark { width: 42px; flex: 0 0 42px; color: var(--mulberry); }
.brand-mark { height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.25rem; }
.brand-mark circle, .brand-mark path { fill: none; stroke: currentColor; stroke-width: 1.5; }
.brand-mark .brand-pointer { fill: var(--apricot); stroke: var(--apricot); }
.brand strong, .brand em { display: block; font-style: normal; }
.brand strong { font-size: .92rem; letter-spacing: .02em; }
.brand em { margin-top: .22rem; color: var(--mulberry); font-family: var(--serif); font-size: 1.5rem; font-weight: 650; }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: .79rem; font-weight: 700; }
.primary-nav a { position: relative; padding: 2rem 0; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1.45rem; height: 2px; background: var(--mulberry); transition: right .2s ease; }
.primary-nav a:hover::after { right: 0; }
.search-toggle, .menu-toggle { border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.search-toggle { display: flex; align-items: center; gap: .45rem; font-size: .78rem; font-weight: 800; }
.search-toggle svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; width: 44px; height: 44px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s; }
.search-panel { position: absolute; z-index: 10; top: calc(100% + .6rem); right: max(20px, calc((100% - var(--max)) / 2)); width: min(520px, calc(100% - 40px)); padding: .75rem; background: var(--white); border: 1px solid var(--mist); border-radius: .7rem; box-shadow: 0 18px 48px rgba(23,33,43,.18); }
.search-panel > .shell { width: 100%; }
.search-panel label { display: block; margin-bottom: .7rem; font-size: .84rem; font-weight: 800; }
.search-control { display: flex; gap: .7rem; }
.search-control input { flex: 1; min-width: 0; padding: .5rem .75rem; border: 1px solid #cfc6c0; border-radius: .45rem; background: var(--porcelain); }
.search-control button { border: 0; min-height: 38px; padding: 0 1rem; color: white; background: var(--mulberry); border-radius: .45rem; font-weight: 800; cursor: pointer; }
.search-results { margin-top: 1rem; font-size: .88rem; }
.search-result-links { display: flex; flex-wrap: wrap; gap: .6rem; }
.search-result-links a { padding: .55rem .75rem; background: var(--porcelain); border-radius: .4rem; border: 1px solid var(--mist); }

.hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 8rem) 0 clamp(4.5rem, 9vw, 8.5rem); background: radial-gradient(circle at 75% 35%, rgba(233,162,126,.15), transparent 27%), linear-gradient(145deg, #faf7f4 38%, #f4ece9 100%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: -240px; bottom: -240px; border: 1px solid rgba(110,45,82,.16); border-radius: 50%; box-shadow: 0 0 0 60px rgba(110,45,82,.025), 0 0 0 120px rgba(110,45,82,.018); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.1rem; color: var(--mulberry); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #f6d9c8; }
.hero h1, .section h2, .navigator h2, .newsletter h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
.hero h1 { max-width: 680px; font-size: clamp(3.8rem, 7vw, 7rem); }
.hero h1 em { color: var(--mulberry); font-style: italic; }
.hero-lede { max-width: 650px; margin: 1.8rem 0 0; color: #4f575d; font-size: clamp(1rem, 1.45vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.25rem; border-radius: .42rem; font-size: .8rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--mulberry); box-shadow: 0 12px 30px rgba(110,45,82,.22); }
.button-primary:hover { background: var(--mulberry-dark); }
.button-secondary { color: var(--ink); border: 1px solid #bdb4ae; background: rgba(255,255,255,.55); }
.trust-list { display: flex; flex-wrap: wrap; gap: 1.2rem; margin: 2rem 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .69rem; font-weight: 700; }
.trust-list span { color: var(--eucalyptus-dark); }

.hero-visual { position: relative; min-height: 570px; }
.orbit { position: absolute; border: 1px solid rgba(110,45,82,.2); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; top: 50px; left: 80px; }
.orbit-two { width: 540px; height: 540px; top: -10px; left: 20px; }
.visual-card { position: absolute; overflow: hidden; margin: 0; padding: 1rem; box-shadow: var(--shadow); border: 7px solid rgba(255,255,255,.7); border-radius: 1rem; }
.visual-card p { position: absolute; z-index: 2; left: 1rem; bottom: .8rem; margin: 0; color: white; font-family: var(--serif); font-size: 1.25rem; }
.card-index { position: absolute; z-index: 3; right: 1rem; top: .8rem; color: rgba(255,255,255,.75); font: 600 .66rem var(--sans); }
.card-skin { width: 260px; height: 350px; left: 35px; top: 85px; background: linear-gradient(160deg, #bd7d76, #5e3044); transform: rotate(-4deg); }
.card-tool { width: 245px; height: 300px; right: 20px; top: 35px; background: linear-gradient(160deg, #82aa99, #29483d); transform: rotate(4deg); }
.card-ingredient { width: 230px; height: 260px; right: 65px; bottom: 10px; background: linear-gradient(160deg, #dca076, #8c4c44); transform: rotate(2deg); }
.abstract-face { position: absolute; width: 210px; height: 275px; left: 14px; top: 20px; border: 2px solid rgba(255,255,255,.8); border-radius: 48% 48% 42% 45%; transform: rotate(8deg); }
.abstract-face span, .abstract-face i, .abstract-face b { position: absolute; display: block; border-radius: 50%; }
.abstract-face span { width: 90px; height: 120px; left: 55px; top: 35px; border-left: 2px solid white; transform: rotate(-15deg); }
.abstract-face i, .abstract-face b { width: 8px; height: 4px; top: 95px; background: white; }
.abstract-face i { left: 58px; }.abstract-face b { right: 58px; }
.tool-shape { position: absolute; width: 80px; height: 200px; left: 80px; top: 35px; border: 2px solid rgba(255,255,255,.8); border-radius: 44px; transform: rotate(28deg); box-shadow: inset 0 0 0 12px rgba(255,255,255,.08); }
.tool-shape::after { content: ""; position: absolute; width: 16px; height: 80px; left: 30px; bottom: -60px; background: rgba(255,255,255,.75); border-radius: 12px; }
.ingredient-drop { position: absolute; width: 130px; height: 130px; left: 45px; top: 40px; background: rgba(255,255,255,.7); border-radius: 70% 30% 64% 36% / 43% 55% 45% 57%; transform: rotate(35deg); box-shadow: inset 20px 20px 30px rgba(255,255,255,.3), 0 10px 30px rgba(65,31,30,.16); }
.evidence-card { position: absolute; z-index: 5; width: 235px; left: 160px; bottom: 35px; padding: 1.1rem; color: white; background: rgba(23,33,43,.94); border: 1px solid rgba(255,255,255,.12); border-radius: .7rem; box-shadow: var(--shadow); }
.evidence-card span, .evidence-card small { display: block; color: rgba(255,255,255,.6); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.evidence-card strong { display: block; margin: .25rem 0 .7rem; font-family: var(--serif); font-size: 1.08rem; }
.evidence-card div { height: 4px; margin-bottom: .65rem; background: rgba(255,255,255,.14); border-radius: 3px; }
.evidence-card i { display: block; height: 100%; background: var(--apricot); border-radius: inherit; }

.navigator-section { position: relative; z-index: 4; margin-top: -1px; padding: 0 0 3rem; background: var(--ink); }
.navigator { transform: translateY(-2.5rem); display: grid; grid-template-columns: .75fr 1.25fr; gap: 3rem; padding: clamp(2rem, 4vw, 3.5rem); background: white; border-radius: 1rem; box-shadow: 0 28px 80px rgba(10,20,28,.25); }
.navigator h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
.navigator-intro > p:last-child { color: var(--muted); }
.route-form fieldset { margin: 0; padding: 0; border: 0; }
.route-form legend { margin-bottom: 1rem; color: var(--ink); font-size: .88rem; font-weight: 800; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { min-height: 96px; display: flex; flex-direction: column; justify-content: center; padding: 1rem; border: 1px solid var(--mist); border-radius: .55rem; color: var(--ink); background: var(--porcelain); font-weight: 800; transition: .2s ease; }
.choice-grid small { margin-top: .2rem; color: var(--muted); font-size: .68rem; font-weight: 500; }
.choice-grid input:checked + span { color: white; background: var(--mulberry); border-color: var(--mulberry); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(110,45,82,.18); }
.choice-grid input:focus-visible + span { outline: 3px solid var(--apricot); outline-offset: 3px; }
.route-result { margin-top: .8rem; padding: .8rem 1rem; color: var(--muted); background: #f7f3f0; border-radius: .45rem; font-size: .76rem; }
.route-result a { color: var(--mulberry); font-weight: 800; }

.section { padding: clamp(4rem, 8vw, 8rem) 0; }
.section-heading { margin-bottom: 2.4rem; }
.section-heading h2 { max-width: 800px; font-size: clamp(2.6rem, 5vw, 5rem); }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 4rem; }
.split-heading > p { margin: 0 0 .25rem; color: var(--muted); }
.atlas-section { background: var(--ink); }
.atlas-section h2 { color: white; }
.atlas-section .split-heading > p { color: rgba(255,255,255,.6); }
.atlas-paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.path-card { position: relative; min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; overflow: hidden; color: white; border-radius: .7rem; transition: transform .25s ease; }
.path-card:hover { transform: translateY(-7px); }
.path-card::before { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; top: -80px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.02); }
.path-mulberry { background: var(--mulberry); }
.path-eucalyptus { background: var(--eucalyptus-dark); }
.path-ink { background: #293945; }
.path-number { align-self: flex-start; padding: .3rem .55rem; border: 1px solid rgba(255,255,255,.32); border-radius: 1rem; font-size: .65rem; }
.path-card p { margin: 0 0 .5rem; color: rgba(255,255,255,.65); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.path-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 2.8vw, 2.7rem); font-weight: 500; line-height: 1.04; }
.path-arrow { position: absolute; right: 1.5rem; bottom: 1.25rem; font-size: 1.6rem; }

.briefing-section { background: var(--porcelain); }
.briefing-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 2rem; }
.feature-story { overflow: hidden; background: white; border-radius: .85rem; box-shadow: 0 12px 50px rgba(23,33,43,.08); }
.story-art { position: relative; min-height: 380px; overflow: hidden; padding: 1.2rem; background: radial-gradient(circle at 50% 40%, #885478, #2c2934 60%); }
.story-art > span { position: relative; z-index: 2; color: rgba(255,255,255,.75); font-size: .7rem; font-weight: 700; }
.story-art::after { content: ""; position: absolute; inset: 12% 20%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.led-mask { position: absolute; z-index: 1; width: 220px; height: 280px; left: 50%; top: 50%; transform: translate(-50%,-45%); background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(210,196,207,.7)); border-radius: 48% 48% 42% 42%; box-shadow: inset 12px 0 25px rgba(255,255,255,.5), 0 30px 60px rgba(0,0,0,.25); }
.led-mask::before { content: ""; position: absolute; width: 120px; height: 60px; left: 50px; top: 82px; border-top: 12px solid rgba(63,37,58,.7); border-radius: 50%; }
.led-mask i { position: absolute; width: 7px; height: 7px; background: #d44e5e; border-radius: 50%; box-shadow: 0 0 13px #ff5369; }
.led-mask i:nth-child(1){left:50px;top:52px}.led-mask i:nth-child(2){right:50px;top:52px}.led-mask i:nth-child(3){left:38px;top:142px}.led-mask i:nth-child(4){right:38px;top:142px}.led-mask i:nth-child(5){left:72px;bottom:45px}.led-mask i:nth-child(6){right:72px;bottom:45px}
.story-content { padding: 1.7rem; }
.meta-row { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.meta-row span { color: var(--eucalyptus-dark); }
.story-content h3 { margin: .8rem 0; color: var(--ink); font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; line-height: 1.05; }
.story-content p { color: var(--muted); }
.story-content a { color: var(--mulberry); font-size: .78rem; font-weight: 800; }
.story-list { display: grid; gap: 1rem; }
.story-list article { display: flex; flex-direction: column; padding: 1.4rem; background: white; border: 1px solid var(--mist); border-radius: .7rem; }
.story-kicker { color: var(--mulberry); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-list h3 { margin: .55rem 0; color: var(--ink); font-family: var(--serif); font-size: 1.65rem; line-height: 1.08; }
.story-list p { margin: 0 0 1rem; color: var(--muted); font-size: .82rem; }
.story-list article div { margin-top: auto; color: var(--muted); font-size: .65rem; font-weight: 700; }
.evidence-dot { width: 7px; height: 7px; display: inline-block; margin-right: .4rem; border-radius: 50%; }
.evidence-dot.strong { background: var(--eucalyptus); }.evidence-dot.practical { background: var(--apricot); }.evidence-dot.reviewed { background: var(--mulberry); }

.ingredient-section { color: white; background: linear-gradient(130deg, var(--mulberry-dark), var(--mulberry) 65%, #854368); }
.ingredient-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.ingredient-intro h2 { color: white; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.ingredient-intro > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.button-light { margin-top: 1rem; color: var(--ink); background: white; }
.ingredient-index { border-top: 1px solid rgba(255,255,255,.22); }
.ingredient-index a { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.22); transition: padding .2s ease; }
.ingredient-index a:hover { padding-inline: .5rem; }
.ingredient-index > a > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font: 600 1rem var(--serif); }
.ingredient-index strong, .ingredient-index small { display: block; }
.ingredient-index strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.ingredient-index small { color: rgba(255,255,255,.62); font-size: .69rem; }
.ingredient-index i { font-style: normal; font-size: .64rem; color: #f8d9c9; text-transform: uppercase; letter-spacing: .1em; }

.standards-section { background: #f2ece8; }
.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.standards-grid article { min-height: 245px; padding: 1.3rem; background: rgba(255,255,255,.65); border: 1px solid white; border-radius: .65rem; }
.standards-grid span { color: var(--mulberry); font-size: .65rem; font-weight: 800; }
.standards-grid h3 { margin: 2.5rem 0 .6rem; color: var(--ink); font-family: var(--serif); font-size: 1.55rem; line-height: 1.08; }
.standards-grid p { color: var(--muted); font-size: .78rem; }

.newsletter-section { padding: 4rem 0; color: white; background: var(--ink); }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; }
.newsletter h2 { color: white; font-size: clamp(2.3rem, 4vw, 4rem); }
.newsletter form label { display: block; margin-bottom: .5rem; font-size: .7rem; font-weight: 800; }
.newsletter form > div { display: flex; }
.newsletter input { flex: 1; min-width: 0; padding: 1rem; border: 1px solid rgba(255,255,255,.25); border-radius: .4rem 0 0 .4rem; color: white; background: rgba(255,255,255,.08); }
.newsletter button { border: 0; padding: 0 1.2rem; border-radius: 0 .4rem .4rem 0; color: var(--ink); background: var(--apricot); font-size: .75rem; font-weight: 800; cursor: pointer; }
.newsletter form p { margin: .6rem 0 0; color: rgba(255,255,255,.55); font-size: .62rem; }

.site-footer { padding: 4rem 0 1.5rem; color: rgba(255,255,255,.68); background: #111920; }
.brand-footer { color: white; }
.brand-footer .brand-mark, .brand-footer em { color: #f6d9c8; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 3rem; }
.footer-grid > div:first-child p { max-width: 360px; font-size: .78rem; }
.footer-grid h2 { margin: 0 0 1rem; color: white; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(:first-child) a { display: block; padding: .3rem 0; font-size: .72rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .6rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1040px) {
  .primary-nav { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .header-main { grid-template-columns: auto 1fr auto auto; gap: 1rem; }
  .primary-nav.is-open { position: fixed; inset: 122px 0 0; z-index: 30; display: flex; flex-direction: column; align-items: flex-start; padding: 2rem; background: var(--porcelain); overflow: auto; }
  .primary-nav.is-open a { width: 100%; padding: 1rem; border-bottom: 1px solid var(--mist); font: 500 1.8rem var(--serif); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 650px; width: 100%; margin-inline: auto; }
  .standards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .utility-inner nav { display: none; }
  .header-main { min-height: 76px; }
  .primary-nav.is-open { inset: 110px 0 0; }
  .hero { padding-top: 4rem; }
  .navigator { grid-template-columns: 1fr; }
  .split-heading, .briefing-grid, .ingredient-layout, .newsletter { grid-template-columns: 1fr; gap: 2rem; }
  .atlas-paths { grid-template-columns: 1fr; }
  .path-card { min-height: 250px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 26px), var(--max)); }
  .utility-inner { justify-content: center; }
  .brand-mark { width: 36px; flex-basis: 36px; }
  .brand strong { font-size: .78rem; }
  .brand em { font-size: 1.25rem; }
  .search-toggle { width: 44px; height: 44px; justify-content: center; }
  .search-toggle span:last-child { display: none; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 4.6rem); }
  .hero-visual { min-height: 480px; transform: scale(.84); transform-origin: top center; margin-bottom: -80px; }
  .card-skin { left: 0; }
  .card-tool { right: -15px; }
  .card-ingredient { right: 25px; }
  .evidence-card { left: 80px; }
  .navigator { padding: 1.3rem; }
  .choice-grid { grid-template-columns: 1fr; }
  .search-control, .newsletter form > div { flex-direction: column; }
  .search-control button, .newsletter button { min-height: 48px; border-radius: .4rem; }
  .newsletter input { border-radius: .4rem; }
  .standards-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .search-panel { top: calc(100% + .35rem); right: 13px; width: calc(100% - 26px); padding: .55rem; }
  .search-panel .search-control { flex-direction: row; gap: .45rem; }
  .search-panel .search-control button { min-height: 38px; padding-inline: .8rem; }
}

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

/* WordPress editorial templates */
.archive-main, .article-main { padding: clamp(4rem, 8vw, 8rem) 0; }
.archive-header { max-width: 880px; margin-bottom: 1.5rem; }
.archive-header h1, .article-header h1 { margin: 0; color: var(--ink); font-family: var(--serif); font-weight: 500; line-height: .98; }
.archive-header h1 { font-size: clamp(1.65rem, 3.5vw, 3.5rem); }
.archive-description { max-width: 700px; color: var(--muted); font-size: 1.05rem; }
.content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.content-card { overflow: hidden; background: var(--white); border: 1px solid var(--mist); border-radius: .8rem; box-shadow: 0 12px 42px rgba(23,33,43,.06); }
.content-card-image { height: 110px; display: block; overflow: hidden; background: linear-gradient(145deg, var(--soft-pink), #dce7e1); }
.content-card-image img { width: 100%; height: 110px; object-fit: cover; transition: transform .35s ease; }
.content-card:hover .content-card-image img { transform: scale(1.025); }
.card-placeholder { height: 110px; display: grid; place-items: center; color: var(--mulberry); font-family: var(--serif); font-size: 2rem; }
.content-card-body { padding: .75rem; }
.content-card h3 { margin: .3rem 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.15rem, 1.5vw, 1.2rem); line-height: 1.12; }
.content-card p { color: var(--muted); font-size: .75rem; }
.card-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; color: var(--muted); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.navigation.pagination { margin-top: 2.5rem; }
.nav-links { display: flex; gap: .5rem; }
.page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: .4rem .7rem; border: 1px solid var(--mist); border-radius: .35rem; }
.page-numbers.current { color: white; background: var(--mulberry); border-color: var(--mulberry); }
.article-shell { max-width: 1180px; }
.article-header { max-width: 900px; margin-bottom: 1.25rem; }
.article-header h1 { font-size: clamp(1.65rem, 3.5vw, 3.5rem); }
.article-deck { max-width: 780px; margin: 1.5rem 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.article-byline { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; color: var(--muted); font-size: .72rem; font-weight: 700; }
.reviewer-line { margin-top: 1rem; padding: .75rem 1rem; display: inline-block; color: var(--eucalyptus-dark); background: #e9f1ed; border-radius: .4rem; font-size: .78rem; font-weight: 700; }
.reviewer-line a { text-decoration: underline; }
.article-hero-image { margin: 0 0 3rem; overflow: hidden; border-radius: .8rem; }
.article-hero-image img { width: 100%; height: auto; }
.article-layout { display: grid; grid-template-columns: 280px minmax(0, 720px); justify-content: space-between; gap: clamp(2rem, 6vw, 6rem); }
.article-aside { align-self: start; position: sticky; top: 2rem; }
.article-aside > div { margin-bottom: 1rem; padding: 1.2rem; border-radius: .5rem; }
.key-takeaway { background: var(--soft-pink); }
.medical-note { color: white; background: var(--ink); }
.article-aside h2 { margin: 0 0 .6rem; font-family: var(--serif); font-size: 1.5rem; }
.article-aside p { margin: 0; font-size: .78rem; }
.article-content { min-width: 0; font-size: 1.02rem; }
.article-content > p:first-child { font-size: 1.18rem; }
.article-content h2 { margin: 2.5rem 0 .8rem; color: var(--ink); font-family: var(--serif); font-size: 2.25rem; line-height: 1.08; }
.article-content h3 { color: var(--ink); font-family: var(--serif); font-size: 1.65rem; }
.article-content a { color: var(--mulberry); text-decoration: underline; text-underline-offset: .18em; }
.article-content blockquote { margin: 2rem 0; padding: 1rem 1.5rem; border-left: 4px solid var(--apricot); background: #f4ece8; }
.article-content figure { margin: 2rem 0; }
.article-content figure img { display: block; width: 100%; height: auto; border-radius: 18px; }
.article-content figcaption { margin-top: .65rem; color: var(--muted); font-size: .9rem; }
.article-content code { overflow-wrap: anywhere; }
.fixture-toc { margin: 0 0 2rem; padding: 1.25rem 1.5rem; border: 1px solid var(--line); border-radius: 18px; background: #fbf8f6; }
.fixture-toc h2 { margin-top: 0; font-size: 1.35rem; }
.fixture-table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.fixture-table-scroll:focus-visible { outline: 3px solid var(--mulberry); outline-offset: 4px; }
.article-content table { width: 100%; border-collapse: collapse; background: #fff; }
.article-content caption { padding: .85rem; color: var(--ink); font-weight: 700; text-align: left; }
.article-content th, .article-content td { min-width: 9rem; padding: .85rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-content th { background: #f7f1f4; }
.fixture-callout { margin: 2rem 0; padding: 1.25rem 1.5rem; border-radius: 16px; }
.fixture-callout h3 { margin-top: 0; }
.fixture-callout-safety { border-left: 5px solid #a07216; background: #fff4d7; }
.fixture-callout-disclosure { border-left: 5px solid var(--mulberry); background: #f7eef3; }
.fixture-footnotes li:target { outline: 3px solid var(--apricot); outline-offset: 4px; }
.fixture-change-log { margin-top: 1rem; }
@media print {
  .fixture-toc { break-inside: avoid; }
  .fixture-table-scroll { overflow: visible; border: 0; }
  .article-content a { color: #000; }
  .article-content a[href^="http"]::after { content: " (" attr(href) ")"; overflow-wrap: anywhere; }
  .fixture-callout, .article-content figure, .article-content table { break-inside: avoid; }
}
.evidence-section, .safety-section, .sources-section, .disclosure-section { margin-top: 2.5rem; padding: 1.5rem; border-radius: .55rem; }
.evidence-section { background: #e9f1ed; }
.safety-section { background: #fff0e8; border: 1px solid #f0c2aa; }
.sources-section { background: #f2f0ee; }
.disclosure-section { background: #eee8f0; }
.sources-section ol { padding-left: 1.2rem; overflow-wrap: anywhere; }
.search-form { display: flex; gap: .7rem; }
.search-form label { flex: 1; }
.search-field { width: 100%; padding: .9rem 1rem; border: 1px solid #cfc6c0; border-radius: .45rem; background: var(--porcelain); }
.search-submit { border: 0; padding: .9rem 1.2rem; color: white; background: var(--mulberry); border-radius: .45rem; font-weight: 800; cursor: pointer; }
.wp-caption, .wp-caption img { max-width: 100%; }
.alignwide { width: min(100vw - 40px, 1080px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 800px) {
  .content-grid, .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
}

@media print {
  .site-header, .site-footer, .newsletter-section { display: none !important; }
  body { color: #000; background: #fff; }
  a { text-decoration: underline; }
}

/* Editorial team profile */
.expert-main { padding: clamp(4rem, 8vw, 8rem) 0; }
.expert-profile { max-width: 1100px; }
.expert-hero { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); padding-bottom: 3rem; border-bottom: 1px solid var(--mist); }
.expert-monogram { width: 190px; height: 190px; display: grid; place-items: center; color: white; background: radial-gradient(circle at 35% 30%, var(--apricot), var(--mulberry) 45%, var(--ink)); border: 8px solid white; border-radius: 50%; box-shadow: var(--shadow); font-family: var(--serif); font-size: 3.8rem; letter-spacing: -.08em; }
.expert-hero h1 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(3.8rem, 8vw, 7.5rem); font-weight: 500; line-height: .92; }
.expert-role { margin: 1rem 0 .2rem; color: var(--mulberry); font-size: 1.15rem; font-weight: 800; }
.expert-specialty { max-width: 680px; margin: 0; color: var(--muted); }
.expert-layout { display: grid; grid-template-columns: minmax(0, 700px) 280px; justify-content: space-between; gap: 4rem; padding-top: 3rem; }
.expert-disclosure { align-self: start; padding: 1.3rem; background: var(--soft-pink); border-radius: .55rem; }
.expert-disclosure h2 { margin: 0 0 .6rem; color: var(--ink); font-family: var(--serif); font-size: 1.6rem; }
.expert-disclosure p { font-size: .78rem; }

@media (max-width: 720px) {
  .expert-hero, .expert-layout { grid-template-columns: 1fr; }
  .expert-monogram { width: 132px; height: 132px; font-size: 2.7rem; }
}
