/* ===== COMMUNITY LAYER — class polls =====
   Two polls, two deliberately different visual languages:
   1) THE SPECTRUM — every classmate is a dot standing at a position. Open; you can move your dot.
   2) THE SHIFT    — last class's before→after movement as flowing ribbons. Closed; it's the payoff.
   House language: white/light bands, gradient cards, gold accents, navy ink. */

.polls-intro{color:var(--body-ink);max-inline-size:var(--measure-prose);margin-bottom:var(--space-l);}
.polls{display:grid;gap:var(--space-l);}
@media (min-width:62rem){ .polls{grid-template-columns:1fr 1fr;gap:var(--space-m);} }

.poll{background:linear-gradient(180deg,#ffffff,#F4F8FD);border:1px solid var(--line);border-top:3px solid var(--gold);
  border-radius:18px;padding:clamp(1.25rem,1rem + 1.2vw,1.875rem);box-shadow:0 26px 58px -34px rgba(16,30,56,.55);
  display:flex;flex-direction:column;container:poll / inline-size;}
.poll__kicker{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--osw);font-weight:600;font-size:var(--text-micro);
  letter-spacing:.14em;text-transform:uppercase;color:var(--pgold);}
.poll__kicker::before{content:"";width:.4375rem;height:.4375rem;border-radius:50%;background:var(--gold);}
.poll__kicker--closed{color:#8896a8;}
.poll__kicker--closed::before{background:#c3cede;}
.poll__q{font-family:var(--osw);font-weight:600;font-size:var(--text-heading);line-height:1.25;color:var(--navy);
  margin-top:.5rem;text-wrap:balance;}
.poll__hint{color:var(--body-ink-2);font-size:var(--text-small);margin-top:.375rem;}
.poll__foot{margin-top:auto;padding-top:var(--space-s);border-top:1px solid var(--line);display:flex;flex-wrap:wrap;
  gap:.5rem 1rem;align-items:baseline;justify-content:space-between;color:var(--body-ink-2);font-size:var(--text-small);}
.poll__count b{font-family:var(--osw);font-weight:600;font-size:1.0625rem;color:var(--navy);}

/* ---------- POLL 1 · THE SPECTRUM (a crowd of dots standing at positions) ---------- */
.spec{margin-top:var(--space-m);}
/* each column is a stack of people — height IS the count, so the row reads as a histogram of the class */
.spec__plot{display:grid;grid-template-columns:repeat(5,1fr);gap:.375rem;align-items:end;min-height:12.5rem;}
.spec__col{border:0;background:none;padding:.375rem .125rem 0;cursor:pointer;display:flex;flex-direction:column;
  align-items:center;justify-content:flex-end;gap:.3125rem;border-radius:10px 10px 0 0;}
.spec__col:hover{background:rgba(201,162,39,.09);}
.spec__col:disabled{cursor:default;}
.spec__dots{display:flex;flex-direction:column-reverse;align-items:center;gap:.25rem;}
.spec__dot{width:1.0625rem;height:1.0625rem;border-radius:50%;background:linear-gradient(180deg,#3f7fb5,#173b5c);
  box-shadow:0 1px 3px rgba(10,20,40,.4),inset 0 1px 0 rgba(255,255,255,.25);}
.spec__dot--you{background:linear-gradient(180deg,var(--gold2),var(--gold-soft));
  box-shadow:0 0 0 3px rgba(255,212,0,.3),0 2px 5px rgba(150,110,0,.5);}
.spec__you{font-family:var(--osw);font-weight:600;font-size:.625rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--pgold);height:.9rem;}
.spec__n{font-family:var(--osw);font-weight:600;font-size:1rem;color:var(--navy);
  border-top:1px solid var(--line);width:100%;padding-top:.25rem;}
.spec__col--empty .spec__n{color:#a8b4c4;}
/* the spectrum rail: a real gradient, the two poles named */
.spec__rail{height:.375rem;border-radius:999px;margin-top:.5rem;
  background:linear-gradient(90deg,#173b5c 0%,#3f7fb5 35%,#C9A227 68%,var(--gold) 100%);}
.spec__labels{display:grid;grid-template-columns:repeat(5,1fr);gap:.375rem;margin-top:.5rem;}
.spec__label{font-family:var(--mul);font-size:.6875rem;line-height:1.3;color:var(--body-ink-2);text-align:center;text-wrap:balance;}
.spec__col[aria-pressed="true"] + .spec__label, .spec__label--you{color:var(--navy);font-weight:700;}
.spec__poles{display:flex;justify-content:space-between;gap:1rem;margin-top:.625rem;}
.spec__pole{font-family:var(--osw);font-weight:600;font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);}
.spec__pole:last-child{text-align:right;color:var(--pgold);}

/* ---------- POLL 2 · THE SHIFT (before → after, as flowing ribbons) ---------- */
.shift{margin-top:var(--space-m);}
.shift__stat{display:flex;align-items:baseline;gap:.625rem;flex-wrap:wrap;margin-bottom:.75rem;}
.shift__big{font-family:var(--osw);font-weight:600;font-size:clamp(1.75rem,1.2rem + 2.4cqi,2.5rem);line-height:1;
  background:linear-gradient(180deg,#C9A227,#8a6c12);-webkit-background-clip:text;background-clip:text;color:transparent;}
.shift__stat-t{color:var(--body-ink);font-size:var(--text-small);}
.shift__chart{width:100%;height:auto;display:block;overflow:visible;}
.shift__ribbon{fill:none;stroke-linecap:round;opacity:.72;}
.shift__ribbon--up{stroke:url(#shiftUp);}
.shift__ribbon--flat{stroke:#c3cede;}
.shift__ribbon--down{stroke:#9fb2c8;}
.shift__ribbon--you{opacity:1;stroke:url(#shiftYou);filter:drop-shadow(0 2px 6px rgba(201,162,39,.55));}
.shift__node{fill:#173b5c;}
.shift__node--after{fill:#2f5f8d;}
.shift__axis-t{font-family:var(--osw);font-weight:600;font-size:.5625rem;letter-spacing:.14em;text-transform:uppercase;fill:#8896a8;}
.shift__lvl{font-family:var(--mul);font-weight:600;font-size:.5625rem;fill:#5a6b80;}
.shift__youtag{font-family:var(--osw);font-weight:600;font-size:.5625rem;letter-spacing:.1em;text-transform:uppercase;fill:#C9A227;}
.shift__legend{display:flex;flex-wrap:wrap;gap:.375rem .875rem;margin-top:.625rem;font-size:.6875rem;color:var(--body-ink-2);}
.shift__key{display:inline-flex;align-items:center;gap:.375rem;}
.shift__key i{width:1.125rem;height:.25rem;border-radius:999px;display:inline-block;}
.shift__key--up i{background:linear-gradient(90deg,#3f7fb5,var(--gold));}
.shift__key--flat i{background:#c3cede;}
.shift__key--down i{background:#9fb2c8;}
.shift__key--you i{background:linear-gradient(90deg,var(--gold-soft),var(--gold2));box-shadow:0 0 0 2px rgba(255,212,0,.25);}

@media (prefers-reduced-motion: no-preference){
  .spec__dot{transition:transform 180ms ease;}
  .spec__col:hover .spec__dot{transform:translateY(-2px);}
  .shift__ribbon{stroke-dasharray:var(--len);stroke-dashoffset:var(--len);animation:draw 900ms ease forwards;}
  @keyframes draw{to{stroke-dashoffset:0;}}
}

/* ---------- POLL 2 · THE FIELD (which objection do you actually meet?) ---------- */
.field{margin-top:var(--space-m);display:flex;flex-direction:column;gap:.5rem;}
.field__row{position:relative;border:0;background:none;padding:0;cursor:pointer;text-align:left;width:100%;border-radius:9px;}
.field__bar{position:relative;height:2.75rem;border-radius:9px;background:#EDF2F8;overflow:hidden;display:flex;align-items:center;}
.field__fill{position:absolute;inset:0 auto 0 0;border-radius:9px;
  background:linear-gradient(90deg,#17395a,#2f6899 55%,#C9A227 130%);}
.field__row--you .field__fill{background:linear-gradient(90deg,#8a6c12,#C9A227 55%,var(--gold) 110%);}
/* The label always starts at the bar's left edge, where the fill also always starts — so a
   short fill left navy text sitting on a dark fill and a long fill left it unreadable the
   other way. Give the label its own scrim so ONE colour works over both, whatever the count. */
.field__bar::before{content:'';position:absolute;inset:0 auto 0 0;width:min(78%,22rem);z-index:1;
  border-radius:9px 0 0 9px;pointer-events:none;
  background:linear-gradient(90deg,rgba(6,16,32,.62) 0%,rgba(6,16,32,.5) 55%,rgba(6,16,32,0) 100%);}
.field__t{position:relative;z-index:2;padding:0 .875rem;font-family:var(--mul);font-weight:600;font-size:.875rem;
  color:#fff;text-shadow:0 1px 3px rgba(6,16,32,.75);display:flex;align-items:center;gap:.5rem;}
.field__you{font-family:var(--osw);font-weight:600;font-size:.5625rem;letter-spacing:.12em;text-transform:uppercase;
  background:rgba(255,255,255,.9);color:#0A1322;border-radius:999px;padding:.1rem .4rem;}
.field__n{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);z-index:2;font-family:var(--osw);
  font-weight:600;font-size:1rem;color:var(--navy);}
.field__row:hover .field__bar{box-shadow:0 0 0 2px rgba(201,162,39,.45);}

/* ---------- THE TIMELINE — 2,000 years, filling in as the term runs ---------- */
.tl-wrap{margin-top:var(--space-l);overflow-x:auto;padding-bottom:.5rem;}
/* Top/bottom padding must clear a TWO-LINE era label plus its class line. At 3.75rem the
   first line of "Middle Ages & Reformation" was sliced off at every width, desktop included,
   and no scrolling in any direction could reveal it. */
.tl{position:relative;min-width:46rem;padding:5.5rem 0 5.75rem;}
.tl__rail{position:absolute;left:0;right:0;top:50%;height:.375rem;border-radius:999px;transform:translateY(-50%);
  background:linear-gradient(90deg,#17395a,#2f6899 45%,#C9A227 88%,var(--gold) 100%);opacity:.35;}
.tl__done{position:absolute;left:0;top:50%;height:.375rem;border-radius:999px;transform:translateY(-50%);
  background:linear-gradient(90deg,#2f6899,#C9A227);box-shadow:0 0 18px -2px rgba(201,162,39,.6);}
.tl__pt{position:absolute;top:50%;transform:translate(-50%,-50%);}
.tl__dot{width:1rem;height:1rem;border-radius:50%;background:#c3cede;border:3px solid #fff;
  box-shadow:0 2px 6px rgba(16,30,56,.35);}
.tl__pt--done .tl__dot{background:linear-gradient(180deg,var(--gold2),var(--gold-soft));}
.tl__pt--now .tl__dot{width:1.5rem;height:1.5rem;background:linear-gradient(180deg,var(--gold2),var(--gold));
  box-shadow:0 0 0 5px rgba(255,212,0,.25),0 3px 10px rgba(150,110,0,.5);}
.tl__lab{position:absolute;left:50%;transform:translateX(-50%);width:8.25rem;text-align:center;}
/* Anchor the end labels INSIDE the track. Centred on their dot they overhung both edges,
   and the scroll container clamps scrollLeft/Right, so the cut letters were unreachable
   ("he Prophets" on the left, "Class 10 · this we" on the right). */
.tl__pt--first .tl__lab{left:0;transform:none;text-align:left;}
.tl__pt--last  .tl__lab{left:auto;right:0;transform:none;text-align:right;}
.tl__pt:nth-child(odd) .tl__lab{bottom:1.75rem;}
.tl__pt:nth-child(even) .tl__lab{top:1.75rem;}
.tl__era{font-family:var(--osw);font-weight:600;font-size:.75rem;letter-spacing:.06em;color:var(--navy);}
.tl__pt--future .tl__era{color:#8896a8;}
.tl__cls{font-family:var(--mul);font-size:.625rem;color:var(--body-ink-2);margin-top:.1rem;}
.tl__pt--now .tl__era{color:var(--pgold);}
.tl__ends{display:flex;justify-content:space-between;margin-top:.25rem;font-family:var(--osw);font-weight:600;
  font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:#8896a8;}
.tl-note{color:var(--body-ink-2);font-size:var(--text-small);margin-top:.75rem;}

/* ---------- RELATED SERMONS ---------- */
.rel{display:grid;gap:var(--space-s);margin-top:var(--space-m);}
@media(min-width:48rem){.rel{grid-template-columns:repeat(3,1fr);}}
.rel__card{display:flex;gap:.875rem;align-items:center;background:#fff;border:1px solid var(--line-2);border-radius:12px;
  padding:.75rem;text-decoration:none;box-shadow:0 12px 30px -24px rgba(16,30,56,.5);}
.rel__card:hover{border-color:rgba(201,162,39,.5);box-shadow:0 16px 34px -22px rgba(16,30,56,.55);}
.rel__art{width:3.75rem;height:3.75rem;border-radius:9px;object-fit:cover;flex:none;background:#0C1B2E;}
.rel__t{font-family:var(--osw);font-weight:600;font-size:.875rem;line-height:1.2;color:var(--navy);text-transform:uppercase;}
.rel__m{color:var(--body-ink-2);font-size:.75rem;margin-top:.2rem;}
.rel-note{color:var(--body-ink-2);font-size:var(--text-small);margin-top:var(--space-s);}
.rel-note a{color:var(--navy);font-weight:700;}

/* ---------- audio link in the semester rows ---------- */
.sem-row__links .aud{display:inline-flex;align-items:center;gap:.375rem;}
.sem-row__links .aud::before{content:"";width:.875rem;height:.875rem;flex:none;
  background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v10.55A4 4 0 1014 17V7h4V3h-6z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v10.55A4 4 0 1014 17V7h4V3h-6z'/%3E%3C/svg%3E") center/contain no-repeat;}

/* ---------- first-visit welcome band (NOT a modal) ---------- */
.welcome-band{background:linear-gradient(100deg,#0C1B2E,#123456);border-bottom:3px solid var(--gold);color:#fff;}
.welcome-band[hidden]{display:none;}
.welcome-band .container{display:grid;gap:1rem;padding-block:1.375rem;}
@media(min-width:52rem){.welcome-band .container{grid-template-columns:auto 1fr auto;align-items:center;gap:1.375rem;}}
.wb__seal{width:3.25rem;height:3.25rem;border-radius:50%;display:grid;place-items:center;flex:none;
  background:linear-gradient(180deg,var(--gold2),var(--gold-soft));color:#0A1322;font-family:var(--osw);
  font-weight:600;font-size:.75rem;letter-spacing:.04em;box-shadow:0 6px 18px -6px rgba(255,200,0,.7);}
.wb__h{font-family:var(--osw);font-weight:600;font-size:1.0625rem;letter-spacing:.02em;text-transform:uppercase;}
.wb__p{color:#c8d6e8;font-size:var(--text-small);margin-top:.25rem;max-inline-size:58ch;}
.wb__x{background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff;border-radius:8px;
  font-family:var(--osw);font-weight:600;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;
  padding:.5rem 1rem;cursor:pointer;justify-self:start;}
.wb__x:hover{background:rgba(255,255,255,.12);}

/* ---------- first-visit welcome DIALOG (the pop-up) ----------
   Same dark-navy / gold grammar as the hub's cards. It is a real dialog:
   focus is trapped, Escape closes, focus returns to where it came from. */
.wm[hidden]{display:none;}
.wm{position:fixed;inset:0;z-index:120;display:grid;place-items:center;
    padding:clamp(1rem,4vw,2.5rem);}
.wm__scrim{position:absolute;inset:0;background:rgba(3,13,20,.78);
    -webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);
    animation:wmFade .28s ease both;}
.wm__card{position:relative;width:min(100%,33rem);max-height:calc(100dvh - 2rem);overflow-y:auto;
    background:linear-gradient(158deg,#123354 0%,#0C1B2E 58%,#0A1728 100%);
    border:1px solid rgba(255,255,255,.14);border-top:3px solid var(--gold);
    border-radius:16px;color:#fff;padding:clamp(1.5rem,4vw,2.25rem);
    box-shadow:0 42px 90px -30px rgba(0,0,0,.85), 0 0 0 1px rgba(201,162,39,.16);
    animation:wmRise .34s cubic-bezier(.16,.84,.44,1) both;}
.wm__x{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;line-height:1;
    background:transparent;border:1px solid rgba(255,255,255,.28);border-radius:8px;
    color:#c8d6e8;font-size:1.25rem;cursor:pointer;}
.wm__x:hover{background:rgba(255,255,255,.12);color:#fff;}
.wm__head{display:flex;align-items:center;gap:1rem;}
.wm__face{width:4.25rem;height:4.25rem;border-radius:50%;object-fit:cover;flex:none;
    border:2px solid var(--gold);box-shadow:0 0 0 5px rgba(201,162,39,.14);}
.wm__tag{display:inline-block;background:linear-gradient(180deg,var(--gold2),var(--gold));
    color:#241C00;font-family:var(--osw);font-weight:600;font-size:.6875rem;letter-spacing:.14em;
    text-transform:uppercase;padding:.2rem .55rem;border-radius:4px;}
.wm__h{font-family:var(--osw);font-weight:600;font-size:1.5rem;line-height:1.14;
    text-transform:uppercase;margin-top:.4rem;}
.wm__sub{color:#a9bdd4;font-size:var(--text-small);margin-top:.2rem;}
.wm__list{list-style:none;display:grid;gap:.8rem;margin-top:1.4rem;
    padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.13);}
.wm__list li{display:flex;gap:.75rem;align-items:flex-start;
    color:#d5e2f0;font-size:var(--text-small);line-height:1.55;}
.wm__list b{color:#fff;font-weight:700;}
.wm__n{flex:none;width:1.5rem;height:1.5rem;border-radius:50%;display:grid;place-items:center;
    background:rgba(201,162,39,.18);border:1px solid rgba(255,212,0,.45);
    color:var(--gold);font-family:var(--osw);font-weight:600;font-size:.75rem;}
.wm__go{margin-top:1.5rem;width:100%;}
@keyframes wmFade{from{opacity:0}to{opacity:1}}
@keyframes wmRise{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){
  .wm__scrim,.wm__card{animation:none;}
}

/* The two halves of the subtitle each stay whole, so it breaks at the separator
   (two clean lines on a phone) instead of mid-phrase. */
.wm__sub span{white-space:nowrap;}
.wm__sub span + span::before{content:'· ';color:var(--pgold);}

/* On a phone the portrait would squeeze the text column to ~196px and split the
   heading. Stack and centre the header instead; the numbered list stays left. */
@media(max-width:30rem){
  .wm__head{flex-direction:column;align-items:center;text-align:center;gap:.75rem;}
  .wm__face{width:3.75rem;height:3.75rem;}
  .wm__h{font-size:1.375rem;}
}

/* The single most important fact gets its own gold-lit strip rather than being
   buried in a bullet, where it also forced an ugly mid-phrase break. */
.wm__first{margin-top:1.1rem;padding:.6rem .85rem;border-radius:9px;
    background:rgba(201,162,39,.13);border:1px solid rgba(255,212,0,.32);
    color:#e6d9a8;font-size:var(--text-small);text-align:center;}
.wm__first b{color:var(--gold);font-weight:700;white-space:nowrap;}

/* keep a time range or any atomic phrase whole across a wrap */
.wm__list .nb{white-space:nowrap;}

/* Sir: the title sits immediately RIGHT of the gold Welcome pill, not under it.
   The pill is baseline-nudged so its cap-height lines up with the Oswald caps. */
.wm__title{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;}
.wm__title .wm__tag{position:relative;top:-.15rem;}
.wm__title .wm__h{margin-top:0;}
@media(max-width:30rem){ .wm__title{justify-content:center;} }

/* On phones the header is already centre-stacked, so give the subtitle its own two
   centred lines and drop the separator. Letting it wrap instead stranded a lone "·"
   at the start of line two. */
@media(max-width:30rem){
  .wm__sub span{display:block;}
  .wm__sub span + span::before{content:none;}
}

/* A closed poll must look closed, not merely refuse the click. */
.poll--closed .spec__col,
.poll--closed .field__row{cursor:default;}
.poll--closed .spec__col:hover .spec__dot{transform:none;}
.poll--closed .field__row:hover .field__bar{box-shadow:none;}
.poll--closed .poll__hint{opacity:.62;}

/* .nb = keep an atomic phrase whole across a wrap (time ranges, the EIN). It was scoped to
   .wm__list, so the footer broke the tax ID mid-number: "EIN 84-" / "1449678". */
.nb{white-space:nowrap;}

/* ---------- CONTRAST: gold on light backgrounds ----------
   --pgold #C9A227 measures 2.42:1 on white and 2.25:1 on the grey band — every gold eyebrow,
   poll kicker, "YOU" tag, Revelation pole and Scripture reference sat well under the 4.5:1
   AA floor. #8A6C12 (already in the palette, used in the poll gradients) measures 4.96:1 on
   white and 4.62:1 on #F5F7FA. Rebinding the token inside the light bands fixes every one of
   them at once and leaves the dark bands on the brighter gold, where it already passes. */
.band-white, .band-light{ --pgold:#8A6C12; }

/* The focus ring was pure #FFD400 everywhere — 1.43:1 on white, i.e. invisible on the two
   light bands where the polls and their controls live. WCAG 2.2 SC 1.4.11 wants 3:1.
   Dark gold on light, bright gold on dark. */
:focus-visible{outline:3px solid #8A6C12;outline-offset:2px;}
.band-hero :focus-visible,
.band-dark :focus-visible,
.wm :focus-visible,
.welcome-band :focus-visible,
.mast :focus-visible,
.foot :focus-visible{outline-color:var(--gold);}

/* ---------- phone widows (audit u4/u7) ----------
   `balance` cannot stop a wrap, but evening the two lines is exactly what kills a one-word
   tail — which is the actual defect here. Session titles are proper names and cannot be
   shortened, so evening them is the only lever. */
@media(max-width:30rem){
  .sem-row__t{text-wrap:balance;}
  .instr__role{text-wrap:balance;}
  .polls-intro{text-wrap:balance;}
}

/* ---------- u8: two dark bands ran together as one 1,680px slab ----------
   ⛔ The instructor band stays DARK — Sir asked for that explicitly. Separate them with a
   tonal step and a hairline instead of lightening either one. */
.band-word{position:relative;}
.band-word::before{content:'';position:absolute;left:0;right:0;top:0;height:1px;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(201,162,39,.55) 22%,rgba(201,162,39,.55) 78%,rgba(255,255,255,0));}

/* u3/u12: the per-column labels are a desktop affordance. On phones they get ~60px each and
   stack into 4- and 5-line towers, so swap them for a single named choice. */
.spec__pick{display:none;margin-top:.625rem;font-size:var(--text-small);color:var(--body-ink-2);text-align:center;}
.spec__pick b{color:var(--navy);font-weight:700;}
.spec__pick-none{color:var(--body-ink-2);}
@media(max-width:30rem){
  .spec__labels{display:none;}
  .spec__pick{display:block;}
}

/* ---------- hero: Add to Calendar beside the countdown ----------
   Sir moved it out of the CTA row to sit immediately RIGHT of "In N Days".
   The countdown is hidden in some states, so the row must survive one child. */
.hero-count{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:.625rem;}
.hero-count .room__until{margin-top:0;}
.hero-count .cal__menu{left:0;right:auto;}
@media(max-width:48rem){
  /* full width under the countdown once it can no longer sit beside it */
  .hero-count{gap:.75rem;}
  .hero-count .cal,
  .hero-count .cal summary,
  .hero-count .cal summary .btn-out{width:100%;}
  .hero-count .cal__menu{left:0;right:0;min-width:0;}
}

/* an empty CTA row must not spend its margin (see hub.js is-empty toggle) */
.hero-cta.is-empty{margin-top:0;display:none;}
