:root {
  --ink: #07110d;
  --ink-2: #0d2118;
  --green: #173b2b;
  --green-2: #285e43;
  --sage: #91b596;
  --gold: #cdaa5d;
  --gold-light: #efd98e;
  --cream: #f5efe3;
  --paper: #fbf8f1;
  --muted: #666e68;
  --border: #d9d1c3;
  --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; }
body { margin: 0; background: var(--ink); color: #f8f3e8; font: 16px/1.6 var(--sans); }
body, button, input, select, textarea { font-family: var(--sans); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
button { color: inherit; }

.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; padding: 12px 18px; background: var(--gold-light); color: var(--ink); font-weight: 850; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }

.access-bar { min-height: 40px; display: flex; align-items: center; justify-content: flex-end; gap: 7px; padding: 6px clamp(18px, 5vw, 76px); border-bottom: 1px solid rgba(255,255,255,.1); background: #020806; }
.access-bar span { margin-right: auto; color: #8d978f; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.access-bar button { min-height: 29px; padding: 4px 10px; border: 1px solid rgba(255,255,255,.18); background: transparent; color: #d4d8d4; font-size: .68rem; cursor: pointer; }
.access-bar button[aria-pressed="true"] { border-color: var(--gold-light); background: var(--gold-light); color: var(--ink); }

.daily-header { position: sticky; z-index: 60; top: 0; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 12px clamp(22px, 5vw, 76px); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(7,17,13,.95); backdrop-filter: blur(16px); }
.daily-brand, .footer-brand { display: flex; align-items: center; gap: 12px; }
.daily-brand > span, .footer-brand > span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(205,170,93,.65); color: var(--gold-light); font: 17px var(--serif); }
.daily-brand strong, .footer-brand strong { color: #fff8ea; font: 600 16px/1.1 var(--serif); }
.daily-brand small, .footer-brand small { display: block; margin-top: 4px; color: #8c948e; font: 800 .55rem/1.3 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.daily-header nav { display: flex; align-items: center; gap: clamp(13px, 2vw, 30px); }
.daily-header nav a { color: #b8b9b3; font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.daily-header nav a:last-child { padding: 10px 13px; border: 1px solid rgba(205,170,93,.5); color: var(--gold-light); }
.daily-header nav a:hover { color: var(--gold-light); }

.daily-hero { min-height: calc(100svh - 118px); display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr); overflow: hidden; background: radial-gradient(circle at 16% 19%, rgba(48,104,75,.42), transparent 39%), linear-gradient(135deg, #0a2016 0%, #07110d 55%, #030806 100%); }
.hero-copy { align-self: center; padding: clamp(72px, 10vw, 145px) clamp(28px, 7vw, 112px); }
.eyebrow, .section-kicker, .card-kicker { margin: 0; color: var(--gold-light); font-size: .68rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero-copy h1, .section-heading h2, .coach-copy h2, .story-copy h2, .leader-callout h2 { margin: 22px 0 25px; color: #fff9ec; font: 400 clamp(3.5rem, 7vw, 7rem)/.88 var(--serif); letter-spacing: -.055em; }
h2 em, .hero-copy h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy > p:last-of-type { max-width: 720px; margin: 0; color: #b8beb9; font-size: clamp(.98rem, 1.15vw, 1.15rem); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 36px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid transparent; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-1px); }
.button-gold { background: var(--gold-light); color: #172116; box-shadow: 0 13px 35px rgba(0,0,0,.18); }
.button-gold:hover { background: #f5e6ac; }
.button-green { background: var(--green); color: #fff; }
.button-green:hover { background: var(--green-2); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(239,217,142,.35); color: #d9d7ce; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero-portrait { min-height: 680px; position: relative; overflow: hidden; background: #090e0b; }
.hero-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #07110d 0%, transparent 26%), linear-gradient(180deg, transparent 48%, rgba(4,9,6,.9) 100%); }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: saturate(.88) contrast(1.04); }
.hero-portrait blockquote { position: absolute; z-index: 2; left: 36px; bottom: 43px; margin: 0; color: #fff9ec; font: italic clamp(1.55rem, 2.3vw, 2.45rem)/1.12 var(--serif); }

.spanish-guide { display: grid; grid-template-columns: .75fr 1.25fr; gap: 45px; padding: clamp(46px, 6vw, 85px) clamp(22px, 6vw, 96px); border-block: 1px solid #dbc98e; background: #f7eecf; color: var(--ink); }
.spanish-guide .section-kicker { color: #73531e; }
.spanish-guide h2 { margin: 12px 0 0; font: 400 clamp(2rem, 3.6vw, 3.7rem)/1 var(--serif); }
.spanish-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.spanish-grid p { margin: 0; padding: 20px; border: 1px solid #d7c48a; background: rgba(255,255,255,.55); font-size: .86rem; line-height: 1.7; }

.today-section, .pantry-section { padding: clamp(90px, 10vw, 155px) clamp(22px, 6vw, 96px); background: var(--paper); color: var(--ink); }
.section-heading { max-width: 1440px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: end; gap: 70px; margin: 0 auto; }
.section-heading .section-kicker, .pantry-section .section-kicker, .story-section .section-kicker { color: #805f2c; }
.section-heading h2, .coach-copy h2, .story-copy h2, .leader-callout h2 { margin: 16px 0 0; color: var(--ink); font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; }
.section-heading h2 em, .coach-copy h2 em, .story-copy h2 em { color: #805f2c; }
.section-heading > p { margin: 0 0 8px; color: #606862; font-size: .9rem; line-height: 1.8; }
.date-block { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding-left: 27px; border-left: 1px solid var(--border); }
.date-block span { color: #805f2c; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.date-block strong { margin-top: 10px; font: 400 1.5rem var(--serif); }
.date-block small { margin-top: 6px; color: #737a74; font-size: .78rem; }
.mission-toolbar { max-width: 1440px; display: flex; align-items: center; gap: 24px; margin: 48px auto 17px; padding: 17px; border: 1px solid var(--border); background: #f1eadf; }
.mission-toolbar p { margin: 0; color: #657068; font-size: .82rem; }
.mission-grid { max-width: 1440px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; margin: 0 auto; }
.mission-card { min-height: 365px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--border); background: #fff; box-shadow: 0 15px 40px rgba(20,31,23,.05); }
.mission-card.is-complete { border-color: #548464; background: #edf5ef; }
.mission-card header { display: flex; justify-content: space-between; gap: 15px; }
.mission-card header span { color: #8a662d; font: 400 2.4rem var(--serif); }
.mission-card header small { color: #757c76; font-size: .65rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.mission-card h3 { margin: 42px 0 12px; font: 400 1.55rem/1.1 var(--serif); }
.mission-card p { margin: 0; color: #687069; font-size: .78rem; line-height: 1.7; }
.mission-card .mission-source { margin-top: 13px; color: #7b5c29; font-size: .65rem; font-weight: 800; }
.mission-card label { min-height: 52px; display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 19px; border-top: 1px solid #e1dbd0; color: #38503f; font-size: .72rem; font-weight: 850; cursor: pointer; }
.mission-card input { width: 20px; height: 20px; accent-color: var(--green); }
.daily-return { max-width: 1440px; display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 30px; margin: 17px auto 0; padding: 25px 28px; background: var(--green); color: #fff; }
.daily-return > div > span { font: 400 1.4rem var(--serif); }
.daily-return > div > div { height: 5px; margin-top: 9px; background: rgba(255,255,255,.15); }
.daily-return i { display: block; width: 0; height: 100%; background: var(--gold-light); transition: width .25s; }
.daily-return p { margin: 0; color: #bdc7bf; font-size: .85rem; }

.scorecard-section, .walk-section { padding: clamp(90px, 10vw, 155px) clamp(22px, 6vw, 96px); background: #0b1d14; }
.light-heading h2 { color: #fff8ea; }
.light-heading > p { color: #9ba79e; }
.scorecard-shell, .walk-shell { max-width: 1440px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin: 55px auto 0; }
.score-form { padding: clamp(26px, 4vw, 48px); border: 1px solid rgba(255,255,255,.12); background: #11291d; }
.safety-check { padding: 20px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.05); }
.safety-check strong { font: 400 1.4rem var(--serif); }
.safety-check p { margin: 8px 0; color: #afbbb2; font-size: .8rem; }
.safety-check label { display: flex; gap: 10px; color: #eef3ee; font-size: .75rem; }
.safety-check input { width: 19px; height: 19px; accent-color: var(--gold); }
.score-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 27px 0; }
.score-fields label, .pantry-form label, .coach-console label, .story-form label, .walk-controls label { display: block; }
.score-fields label > span, .pantry-form label > span, .coach-console label > span, .story-form label > span, .walk-controls label > span { display: block; margin-bottom: 8px; color: #c3ccc5; font-size: .67rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.score-fields small, .pantry-form small, .story-form small { color: #929d95; font-size: .65rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.score-fields .wide, .pantry-form .wide, .story-form .wide { grid-column: 1 / -1; }
.score-fields input, .score-fields select, .pantry-form input, .pantry-form select, .pantry-form textarea, .coach-console input, .coach-console select, .coach-console textarea, .story-form input, .story-form select, .story-form textarea, .walk-controls select { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 0; outline: 0; background: #08150f; color: #fff; }
.score-fields input:focus, .score-fields select:focus, .walk-controls select:focus { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(239,217,142,.12); }
.form-note { color: #97a299; font-size: .72rem; line-height: 1.65; }
.score-history { padding: clamp(26px, 4vw, 48px); border: 1px solid rgba(255,255,255,.12); background: #07150e; }
.result-heading { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.result-heading h3 { margin: 10px 0 0; font: 400 2.1rem var(--serif); }
.quiet-button { padding: 9px 0; border: 0; border-bottom: 1px solid #aaa295; background: transparent; color: #7a837c; font-size: .67rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.quiet-light { border-color: rgba(255,255,255,.4); color: #d4d8d4; }
.score-summary { margin-top: 25px; padding: 22px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.score-summary p { margin: 0; color: #abb6ae; font-size: .84rem; }
.trend-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.trend-grid div { padding: 13px; background: rgba(255,255,255,.04); }
.trend-grid strong { display: block; color: var(--gold-light); font: 400 1.3rem var(--serif); }
.trend-grid small { color: #96a098; font-size: .66rem; }
.score-history-list { margin-top: 14px; }
.score-entry { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.score-entry header { display: flex; justify-content: space-between; gap: 15px; }
.score-entry time { color: var(--gold-light); font: 400 1rem var(--serif); }
.score-entry small, .score-entry p { color: #99a49c; font-size: .7rem; }
.score-entry p { margin: 7px 0 0; }

.coach-section, .story-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 6vw, 95px); padding: clamp(90px, 10vw, 155px) clamp(22px, 6vw, 96px); background: #e9decb; color: var(--ink); }
.coach-copy, .story-copy { align-self: center; }
.coach-copy > p:last-of-type, .story-copy > p:last-child { color: #5f6861; font-size: .9rem; line-height: 1.8; }
.coach-prompts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.coach-prompts button { padding: 10px 12px; border: 1px solid #c9bca8; background: rgba(255,255,255,.55); color: #405048; font-size: .7rem; cursor: pointer; }
.coach-console, .story-shell { padding: clamp(26px, 4vw, 50px); border: 1px solid #cec1ad; background: #fffaf0; box-shadow: 0 20px 55px rgba(33,43,36,.08); }
.coach-console form { display: grid; gap: 18px; }
.coach-console label > span, .pantry-form label > span, .story-form label > span { color: #4b574f; }
.coach-console select, .coach-console textarea, .pantry-form input, .pantry-form select, .pantry-form textarea, .story-form input, .story-form select, .story-form textarea { border-color: #cfc5b6; background: #fff; color: var(--ink); }
.coach-answer { display: grid; grid-template-columns: auto 1fr; gap: 19px; margin-top: 25px; padding: 24px; border-left: 3px solid var(--gold); background: #f1e9dc; }
.coach-answer > span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #a98a49; color: #76591f; font: 400 1rem var(--serif); }
.coach-answer h3 { margin: 8px 0; font: 400 1.55rem var(--serif); }
.coach-answer p { margin: 0; color: #59645d; font-size: .82rem; line-height: 1.7; }
.coach-answer ul { padding-left: 18px; color: #59645d; font-size: .8rem; }
.coach-answer a { color: #536e5b; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.pantry-section { background: #f7f1e7; }
.pantry-shell { max-width: 1440px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 18px; margin: 55px auto 0; }
.pantry-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; align-content: start; padding: 34px; border: 1px solid var(--border); background: #fff; }
.pantry-form .button, .pantry-form .form-note { grid-column: 1 / -1; }
.pantry-result { padding: 34px; border: 1px solid var(--border); background: var(--green); color: #fff; }
.pantry-result h3 { margin: 10px 0 7px; font: 400 2rem var(--serif); }
.pantry-result > p { color: #bac5bd; font-size: .8rem; }
.recipe-grid { display: grid; gap: 10px; margin-top: 22px; }
.recipe-card { padding: 22px; border: 1px solid rgba(255,255,255,.13); background: rgba(3,10,6,.25); }
.recipe-card header { display: flex; justify-content: space-between; gap: 20px; }
.recipe-card h4 { margin: 0; font: 400 1.35rem var(--serif); }
.recipe-card header span { color: var(--gold-light); font-size: .68rem; font-weight: 850; }
.recipe-card p { margin: 10px 0 0; color: #b5c0b8; font-size: .75rem; line-height: 1.65; }
.recipe-card strong { color: #fff; }
.avoid-warning { margin-top: 18px; padding: 15px; border-left: 3px solid var(--gold-light); background: rgba(255,255,255,.06); color: #c7cfc9; font-size: .72rem; }

.walk-shell { grid-template-columns: .44fr 1.1fr; }
.walk-controls { display: grid; gap: 18px; padding: 30px; border: 1px solid rgba(255,255,255,.12); background: #0e271b; }
.walk-progress span { color: var(--gold-light); font: 400 1.2rem var(--serif); }
.walk-progress div { height: 6px; margin-top: 10px; background: rgba(255,255,255,.13); }
.walk-progress i { display: block; width: 0; height: 100%; background: var(--gold); }
.walk-guide { min-height: 390px; padding: clamp(30px, 5vw, 65px); border: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at 80% 10%, rgba(58,116,83,.35), transparent 42%), #07130d; }
.walk-guide .walk-number { color: var(--gold); font: 400 4rem var(--serif); }
.walk-guide h3 { margin: 10px 0 15px; font: 400 clamp(2rem, 4vw, 3.7rem)/1 var(--serif); }
.walk-guide blockquote { margin: 0 0 25px; color: var(--gold-light); font: italic 1.15rem/1.5 var(--serif); }
.walk-guide dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.walk-guide dl div { padding: 16px; border-top: 1px solid rgba(255,255,255,.15); }
.walk-guide dt { color: #89958c; font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.walk-guide dd { margin: 7px 0 0; color: #c0c8c2; font-size: .78rem; line-height: 1.7; }
.walk-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; padding-top: 4px; }
.walk-actions .button:last-child { margin-left: auto; }

.story-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.story-form .button { grid-column: 1 / -1; }
.story-form .consent { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; padding: 15px; border: 1px solid #d0c4b3; background: #f4ecdf; }
.story-form .consent input { width: 20px; height: 20px; accent-color: var(--green); }
.story-form .consent span { margin: 0; color: #536059; font-size: .74rem; font-weight: 600; letter-spacing: 0; line-height: 1.6; text-transform: none; }
.story-preview { margin-top: 24px; padding: 25px; border: 1px solid #c9b99e; background: #f3eadc; }
.story-preview h3 { margin: 8px 0; font: 400 1.75rem var(--serif); }
.story-preview blockquote { margin: 16px 0; color: #445148; font: 400 1rem/1.7 var(--serif); }
.story-preview .preview-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

.leader-callout { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 650px; background: #07110d; }
.leader-callout > div { align-self: center; padding: clamp(70px, 9vw, 135px) clamp(28px, 8vw, 120px); }
.leader-callout h2 { color: #fff; }
.leader-callout h2 em { color: var(--gold-light); }
.leader-callout p:not(.section-kicker) { max-width: 690px; color: #aab5ad; font-size: .9rem; }
.leader-callout img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: saturate(.82) contrast(1.04); }
.privacy-section { display: grid; grid-template-columns: auto 1fr; gap: 27px; padding: 58px clamp(22px, 6vw, 96px); border-block: 1px solid rgba(255,255,255,.1); background: #0d2118; }
.privacy-section > span { color: var(--gold); font-size: 2.5rem; }
.privacy-section h2 { margin: 7px 0 6px; font: 400 2rem var(--serif); }
.privacy-section p:last-child { max-width: 1100px; margin: 0; color: #a7b1aa; font-size: .8rem; line-height: 1.8; }
footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px clamp(22px, 5vw, 76px); background: #030806; }
footer > p, footer > a:last-child { color: #8f9791; font-size: .7rem; }
footer > a:last-child { color: var(--gold-light); font-weight: 800; }

body.large-text { font-size: 19px; }
body.large-text .daily-header nav a, body.large-text .access-bar button, body.large-text .button, body.large-text .text-link, body.large-text .quiet-button { font-size: .76rem; }
body.high-contrast { --gold-light: #fff29a; --gold: #f3c84b; --paper: #fff; --cream: #fff; --border: #625b4e; }
body.high-contrast .daily-hero, body.high-contrast .scorecard-section, body.high-contrast .walk-section { background: #000; }
body.high-contrast .mission-card, body.high-contrast .pantry-form, body.high-contrast .coach-console, body.high-contrast .story-shell { border: 2px solid #111; }

@media (max-width: 1120px) {
  .daily-header nav a:nth-child(3), .daily-header nav a:nth-child(4) { display: none; }
  .daily-hero { grid-template-columns: 1fr .78fr; }
  .mission-grid { grid-template-columns: repeat(2, 1fr); }
  .mission-card:last-child { grid-column: span 2; min-height: 260px; }
  .scorecard-shell, .coach-section, .pantry-shell, .story-section { grid-template-columns: 1fr; }
  .walk-shell { grid-template-columns: .65fr 1.35fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .access-bar { justify-content: flex-start; overflow-x: auto; }
  .access-bar span { display: none; }
  .access-bar button { flex: 0 0 auto; }
  .daily-header { min-height: 70px; }
  .daily-brand > span { width: 40px; height: 40px; }
  .daily-header nav { gap: 9px; }
  .daily-header nav a { display: none !important; }
  .daily-header nav a:first-child, .daily-header nav a:last-child { display: inline-block !important; }
  .daily-header nav a:last-child { padding: 8px; }
  .daily-hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 76px 24px 65px; }
  .hero-copy h1 { font-size: clamp(3.4rem, 16vw, 5.2rem); }
  .hero-portrait { min-height: 570px; }
  .spanish-guide, .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .spanish-grid { grid-template-columns: 1fr; }
  .date-block { padding: 18px; border: 1px solid var(--border); }
  .mission-toolbar { align-items: stretch; flex-direction: column; }
  .mission-grid { grid-template-columns: 1fr; }
  .mission-card:last-child { grid-column: auto; }
  .mission-card { min-height: 300px; }
  .daily-return { grid-template-columns: 1fr; }
  .score-fields, .story-form { grid-template-columns: 1fr; }
  .score-fields .wide, .story-form .wide, .story-form .consent, .story-form .button { grid-column: auto; }
  .trend-grid { grid-template-columns: 1fr; }
  .coach-section, .story-section { padding-inline: 20px; }
  .pantry-form { grid-template-columns: 1fr; padding: 25px; }
  .pantry-form .wide, .pantry-form .button, .pantry-form .form-note { grid-column: auto; }
  .walk-shell { grid-template-columns: 1fr; }
  .walk-guide dl { grid-template-columns: 1fr; }
  .walk-actions { flex-wrap: wrap; }
  .walk-actions .button:last-child { width: 100%; margin-left: 0; }
  .leader-callout { grid-template-columns: 1fr; }
  .leader-callout img { max-height: 620px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media print {
  .access-bar, .daily-header, .hero-actions, .mission-toolbar, .walk-actions, footer, .leader-callout img { display: none !important; }
  body { background: #fff; color: #000; }
  .daily-hero, .scorecard-section, .walk-section, .leader-callout { min-height: 0; background: #fff; color: #000; }
  .hero-copy, .today-section, .scorecard-section, .walk-section, .pantry-section, .coach-section, .story-section { padding: 24px; }
  .hero-portrait { display: none; }
  .hero-copy h1, .section-heading h2, .light-heading h2, .walk-guide h3, .leader-callout h2 { color: #000; }
  .mission-grid { grid-template-columns: repeat(2, 1fr); }
  .mission-card, .score-form, .score-history, .walk-controls, .walk-guide { break-inside: avoid; border-color: #777; background: #fff; color: #000; box-shadow: none; }
}

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