/* A sunset story built from the forecast evidence, with an accessible sample explorer. */
.sunset-page { --ss-accent: #d6d6d6; --ss-secondary: #b4b4b4; --ss-muted: #b8b8b8; }
.sunset-page .ground-inner { padding-top: 32px; }
.sunset-page .ground-inner > .call-chips { margin-bottom: 24px; gap: 10px; }
.sunset-page .ground-inner > .call-chips .bright { background: rgba(255,255,255,.09); color: #f4f4f4; padding-left: 22px; padding-right: 22px; }
.sunset-page .ground-inner > .call-chips .bright:hover { background: rgba(255,255,255,.15); }
.sunset-page #ss-oracle { max-width: none; margin: 0; overflow: visible; }
.ss-story { overflow: hidden; border: 0; border-radius: 0; background: none;  border-top: 1px solid rgba(255,255,255,.12); }
.ss-story-head { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding: 32px 0 24px; }
.ss-kicker { margin: 0; color: var(--ss-muted); font: 700 10px var(--round); text-transform: uppercase; letter-spacing: .15em; }
.ss-story-head h2 { margin: 8px 0 0; font-size: clamp(24px, 3.2vw, 38px); line-height: 1.3; font-weight: 300; letter-spacing: -.03em; }
.ss-status { display: flex; align-items: center; gap: 7px; border: 1px solid #ffffff22; border-radius: 999px; padding: 8px 12px; color: #cfcfcf; font-size: 10px; white-space: nowrap; }
.ss-status::before { content: ''; width: 5px; height: 5px; background: #bbbbbb; border-radius: 50%; }
.ss-status[data-available="false"]::before { background: #a8a8a8; }
.ss-story-times { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 20px; padding: 0 0 24px; }
.ss-story-times > div { border-left: 1px solid #ffffff1f; padding-left: 22px; }
.ss-story-times > div:first-child { border-left: none; padding-left: 0; }
.ss-story-times dt { font-size: 11px; color: var(--ss-muted); margin-bottom: 5px; }
.ss-story-times dd { margin: 0; color: #f4f4f4; font-size: clamp(16px, 2vw, 23px); line-height: 1.25; font-weight: 300; font-variant-numeric: tabular-nums; }
.ss-story-times dd small { font-size: 12px; color: var(--ss-muted); margin-left: 6px; font-weight: 400; }
.ss-scene { position: relative; margin: 0; border: 0; border-radius: 18px; overflow: hidden; background: #17191d; }
.ss-scene svg { width: 100%; height: auto; display: block; }
.ss-scene text { font-family: var(--round); font-size: 11px; fill: #d3d3d3; font-weight: 600; }
.ss-scene .ss-layer-label { fill: #bababa; font-size: 9px; }
.ss-scene-note { position: absolute; top: 15px; left: 17px; margin: 0; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; color: #d4d4d4; }
.ss-scene-note-right { left: auto; right: 17px; color: #b3b3b3; font-size: 8px; }
.ss-story-body { padding: 24px 0; }
.ss-sample-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.ss-sample-heading h3 { font-size: 13px; font-weight: 600; margin: 0; }
.ss-sample-heading span { font-size: 10px; color: var(--ss-muted); }
.ss-samples { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.ss-sample { display: flex; justify-content: center; align-items: center; gap: 9px; font: 600 12px var(--round); color: #c1c1c1; background: #ffffff03; border: 1px solid #ffffff1b; border-radius: 10px; padding: 11px; cursor: pointer; }
.ss-sample span { font-size: 10px; line-height: 1.5; color: #ababab; }
.ss-sample:hover, .ss-sample[aria-pressed="true"] { background: #bfbfbf12; color: #e4e4e4; border-color: #cbcbcb65; }
.ss-sample[aria-pressed="true"] span { color: #c6c6c6; }
.ss-sample-detail { margin: 12px 0 0; min-height: 58px; font-size: 12px; line-height: 1.7; color: #cecece; }
.ss-outlook { margin-top: 19px; padding-top: 24px; border-top: 1px solid #ffffff17; }
.ss-outlook-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ss-outlook-head h3 { font-size: 13px; font-weight: 600; margin: 0; }
.ss-outlook-word { color: #d8d8d8; font-size: 13px; font-weight: 700; }
.ss-spectrum { --call-position: 0%; height: 6px; position: relative; margin: 26px 4% 0; border-radius: 6px; background: linear-gradient(90deg,#808080,#8a8a8a 35%,#a7a7a7 67%,#bebebe); }
.ss-spectrum::before { content: ''; position: absolute; top: -5px; left: var(--call-position); width: 16px; height: 16px; border: 3px solid #f2f2f2; background: #dadada; border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 6px #d4d4d420, 0 0 24px #c6c6c650; }
.ss-spectrum[data-known="false"] { opacity: .45; }
.ss-spectrum[data-known="false"]::before { display: none; }
.ss-spectrum-labels { display: flex; justify-content: space-between; margin-top: 15px; font-size: 11px; color: #b5b5b5; }
.ss-spectrum-labels span[data-active="true"] { color: #e2e2e2; font-weight: 700; }
.ss-outlook-reason { margin: 20px 0 0; color: #b8b8b8; font-size: 12px; line-height: 1.7; min-height: 3.4em; max-width: 85ch; }
.ss-explainer { margin-top: 20px; color: #b8b8b8; font-size: 11px; }
.ss-explainer summary { cursor: pointer; width: fit-content; }
.ss-explainer p { font-size: 12px; line-height: 1.7; max-width: 85ch; margin: 14px 0 0; }
.ss-story button:focus-visible { outline: 2px solid #e0e0e0; outline-offset: 3px; }
@media (max-width: 640px) {
 .sunset-page .ground-inner > .call-chips { gap: 8px; }
 .sunset-page .ground-inner > .call-chips .chip-dress { font-size: 11px; padding: 10px 14px; }
 .sunset-page .ground-inner > .call-chips .bright { width: 100%; justify-content: center;  background: rgba(255,255,255,.09);  color: #f4f4f4; }
 .ss-story { border-radius: 0;  background: none;  border: 0;  border-top: 1px solid rgba(255,255,255,.12); }
 .ss-story-head { padding: 32px 0 24px; display: block; }
 .ss-story-head h2 { font-size: 27px;  font-weight: 300;  line-height: 1.3; }
 .ss-kicker { font-size: 9px; }
 .ss-status { width: fit-content; margin-top: 16px; font-size: 9px; padding: 6px 10px; }
 .ss-story-times { padding: 0 0 24px; gap: 12px; grid-template-columns: 1fr 1fr; }
 .ss-story-times > div { padding-left: 15px; }
 .ss-story-times > div:last-child { grid-column: 1 / -1; padding: 0; border: 0; display: flex; gap: 10px; align-items: baseline; }
 .ss-story-times dt { font-size: 10px; }
 .ss-story-times dd { font-size: 15px;  font-weight: 300;  color: #f4f4f4; }
 .ss-story-times dd small { font-size: 10px; margin-left: 3px; }
 .ss-scene { margin: 0; border-radius: 13px;  background: #17191d;  border: 0; }
 .ss-scene-note { left: 12px; top: 12px; font-size: 8px; letter-spacing: .06em; }
 .ss-scene-note-right { display: none; }
 .ss-story-body { padding: 24px 0; }
 .ss-sample-heading { display: block; }
 .ss-sample-heading span { display: block; margin-top: 4px; }
 .ss-samples { gap: 5px; }
 .ss-sample { padding: 10px 4px; font-size: 11px; flex-direction: column; gap: 3px; }
 .ss-sample span { font-size: 9px; }
 .ss-sample-detail { font-size: 11px; min-height: 110px; }
 .ss-outlook { padding-top: 20px; margin-top: 12px; }
 .ss-outlook-head { gap: 10px; }
 .ss-outlook-head h3 { font-size: 12px; }
 .ss-outlook-word { font-size: 11px; }
 .ss-spectrum-labels { font-size: 10px; }
 .ss-outlook-reason { font-size: 11px; min-height: 5.1em; }
}

/* THE ARC KEEPS ITS AMPLITUDE ON A FIRST VISIT. The sunset hero is tall enough for a returning
   reader — measured 109px of arc at 1280 — but the first-visit paragraph pushes the answer's
   foot to 563px and sky.js then clamps the wave to its 24px floor, so the one visit that has to
   judge the instrument sees a flat line. The frame is a paragraph that goes away; it buys its
   own room. The answer is absolutely positioned, so this moves no type. (13 Sept.) */
.sky-section.roomy:has(.first-frame:not([hidden])) { min-height: 880px; }   /* .roomy is this hero's own class; an unscoped .sky-section rule in a page sheet is a trap for the next page that loads it */
