:root {
  --ink: #41343c;
  --body: #403b3e;
  --muted: #5b6161;
  --paper: #f7f3ed;
  --white: #fffdf9;
  --sage: #e4e9df;
  --mist: #edf0e9;
  --accent: #a34829;
  --terracotta: #bd5a33;
  --gold: #d8a458;
  --line: #c5c7be;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Source Sans 3', 'Segoe UI', sans-serif;
  --hebrew: 'Heebo', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6.5rem; }
body { margin: 0; background: var(--paper); color: var(--body); font: 400 1.0625rem/1.6 var(--sans); }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
:is(button, input, select, a, summary):focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: #e9ceae; }
input::placeholder { color: var(--muted); opacity: 1; }
h1, h2, h3, h4 { color: var(--ink); font-family: var(--serif); font-weight: 450; font-optical-sizing: auto; font-variation-settings: 'SOFT' 0, 'WONK' 0; }
em { font-style: italic; }
p { margin-top: 0; }
.skip-link { position: fixed; z-index: 100; top: -6rem; left: 1rem; padding: .75rem 1rem; color: var(--ink); background: var(--white); }
.skip-link:focus { top: 1rem; }
.topbar { position: sticky; top: 0; z-index: 20; min-height: 78px; padding: .65rem clamp(1rem,4vw,4rem); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; white-space: nowrap; font: 500 1.3rem/1.25 var(--serif); letter-spacing: -.025em; }
/* The viewport shows only the dove from the original supplied artwork. */
.studio-dove { display: block; flex: 0 0 auto; width: 2.5rem; height: auto; overflow: hidden; }
.brand em { font-style: italic; color: var(--accent); }
.brand-copy { display: grid; gap: .2rem; min-width: 0; }
.brand-subtitle { color: var(--body); font: 400 .875rem/1.4 var(--sans); letter-spacing: .01em; white-space: normal; }
.topbar nav { display: flex; align-items: center; gap: clamp(.7rem,2vw,2rem); }
.topbar nav a { display: flex; align-items: center; min-height: 44px; text-decoration: none; font-size: 1rem; font-weight: 600; border-bottom: 2px solid transparent; }
.topbar nav a:hover { border-bottom-color: var(--accent); }
.topbar nav .converter-nav { color: var(--accent); }
.nav-wide { margin-right: .22em; }
.opening { padding: 2rem clamp(1rem,4vw,4rem) 0; }
.opening-grid { max-width: 1320px; margin: auto; display: grid; grid-template-columns: minmax(310px,.76fr) minmax(0,1.24fr); gap: clamp(2rem,5vw,5rem); align-items: start; }
.primary-column { grid-column: 2; min-width: 0; }
.eyebrow, .kicker { margin: 0 0 .75rem; color: var(--accent); font-size: .875rem; font-weight: 600; line-height: 1.4; letter-spacing: .13em; text-transform: uppercase; }
.today-panel { --year-size: clamp(14rem,25vw,21rem); container-type: inline-size; position: relative; isolation: isolate; min-height: calc(var(--year-size) * .9); padding: 1.2rem 0 1.8rem; display: flex; flex-direction: column; justify-content: center; text-align: right; }
.today-year { position: absolute; z-index: -1; inset: 0; display: flex; align-items: center; justify-content: flex-end; padding-inline-end: .055em; color: #e3e1d8; font: 500 min(var(--year-size), 55cqw)/1 var(--serif); letter-spacing: -.055em; pointer-events: none; }
.today-panel .eyebrow { color: var(--ink); letter-spacing: .08em; margin-bottom: 1.4rem; }
.today-date { display: flex; justify-content: flex-end; align-items: center; gap: 1.2rem; }
.today-date > strong { color: var(--terracotta); font: 450 clamp(6rem,12vw,10rem)/.85 var(--serif); letter-spacing: -.06em; }
.today-date > span { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; }
.today-date b { color: var(--ink); font: 450 clamp(2.8rem,5.4vw,5rem)/1 var(--serif); letter-spacing: -.045em; }
.today-hebrew-script { color: var(--ink); font: 450 clamp(1.5rem,2.8vw,2.2rem)/1.2 var(--hebrew); }
.today-sunset { align-self: flex-end; display: inline-flex; align-items: center; gap: .55rem; min-height: 32px; margin: .75rem 0 0; color: var(--body); font-size: .9375rem; line-height: 1.35; cursor: pointer; }
.today-sunset input { width: 18px; height: 18px; margin: 0; accent-color: var(--accent); }
.today-sunset span { border-bottom: 1px solid transparent; }
.today-sunset:hover span { border-bottom-color: var(--line); }
.today-note { margin: 1rem 0 0; color: var(--body); font-size: 1rem; }
.converter-hub { padding: clamp(1.35rem,2.6vw,2.25rem); background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: 3px; box-shadow: 0 8px 24px #41343c08; }
.converter-hub h1 { margin: 0 0 1.5rem; font-size: clamp(2.35rem,4vw,3.5rem); line-height: 1.05; letter-spacing: -.04em; }
.direction-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 1.25rem; background: var(--mist); border: 1px solid var(--line); border-radius: 4px; }
.direction-tabs button { min-height: 50px; padding: .75rem .5rem; background: transparent; color: var(--body); border: 0; border-bottom: 3px solid transparent; border-radius: 3px; font-size: 1rem; font-weight: 500; line-height: 1.25; }
.direction-tabs button.active { color: var(--ink); background: var(--white); border-bottom-color: var(--accent); font-weight: 600; }
.converter-form { display: grid; grid-template-columns: minmax(180px,1fr) auto; gap: .75rem 1rem; align-items: end; }
.converter-form > label:not(.check-row), .hebrew-fields label { display: grid; gap: .35rem; font-size: .9375rem; font-weight: 600; }
.converter-form > label[for='date-to-convert'] { grid-column: 1/-1; }
.converter-form input[type=date], .converter-form input[type=number], .converter-form select, .filters input, .filters select { width: 100%; min-width: 0; min-height: 50px; padding: .6rem .75rem; border: 1px solid #888f87; border-radius: 4px; background: var(--white); color: var(--ink); font-size: 1.0625rem; line-height: 1.4; }
.primary-button { min-height: 50px; padding: .7rem 1.1rem; border: 1px solid var(--accent); border-radius: 4px; color: var(--white); background: var(--accent); font-size: 1rem; font-weight: 600; line-height: 1.3; }
.primary-button:hover { background: #803a24; border-color: #803a24; }
.check-row { grid-column: 1/-1; display: flex; align-items: center; gap: .6rem; min-height: 32px; font-size: 1rem; }
.check-row input { width: 19px; height: 19px; margin: 0; accent-color: var(--accent); }
.field-help { grid-column: 1/-1; margin: -.2rem 0 .2rem; color: var(--muted); font-size: .9375rem; line-height: 1.5; }
.hebrew-form { display: block; }
.hebrew-fields { display: grid; grid-template-columns: .65fr 1.4fr .9fr; gap: .75rem; }
.hebrew-form .field-help { margin: .8rem 0; }
.hebrew-form .primary-button { width: 100%; }
.converter-result { margin-top: 1.25rem; border-top: 1px solid var(--line); }
.result-prompt { margin: 1rem 0; color: var(--muted); font-size: 1rem; }
.privacy-note, .custom-note { margin: 1rem 0 0; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.date-result-card { padding-top: 1.3rem; }
.result-label { margin: 0 0 .8rem; color: var(--accent); font-size: .875rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.result-typography { display: flex; gap: 1rem; align-items: center; margin-bottom: 1rem; }
.result-day { color: var(--terracotta); font: 450 clamp(4.5rem,7vw,6.5rem)/.9 var(--serif); letter-spacing: -.045em; }
.result-typography span { display: flex; flex-direction: column; gap: .3rem; }
.result-month { color: var(--ink); font: 450 clamp(2rem,3.5vw,3rem)/1.05 var(--serif); letter-spacing: -.025em; }
.result-year { color: var(--muted); font-size: 1.125rem; }
.result-explanation { margin: .5rem 0; }
.conversion-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.25rem 0; padding: 1.2rem; background: var(--mist); border-left: 2px solid #a8b3a2; }
.conversion-summary p { margin: 0; font-size: 1rem; line-height: 1.5; }
strong { font-weight: 600; }
.show-period { min-height: 46px; padding: .6rem .9rem; border: 1px solid var(--ink); border-radius: 3px; color: var(--ink); background: transparent; font-size: 1rem; font-weight: 600; }
.show-period:hover { background: var(--sage); }
.memory-panel { grid-column: 1; grid-row: 1; margin-top: 3rem; padding: clamp(1.3rem,2.3vw,2rem); background: var(--sage); border-radius: 3px; }
.memory-heading { position: relative; isolation: isolate; min-height: 95px; display: flex; align-items: center; }
.memory-heading > div { z-index: 1; }
.memory-heading h2 { margin: 0; font-size: clamp(1.9rem,2.6vw,2.6rem); line-height: 1.12; letter-spacing: -.035em; }
.memory-mark { position: absolute; z-index: -1; right: 0; top: -.6rem; color: #cdd4c8; font: 600 7.5rem/1 var(--hebrew); pointer-events: none; }
.memory-definition { margin: .7rem 0 1.4rem; color: var(--body); font-size: 1rem; line-height: 1.5; max-width: 32ch; }
.range-line { margin: 0 0 .7rem; color: var(--muted); font-size: .9375rem; line-height: 1.5; }
.range-line span { display: block; }
.range-line span:first-child { color: var(--ink); font-weight: 600; }
.week-controls { display: flex; gap: .5rem; margin-bottom: 1.2rem; }
.week-controls button { min-width: 44px; min-height: 44px; padding: .5rem .85rem; color: var(--ink); background: transparent; border: 1px solid #9da698; border-radius: 3px; font-size: .9375rem; font-weight: 600; }
.week-controls button:hover { background: var(--white); }
.week-controls button:disabled { opacity: .45; cursor: default; }
.person-card { padding: 1.2rem 0; border-top: 1px solid #b4beaf; }
.person-card:last-child { padding-bottom: 0; }
.person-date, .archive-date { margin: 0 0 .6rem; color: var(--accent); font-size: .875rem; font-weight: 600; line-height: 1.5; }
.person-card h3, .archive-person h3 { margin: 0 0 .55rem; font-size: 1.6rem; line-height: 1.2; letter-spacing: -.025em; }
.person-card > p:not(.person-date) { margin: 0 0 .6rem; font-size: 1rem; line-height: 1.6; }
.source-link { display: inline-block; padding: .4rem 0; color: var(--ink); font-size: .875rem; font-weight: 500; line-height: 1.55; text-decoration-color: var(--accent); letter-spacing: .065em; text-transform: uppercase; }
.calendar-strip { max-width: 1320px; margin: 3rem auto 0; padding: 2rem 0; display: grid; grid-template-columns: .7fr 2.3fr; gap: 2rem; border-top: 1px solid #a8b3a2; border-bottom: 1px solid #a8b3a2; }
.calendar-heading h2 { margin: 0; font-size: 1.9rem; line-height: 1.15; letter-spacing: -.03em; }
.calendar-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1.5rem; }
.fact { margin: 0; }
.fact dt { margin: 0 0 .6rem; color: var(--accent); font-size: .875rem; font-weight: 600; line-height: 1.4; }
.fact dd { margin: 0; font-size: 1.0625rem; line-height: 1.5; }
.reading-reference { display: block; }
.verse-range { white-space: nowrap; }
.reading-note { display: block; margin-top: .35rem; color: var(--muted); font-size: .9375rem; }
.fact dd a { text-decoration-color: var(--accent); }
.fact small { display: block; margin-top: .5rem; color: var(--muted); font-size: .9375rem; line-height: 1.5; }
.fact small[lang=he] { color: var(--ink); font: 500 1.125rem/1.45 var(--hebrew); text-align: left; }
.sponsor { max-width: 1320px; min-height: 68px; margin: 1.5rem auto; padding: 1.25rem clamp(1rem,4vw,4rem); display: flex; align-items: center; justify-content: center; color: var(--muted); }
.sponsor::before, .sponsor::after { content: ''; height: 1px; flex: 1; background: var(--line); max-width: 22rem; }
.sponsor-label { padding: 0 1rem; font-size: .8125rem; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; }
.history-discovery, .year-browser, .about { padding: clamp(3rem,6vw,5.5rem) clamp(1rem,4vw,4rem); }
.history-discovery { max-width: 1448px; margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem,6vw,6rem); align-items: start; }
.section-intro h2, .year-heading h2, .about h2 { margin: 0; font-size: clamp(2.5rem,4.4vw,4.4rem); line-height: 1.06; letter-spacing: -.04em; }
.section-intro > p:last-child { margin: 1.3rem 0 0; max-width: 35ch; color: var(--muted); font-size: 1.125rem; }
.history-entry { padding: clamp(1.35rem,3vw,2.5rem); background: var(--white); border-top: 3px solid var(--accent); }
.history-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; margin: 0 0 1.1rem; color: var(--muted); font-size: .9375rem; font-weight: 500; }
.history-kind { color: var(--accent); }
.history-entry h3 { margin: 0 0 1.1rem; font-size: clamp(1.8rem,2.6vw,2.6rem); line-height: 1.16; letter-spacing: -.03em; }
.history-entry > p:not(.history-meta):not(.history-source), .additional-history p:last-child { font-size: 1.125rem; line-height: 1.7; }
.history-source { margin: 1.5rem 0 0; color: var(--muted); font-size: .875rem; }
.more-history { margin: 1.6rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); }
.more-history > summary { cursor: pointer; padding: .5rem 0; color: var(--ink); font-size: 1rem; font-weight: 600; text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: .2em; }
.additional-history article { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.additional-history h4 { margin: 0 0 .75rem; font-size: 1.65rem; line-height: 1.2; letter-spacing: -.02em; }
.additional-history p:last-child { margin-bottom: 0; }
.year-browser { background: var(--sage); }
.year-heading { max-width: 1320px; margin: 0 auto 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; }
.year-heading > p { margin: 0; max-width: 55ch; color: var(--body); font-size: 1.125rem; }
.filters { max-width: 1320px; margin: 0 auto 1.5rem; display: grid; grid-template-columns: 1.5fr .7fr; gap: 1.25rem; }
.filters label { display: grid; gap: .45rem; }
.filters label span { font-size: .9375rem; font-weight: 600; }
.results-line { max-width: 1320px; margin: 0 auto .8rem; display: flex; justify-content: space-between; color: var(--muted); font-size: .9375rem; }
.results-line p { margin: 0; }
.week-list { max-width: 1320px; margin: auto; border-top: 1px solid #a8b3a2; }
.week-item { border-bottom: 1px solid #b5beaf; }
.week-item summary { list-style: none; display: grid; grid-template-columns: 5rem minmax(15rem,.9fr) minmax(0,1.6fr); gap: 1.5rem; align-items: center; padding: 1.4rem .2rem; cursor: pointer; }
.week-item summary::-webkit-details-marker { display: none; }
.week-item summary:hover { background: #f7f3ed75; }
.week-number { color: var(--muted); font-size: .875rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.week-window { color: var(--ink); font-size: 1.0625rem; line-height: 1.45; font-weight: 600; }
.week-window small { display: block; margin-top: .3rem; color: var(--muted); font-size: 1rem; line-height: 1.45; font-weight: 400; }
.week-names { display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: var(--ink); font-size: 1.125rem; font-weight: 600; line-height: 1.5; }
.open-mark { flex-shrink: 0; font: 400 1.4rem/1 var(--sans); transition: transform .2s; }
.week-item[open] .open-mark { transform: rotate(45deg); }
.week-body { padding: 0 0 1.8rem 6.7rem; }
.archive-people { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem; }
.archive-person { padding: 1.5rem; background: var(--white); }
.archive-person p:not(.archive-date) { font-size: 1.0625rem; }
.archive-context { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1.5rem; margin-top: 1.25rem; font-size: .9375rem; line-height: 1.6; }
.archive-context p { margin: 0; }
.archive-context strong { display: block; color: var(--ink); }
.empty-state { max-width: 1320px; margin: 1.5rem auto; }
.about { max-width: 1448px; margin: auto; }
.about h2 { margin-bottom: 2.5rem; }
.about-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3rem; }
.about-columns h3 { margin: 0 0 .75rem; font-size: 1.6rem; line-height: 1.2; }
.about-columns p { margin: 0; font-size: 1.0625rem; }
footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem 2rem; padding: 1.75rem clamp(1rem,4vw,4rem); color: var(--paper); background: var(--ink); font-size: .9375rem; }
.footer-identity { display: grid; gap: .3rem; }
.footer-site-name { font: 450 1.25rem/1.4 var(--serif); }
.studio-credit { color: #e3d5c5; font-size: .9375rem; line-height: 1.5; }
.studio-credit strong { font-weight: 600; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 2rem; }
footer a { text-underline-offset: .2em; }
@media (max-width: 1120px) {
  .calendar-strip { grid-template-columns: 1fr; gap: 1.5rem; }
  .calendar-heading { display: flex; align-items: baseline; gap: 2rem; }
  .calendar-heading .kicker { margin: 0; }
  .converter-form { grid-template-columns: 1fr; }
  .converter-form > * { grid-column: 1; }
  .converter-form .primary-button { width: 100%; }
}
@media (max-width: 980px) {
  .topbar { flex-wrap: wrap; justify-content: center; gap: .5rem; padding-top: .8rem; padding-bottom: .2rem; }
  .topbar nav { width: 100%; justify-content: center; gap: 2.5rem; }
  html { scroll-padding-top: 8.5rem; }
  .opening-grid { grid-template-columns: minmax(0,1fr); gap: 2rem; max-width: 740px; }
  .primary-column, .memory-panel { grid-column: 1; }
  .memory-panel { grid-row: auto; margin: 0; }
  .memory-definition { max-width: none; }
  .today-panel { --year-size: clamp(16rem,43vw,21rem); }
  .today-date > strong { font-size: 8rem; }
  .today-date b { font-size: 4.5rem; }
  .converter-form { grid-template-columns: minmax(200px,1fr) auto; }
  .converter-form > * { grid-column: auto; }
  .converter-form .check-row, .converter-form .field-help { grid-column: 1/-1; }
  .history-discovery { grid-template-columns: 1fr; gap: 2rem; }
  .section-intro { max-width: 640px; }
  .section-intro > p:last-child { max-width: 50ch; }
  .year-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .week-item summary { grid-template-columns: 4rem minmax(12rem,.9fr) minmax(0,1.2fr); gap: 1rem; }
  .week-body { padding-left: 0; }
  .about-columns { gap: 1.75rem; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 7.75rem; }
  .topbar { padding: .8rem 1rem .1rem; gap: .45rem; }
  .brand { font-size: 1.25rem; }
  .topbar nav { display: grid; grid-template-columns: repeat(4,1fr); gap: .3rem; }
  .topbar nav a { justify-content: center; font-size: .9375rem; white-space: nowrap; }
  .nav-wide { display: none; }
  .opening { padding-top: .6rem; }
  .today-panel { --year-size: clamp(10rem,51vw,18rem); min-height: max(180px, calc(var(--year-size) * .9)); padding: 1.25rem 0; }
  .today-panel .eyebrow { font-size: .8125rem; letter-spacing: .04em; margin-bottom: 1rem; }
  .today-date { gap: .7rem; }
  .today-date > strong { font-size: clamp(4.8rem,22vw,7.5rem); }
  .today-date b { font-size: clamp(2.5rem,9vw,3.7rem); }
  .today-hebrew-script { font-size: 1.6rem; }
  .today-sunset { margin-top: .6rem; font-size: .9rem; }
  .converter-hub { padding: 1.2rem; }
  .converter-hub h1 { font-size: 2.5rem; margin-bottom: 1.15rem; }
  .converter-hub .kicker { font-size: .8125rem; letter-spacing: .1em; }
  .direction-tabs button { font-size: .9375rem; padding: .7rem .3rem; }
  .converter-form { grid-template-columns: minmax(0,1fr); }
  .converter-form > * { grid-column: 1 !important; }
  .primary-button { width: 100%; }
  .hebrew-fields { gap: .5rem; grid-template-columns: .65fr 1.35fr .9fr; }
  .hebrew-fields input, .hebrew-fields select { padding-left: .45rem; padding-right: .3rem; }
  .conversion-summary { grid-template-columns: 1fr; padding: 1rem; }
  .memory-panel { padding: 1.5rem; }
  .memory-heading h2 { font-size: 2.2rem; }
  .memory-heading { min-height: 88px; }
  .memory-mark { font-size: 6.7rem; }
  .calendar-strip { margin-top: 2rem; }
  .calendar-heading { display: block; }
  .calendar-heading .kicker { margin-bottom: .7rem; }
  .calendar-facts { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.6rem 1.1rem; }
  .calendar-facts .fact { padding-top: 1rem; border-top: 1px solid var(--line); }
  .history-discovery, .year-browser, .about { padding-top: 3rem; padding-bottom: 3rem; }
  .section-intro h2, .year-heading h2, .about h2 { font-size: 2.65rem; }
  .history-entry { padding: 1.5rem 1.25rem; }
  .filters { grid-template-columns: 1fr; gap: 1rem; }
  .results-line p:last-child { display: none; }
  .week-item summary { grid-template-columns: 3.7rem minmax(0,1fr); padding: 1.15rem 0; gap: .8rem; }
  .week-names { grid-column: 1/-1; font-size: 1.125rem; }
  .archive-people { grid-template-columns: 1fr; gap: 1rem; }
  .archive-context { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
  .about-columns { grid-template-columns: 1fr; gap: 2rem; }
  footer { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
  .footer-links { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 360px) {
  .opening { padding-left: .75rem; padding-right: .75rem; }
  .converter-hub { padding: 1rem; }
  .topbar { padding-left: .65rem; padding-right: .65rem; }
  .topbar nav a { font-size: .875rem; }
  .calendar-facts { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .open-mark { transition: none; } }

/* Standalone information pages */
.info-page { min-height: calc(100vh - 78px); }
.info-shell { width: min(100% - 2rem, 1080px); margin: 0 auto; padding: clamp(3rem,7vw,6.5rem) 0; }
.info-hero { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: clamp(2rem,7vw,7rem); align-items: start; padding-bottom: clamp(2.5rem,5vw,4.5rem); border-bottom: 1px solid var(--line); }
.info-hero h1 { margin: 0; font-size: clamp(3.2rem,7vw,6.2rem); line-height: .98; letter-spacing: -.055em; }
.info-lede { margin: .25rem 0 0; color: var(--body); font-size: clamp(1.2rem,2.2vw,1.55rem); line-height: 1.55; max-width: 34ch; }
.info-content { max-width: 780px; margin: clamp(2.5rem,5vw,4.5rem) auto 0; }
.info-content section + section { margin-top: 3rem; padding-top: 3rem; border-top: 1px solid var(--line); }
.info-content h2 { margin: 0 0 1rem; font-size: clamp(2rem,3.5vw,3rem); line-height: 1.08; letter-spacing: -.035em; }
.info-content h3 { margin: 1.7rem 0 .55rem; font-size: 1.45rem; line-height: 1.25; }
.info-content p, .info-content li { font-size: 1.1rem; line-height: 1.75; }
.info-content ul { margin: 1rem 0 0; padding-left: 1.25rem; }
.info-content li + li { margin-top: .7rem; }
.info-note { margin-top: 1.75rem; padding: 1.25rem 1.4rem; background: var(--sage); border-left: 3px solid var(--accent); }
.info-note p:last-child { margin-bottom: 0; }
.info-meta { color: var(--muted); font-size: .95rem !important; }
.info-back { display: inline-flex; align-items: center; min-height: 44px; margin-top: 3rem; color: var(--accent); font-weight: 600; }
.topbar .info-nav { color: var(--accent); }
@media (max-width: 760px) {
  .info-hero { grid-template-columns: 1fr; gap: 1.5rem; }
  .info-shell { padding-top: 2.5rem; }
  .info-content { margin-top: 2.5rem; }
  .info-content section + section { margin-top: 2.25rem; padding-top: 2.25rem; }
}
