/* One eyebrow. The same small uppercase label above a heading was rendering at 8, 9, 10, 11
   and 14px across the site, at weights 700 and 800, depending on which page you were on —
   audited 12 Sept across 17 pages. The site's own small-label idiom is 11px/700, which the
   nav sheet's group heads and the picker's title already use. A spot that genuinely cannot
   take 11px may step down, but it says so here rather than in a media query nobody reads. */
/* The seasons instrument: monochrome follows the sky-led interface; every readout comes from
   the existing solar engine. The chart and controls keep stable space as a day moves. */
.seasons-page { --sn-accent: #f4f4f4; --sn-muted: #b3b3b3; }
/* THE ARC KEEPS ITS AMPLITUDE. sky.js lays the sun's path so it never climbs into the answer
   block — right — but its fallback clamps the wave to `horizonY - 24`, and on a hero whose
   answer runs long that floor is what you get: a flat line pretending to be a day. Measured at
   1280 on 13 Sept, the arc stood at its 24px floor on four of eight heroes for a first-time
   visitor and two of eight for a returning one. The answer is absolutely positioned, so height
   given to the section goes to the arc and moves no type: 600px gave 24px of arc here, 800px
   gives 87px. The first-visit frame is a paragraph that goes away, so it buys its own room
   rather than leaving the figure flattened for the one visit that has to judge it. */
.sky-section.seasons { height: 670px; min-height: 670px; max-height: 760px; }
.sky-section.seasons:has(.first-frame:not([hidden])) { height: 750px; min-height: 750px; max-height: 800px; }
.sky-section.seasons .answer { max-width: 770px; }
.sky-section.seasons .answer h1 { font-size: clamp(44px, 6.6vw, 86px); line-height: 1.06; margin-bottom: 22px; letter-spacing: -.045em; }
.sn-title-light { color: #e3e3e3; }
.sky-section.seasons .answer-place { min-height: 5.1em; max-width: 66ch; font-size: 15px; line-height: 1.7; color: #e3e3e3; text-wrap: pretty; }
.sky-section.seasons .first-frame { font-size: 14px; max-width: 61ch; }
.sky-section.seasons #sky-chips { display: none; }
.sky-section.seasons .sn-share { min-width: 132px; justify-content: center; }
.seasons-page .ground-inner { padding-top: 32px; }
.sn-panel { --sn-season: #d0d0d0; border: 0; border-radius: 0; padding: 32px 0 0; background: none;  border-top: 1px solid rgba(255,255,255,.12); }
.sn-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sn-eyebrow { display: block; margin: 0; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: var(--sn-muted); }
.sn-heading h2 { margin: 8px 0 0; font-size: clamp(21px, 2.4vw, 30px); font-weight: 300; letter-spacing: -.025em; line-height: 1.3; }
.sn-heading .has-select { background: #ffffff08; border: 1px solid #ffffff24; }
.sn-readout { display: grid; grid-template-columns: 1.1fr .75fr 1.15fr; align-items: center; gap: 28px; padding: 34px 0 28px; }
.sn-selected { display: flex; gap: 9px; align-items: center; margin: 0 0 7px; color: var(--sn-muted); font-size: 12px; font-weight: 700; }
#sn-season { color: var(--sn-season); text-transform: capitalize; }
.sn-duration { margin: 0; font-size: clamp(42px, 4.7vw, 64px); font-weight: 300; line-height: 1.14; letter-spacing: -.06em; font-variant-numeric: tabular-nums; white-space: nowrap; color: #f2f2f2; }
.sn-unit { margin-left: 4px; font-size: 18px; letter-spacing: 0; font-weight: 400; color: #bdbdbd; }
.sn-change { min-height: 1.6em; margin: 12px 0 0; font-size: 12px; color: var(--sn-muted); }
.sn-sun-times { display: grid; gap: 16px; margin: 0; border-left: 1px solid #ffffff1a; padding-left: 26px; }
.sn-sun-times div { display: grid; grid-template-columns: 1fr; gap: 2px; }
.sn-sun-times dt { color: var(--sn-muted); font-size: 11px; }
.sn-sun-times dt span { color: var(--sn-accent); margin-right: 5px; }
.sn-sun-times dd { margin: 0; font-size: 17px; font-weight: 600; font-variant-numeric: tabular-nums; line-height: 1.25; }
.sn-next { position: relative; display: flex; align-items: center; gap: 18px; color: var(--ink); background: #ffffff04; border: 1px solid #ffffff16; padding: 20px 18px; border-radius: 18px; text-align: left; font: inherit; cursor: pointer; min-width: 0; }
.sn-next:hover { background: #ffffff0a; border-color: #d0d0d066; }
.sn-next:disabled { cursor: default; }
.sn-next-copy { display: grid; gap: 7px; }
.sn-next .sn-eyebrow {  letter-spacing: .08em; }
.sn-next strong { font-size: 16px; line-height: 1.35; font-weight: 600; }
#sn-next-detail { font-size: 11px; color: var(--sn-muted); font-variant-numeric: tabular-nums; }
.sn-next-arrow { position: absolute; top: 12px; right: 13px; color: var(--sn-accent); font-size: 16px; }
.sn-orbit { width: 48px; height: 48px; border: 1px solid #d0d0d045; border-radius: 50%; position: relative; flex: 0 0 48px; background: radial-gradient(circle, #d0d0d012, transparent 70%); }
.sn-orbit::before { content: ''; position: absolute; inset: 11px; border: 1px solid #d0d0d029; border-radius: 50%; }
.sn-orbit i { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #e2e2e2; top: 4px; right: 0; box-shadow: 0 0 18px #bcbcbc80; }
.sn-chart-key { display: flex; justify-content: space-between; gap: 16px; margin: 10px 0 10px; font-size: 11px; color: var(--sn-muted); }
.sn-chart-key span:first-child { display: flex; align-items: center; gap: 7px; }
.sn-chart-key i { display: inline-block; width: 16px; height: 3px; border-radius: 2px; background: var(--sn-accent); }
.sn-draw svg { display: block; width: 100%; height: auto; touch-action: pan-y; pointer-events: none; overflow: visible; }
.sn-draw .sn-hit, .sn-draw .sn-handle { pointer-events: all; cursor: ew-resize; }
.sn-draw .sn-handle { touch-action: none; }
.sn-draw text { font-family: var(--round); font-size: 11px; font-weight: 600; fill: var(--sn-muted); letter-spacing: .01em; }
.sn-draw text.sn-bright { fill: #e3e3e3; }
.sn-draw text.sn-extreme { font-size: 10px; fill: #c6c6c6; }
.sn-draw text.sn-band-label { font-size: 10px; letter-spacing: .025em; }
.sn-draw text.sn-season-label { font-size: 11px; font-weight: 700; }
.sn-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin: 22px 0 0; }
.sn-scrub { display: flex; align-items: center; gap: 24px; flex: 1 1 100%; }
.sn-scrub label { display: grid; gap: 3px; width: 120px; flex: 0 0 120px; font-size: 10px; color: var(--sn-muted); }
.sn-scrub output { font-weight: 700; font-size: 15px; color: #e8e8e8; font-variant-numeric: tabular-nums; }
.sn-scrub input[type="range"] { flex: 1; min-width: 0; background: transparent; }
.sn-scrub input[type="range"]::-webkit-slider-runnable-track { height: 5px; background: linear-gradient(90deg, #8e8e8e, #b2b2b2 25%, #cfcfcf 50%, #a6a6a6 75%, #8e8e8e); border-radius: 5px; }
.sn-scrub input[type="range"]::-webkit-slider-thumb { width: 18px; height: 18px; margin-top: -6.5px; background: #e2e2e2; border: 3px solid #f2f2f2; box-shadow: 0 0 0 5px #d0d0d015; }
.sn-scrub input[type="range"]::-moz-range-track { height: 5px; background: linear-gradient(90deg, #8e8e8e, #b2b2b2 25%, #cfcfcf 50%, #a6a6a6 75%, #8e8e8e); }
.sn-scrub input[type="range"]::-moz-range-thumb { width: 13px; height: 13px; background: #e2e2e2; border: 3px solid #f2f2f2; box-shadow: 0 0 0 5px #d0d0d015; }
.sn-jumps { display: flex; gap: 6px; }
.sn-jump { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 40px; padding: 8px 14px; color: #c1c1c1; font: 600 11px var(--round); border: 1px solid #ffffff16; border-radius: 999px; background: #ffffff03; cursor: pointer; }
.sn-jump:hover, .sn-jump[aria-pressed="true"] { color: #e3e3e3; background: #d0d0d010; border-color: #d0d0d055; }
.sn-tools .sn-outing { margin-left: auto; min-height: 42px; padding: 11px 19px; background: rgba(255,255,255,.09); color: #f4f4f4; font-size: 12px; gap: 16px; }
.sn-tools .sn-outing:hover { background: rgba(255,255,255,.15); }
.sn-turning-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin: 30px 0 14px; padding-top: 24px; border-top: 1px solid #ffffff13; }
.sn-turning-heading h3 { font-size: 13px; font-weight: 600; margin: 0; }
.sn-turning-heading > span { color: var(--sn-muted); font-size: 10px; }
.sn-turning-points { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.sn-turn { --season-color: #d0d0d0; position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; background: linear-gradient(135deg, color-mix(in srgb, var(--season-color) 9%, transparent), transparent); border: 1px solid color-mix(in srgb, var(--season-color) 22%, transparent); border-radius: 13px; padding: 15px; min-height: 146px; color: var(--ink); font-family: var(--round); text-align: left; cursor: pointer; }
.sn-turn:hover, .sn-turn[aria-pressed="true"] { background: color-mix(in srgb, var(--season-color) 12%, transparent); border-color: color-mix(in srgb, var(--season-color) 60%, transparent); }
.sn-turn-icon { color: var(--season-color); width: 26px; height: 26px; margin-bottom: 4px; }
.sn-turn-season { font-size: 12px; color: var(--season-color); font-weight: 700; }
.sn-turn-date { font-size: 20px; font-weight: 300; line-height: 1.3; letter-spacing: -.02em; }
.sn-turn-detail { color: #b8b8b8; font-size: 10px; line-height: 1.6; }
.sn-turn-arrow { position: absolute; top: 12px; right: 14px; font-size: 14px; color: var(--season-color); }
.sn-fig figcaption p { margin: 20px 0 0; max-width: 100ch; color: var(--sn-muted); font-size: 12px; line-height: 1.7; }
@media (max-width: 1000px) {
  .sn-panel { padding: 32px 0 0;  background: none;  border: 0;  border-top: 1px solid rgba(255,255,255,.12);  border-radius: 0; }
  .sn-readout { gap: 18px; grid-template-columns: 1.15fr .7fr 1fr; }
  .sn-orbit { display: none; }
  .sn-next { padding: 20px 14px; }
  .sn-next strong { font-size: 14px; }
}
@media (max-width: 640px) {
  .sky-section.seasons { height: 650px; min-height: 650px; }
  .sky-section.seasons .answer h1 { font-size: 51px; }
  .sky-section.seasons .answer-place { font-size: 13px; min-height: 10.2em; }
  .sky-section.seasons .first-frame { font-size: 12px; }
  .seasons-page .ground-inner { padding-top: 20px; }
  .sn-panel { padding: 32px 0 0; border-radius: 0;  background: none;  border: 0;  border-top: 1px solid rgba(255,255,255,.12); }
  .sn-heading { gap: 12px; align-items: flex-start; }
  .sn-heading h2 { max-width: 15ch; font-size: 22px;  font-weight: 300;  line-height: 1.3; }
  .sn-heading .chip-dress { padding-left: 12px; padding-right: 28px; }
  .sn-eyebrow { letter-spacing: .1em; }   /* the 8px step-down is gone; one eyebrow, 11px */
  .sn-readout { grid-template-columns: minmax(0, 1fr) auto; gap: 22px 12px; padding: 26px 0 20px; }
  .sn-duration { font-size: 43px; }
  .sn-unit { font-size: 14px; margin-left: 3px; }
  .sn-selected { gap: 6px; font-size: 11px; }
  .sn-change { font-size: 10px; }
  .sn-sun-times { gap: 12px; padding-left: 15px; }
  .sn-sun-times dd { font-size: 14px; }
  .sn-next { grid-column: 1 / -1; padding: 16px; gap: 16px; }
  .sn-orbit { display: block; width: 36px; height: 36px; flex-basis: 36px; }
  .sn-orbit::before { inset: 8px; }
  .sn-orbit i { width: 10px; height: 10px; }
  .sn-next-copy { gap: 4px; }
  .sn-next .sn-eyebrow {  }
  .sn-chart-key { font-size: 9px; gap: 8px; margin-top: 3px; }
  .sn-draw text.sn-season-label { font-size: 9px; }
  .sn-scrub { gap: 14px; }
  .sn-scrub label { width: 90px; flex-basis: 90px; }
  .sn-tools { gap: 14px; margin-top: 18px; }
  .sn-jumps { width: 100%; gap: 5px; }
  .sn-jump { padding: 8px 10px; font-size: 10px; flex: 1; white-space: nowrap; }
  .sn-tools .sn-outing { width: 100%; margin-left: 0; justify-content: center;  background: rgba(255,255,255,.09);  color: #f4f4f4; }
  .sn-turning-heading { margin-top: 24px; padding-top: 20px; }
  .sn-turning-heading h3 { font-size: 12px; }
  .sn-turning-heading > span { display: none; }
  .sn-turning-points { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .sn-turn { padding: 14px; min-height: 150px; }
}
@media (max-width: 360px) {
  .sn-duration { font-size: 36px; }
  .sn-sun-times { padding-left: 10px; }
  .sn-sun-times dd { font-size: 12px; }
  .sn-heading h2 { font-size: 19px;  font-weight: 300;  line-height: 1.3; }
}
