:root {
  --navy: #07324b;
  --navy-2: #0a425f;
  --teal: #087f83;
  --teal-2: #0e9b96;
  --coral: #c84f31;
  --coral-dark: #b8452b;
  --gold: #e8b34b;
  --ink: #133043;
  --muted: #5b6a72;
  --ivory: #fbf7f1;
  --sand: #f4ece3;
  --sage: #e4f0ec;
  --sky: #e8f3f4;
  --line: #dbe3e3;
  --white: #fff;
  --shadow: 0 18px 55px rgba(6, 50, 75, .1);
  --shadow-soft: 0 12px 34px rgba(6, 50, 75, .075);
  --shadow-panel: 0 24px 68px rgba(6, 50, 75, .13);
  --radius-card: 22px;
  --radius-panel: 30px;
  --shell-max: 1760px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 18px/1.68 var(--sans); -webkit-font-smoothing: antialiased; }
body, button, input, select { font-family: var(--sans); }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .16em; }
button, input, select { font-size: 1rem; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { margin: 0 0 .65em; color: var(--navy); font-family: var(--serif); line-height: 1.06; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 5.2vw, 6.4rem); }
h2 { font-size: clamp(2.25rem, 3.4vw, 4.25rem); }
h3 { font-size: 1.38rem; line-height: 1.2; }
p { margin: 0 0 1.2em; }
ul, ol { padding-left: 1.25rem; }
.shell { width: min(var(--shell-max), calc(100% - 64px)); margin-inline: auto; }
.narrow-shell { width: min(1280px, calc(100% - 64px)); }
.section-pad { padding: clamp(84px, 6.5vw, 124px) 0; }
.centered { text-align: center; }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: .77rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-heading { max-width: 880px; }
.section-heading.centered { margin: 0 auto 52px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.16rem; }
.section-heading.light h2, .section-heading.light p { color: var(--white); }
.heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 42px; }
.heading-row .section-heading { margin: 0; }
.text-link { display: inline-flex; align-items: center; min-height: 38px; padding: 8px 13px; border: 1px solid rgba(8,127,131,.18); border-radius: 999px; color: var(--teal); font-size: .82rem; font-weight: 800; text-decoration: none; white-space: nowrap; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.text-link:hover { border-color: rgba(8,127,131,.38); background: rgba(8,127,131,.055); transform: translateY(-1px); }
.light-link { color: #bcebe7; }
.light-link, .light-link:hover { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.055); }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-140%); padding: 12px 18px; border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.preprod-banner { padding: 8px 16px; background: #fff2ca; color: #5c4700; font-size: .82rem; font-weight: 750; text-align: center; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(7, 50, 75, .08); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.header-inner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; gap: 30px; min-height: 92px; }
.brand { display: inline-flex; align-items: baseline; color: var(--navy); font: 700 2.05rem/1 var(--serif); text-decoration: none; letter-spacing: -.04em; }
.brand b { color: var(--coral); font: 800 .98rem/1 var(--sans); letter-spacing: -.02em; }
.main-nav { display: flex; justify-content: center; gap: clamp(12px, 1.65vw, 28px); }
.main-nav a { position: relative; padding: 34px 0 30px; color: #263e4d; font-size: .9rem; font-weight: 720; text-decoration: none; }
.main-nav a::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; background: var(--coral); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a[aria-current]::after { transform: scaleX(1); }
.main-nav a[aria-current] { color: var(--teal); }
.header-cta { padding: 12px 18px; border-radius: 999px; background: var(--navy); color: var(--white); font-size: .8rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.search-toggle, .menu-toggle { width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: var(--navy); cursor: pointer; font-size: 1.45rem; }
.menu-toggle { display: none; width: auto; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; font-size: .85rem; font-weight: 800; }
.header-search { padding-top: 4px; padding-bottom: 22px; }
.header-search label { display: block; margin-bottom: 7px; font-size: .8rem; font-weight: 750; }
.header-search div, .big-search div { display: flex; gap: 10px; }
.header-search input, .big-search input { min-width: 0; flex: 1; padding: 14px 16px; border: 1px solid #bac9cd; border-radius: 12px; color: var(--ink); background: var(--white); }
.header-search button { padding: 0 20px; border: 0; border-radius: 12px; background: var(--teal); color: var(--white); font-weight: 800; cursor: pointer; }
.search-privacy { margin: 10px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.5; }

.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 13px 22px; border: 2px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 8px 20px rgba(6,50,75,.08); transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.button:hover { box-shadow: 0 12px 25px rgba(6,50,75,.14); transform: translateY(-2px); }
.button span { font-size: 1.2em; }
.button-primary { background: var(--navy); color: var(--white); }
.button-primary:hover { background: var(--navy-2); }
.button-secondary { border-color: var(--coral); background: var(--white); color: var(--coral-dark); }
.button-coral { background: var(--coral); color: var(--white); }

.hero { position: relative; overflow: hidden; min-height: 875px; padding: 76px 0 170px; background: linear-gradient(110deg, #fff 0%, #fff 40%, #f8f2eb 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(570px, .82fr) minmax(650px, 1.18fr); align-items: center; gap: 62px; }
.hero-copy { position: relative; z-index: 3; max-width: 770px; padding-left: clamp(0px, 2vw, 34px); }
.hero h1 { font-size: clamp(3.8rem, 5.2vw, 6.3rem); }
.hero h1 em, .truth-intro h2 em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 670px; color: #50616b; font-size: 1.22rem; line-height: 1.65; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.hero-proof p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.45; }
.hero-proof strong { color: var(--navy); }
.proof-mark { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: var(--sage); color: var(--teal); font-weight: 900; }
.hero-photo { position: relative; z-index: 1; width: calc(100% + clamp(70px, 10vw, 210px)); height: 720px; margin: 0 calc(-1 * clamp(70px, 10vw, 210px)) 0 0; overflow: visible; border-radius: 48% 0 0 48% / 52% 0 0 48%; background: var(--sand); }
.hero-photo::after { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(90deg, rgba(255,255,255,.38), transparent 32%); content: ""; pointer-events: none; }
.hero-photo img { display: block; width: 100%; height: 100%; border-radius: inherit; object-fit: cover; object-position: center; box-shadow: 0 32px 90px rgba(6, 50, 75, .15); }
.hero-photo figcaption { position: absolute; z-index: 3; top: 72px; left: -34px; display: grid; width: 218px; min-height: 218px; padding: 34px 28px; place-items: center; border: 8px solid rgba(255,255,255,.96); border-radius: 50%; background: var(--navy); color: var(--white); box-shadow: 0 18px 45px rgba(6,50,75,.22); font: 700 1.22rem/1.28 var(--serif); text-align: center; }
.photo-accent { position: absolute; z-index: 2; right: -35px; bottom: -30px; width: 330px; height: 150px; border-radius: 80% 0 0; background: var(--coral); transform: rotate(-9deg); }
.hero-wave { position: absolute; right: -5%; bottom: -92px; left: -5%; z-index: 2; height: 190px; border-radius: 50% 50% 0 0 / 35% 35% 0 0; background: var(--white); transform: rotate(-1.2deg); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 690px; margin-top: 34px; overflow: hidden; border: 1px solid #e5ded6; border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-soft); }
.hero-facts span { display: flex; min-height: 94px; padding: 18px 20px; flex-direction: column; justify-content: center; }
.hero-facts span + span { border-left: 1px solid var(--line); }
.hero-facts strong { color: var(--navy); font: 750 1.65rem/1 var(--serif); }
.hero-facts small { margin-top: 7px; color: var(--muted); font-size: .72rem; font-weight: 720; }

.quick-start { position: relative; z-index: 5; margin-top: -118px; }
.quick-start-card { padding: 30px 40px 34px; border: 1px solid #e7ded5; border-radius: 24px; background: rgba(255,255,255,.985); box-shadow: var(--shadow-panel); }
.quick-start-heading { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; margin-bottom: 25px; text-align: center; }
.quick-start-heading .eyebrow { margin: 0; }
.quick-start-heading h2 { margin: 0; font-size: 1.95rem; }
.quick-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; }
.quick-steps li { position: relative; display: flex; align-items: center; gap: 14px; padding: 0 25px; }
.quick-steps li:not(:last-child)::after { position: absolute; top: 22px; right: -6px; color: var(--teal); content: "→"; font-size: 1.25rem; }
.quick-steps span { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 50%; background: var(--sky); color: var(--teal); font-size: .72rem; font-weight: 900; }
.quick-steps strong, .quick-steps small { display: block; }
.quick-steps strong { color: var(--navy); font-size: .9rem; }
.quick-steps small { margin-top: 3px; color: var(--muted); font-size: .7rem; line-height: 1.35; }

.home-manifesto { position: relative; padding: 68px 0 0; background: var(--white); }
.manifesto-panel { position: relative; display: grid; grid-template-columns: minmax(0,.9fr) minmax(580px,1.1fr); gap: 72px; padding: clamp(52px,5.5vw,84px); overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-panel); background: linear-gradient(135deg, #052f47 0%, #075a6f 68%, #087f83 100%); box-shadow: var(--shadow-panel); }
.manifesto-panel::before { position: absolute; top: -230px; left: 37%; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.manifesto-copy, .manifesto-principles { position: relative; z-index: 2; }
.manifesto-copy .eyebrow { color: #8fe0d9; }
.manifesto-copy h2 { color: var(--white); }
.manifesto-copy h2 em { color: #ff9a79; font-style: normal; }
.manifesto-copy > p:not(.eyebrow) { max-width: 680px; color: #c8e2e7; font-size: 1.1rem; }
.manifesto-principles { display: grid; gap: 11px; }
.manifesto-principles article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 21px 23px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.075); }
.manifesto-principles article > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: rgba(255,255,255,.12); color: #f4c66d; font-size: .72rem; font-weight: 900; }
.manifesto-principles h3 { margin: 0 0 7px; color: var(--white); font-size: 1.28rem; }
.manifesto-principles p { margin: 0; color: #cbe2e7; font-size: .84rem; line-height: 1.55; }

.start-section { padding-top: 105px; background: linear-gradient(180deg, #fff 0%, #fff 70%, #fcf8f3 100%); }
.start-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.start-card { position: relative; display: grid; grid-template-columns: 66px 1fr; column-gap: 22px; min-height: 218px; padding: 32px 34px; overflow: hidden; border: 1px solid #e7ded5; border-radius: var(--radius-card); background: var(--white); box-shadow: var(--shadow-soft); text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.start-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.start-card:nth-child(1) { background: linear-gradient(135deg, #fff 65%, #f1f8f6); }
.start-card:nth-child(2) { background: linear-gradient(135deg, #fff 65%, #fff5f1); }
.start-card:nth-child(3) { background: linear-gradient(135deg, #fff 65%, #fff9e9); }
.start-card:nth-child(4) { background: linear-gradient(135deg, #fff 65%, #f3f7fa); }
.start-card > span { grid-row: 1 / 5; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; background: var(--sage); color: var(--teal); font: 800 1rem/1 var(--sans); }
.start-card:nth-child(2) > span { background: #fde4dc; color: var(--coral-dark); }
.start-card:nth-child(3) > span { background: #fff1c9; color: #9a6b08; }
.start-card:nth-child(4) > span { background: #ddecf5; color: var(--navy); }
.start-card h3, .start-card p, .start-card b { grid-column: 2; }
.start-card h3 { margin-bottom: .5em; font-size: 1.48rem; }
.start-card p { margin-bottom: .65em; color: var(--muted); font-size: .9rem; }
.start-card b { align-self: end; color: var(--teal); font-size: .82rem; }

.tools-band { background: var(--ivory); }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tool-card { position: relative; min-height: 245px; padding: 30px 32px; border: 1px solid #e2ddd7; border-radius: var(--radius-card); background: var(--white); box-shadow: 0 10px 28px rgba(8,44,64,.045); text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.tool-card:hover { border-color: rgba(8,127,131,.34); transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.tool-icon { display: grid; width: 48px; height: 48px; margin-bottom: 24px; place-items: center; border-radius: 15px; background: var(--sky); color: var(--teal); font-size: .78rem; font-weight: 900; }
.tool-card:nth-child(3n+2) .tool-icon { background: #fff0eb; color: var(--coral-dark); }
.tool-card:nth-child(3n) .tool-icon { background: #fff5dc; color: #8b6209; }
.tool-card p { color: var(--muted); font-size: .9rem; }
.tool-card b { color: var(--teal); font-size: .82rem; }
.privacy-note { display: flex; width: fit-content; justify-content: center; gap: 10px; margin: 30px auto 0; padding: 10px 16px; border: 1px solid #e4ddd5; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--muted); font-size: .8rem; }

.habits-feature { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(620px, .98fr); width: min(1900px, 100%); min-height: 760px; margin: 0 auto; overflow: hidden; background: var(--white); }
.habits-photo { min-height: 760px; overflow: hidden; border-radius: 0 48% 48% 0 / 0 16% 16% 0; }
.habits-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.habits-content { align-self: center; max-width: 760px; padding: 95px clamp(45px, 6vw, 110px); }
.habits-content h2 em { color: var(--teal); font-style: normal; }
.habits-content > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.12rem; }
.habit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 35px 0; }
.habit-list a { display: grid; grid-template-columns: 42px 1fr; gap: 2px 13px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: var(--ivory); text-decoration: none; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.habit-list a:hover { border-color: rgba(8,127,131,.28); background: var(--white); box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.habit-list span { grid-row: 1 / 3; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--sage); color: var(--teal); font-size: .68rem; font-weight: 900; }
.habit-list strong { color: var(--navy); font-size: .85rem; }
.habit-list small { color: var(--muted); font-size: .7rem; }

.truth-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 96px; align-items: center; }
.truth-intro p:not(.eyebrow) { max-width: 540px; color: var(--muted); font-size: 1.05rem; }
.truth-list { display: grid; gap: 0; padding: 14px 30px; border: 1px solid #ebe2d9; border-radius: var(--radius-panel); background: var(--ivory); box-shadow: var(--shadow-soft); }
.truth-list article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.truth-list article:last-child { border-bottom: 0; }
.truth-list article > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--sage); color: var(--teal); font-size: .75rem; font-weight: 850; }
.truth-list h3 { margin-bottom: 8px; }
.truth-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.care-path { position: relative; overflow: hidden; padding: 115px 0; background: linear-gradient(135deg, #06324b 0%, #075672 58%, #087f83 100%); }
.care-path::before, .observatory::before { position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; content: ""; }
.care-path::before { top: -280px; right: -140px; }
.care-path-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(480px, .82fr); align-items: center; gap: 80px; }
.care-copy { position: relative; z-index: 2; }
.path-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 48px 0 42px; padding: 0; list-style: none; counter-reset: none; }
.path-steps li { position: relative; padding: 0 18px; color: var(--white); text-align: left; }
.path-steps li:not(:last-child)::after { position: absolute; top: 28px; right: -11px; width: 24px; color: #77c8c5; content: "→"; font-size: 1.3rem; }
.path-steps span { display: grid; width: 56px; height: 56px; margin: 0 0 20px; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: rgba(255, 255, 255, .1); color: #f3c56e; font-weight: 850; }
.path-steps h3 { color: var(--white); font-size: 1.08rem; }
.path-steps p { color: #cbe2e7; font-size: .82rem; }
.care-photo { position: relative; min-height: 620px; margin: 0 -95px 0 0; overflow: hidden; border-radius: 48% 0 0 48% / 18% 0 0 18%; box-shadow: 0 28px 75px rgba(0,0,0,.22); }
.care-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.care-photo figcaption { position: absolute; right: 7%; bottom: 7%; width: 210px; padding: 34px 25px; border: 7px solid rgba(255,255,255,.9); border-radius: 50%; background: var(--coral); color: var(--white); box-shadow: 0 16px 38px rgba(0,0,0,.18); font: 700 1.18rem/1.3 var(--serif); text-align: center; }

.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.treatment-card { min-height: 380px; padding: 42px; border-radius: 26px; color: var(--white); box-shadow: var(--shadow-soft); transition: box-shadow .2s ease, transform .2s ease; }
.treatment-card:hover { box-shadow: var(--shadow-panel); transform: translateY(-4px); }
.treatment-card > span { display: inline-flex; margin-bottom: 70px; opacity: .75; font-weight: 850; }
.treatment-card h3 { color: var(--white); font-size: 2rem; }
.treatment-card p { min-height: 86px; color: rgba(255, 255, 255, .84); font-size: .92rem; }
.treatment-card a { font-size: .85rem; font-weight: 800; }
.treatment-card.teal { background: var(--teal); }
.treatment-card.navy { background: var(--navy); }
.treatment-card.coral { background: var(--coral); }

.situations { background: var(--ivory); }
.situations-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.situation-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.situation-links a { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 15px; min-height: 86px; padding: 18px 20px; border: 1px solid #e4ddd5; border-radius: 18px; background: var(--white); font-weight: 750; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.situation-links a:hover { border-color: rgba(8,127,131,.28); box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.situation-links span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: var(--sky); color: var(--teal); font-size: .78rem; font-weight: 900; }
.situation-links b { color: var(--coral); }

.observatory { position: relative; overflow: hidden; background: var(--navy); }
.observatory::before { right: -150px; bottom: -260px; }
.stat-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat-grid article { display: flex; min-height: 250px; padding: 28px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50% 50% 46% 54% / 47% 52% 48% 53%; flex-direction: column; align-items: center; justify-content: center; color: var(--white); text-align: center; }
.stat-grid strong { margin-bottom: 12px; color: #f2c46c; font: 700 2.6rem/1 var(--serif); }
.stat-grid span { font-size: .88rem; font-weight: 750; }
.stat-grid small { margin-top: 13px; color: #a9c7d0; font-size: .68rem; }

.update-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.update-grid a { min-height: 235px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); text-decoration: none; }
.update-grid span { color: var(--coral-dark); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.update-grid h3 { margin-top: 25px; }
.update-grid p { margin-top: 40px; color: var(--muted); font-size: .75rem; }

.trust-strip { background: linear-gradient(180deg, #fff 0%, var(--ivory) 100%); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.trust-grid article { text-align: center; }
.trust-grid article > span { display: grid; width: 52px; height: 52px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: var(--sage); color: var(--teal); font-weight: 900; }
.trust-grid p { color: var(--muted); font-size: .88rem; }
.method-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 58px; padding: 28px 34px; border-radius: 24px; background: var(--navy); color: var(--white); }
.method-cta p { margin: 4px 0 0; color: #c8e0e7; font-size: .85rem; }

.site-footer { padding: 70px 0 25px; background: #052b40; color: #d6e5e9; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; }
.brand-light span { color: var(--white); }
.footer-grid > div:first-child p { max-width: 360px; margin-top: 25px; color: #aac6cf; font-size: .88rem; }
.footer-grid h2 { color: var(--white); font: 800 .78rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { font-size: .83rem; text-decoration: none; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); color: #8fb1bc; font-size: .72rem; }
.footer-bottom a { color: var(--white); font-weight: 800; text-decoration: none; }
.footer-network, .footer-audit { display: inline-flex; align-items: center; gap: 6px; }

.article-hero, .simple-hero { padding: 86px 0 78px; background: linear-gradient(90deg, rgba(251,247,241,.99) 0%, rgba(251,247,241,.95) 48%, rgba(237,246,243,.62) 72%, rgba(237,246,243,.2) 100%), url('/assets/images/parcours-surpoids.webp') center 42% / cover no-repeat; }
.article-hero { min-height: 470px; display: flex; align-items: center; }
.article-hero--alimentation, .article-hero--activite-physique, .article-hero--comportements-sommeil { background-image: linear-gradient(90deg, rgba(251,247,241,.99) 0%, rgba(251,247,241,.95) 48%, rgba(237,246,243,.58) 72%, rgba(237,246,243,.16) 100%), url('/assets/images/habitudes-surpoids.webp'); }
.article-hero--comprendre, .article-hero--evaluer, .article-hero--situations-de-vie, .article-hero--enfants-adolescents { background-image: linear-gradient(90deg, rgba(251,247,241,.99) 0%, rgba(251,247,241,.95) 48%, rgba(237,246,243,.58) 72%, rgba(237,246,243,.16) 100%), url('/assets/images/hero-surpoids.webp'); }
.article-hero h1, .simple-hero h1 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
.article-deck { color: #445d68; font-size: 1.12rem; line-height: 1.72; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; color: #5f7078; font-size: .78rem; }
.breadcrumbs a { color: var(--teal); }
.byline { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 28px; color: #5b6b72; font-size: .76rem; }
.byline a { color: var(--teal); font-weight: 800; }
.review-pending, .warning-box { margin-top: 28px; padding: 18px 20px; border-left: 4px solid #d99b17; border-radius: 10px; background: #fff4cf; color: #604b11; font-size: .86rem; }
.editorial-status { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 980px; margin: 22px 0 0; padding: 0; overflow: hidden; border: 1px solid rgba(7,50,75,.13); border-radius: 14px; background: rgba(255,255,255,.88); }
.editorial-status div { padding: 13px 16px; }
.editorial-status div + div { border-left: 1px solid var(--line); }
.editorial-status dt { color: var(--navy); font-size: .67rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.editorial-status dd { margin: 3px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.article-layout { display: grid; grid-template-columns: 280px minmax(0, 920px); gap: 84px; justify-content: center; padding-top: 78px; padding-bottom: 130px; }
.article-sidebar { align-self: start; position: sticky; top: 120px; }
.toc { display: flex; padding: 20px; border: 1px solid var(--line); border-radius: 16px; flex-direction: column; gap: 8px; background: var(--white); font-size: .78rem; }
.toc strong { margin-bottom: 8px; color: var(--navy); }
.toc a { color: #53666f; text-decoration: none; }
.toc a:hover { color: var(--teal); }
.print-button { width: 100%; margin-top: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--ivory); color: var(--navy); font-size: .78rem; font-weight: 800; cursor: pointer; }
.article-content { min-width: 0; overflow-wrap: anywhere; }
.essential-answer { margin-bottom: 34px; padding: 28px; border-left: 5px solid var(--coral); border-radius: 18px; background: var(--ivory); }
.essential-answer span { display: block; margin-bottom: 12px; color: var(--coral-dark); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.essential-answer p { margin: 0; color: var(--ink); font-size: 1.03rem; }
.takeaways { margin-bottom: 42px; padding: 30px 32px; border-radius: 22px; background: var(--sage); }
.takeaways h2 { font-size: 1.65rem; }
.takeaways ul { margin: 0; }
.takeaways li { margin: 10px 0; padding-left: 6px; }
.article-takeaways { border: 1px solid rgba(13, 121, 103, .16); }
.article-visual { margin: 0 0 48px; }
.article-visual img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 24px; background: var(--ivory); box-shadow: 0 18px 45px rgba(6, 50, 75, .08); }
.article-visual figcaption { margin-top: 10px; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.content-section { padding: 12px 0 30px; }
.content-section h2 { font-size: clamp(1.75rem, 3vw, 2.45rem); }
.content-section p, .content-section li { color: #314b59; }
.content-section li { margin: 9px 0; }
.claim-citations { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 18px; color: var(--muted) !important; font-size: .72rem; }
.claim-citations span { margin-right: 2px; font-weight: 750; }
.claim-citations a { display: inline-flex; min-width: 31px; min-height: 31px; align-items: center; justify-content: center; border: 1px solid rgba(8,127,131,.25); border-radius: 999px; color: var(--teal); font-weight: 850; text-decoration: none; }
.claim-citations a:hover { background: var(--sage); }
.urgent-note { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--coral); border-radius: 10px; background: #fff2ed; }
.urgent-note strong { color: #8d351d; }
.urgent-note p { margin: 6px 0 0; color: #60382c; }
.questions-box { margin: 20px 0 52px; padding: 32px; border: 1px solid #d7e2e2; border-radius: 22px; }
.questions-box h2 { font-size: 1.8rem; }
.sources-block { padding-top: 42px; border-top: 1px solid var(--line); }
.sources-block h2 { font-size: 1.8rem; }
.sources-block li { margin: 14px 0; color: #52656e; font-size: .82rem; }
.sources-block a { color: var(--teal); font-weight: 700; }
.sources-block li[id] { scroll-margin-top: 120px; }
.source-scope { display: block; margin-top: 4px; color: #334f5d; font-size: .76rem; }
.author-card { display: grid; grid-template-columns: 64px 1fr; gap: 22px; margin: 48px 0; padding: 30px; border-radius: 22px; background: var(--navy); color: #d9e9ed; }
.author-monogram { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; background: var(--teal); color: var(--white); font-weight: 900; }
.author-card h2 { margin-bottom: 8px; color: var(--white); font-size: 1.7rem; }
.author-card p { margin-bottom: 8px; font-size: .85rem; }
.review-note { color: #f2cb78; font-weight: 750; }
.section-directory { margin: 60px 0; }
.directory-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.directory-grid a, .related-grid a { display: flex; min-height: 130px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; flex-direction: column; text-decoration: none; }
.directory-grid span, .related-grid span { color: var(--coral-dark); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.directory-grid strong, .related-grid strong { margin: 10px 0; color: var(--navy); font: 700 1rem/1.25 var(--serif); }
.directory-grid small, .related-grid small { margin-top: auto; color: var(--teal); font-weight: 750; }
.related { margin-top: 56px; }
.related .heading-row { align-items: center; margin-bottom: 20px; }
.related .heading-row h2 { margin: 0; font-size: 1.8rem; }
.related .heading-row a { color: var(--teal); font-size: .8rem; font-weight: 800; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.intent-difference { margin: 54px 0 0; padding: 30px 32px; border: 1px solid #cfe0df; border-left: 5px solid var(--teal); border-radius: 18px; background: #f4faf8; }
.intent-difference h2 { margin-bottom: 12px; font-size: 1.8rem; }
.intent-difference p { margin: 8px 0; color: #314b59; }
.intent-difference a { color: var(--teal); font-weight: 800; }
.method-disclosure { margin: 48px 0; padding: 30px 32px; border: 1px solid #d7ddd9; border-radius: 18px; background: #fffaf4; }
.method-disclosure h2 { margin: 6px 0 14px; font-size: 1.85rem; }
.method-disclosure p:not(.eyebrow) { color: #314b59; }
.reading-journey { margin-top: 54px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 16px 38px rgba(6, 50, 75, .06); }
.reading-journey h2 { margin: 5px 0 10px; font-size: 1.85rem; }
.reading-journey > p:not(.eyebrow) { max-width: 720px; margin: 0 0 22px; color: var(--muted); font-size: .86rem; }
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.journey-card { display: flex; min-height: 162px; padding: 20px; border: 1px solid #cbdedd; border-radius: 16px; flex-direction: column; background: #f7fbfa; text-decoration: none; }
.journey-card:hover { border-color: var(--teal); transform: translateY(-2px); }
.journey-card span { color: var(--coral-dark); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.journey-card strong { margin: 10px 0; color: var(--navy); font: 700 1rem/1.3 var(--serif); }
.journey-card small { margin-top: auto; color: #46616c; line-height: 1.45; }
.journey-card--tool { background: #fff8f2; border-color: #ecd6c9; }

.tool-hero { background: linear-gradient(135deg, #e9f5f1, #fff4ed); }
.privacy-pill { display: inline-flex; margin-top: 22px; padding: 9px 14px; border-radius: 999px; background: var(--white); color: var(--teal); font-size: .76rem; font-weight: 800; box-shadow: 0 8px 24px rgba(6, 50, 75, .08); }
.tool-layout { display: grid; grid-template-columns: minmax(0, 520px) minmax(0, 720px); gap: 68px; align-items: start; padding-top: 64px; padding-bottom: 110px; }
.calculator { position: sticky; top: 120px; overflow: hidden; border: 1px solid #cfe0df; border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }
.calculator fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.calculator fieldset:disabled { opacity: .62; }
.noscript-note { margin: 0 28px 24px; padding: 14px; border-radius: 10px; background: #fff4cf; color: #604b11; font-size: .78rem; }
.calculator-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; background: var(--navy); color: var(--white); font-size: .78rem; font-weight: 800; }
.calculator-head button { border: 0; background: transparent; color: #aee0dd; font-size: .72rem; font-weight: 750; cursor: pointer; }
.calculator form { padding: 28px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 24px; }
.field-grid label { display: flex; flex-direction: column; gap: 7px; color: var(--ink); font-size: .8rem; font-weight: 750; }
.field-grid input, .field-grid select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #afc1c7; border-radius: 10px; background: var(--white); color: var(--ink); }
.tool-result { margin: 0 28px 25px; padding: 24px; border-radius: 18px; background: var(--sage); color: var(--ink); }
.tool-result strong { display: block; margin-bottom: 7px; color: var(--navy); font: 700 1.6rem/1.1 var(--serif); }
.tool-result.error { background: #ffe7df; color: #752d1c; }
.tool-disclaimer { margin: 0; padding: 18px 28px; border-top: 1px solid var(--line); background: var(--ivory); color: var(--muted); font-size: .74rem; }
.checklist-form { display: grid; gap: 5px; }
.checklist-form label { display: flex; align-items: flex-start; gap: 12px; padding: 12px; border-radius: 10px; font-size: .86rem; }
.checklist-form label:hover { background: var(--ivory); }
.checklist-form input { width: 20px; height: 20px; flex: 0 0 20px; }
.local-trend { padding: 0 28px 25px; }
.local-trend h2 { font-size: 1.35rem; }
.trend-chart { display: grid; min-height: 100px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; gap: 8px; }
.trend-row { display: grid; grid-template-columns: 88px 1fr 62px; align-items: center; gap: 8px; font-size: .7rem; }
.trend-row meter { width: 100%; height: 16px; accent-color: var(--teal); }
.trend-row b { color: var(--navy); text-align: right; }
.trend-actions { display: flex; gap: 8px; margin-top: 12px; }
.trend-actions button { padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); font-size: .72rem; font-weight: 750; cursor: pointer; }

.simple-hero { padding: 64px 0; }
.big-search { margin-top: 35px; }
.big-search label { display: block; margin-bottom: 9px; font-size: .82rem; font-weight: 800; }
.empty-state { padding: 55px; border: 1px dashed #b8c9cc; border-radius: 22px; text-align: center; }
.result-count { color: var(--muted); }
.search-results { display: grid; gap: 12px; }
.search-results a { padding: 24px; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; }
.search-results span { color: var(--coral-dark); font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.search-results h2 { margin: 8px 0; font-size: 1.45rem; }
.search-results p { margin: 0 0 10px; color: var(--muted); font-size: .85rem; }
.search-results b { color: var(--teal); font-size: .78rem; }
.review-status { color: #8a5a00; font-size: .7rem; font-weight: 800; }
.sitemap-groups { display: grid; gap: 40px; }
.sitemap-groups section { padding-bottom: 36px; border-bottom: 1px solid var(--line); }
.sitemap-groups .heading-row { margin-bottom: 12px; }
.sitemap-groups h2 { margin: 0; font-size: 2rem; }
.sitemap-groups ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 28px; }
.sitemap-groups li { color: var(--teal); }
.sitemap-groups a { color: var(--ink); font-size: .88rem; }
.legal-content { width: min(780px, calc(100% - 48px)); overflow-wrap: anywhere; }
.legal-content h2 { margin-top: 50px; font-size: 2rem; }
.person-card { padding: 20px 0; border-bottom: 1px solid var(--line); }
.person-card h3 { margin-bottom: 5px; }
.error-page { min-height: 65vh; padding: 100px 0; background: var(--ivory); text-align: center; }
.error-code { margin: 0; color: var(--coral); font: 800 6rem/1 var(--serif); }
.error-page p:not(.error-code) { color: var(--muted); }
.error-page .big-search { text-align: left; }
.error-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 35px; }
.error-links a { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--teal); font-size: .78rem; font-weight: 750; text-decoration: none; }
:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; box-shadow: 0 0 0 6px var(--navy); }

@media (max-width: 1400px) {
  .shell { width: min(var(--shell-max), calc(100% - 48px)); }
  .main-nav { gap: 13px; }
  .main-nav a { font-size: .78rem; }
  .hero-grid { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); }
  .hero h1 { font-size: clamp(3.55rem, 5.2vw, 4.7rem); }
  .hero-photo { height: 630px; }
  .manifesto-panel { grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr); gap: 55px; }
  .habits-feature { grid-template-columns: 1fr 1fr; }
  .habits-content { padding: 70px 50px; }
  .care-path-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 45px; }
  .care-photo { margin-right: -70px; }
}

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: auto auto 1fr auto; }
  .main-nav { position: static; grid-column: 1 / -1; display: flex; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); flex-direction: column; gap: 0; }
  .js .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .js .main-nav { position: absolute; top: 100%; right: 24px; left: 24px; grid-column: auto; display: none; }
  .js .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px; }
  .main-nav a::after { display: none; }
  .header-cta { justify-self: end; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); }
  .hero-photo { height: 500px; }
  .hero-photo figcaption { top: 45px; left: -24px; width: 185px; min-height: 185px; padding: 28px 20px; border-width: 7px; font-size: 1rem; }
  .quick-steps { grid-template-columns: repeat(3, 1fr); gap: 24px 0; }
  .quick-steps li:nth-child(3)::after { display: none; }
  .start-grid, .update-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .manifesto-panel { grid-template-columns: 1fr; }
  .tool-grid { grid-template-columns: repeat(3, 1fr); }
  .habits-content { padding: 60px 36px; }
  .care-path-grid { grid-template-columns: 1fr; }
  .care-photo { min-height: 470px; margin: 35px -60px -115px 12%; border-radius: 42% 0 0 0 / 22% 0 0 0; }
  .path-steps { grid-template-columns: repeat(3, 1fr); gap: 35px 0; }
  .path-steps li:nth-child(3)::after { display: none; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-grid article { border-radius: 30px; }
  .tool-layout { grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); gap: 40px; }
}

.decision-table-wrap {
  margin: 1.25rem 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--color-border, #d9e2df);
  border-radius: .75rem;
}

.decision-table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  background: #fff;
}

.decision-table th,
.decision-table td {
  padding: .8rem .9rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--color-border, #d9e2df);
}

.decision-table thead th {
  background: #eef6f3;
  color: #153f35;
  font-size: .92rem;
}

.decision-table tbody tr:last-child th,
.decision-table tbody tr:last-child td {
  border-bottom: 0;
}

.decision-table tbody th {
  width: 28%;
  color: #183d34;
  font-weight: 700;
}

.decision-takeaway {
  padding: 1rem 1.1rem;
  border-left: .3rem solid #2a7864;
  background: #f1f8f5;
}

html:not(.js) .search-toggle { display: none; }
html:not(.js) .header-search[hidden] { display: block !important; }

@media (max-width: 820px) {
  body { font-size: 16px; }
  .shell, .narrow-shell, .legal-content { width: min(100% - 32px, var(--shell-max)); }
  .header-inner { grid-template-columns: auto 1fr auto; min-height: 70px; gap: 10px; }
  .brand { font-size: 1.55rem; }
  .header-cta { display: none; }
  .menu-toggle { justify-self: end; }
  .hero { min-height: 0; padding: 58px 0 125px; }
  .hero-grid, .truth-grid, .situations-grid, .treatment-grid, .footer-grid, .article-layout, .tool-layout, .habits-feature { grid-template-columns: 1fr; }
  .hero-copy { padding-left: 0; }
  .hero-facts { max-width: none; }
  .hero-photo { width: calc(100% + 16px); height: 460px; margin: 35px -16px 0 0; border-radius: 32px 0 0 32px; }
  .hero-photo figcaption { left: 20px; }
  .quick-start { margin-top: -72px; }
  .quick-start-card { padding: 30px 24px; }
  .quick-start-heading { gap: 3px; }
  .quick-steps { grid-template-columns: 1fr; gap: 18px; }
  .quick-steps li { padding: 0; }
  .quick-steps li:not(:last-child)::after { top: auto; right: auto; bottom: -17px; left: 21px; display: block; content: "↓"; font-size: .9rem; }
  .home-manifesto { padding-top: 45px; }
  .manifesto-panel { gap: 42px; padding: 48px 28px; border-radius: 28px; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .habits-photo { min-height: 480px; border-radius: 0 0 34% 0 / 0 0 18% 0; }
  .habits-content { max-width: none; padding: 70px 24px; }
  .section-pad { padding: 72px 0; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .truth-grid, .situations-grid { gap: 45px; }
  .path-steps { grid-template-columns: 1fr; }
  .path-steps li:not(:last-child)::after { top: auto; right: 50%; bottom: -24px; display: block; content: "↓"; }
  .article-layout { gap: 20px; padding-top: 38px; }
  .article-hero { min-height: 0; background-image: linear-gradient(rgba(251,247,241,.92), rgba(237,246,243,.92)), url('/assets/images/parcours-surpoids.webp'); background-position: center; }
  .article-hero--alimentation, .article-hero--activite-physique, .article-hero--comportements-sommeil { background-image: linear-gradient(rgba(251,247,241,.92), rgba(237,246,243,.92)), url('/assets/images/habitudes-surpoids.webp'); }
  .article-hero--comprendre, .article-hero--evaluer, .article-hero--situations-de-vie, .article-hero--enfants-adolescents { background-image: linear-gradient(rgba(251,247,241,.92), rgba(237,246,243,.92)), url('/assets/images/hero-surpoids.webp'); }
  .article-sidebar { position: static; }
  .article-visual { margin-bottom: 38px; }
  .editorial-status { grid-template-columns: 1fr; }
  .editorial-status div + div { border-top: 1px solid var(--line); border-left: 0; }
  .toc { display: none; }
  .calculator { position: static; }
  .tool-layout { padding-top: 36px; }
  .footer-grid { gap: 35px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2rem; }
  .hero h1 { font-size: 3.25rem; }
  .button-row, .button-row .button { width: 100%; }
  .hero-photo { height: 390px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts span { min-height: 70px; padding: 13px 6px; }
  .hero-facts span + span { border-top: 1px solid var(--line); border-left: 0; }
  .hero-photo figcaption { top: 26px; left: 14px; width: 158px; min-height: 158px; padding: 22px 16px; border-width: 6px; font-size: .88rem; }
  .start-grid, .tool-grid, .situation-links, .stat-grid, .update-grid, .trust-grid, .directory-grid, .related-grid, .journey-grid, .sitemap-groups ul, .field-grid { grid-template-columns: 1fr; }
  .start-card { grid-template-columns: 1fr; min-height: 280px; padding: 30px; }
  .start-card > span { grid-row: auto; margin-bottom: 22px; }
  .start-card h3, .start-card p, .start-card b { grid-column: 1; }
  .manifesto-principles article { grid-template-columns: 1fr; }
  .habit-list { grid-template-columns: 1fr; }
  .treatment-card > span { margin-bottom: 35px; }
  .stat-grid article { min-height: 220px; }
  .method-cta { align-items: stretch; flex-direction: column; }
  .author-card { grid-template-columns: 1fr; }
  .intent-difference, .method-disclosure, .reading-journey { padding: 25px 22px; }
  .big-search div, .header-search div { flex-direction: column; }
  .big-search .button, .header-search button { min-height: 48px; }
}

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

@media print {
  .site-header, .site-footer, .preprod-banner, .article-sidebar, .related, .reading-journey, .button, .calculator-head button { display: none !important; }
  body { color: #000; font-size: 11pt; }
  .shell, .article-layout, .tool-layout { display: block; width: 100%; padding: 0; }
  .article-hero, .simple-hero, .tool-hero { padding: 20px 0; background: #fff; }
  a { color: #000; text-decoration: none; }
  .calculator { position: static; box-shadow: none; }
}
