:root{--font-display: "Playfair Display", "Georgia", serif;--font-ui: "Source Sans 3", system-ui, sans-serif;--bg: #ffffff;--bg-muted: #f6f6f6;--bg-elevated: #ffffff;--surface: #ffffff;--ink: #1a1a1a;--ink-muted: #5c5c5c;--line: #e8e8e8;--line-strong: #d0d0d0;--accent: #c8102e;--accent-hover: #a30d25;--accent-soft: rgba(200, 16, 46, .08);--garden: #2d6a4f;--garden-soft: rgba(45, 106, 79, .1);--sage-tint: #eef5f1;--gold: #b8860b;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 8px 30px rgba(0, 0, 0, .08);--radius-lg: 10px;--radius-md: 8px;--radius-btn: 6px;--max: 1180px;--header-h: 64px}[data-theme=dark]{--bg: #252525;--bg-muted: #2e2e2e;--bg-elevated: #323232;--surface: #363636;--ink: #f5f5f5;--ink-muted: #b0b0b0;--line: #404040;--line-strong: #4d4d4d;--accent: #ff7a7a;--accent-hover: #ff9494;--accent-soft: rgba(255, 122, 122, .14);--garden: #8fd9b3;--garden-soft: rgba(143, 217, 179, .14);--sage-tint: #3d5248;--gold: #e8c547;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .35);--shadow-md: 0 12px 40px rgba(0, 0, 0, .38)}*,*:before,*:after{box-sizing:border-box}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--font-ui);font-size:1.0625rem;line-height:1.65;color:var(--ink);background-color:var(--bg);background-image:linear-gradient(180deg,var(--bg) 0%,var(--bg-muted) 100%);background-attachment:fixed;min-height:100vh;min-height:100dvh;padding-inline:env(safe-area-inset-left,0px) env(safe-area-inset-right,0px)}body.nav-open{overflow:hidden;touch-action:none}.nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;top:var(--header-h);z-index:40;background:#1a1a1a73;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.nav-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}[data-theme=dark] .nav-backdrop{background:#0000008c}img{max-width:100%;height:auto;display:block}a{color:var(--garden);text-decoration-thickness:1px;text-underline-offset:.15em}a:hover{color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.wrap{width:min(100% - 2rem,var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;height:var(--header-h);border-bottom:1px solid var(--line);background:var(--bg);transition:box-shadow .2s ease}.site-header.is-scrolled{box-shadow:var(--shadow-sm)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.55rem;text-decoration:none;color:inherit}.brand-mark-wrap{display:flex;align-items:center;gap:.45rem}.brand-mark-wrap img{flex-shrink:0}.brand-mark{display:block;font-family:var(--font-display);font-weight:700;font-size:1.4rem;letter-spacing:-.02em;line-height:1.1}.brand-text{display:flex;flex-direction:column;align-items:flex-start;gap:.05rem}.brand-tag{font-family:var(--font-ui);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);white-space:nowrap}.nav-toggle{display:none;border:1px solid var(--line);background:var(--bg-elevated);border-radius:var(--radius-btn);padding:.55rem .85rem;min-height:44px;min-width:44px;align-items:center;justify-content:center;font:inherit;cursor:pointer;color:var(--ink)}.nav-panel{display:flex;align-items:center;gap:.15rem}.nav-panel a{text-decoration:none;padding:.4rem .65rem;border-radius:var(--radius-btn);color:var(--ink-muted);font-size:.98rem;font-weight:500}.nav-panel a:hover,.nav-panel a[aria-current=page]{color:var(--ink);background:var(--bg-muted)}.nav-panel a[aria-current=page]{box-shadow:inset 0 -2px 0 var(--accent);background:transparent;border-radius:0}.header-actions{display:flex;align-items:center;gap:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:var(--radius-btn);padding:.55rem 1.1rem;min-height:44px;font:inherit;font-weight:600;font-size:.95rem;border:1px solid transparent;cursor:pointer;text-decoration:none}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}.btn-ghost{background:transparent;border-color:var(--line-strong);color:var(--ink)}.btn-ghost:hover{background:var(--bg-muted);border-color:var(--line-strong)}.kicker{font-family:var(--font-ui);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin:0 0 .65rem}.hero{padding:clamp(2rem,5vw,3.5rem) 0 clamp(1.75rem,4vw,2.75rem);background:var(--bg);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:clamp(1.5rem,4vw,2.75rem);align-items:stretch}.hero-grid--media{align-items:start}.hero-aside{display:flex;flex-direction:column;gap:1rem}.hero-photo{margin:0;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-md);background:var(--bg-muted)}.hero-photo img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;display:block;vertical-align:middle}.photo-credit{margin:0;padding:.4rem .65rem .55rem;font-size:.72rem;color:var(--ink-muted);background:var(--bg-muted);border-top:1px solid var(--line)}.page-hero{margin:0 0 1.75rem;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-sm);background:var(--bg-muted)}.page-hero img{width:100%;aspect-ratio:21 / 9;object-fit:cover;display:block}@media(max-width:720px){.page-hero img{aspect-ratio:16 / 10}}.page-hero figcaption{margin:0;padding:.5rem .75rem;font-size:.78rem;color:var(--ink-muted);background:var(--bg-elevated)}.editorial-divider{display:flex;justify-content:center;margin:1.5rem 0}.editorial-divider img{opacity:.85}.stats-grid{margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem 1rem}@media(max-width:520px){.stats-grid{grid-template-columns:1fr}}.stats-grid .stat{margin:0;padding:.65rem .75rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated)}.stats-grid .stat dt{margin:0 0 .2rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-muted)}.stats-grid .stat dd{margin:0;font-family:var(--font-display);font-size:1.15rem;font-weight:700;line-height:1.25;color:var(--ink)}.stats-grid .stat-note{display:block;margin-top:.25rem;font-family:var(--font-ui);font-size:.78rem;font-weight:400;color:var(--ink-muted)}.stats-panel-title{margin:0 0 .75rem;font-family:var(--font-display);font-size:1.15rem;font-weight:700}.micro-list{margin:.5rem 0 0;padding-left:1.1rem;color:var(--ink-muted);font-size:.95rem}.micro-list li{margin-bottom:.35rem}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}}.hero-copy h1{font-family:var(--font-display);font-weight:700;font-size:clamp(2.25rem,5vw,3.35rem);line-height:1.08;letter-spacing:-.02em;margin:0 0 1rem;color:var(--ink)}.lede{font-size:1.125rem;color:var(--ink-muted);max-width:52ch;margin:0 0 1.5rem;font-weight:400}.hero-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.25rem}.pill-row{display:flex;flex-wrap:wrap;gap:.45rem}.pill{font-family:var(--font-ui);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.32rem .6rem;border-radius:3px;border:1px solid var(--line);color:var(--ink-muted);background:var(--bg-muted)}a.pill{text-decoration:none;color:inherit}a.pill:hover{border-color:var(--line-strong);color:var(--ink)}a.pill:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero-card{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-md);padding:1.35rem 1.35rem 1.2rem;display:flex;flex-direction:column;gap:1rem;min-height:260px}.hero-card h2{margin:0;font-family:var(--font-display);font-size:1.35rem;font-weight:700}.season-widget{border-radius:var(--radius-md);background:var(--bg-muted);border:1px solid var(--line);padding:1rem 1rem .9rem}.season-widget .label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.35rem}.season-widget p{margin:0;color:var(--ink)}.season-meta{margin-top:.65rem;display:flex;justify-content:space-between;gap:.75rem;font-size:.85rem;color:var(--ink-muted)}.section{padding:clamp(2rem,4vw,3rem) 0}.section--muted{background:var(--bg-muted);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.35rem;flex-wrap:wrap}.section-head h1{margin:0;font-family:var(--font-display);font-size:clamp(1.85rem,3vw,2.35rem);font-weight:700;line-height:1.15}.section-head h2{margin:0;font-family:var(--font-display);font-size:clamp(1.65rem,2.5vw,2.1rem);font-weight:700}.section-head p{margin:0;max-width:48ch;color:var(--ink-muted)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:960px){.card-grid{grid-template-columns:1fr}}.card{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated);padding:0;display:flex;flex-direction:column;gap:0;min-height:200px;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.card-thumb{position:relative;aspect-ratio:16 / 9;background:linear-gradient(145deg,var(--sage-tint),var(--bg-muted));border-bottom:1px solid var(--line);overflow:hidden}.card-thumb img{width:100%;height:100%;object-fit:cover;display:block}[data-theme=dark] .card-thumb{background:linear-gradient(145deg,#4a6358,#3a4d44)}[data-theme=dark] .card-thumb:has(img){background:none}.footnote{font-size:.78rem;color:var(--ink-muted);margin-top:1.25rem}.card-body{padding:1.1rem 1.15rem 1.15rem;display:flex;flex-direction:column;gap:.45rem;flex:1}.card:hover{box-shadow:var(--shadow-md);border-color:var(--line-strong)}.card-eyebrow{margin:0 0 .25rem;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.card-meta{margin:0 0 .35rem;font-size:.82rem;color:var(--ink-muted)}.card h3{margin:0;font-family:var(--font-display);font-size:1.2rem;font-weight:700;line-height:1.25}.card p{margin:0;color:var(--ink-muted);font-size:.98rem;flex:1}.card a{font-weight:600;text-decoration:none;color:var(--accent);margin-top:.35rem;font-size:.95rem}.card a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:.12em}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.25rem,3vw,2.5rem);align-items:start}.split--article{grid-template-columns:minmax(0,1fr) min(100%,320px);gap:clamp(1.5rem,4vw,2.75rem);align-items:start}@media(max-width:960px){.split--article{grid-template-columns:1fr}}@media(max-width:820px){.split{grid-template-columns:1fr}}.prose{max-width:68ch}.article-rich{max-width:62rem}.article-rich .prose-main{max-width:48rem}.article-byline{font-size:.92rem;color:var(--ink-muted);margin:-.5rem 0 1.25rem}.article-toc{margin:0 0 2rem;padding:1rem 1.15rem 1.1rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-muted)}.article-toc h2{margin:0 0 .65rem;font-family:var(--font-ui);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.article-toc ol{margin:0;padding-left:1.2rem;color:var(--ink-muted);font-size:.95rem;line-height:1.55}.article-toc a{font-weight:600}.article-rich h2{scroll-margin-top:calc(var(--header-h) + .75rem)}.callout{margin:1.5rem 0;padding:1rem 1.1rem;border-left:4px solid var(--accent);background:var(--accent-soft);border-radius:0 var(--radius-md) var(--radius-md) 0;font-size:.98rem;color:var(--ink)}.callout strong{display:block;margin-bottom:.35rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.callout--warn{border-left-color:#c45c26;background:color-mix(in srgb,#c45c26 12%,var(--bg-elevated))}.callout--warn strong{color:#c45c26}.callout--extension{border-left-color:var(--garden);background:color-mix(in srgb,var(--garden) 10%,var(--bg-elevated))}.callout--extension strong{color:var(--garden)}.guide-steps{list-style:none;margin:1.5rem 0 2rem;padding:0;display:flex;flex-direction:column;gap:1rem;counter-reset:guide-step}.guide-steps>li{margin:0;padding:0}.guide-step{counter-increment:guide-step;display:grid;grid-template-columns:auto 1fr;gap:.85rem 1rem;align-items:start;padding:1rem 1.1rem 1.05rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated)}.guide-step:before{content:counter(guide-step);display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;font-family:var(--font-ui);font-size:.95rem;font-weight:700;color:var(--bg);background:var(--accent);line-height:1}.guide-step__body{min-width:0}.guide-step__body h3{margin:0 0 .45rem;font-family:var(--font-display);font-size:1.08rem;line-height:1.3;color:var(--ink)}.guide-step__body p{margin:0 0 .5rem;font-size:.98rem;color:var(--ink-muted);line-height:1.55}.guide-step__body p:last-child{margin-bottom:0}@media(max-width:520px){.guide-step{grid-template-columns:1fr;gap:.65rem}.guide-step:before{width:2rem;height:2rem;font-size:.88rem}}.guide-diagram{margin:1.5rem 0;padding:1rem 1.1rem 1.15rem;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--bg-muted);box-shadow:var(--shadow-sm)}.guide-diagram__label{margin:0 0 .65rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-muted)}.guide-diagram svg{width:100%;height:auto;display:block;border-radius:var(--radius-md)}.guide-diagram figcaption,.guide-diagram .guide-diagram__caption{margin:.65rem 0 0;font-size:.82rem;line-height:1.45;color:var(--ink-muted)}.guide-bar-rows{display:flex;flex-direction:column;gap:.55rem;margin-top:.25rem}.guide-bar-row{display:grid;grid-template-columns:minmax(5.5rem,7rem) 1fr;gap:.65rem .85rem;align-items:center;font-size:.82rem}.guide-bar-row__label{color:var(--ink-muted);line-height:1.3}.guide-bar-row__track{height:.65rem;border-radius:999px;background:var(--line);overflow:hidden}.guide-bar-row__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--garden),var(--accent))}.guide-phase-strip{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}.guide-phase-chip{flex:1 1 8rem;min-width:7rem;padding:.55rem .65rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated);font-size:.78rem;line-height:1.35;color:var(--ink-muted)}.guide-phase-chip strong{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.2rem}.guide-checklist{margin:1rem 0 1.25rem;padding:0;list-style:none}.guide-checklist li{position:relative;margin:0 0 .5rem;padding-left:1.65rem;font-size:.95rem;line-height:1.5;color:var(--ink)}.guide-checklist li:before{content:"";position:absolute;left:0;top:.35rem;width:.85rem;height:.85rem;border-radius:.2rem;border:2px solid var(--garden);background:color-mix(in srgb,var(--garden) 18%,transparent)}.hub-howto{margin:1.5rem 0 0;padding:1rem 1.1rem 1.1rem;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--bg-elevated)}.hub-howto h2{margin:0 0 .65rem;font-family:var(--font-display);font-size:1.2rem}.hub-howto ol{margin:0;padding-left:1.2rem;color:var(--ink-muted);font-size:.95rem;line-height:1.55}.affiliate-section{margin-top:0;padding-top:clamp(1.75rem,4vw,2.75rem);padding-bottom:clamp(2rem,5vw,3rem)}.affiliate-module-head{max-width:52rem;margin-bottom:1.75rem}.affiliate-module-title{margin:0 0 .5rem;font-family:var(--font-display);font-size:clamp(1.35rem,2.5vw,1.65rem);line-height:1.25;color:var(--ink)}.affiliate-module-sub{margin:0 0 .75rem;font-size:.95rem;color:var(--ink-muted);line-height:1.55}.affiliate-disclosure{margin:0;padding:.65rem .75rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated);font-size:.82rem;line-height:1.5;color:var(--ink-muted)}.affiliate-group{margin-bottom:2rem}.affiliate-group:last-child{margin-bottom:0}.affiliate-group__label{margin:0 0 .85rem;font-family:var(--font-ui);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.affiliate-group--best-of{padding:1rem 1rem .25rem;border-radius:var(--radius-lg);border:1px solid color-mix(in srgb,var(--accent) 28%,var(--line));background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 7%,var(--bg-elevated)) 0%,var(--bg-elevated) 55%)}.affiliate-group--best-of .affiliate-group__label{text-transform:none;font-family:var(--font-display);font-size:clamp(1.02rem,2vw,1.2rem);font-weight:600;letter-spacing:.02em;color:var(--ink)}.affiliate-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,17rem),1fr));gap:1rem 1.1rem}.affiliate-card{display:flex;flex-direction:column;min-height:100%;padding:1rem 1.05rem 1.1rem;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--bg-elevated);box-shadow:var(--shadow-sm)}.affiliate-card--has-thumb{padding:0 1.05rem 1.1rem;overflow:hidden}.affiliate-card__thumb{display:block;width:calc(100% + 2.1rem);margin:0 -1.05rem .75rem;aspect-ratio:4 / 3;background:color-mix(in srgb,var(--bg-muted) 88%,var(--line));outline:none}.affiliate-card__thumb:focus-visible{box-shadow:inset 0 0 0 2px var(--accent)}.affiliate-card__img{display:block;width:100%;height:100%;object-fit:contain;padding:.5rem}.affiliate-card__badges{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.55rem}.affiliate-badge{display:inline-block;padding:.2rem .45rem;border-radius:999px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--garden);background:var(--garden-soft);border:1px solid color-mix(in srgb,var(--garden) 35%,var(--line))}.affiliate-badge--paid{color:var(--ink-muted);background:var(--bg-muted);border-color:var(--line)}.affiliate-card__title{margin:0 0 .45rem;font-family:var(--font-display);font-size:1.05rem;line-height:1.3;color:var(--ink)}.affiliate-card__dek{margin:0 0 .85rem;flex:1 1 auto;font-size:.9rem;line-height:1.5;color:var(--ink-muted)}.affiliate-card__cta{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;margin-top:auto;padding:.45rem .95rem;border-radius:var(--radius-btn);font-size:.88rem;font-weight:600;text-decoration:none;color:var(--bg);background:var(--accent);border:1px solid transparent;transition:background .15s ease,color .15s ease}.affiliate-card__cta:hover{color:var(--bg);background:var(--accent-hover)}.affiliate-empty{margin:0;font-size:.95rem;color:var(--ink-muted);line-height:1.55}.affiliate-empty code{font-size:.85em}.pull-quote{margin:0 0 1rem;padding:0;border:none}.pull-quote p{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.08rem;font-style:italic;line-height:1.45;color:var(--ink)}.pull-quote cite{font-size:.82rem;font-style:normal;color:var(--ink-muted)}.myth-fact-stack{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.myth-card{padding:.75rem .85rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated)}.myth-card__label{margin:0 0 .25rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-muted)}.myth-card__label--real{margin-top:.5rem;color:var(--garden)}.myth-card__myth,.myth-card__real{margin:0;font-size:.88rem;line-height:1.5;color:var(--ink)}.myth-card__myth{color:var(--ink-muted)}.storm-aside-card{margin-bottom:1rem;padding:.85rem .95rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-muted)}.storm-aside-card h3{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.05rem}.storm-aside-card ul{margin:0;padding-left:1rem;font-size:.88rem;color:var(--ink-muted);line-height:1.45}.storm-aside-card li{margin-bottom:.35rem}.recipe-stack{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.recipe-card{border:1px solid var(--line);border-radius:var(--radius-md);padding:1rem 1.1rem;background:var(--bg)}.recipe-card__eyebrow{margin:0 0 .25rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-muted)}.recipe-card h3{margin:0 0 .35rem;font-family:var(--font-display);font-size:clamp(1.15rem,2vw,1.35rem);font-weight:700;line-height:1.25}.recipe-card__yield{margin:0 0 .85rem;font-size:.88rem;color:var(--ink-muted)}.recipe-card h4{margin:.85rem 0 .4rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-muted)}.recipe-card h4:first-of-type{margin-top:0}.recipe-card ul,.recipe-card ol{margin:0;padding-left:1.15rem;font-size:.92rem;line-height:1.5;color:var(--ink)}.recipe-card li+li{margin-top:.35rem}.section-catalog-title{font-family:var(--font-display);font-size:clamp(1.5rem,2.4vw,1.85rem);font-weight:700;margin:2.5rem 0 .75rem}.catalog-section{margin-top:.5rem;padding-top:.25rem;border-top:1px solid var(--line)}.prose h1,.prose h2,.prose h3{font-family:var(--font-display);font-weight:700}.prose h2{margin-top:2rem}.prose h3{margin-top:1.65rem;margin-bottom:.45rem;font-size:clamp(1.05rem,2vw,1.18rem);color:var(--ink)}.prose ul{padding-left:1.2rem}.prose a:not(.btn){color:var(--accent);font-weight:600}.prose a:not(.btn):hover{color:var(--accent-hover)}.site-footer{margin-top:0;padding:0;color:var(--ink-muted);font-size:.92rem;background:linear-gradient(180deg,color-mix(in srgb,var(--bg-muted) 70%,var(--surface) 30%) 0%,var(--bg-muted) 2.5rem,var(--bg-muted) 100%);border-top:1px solid var(--line-strong);box-shadow:inset 0 1px color-mix(in srgb,var(--surface) 55%,transparent)}.site-footer .wrap{max-width:var(--max)}.footer-grid{display:grid;grid-template-columns:minmax(12rem,1.35fr) minmax(9rem,1fr) minmax(9rem,1fr);gap:2.25rem 3rem;align-items:start;padding:2.75rem var(--wrap-pad, 1.25rem) 2.25rem;margin-inline:auto}@media(min-width:900px){.footer-grid{padding-inline:1.5rem}}@media(max-width:820px){.footer-grid{grid-template-columns:1fr;gap:2rem;padding-top:2.25rem;padding-bottom:1.75rem}}.footer-grid>div:first-child{line-height:1.55;max-width:28rem}.footer-grid>div:first-child strong{font-family:var(--font-display);font-size:clamp(1.2rem,2.8vw,1.5rem);font-weight:700;letter-spacing:.02em;color:var(--ink)}.footer-brand__line{margin:.85rem 0 0;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:color-mix(in srgb,var(--ink-muted) 92%,var(--garden) 8%)}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:.15rem}.footer-grid>div:not(:first-child) strong{font-family:var(--font-ui);font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:.5rem}.footer-grid>div:not(:first-child)>div{line-height:1.45}.site-footer a{color:var(--ink-muted);font-weight:500;text-decoration:none;transition:color .15s ease}.site-footer a:hover{color:var(--accent)}.footer-subbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.75rem;padding:1.1rem var(--wrap-pad, 1.25rem) max(1.35rem,calc(env(safe-area-inset-bottom,0px) + 1rem));margin-inline:auto;border-top:1px solid var(--line);background:color-mix(in srgb,var(--bg-muted) 88%,var(--surface) 12%)}@media(min-width:900px){.footer-subbar{padding-inline:1.5rem}}.footer-subbar__start{display:flex;align-items:center;gap:.85rem;min-width:min(100%,16rem)}.footer-subbar__mark{flex-shrink:0;opacity:.92}.footer-copy{margin:0;font-size:.8rem;line-height:1.4;color:var(--ink-muted);max-width:36rem}.footer-subbar__nav{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem 1.25rem}.footer-subbar__nav a{font-size:.8rem;font-weight:600;color:var(--ink-muted)}.footer-subbar__nav a:hover{color:var(--accent)}@media(max-width:640px){.footer-subbar{flex-direction:column;align-items:flex-start;padding-bottom:max(1.5rem,calc(env(safe-area-inset-bottom,0px) + 1rem))}.footer-subbar__nav{gap:.5rem 1rem}.footer-subbar__nav a{display:inline-flex;align-items:center;min-height:40px;padding:.2rem 0}}.form{display:grid;gap:.85rem;max-width:520px}.form label{display:grid;gap:.35rem;font-size:.9rem;color:var(--ink-muted)}.form input,.form textarea{font:inherit;padding:.65rem .75rem;border-radius:var(--radius-btn);border:1px solid var(--line-strong);background:var(--bg-elevated);color:var(--ink)}.form textarea{min-height:140px;resize:vertical}.promo-strip{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);padding:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem}.promo-strip h2{margin:0 0 .35rem;font-family:var(--font-display);font-size:1.45rem;font-weight:700}.promo-strip .promo-copy{margin:0;color:var(--ink-muted);max-width:52ch;flex:1;min-width:220px}.promo-strip .form{flex:1;max-width:420px;margin:0}@media(max-width:860px){.nav-toggle{display:inline-flex}.header-inner{gap:.5rem}.header-actions{flex-shrink:0;gap:.35rem}.header-actions .btn{padding-inline:.65rem;font-size:.875rem;white-space:nowrap}.nav-panel{position:fixed;inset:var(--header-h) 0 auto 0;z-index:55;background:var(--bg);border-bottom:1px solid var(--line);padding:.5rem max(1rem,env(safe-area-inset-right,0px)) max(.75rem,env(safe-area-inset-bottom,0px)) max(1rem,env(safe-area-inset-left,0px));flex-direction:column;align-items:stretch;transform:translateY(-120%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .2s ease;box-shadow:var(--shadow-md);max-height:min(75vh,calc(100dvh - var(--header-h) - .5rem));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.nav-panel.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-panel a{border-radius:var(--radius-btn);min-height:48px;display:flex;align-items:center;padding:.5rem .85rem;font-size:1.02rem}.nav-panel a[aria-current=page]{box-shadow:none;background:var(--bg-muted)}}.sponsor-strip{margin-top:.5rem}.sponsor-strip__head{margin-bottom:1rem}.sponsor-strip__head h2{margin:0 0 .35rem;font-family:var(--font-display);font-size:clamp(1.45rem,2.2vw,1.85rem)}.sponsor-strip__head p{margin:0;color:var(--ink-muted);max-width:60ch}.sponsor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.sponsor-tile{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated);padding:1.1rem 1.15rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.45rem;min-height:180px;box-shadow:var(--shadow-sm);transition:border-color .2s ease,box-shadow .2s ease}.sponsor-tile:hover{border-color:var(--line-strong);box-shadow:var(--shadow-md)}.sponsor-tile--open{border-style:dashed;background:var(--bg-muted)}.sponsor-tile__eyebrow{margin:0;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.sponsor-tile__title{margin:0;font-family:var(--font-display);font-size:1.2rem;line-height:1.2}.sponsor-tile__title a{text-decoration:none;color:var(--ink)}.sponsor-tile__title a:hover{color:var(--accent)}.sponsor-tile__tag{margin:0;flex:1;font-size:.92rem;color:var(--ink-muted)}.sponsor-tile .btn{align-self:flex-start;margin-top:.25rem}.sponsor-legal{margin-top:1rem;font-size:.78rem;color:var(--ink-muted);max-width:70ch}.partner-hub-card{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated);padding:1.1rem 1.15rem;display:flex;flex-direction:column;gap:.4rem;min-height:200px;box-shadow:var(--shadow-sm);transition:border-color .2s ease,box-shadow .2s ease}.partner-hub-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-md)}.partner-hub-card__eyebrow{margin:0;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--garden)}.partner-hub-card__title{margin:0;font-family:var(--font-display);font-size:1.25rem;line-height:1.2}.partner-hub-card__title a{text-decoration:none;color:var(--ink)}.partner-hub-card__title a:hover{color:var(--accent)}.partner-hub-card__dek{margin:0;flex:1;font-size:.92rem;color:var(--ink-muted);line-height:1.45}.partner-hub-card__stats{margin:0;font-size:.82rem;font-weight:600;color:var(--ink)}.partner-hub-card .btn{align-self:flex-start;margin-top:.2rem}.partner-section-label{margin:0 0 .65rem;font-family:var(--font-ui);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.partner-section-label--spaced{margin-top:2rem}.partner-featured{margin-bottom:.5rem}.partner-featured .partner-card{max-width:40rem;padding:1.35rem 1.4rem 1.45rem;border-width:2px;border-color:color-mix(in srgb,var(--gold) 55%,var(--line));box-shadow:var(--shadow-md)}.partner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1rem}.partner-card{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated);padding:1rem 1.1rem 1.15rem;display:flex;flex-direction:column;gap:.35rem;min-height:168px;box-shadow:var(--shadow-sm)}.partner-card--premium:not(.partner-card--open){border-color:color-mix(in srgb,var(--gold) 40%,var(--line));background:linear-gradient(145deg,color-mix(in srgb,var(--gold) 10%,var(--bg-elevated)) 0%,var(--bg-elevated) 55%)}.partner-card--open{border-style:dashed;background:var(--bg-muted)}.partner-card__head{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;min-height:1.5rem}.partner-card__ribbon{display:inline-block;padding:.15rem .45rem;border-radius:999px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ink);background:color-mix(in srgb,var(--gold) 35%,var(--bg-muted));border:1px solid color-mix(in srgb,var(--gold) 50%,var(--line))}.partner-card__muted{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted)}.partner-card__title{margin:0;font-family:var(--font-display);font-size:1.12rem;line-height:1.25}.partner-card__title a{text-decoration:none;color:var(--ink)}.partner-card__title a:hover{color:var(--accent)}.partner-card__tag{margin:0;flex:1;font-size:.9rem;color:var(--ink-muted);line-height:1.45}.partner-card .btn{align-self:flex-start;margin-top:.2rem}.partner-missing{margin:0;color:var(--ink-muted)}.coverage-aside__lead{margin:0 0 .65rem;font-size:.92rem;font-weight:600;color:var(--ink)}.coverage-aside__list{margin:0 0 .65rem;padding-left:1.1rem;font-size:.88rem;color:var(--ink-muted);line-height:1.45}.coverage-aside__list li{margin-bottom:.35rem}.coverage-aside__note{margin:0;font-size:.82rem;color:var(--ink-muted);font-style:italic}.pest-row{display:flex;flex-direction:column;gap:.2rem;padding:.55rem .65rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated);font-size:.88rem;margin-bottom:.45rem}.pest-row strong{color:var(--ink);font-size:.9rem}.pest-row span{color:var(--ink-muted);line-height:1.45}.pest-row--warn{border-color:color-mix(in srgb,var(--accent) 35%,var(--line))}@media(max-width:960px){[data-season-widget]{position:static!important;top:auto!important}}@media(max-width:640px){body{font-size:1.05rem}.hero-card{min-height:0;padding:1.15rem 1.1rem 1.05rem}.hero{padding-top:max(1.5rem,env(safe-area-inset-top,0px))}.hero-copy h1{font-size:clamp(1.85rem,7vw,2.75rem);-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.prose-main h1{font-size:clamp(1.75rem,6.5vw,2.35rem);line-height:1.12;overflow-wrap:break-word}.article-toc{padding:.85rem 1rem}.article-toc ol{font-size:1rem;padding-left:1.35rem}.article-toc li{margin-bottom:.35rem}.section-head{flex-direction:column;align-items:flex-start}.section-head p{max-width:none}.card-body{padding:1rem 1.1rem 1.2rem}.card a{display:inline-flex;align-items:center;min-height:44px;margin-top:.5rem}.sponsor-grid{grid-template-columns:1fr}.sponsor-tile .btn{min-height:44px;align-self:stretch;justify-content:center}.promo-strip{flex-direction:column;align-items:stretch}.promo-strip .form{max-width:none;width:100%}.footer-grid a{display:inline-block;padding:.35rem 0;min-height:40px;line-height:1.5}.form input,.form textarea{font-size:1rem}.pull-quote p{font-size:1.02rem}}@media(max-width:520px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%;justify-content:center}.pill{font-size:.68rem;padding:.38rem .65rem}.page-hero figcaption{font-size:.82rem;line-height:1.45}}.nl-page{padding-bottom:2.5rem}.nl-hero{position:relative;width:100vw;max-width:100%;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:280px;max-height:min(72vh,560px);overflow:hidden;border-bottom:1px solid var(--line);background:var(--bg-muted)}.nl-hero__bg{display:none}.nl-hero__photo{width:100%;height:min(72vh,560px);min-height:280px;object-fit:cover;display:block}.nl-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:clamp(1.25rem,4vw,2.5rem) 0;background:linear-gradient(180deg,#1a1a1a0d,#1a1a1a8c 55%,#1a1a1ad1)}[data-theme=dark] .nl-hero__overlay{background:linear-gradient(180deg,#0003,#000000c7)}.nl-hero__inner{width:min(100% - 2rem,var(--max));margin-inline:auto}.nl-hero__kicker{margin:0 0 .5rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffb4b4}.nl-hero__title{margin:0 0 .75rem;font-family:var(--font-display);font-weight:700;font-size:clamp(1.85rem,5.5vw,3rem);line-height:1.08;letter-spacing:-.02em;color:#fff;max-width:20ch}.nl-hero__deck{margin:0;max-width:52ch;font-size:clamp(1rem,2.4vw,1.125rem);line-height:1.55;color:#ffffffeb}.nl-body{padding-top:1.75rem;max-width:58rem;margin-inline:auto}.nl-flash{margin-bottom:1rem}.nl-flash[hidden]{display:none!important}.nl-masthead{text-align:center;margin-bottom:1.75rem}.nl-rule{margin:0 auto .75rem}.nl-masthead__meta{margin:0;font-size:.88rem;color:var(--ink-muted)}.nl-grid{display:grid;grid-template-columns:minmax(0,1fr) min(100%,300px);gap:clamp(1.25rem,3vw,2.25rem);align-items:start}@media(max-width:900px){.nl-grid{grid-template-columns:1fr}}.nl-maincol .nl-section{margin-bottom:2rem}.nl-section h2{font-family:var(--font-display);font-size:clamp(1.35rem,2.5vw,1.75rem);margin:0 0 .75rem}.nl-section p{margin:0 0 1rem;color:var(--ink-muted);max-width:52ch}.nl-section p:last-child{margin-bottom:0}.nl-section__badge{display:inline-block;margin-bottom:.5rem;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.nl-section--accent{padding:1.15rem 1.2rem 1.25rem;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--accent-soft)}.nl-section--accent h2{color:var(--ink)}.nl-checklist{margin:0;padding-left:1.15rem;color:var(--ink);line-height:1.55}.nl-checklist li{margin-bottom:.5rem}.nl-checklist strong{color:var(--ink)}.nl-rail{display:flex;flex-direction:column;gap:1rem}.nl-card{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--bg-elevated);overflow:hidden;box-shadow:var(--shadow-sm)}.nl-card--photo img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.nl-card__cap{margin:0;padding:.65rem .85rem .75rem;font-size:.85rem;color:var(--ink-muted);background:var(--bg-muted);border-top:1px solid var(--line)}.nl-card__title{margin:0 0 .4rem;font-family:var(--font-display);font-size:1.15rem;padding:.85rem .85rem 0}.nl-card__text{margin:0;padding:0 .85rem .9rem;font-size:.95rem;color:var(--ink-muted)}.nl-card--quote{padding:1rem 1.1rem;background:linear-gradient(145deg,var(--sage-tint),var(--bg-muted))}.nl-card--quote blockquote{margin:0}.nl-card--quote p{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.08rem;font-style:italic;line-height:1.45;color:var(--ink)}.nl-card--quote cite{font-size:.82rem;font-style:normal;color:var(--ink-muted)}.nl-calendar{margin-top:2.5rem;padding:clamp(1.25rem,3vw,2rem);border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-md)}.nl-calendar__head{text-align:center;margin-bottom:1.5rem}.nl-calendar__head img{margin:0 auto .75rem}.nl-calendar__head h2{margin:0 0 .5rem;font-family:var(--font-display);font-size:clamp(1.45rem,3vw,2rem)}.nl-calendar__intro{margin:0 auto;max-width:52ch;color:var(--ink-muted);font-size:.95rem}.nl-events{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.nl-event{display:grid;grid-template-columns:minmax(4.5rem,5.5rem) minmax(0,1fr);gap:1rem;padding:1rem 1.1rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--bg-elevated)}@media(max-width:520px){.nl-event{grid-template-columns:1fr}.nl-event__date{flex-direction:row!important;justify-content:flex-start;gap:.5rem;min-height:auto!important}}.nl-event--soft{background:var(--bg-muted)}.nl-event__date{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:.65rem .5rem;border-radius:var(--radius-md);background:var(--accent);color:#fff;font-weight:700;line-height:1.15;min-height:100%}.nl-event--soft .nl-event__date{background:var(--garden);color:#fff}.nl-event__month{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;opacity:.95}.nl-event__day{font-family:var(--font-display);font-size:1.35rem}.nl-event__body h3{margin:0 0 .45rem;font-family:var(--font-display);font-size:1.12rem;line-height:1.25}.nl-event__body p{margin:0 0 .65rem;font-size:.95rem;color:var(--ink-muted);max-width:none}.nl-event__link{margin-bottom:.5rem}.nl-event__source{margin:0!important;font-size:.72rem!important;color:var(--ink-muted)!important;font-style:italic}.nl-foot{margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid var(--line);text-align:center}.nl-foot p{margin:0 auto .75rem;max-width:52ch;color:var(--ink-muted);font-size:.95rem}.nl-foot__fineprint{font-size:.82rem!important}@media(max-width:640px){.nl-hero__title,.nl-hero__deck{max-width:none}}html[data-pdf-handout] .site-header,html[data-pdf-handout] .site-footer,html[data-pdf-handout] .nl-foot__actions{display:none!important}html[data-pdf-handout] .nl-hero{margin-left:0;margin-right:0;width:100%;max-height:none;min-height:360px;height:420px}html[data-pdf-handout] .nl-hero__photo{height:420px;min-height:360px;max-height:none;-webkit-print-color-adjust:exact;print-color-adjust:exact}html[data-pdf-handout] .nl-card--photo img{-webkit-print-color-adjust:exact;print-color-adjust:exact}.hub-section{background:linear-gradient(180deg,var(--bg-muted) 0%,var(--bg) 55%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hub-mission{margin:0 auto 1.75rem;max-width:52ch;text-align:center;font-family:var(--font-display);font-size:clamp(1.05rem,2.2vw,1.25rem);font-style:italic;line-height:1.5;color:var(--ink-muted)}.hub-head{text-align:center;margin-bottom:1.5rem}.hub-title{margin:0 0 .5rem;font-family:var(--font-display);font-weight:700;font-size:clamp(1.65rem,3vw,2.25rem);color:var(--ink)}.hub-subtitle{margin:0 auto;max-width:56ch;font-size:1.02rem;color:var(--ink-muted);line-height:1.55}.hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1rem}.hub-tile{display:flex;gap:1rem;align-items:flex-start;padding:1.1rem 1.15rem 1.15rem;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--bg-elevated);text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease}.hub-tile:hover{border-color:var(--line-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.hub-tile:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hub-tile__mark{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--accent);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.04em}.hub-tile__body{display:flex;flex-direction:column;gap:.35rem;min-width:0}.hub-tile__label{font-family:var(--font-display);font-weight:700;font-size:1.08rem;line-height:1.25;color:var(--ink)}.hub-tile__desc{font-size:.92rem;line-height:1.45;color:var(--ink-muted)}.hub-tile__ext{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent)}.reading-section{border-bottom:1px solid var(--line)}.reading-section__head{margin-bottom:1.25rem}.reading-intro{margin:0;max-width:54ch;color:var(--ink-muted)}.reading-rows{list-style:none;margin:0;padding:0;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--bg-elevated);overflow:hidden}.reading-rows li{border-bottom:1px solid var(--line)}.reading-rows li:last-child{border-bottom:none}.reading-row{display:grid;grid-template-columns:minmax(0,9.5rem) minmax(0,1fr) auto;gap:.75rem 1rem;align-items:center;padding:1rem 1.1rem;text-decoration:none;color:inherit;transition:background .15s ease}.reading-row:hover{background:var(--bg-muted)}.reading-row:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--accent)}.reading-row__eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);line-height:1.35}.reading-row__main{display:flex;flex-direction:column;gap:.25rem;min-width:0}.reading-row__title{font-family:var(--font-display);font-weight:700;font-size:1.05rem;line-height:1.3;color:var(--ink)}.reading-row__dek{font-size:.9rem;line-height:1.45;color:var(--ink-muted)}.reading-row__go{font-size:1.25rem;font-weight:600;color:var(--garden)}@media(max-width:640px){.reading-row{grid-template-columns:1fr;align-items:start}.reading-row__go{display:none}.reading-row__eyebrow{max-width:none}}
