/* Better Plan BVSD — site styles
 * Palette: blueprint blue ground for the thesis, warm white paper for the argument,
 * one amber accent reserved for "NO" and the primary action.
 * Type: Bricolage Grotesque (display, condensed via the wdth axis) + Public Sans (body).
 */
@font-face { font-family: "Bricolage Grotesque"; src: url(/assets/fonts/bricolage-grotesque-latin.woff2) format("woff2");
             font-weight: 200 800; font-stretch: 75% 100%; font-display: swap; }
@font-face { font-family: "Public Sans"; src: url(/assets/fonts/public-sans-latin.woff2) format("woff2");
             font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Public Sans"; src: url(/assets/fonts/public-sans-italic-latin.woff2) format("woff2");
             font-weight: 100 900; font-style: italic; font-display: swap; }

:root {
  --paper: #FAF8F3;
  --paper-2: #F1EEE5;
  --ink: #16171D;
  --muted: #5B5E6A;
  --line: #DAD6CB;
  --blue: #0F3E9E;
  --blue-2: #1A55D6;
  --blue-3: #0A2A6E;
  --amber: #FFB800;
  --amber-2: #E6A600;
  --display: "Bricolage Grotesque", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --wrap: 1080px;
  --pad: 24px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.55 var(--body); }
a { color: var(--blue-2); }
img, video { max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 8px; top: 8px; z-index: 99; background: var(--ink); color: #fff; padding: 10px 16px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

/* ---------- type ---------- */
.display { font-family: var(--display); font-weight: 800; font-stretch: 88%; line-height: .98; letter-spacing: -.012em; margin: 0; }
.h1 { font-size: clamp(38px, 6.6vw, 80px); }
.h2 { font-size: clamp(32px, 4.8vw, 56px); }
.h3 { font-size: clamp(24px, 2.6vw, 30px); line-height: 1.04; }
.eyebrow { font: 700 12.5px/1.3 var(--body); letter-spacing: .16em; text-transform: uppercase; color: var(--blue-2); margin: 0 0 14px; }
.lede { font-size: clamp(18px, 2vw, 21px); line-height: 1.45; font-weight: 500; max-width: 62ch; margin: 0; }
.prose { max-width: 66ch; }
.prose p { margin: 0 0 1em; }
.prose p:last-child { margin-bottom: 0; }
.mark { background: var(--amber); color: var(--ink); padding: 0 .12em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; text-decoration: none; cursor: pointer;
       font-family: var(--display); font-weight: 800; font-stretch: 90%; font-size: 19px; letter-spacing: .005em; line-height: 1;
       padding: 16px 24px 15px; border: 2px solid transparent; border-radius: 0; min-height: 48px;
       transition: background .12s, color .12s, border-color .12s, transform .12s; }
.btn .arrow { font-size: .8em; transform: translateY(.02em); }
.btn:active { transform: translateY(2px); }
.btn-amber { background: var(--amber); color: var(--ink); border-color: var(--amber); }
.btn-amber:hover { background: var(--amber-2); border-color: var(--amber-2); }
.btn-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.85); }
.btn-white:hover { background: #fff; color: var(--blue); border-color: #fff; }
.btn-blue { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-blue:hover { background: var(--blue-3); border-color: var(--blue-3); }
.btn-ink { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ink:hover { background: var(--ink); color: var(--paper); }
.btn-sm { font-size: 16px; padding: 11px 16px 10px; min-height: 42px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 20; background: rgba(250,248,243,.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.nav-in { display: flex; align-items: center; gap: 22px; min-height: 60px; }
.wordmark { font-family: var(--display); font-weight: 800; font-stretch: 85%; font-size: 21px; letter-spacing: -.005em; color: var(--ink);
            text-decoration: none; line-height: 1; white-space: nowrap; display: inline-flex; align-items: center; gap: 9px; }
.wordmark .sq { width: 16px; height: 16px; background: var(--blue); position: relative; flex: none; }
.wordmark .sq::after { content: ""; position: absolute; inset: 3px; border: 1.5px dashed rgba(255,255,255,.9); border-right-color: transparent; border-bottom-color: transparent; }
.wordmark em { font-style: normal; color: var(--blue-2); }
.nav-links { display: flex; gap: 20px; margin-left: 8px; }
.nav-links a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 15px; padding: 6px 0; }
.nav-links a:hover { color: var(--blue-2); }
.nav .spacer { flex: 1; }
.lang { font-weight: 700; font-size: 13.5px; letter-spacing: .08em; color: var(--muted); text-decoration: none; padding: 6px 2px; }
.lang:hover { color: var(--blue-2); }

/* ---------- hero (the blueprint) ---------- */
.hero { position: relative; background: var(--blue); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px);
  background-size: 44px 44px; }
.hero-in { position: relative; display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: 40px 56px; align-items: center;
           padding-top: 56px; padding-bottom: 48px; }
.hero .eyebrow { color: rgba(255,255,255,.78); }
.hero .h1 { color: #fff; }
.hero .lede { margin-top: 26px; color: rgba(255,255,255,.92); font-weight: 400; }
.hero .lede b { color: #fff; font-weight: 700; }
.hero .btn-row { margin-top: 30px; }
.draft { display: flex; flex-direction: column; gap: 18px; }
.draft svg { width: 100%; height: auto; display: block; }
.draft .ln { fill: none; stroke: rgba(255,255,255,.92); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.draft .ln-thin { fill: none; stroke: rgba(255,255,255,.55); stroke-width: 1; stroke-linecap: round; }
.draft .dash { fill: none; stroke: rgba(255,255,255,.7); stroke-width: 1.6; stroke-dasharray: 6 6; stroke-linecap: round; }
.draft .amber { fill: var(--amber); }
.draft .lbl { font: 700 11px var(--body); letter-spacing: .12em; fill: #fff; }
.draft .lbl-ink { font: 800 12px var(--body); letter-spacing: .1em; fill: var(--ink); }
/* the plan draws itself, then stops */
.draft .drawn { stroke-dasharray: 2600; stroke-dashoffset: 2600; animation: draw 2.2s cubic-bezier(.4, 0, .2, 1) .2s forwards; }
.draft .late { opacity: 0; animation: fade .6s ease 2.1s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fade { to { opacity: 1; } }
.titleblock { display: grid; grid-template-columns: auto 1fr; border: 1.5px solid rgba(255,255,255,.85); font-size: 12.5px; line-height: 1.35;
              background: rgba(10,42,110,.35); }
.titleblock > div { padding: 8px 12px; border-bottom: 1px solid rgba(255,255,255,.35); }
.titleblock > div:nth-last-child(-n+2) { border-bottom: 0; }
.titleblock .k { font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.7); font-size: 10.5px; border-right: 1px solid rgba(255,255,255,.35); }
.titleblock .v { font-weight: 600; color: #fff; }
.titleblock .v .warn { color: var(--amber); }

/* ---------- info strip ---------- */
.strip { background: var(--paper-2); border-bottom: 1px solid var(--line); }
.strip-in { display: flex; flex-wrap: wrap; gap: 10px 36px; padding-top: 14px; padding-bottom: 14px; align-items: center; }
.strip .item { display: flex; align-items: baseline; gap: 10px; font-size: 15px; font-weight: 600; color: var(--muted); }
.strip .item strong { white-space: nowrap; font-family: var(--display); font-weight: 800; font-stretch: 90%; font-size: 26px; color: var(--ink); line-height: 1; letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.strip .item a { color: var(--blue-2); }
.strip .signatures { display: none; }
.strip .signatures.show { display: flex; }
.strip .n.landed { animation: land .42s cubic-bezier(.34, 1.56, .64, 1); display: inline-block; }
@keyframes land { 0% { transform: scale(1); } 40% { transform: scale(1.14); } 100% { transform: scale(1); } }

/* ---------- sections ---------- */
.section { padding-top: 72px; padding-bottom: 72px; }
.section + .section { border-top: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 36px; }
.section-head .lede { margin-top: 14px; color: var(--muted); }
.sub-lede { font-size: 20px; font-weight: 600; margin: 8px 0 0; line-height: 1.35; }

/* video */
.video-frame { position: relative; background: var(--ink); border: 2px solid var(--ink); aspect-ratio: 16 / 9; }
.video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; display: block; background: #000; }
.video-cap { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; margin-top: 14px; }
.video-cap p { margin: 0; font-weight: 600; color: var(--muted); }
.video-page .video-frame { margin-top: 26px; }

/* roll call */
.roll-wrap { margin-top: 56px; border-top: 1px solid var(--line); padding-top: 32px; }
.roll-head { display: grid; grid-template-columns: 1fr; gap: 18px; margin-bottom: 18px; }
.roll-head p { margin: 8px 0 0; color: var(--muted); max-width: 66ch; }
.legend { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13.5px; font-weight: 600; color: var(--muted); }
.legend span { display: inline-flex; align-items: center; gap: 7px; }
.legend i { width: 13px; height: 13px; display: inline-block; border: 1.5px solid var(--line); background: #fff; }
.legend i.close { background: var(--amber); border-color: var(--amber); }
.legend i.in { border-color: var(--blue); }
.roll { display: flex; flex-wrap: wrap; gap: 7px; }
.roll span { font: 600 13.5px/1 var(--body); padding: 9px 11px 8px; border: 1.5px solid var(--line); background: #fff; color: var(--muted); white-space: nowrap; }
.roll .in { border-color: var(--blue); color: var(--blue-3); }
.roll .close { background: var(--amber); border-color: var(--amber); color: var(--ink); }
.roll-note { margin: 16px 0 0; font-size: 13.5px; color: var(--muted); max-width: 70ch; }

/* reasons */
.sheets { display: grid; gap: 28px; }
.sheet { background: #fff; border: 2px solid var(--ink); padding: 30px 32px 34px; position: relative; }
.sheet.unfinished { border-right: 2px dashed var(--ink); }
.sheet.unfinished::after { content: "TBD"; position: absolute; right: -2px; top: 26px; transform: translateX(100%); font: 800 11px/1 var(--body);
                           letter-spacing: .14em; color: var(--blue-2); padding-left: 10px; }
.sheet-head { display: grid; grid-template-columns: auto 1fr; gap: 6px 22px; align-items: baseline; margin-bottom: 26px; }
.sheet-head .num { font-family: var(--display); font-weight: 800; font-stretch: 85%; font-size: clamp(44px, 5vw, 60px); line-height: 1; color: var(--blue-2); grid-row: span 2; align-self: start; }
.sheet-head .h3 { margin: 0; }
.sheet-head .sub-lede { grid-column: 2; margin: 0; color: var(--muted); font-weight: 500; font-size: 18px; }
.sheet .prose { margin-bottom: 24px; }
.points { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 34px; margin: 0; padding: 0; list-style: none; }
.points h4 { margin: 0 0 6px; font: 700 17px/1.3 var(--body); }
.points p { margin: 0; font-size: 15.5px; line-height: 1.5; color: var(--muted); }

/* communities */
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.card { display: flex; flex-direction: column; gap: 10px; background: #fff; border: 2px solid var(--ink); padding: 26px 26px 24px; color: var(--ink); text-decoration: none;
        transition: background .12s, color .12s; }
.card:hover { background: var(--blue); color: #fff; }
.card .where { font: 700 12px/1.3 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--blue-2); }
.card:hover .where { color: rgba(255,255,255,.75); }
.card .h3 { margin: 0; }
.card p { margin: 0; font-size: 15.5px; line-height: 1.5; }
.card .go { margin-top: auto; padding-top: 12px; font-weight: 700; font-size: 14.5px; }
.card.soon { border-style: dashed; background: transparent; color: var(--muted); justify-content: center; align-items: flex-start; }
.card.soon:hover { background: transparent; color: var(--muted); }
.card.soon p { max-width: 30ch; }

/* checklist */
.checks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 32px; }
.checks li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; font-weight: 600; font-size: 17px; line-height: 1.4; }
.checks li::before { content: "✓"; width: 24px; height: 24px; border: 2px solid var(--blue); color: var(--blue); font: 800 15px/20px var(--body); text-align: center; margin-top: 1px; }

/* band */
.band { background: var(--blue); color: #fff; position: relative; overflow: hidden; }
.band::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px);
  background-size: 44px 44px; }
.band-in { position: relative; display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 32px 48px; align-items: center; padding-top: 64px; padding-bottom: 64px; }
.band .eyebrow { color: rgba(255,255,255,.78); }
.band .h2 { color: #fff; }
.band .lede { color: rgba(255,255,255,.92); margin-top: 18px; font-weight: 400; }
.band .btn-row { margin-top: 28px; }
.band .thumb { display: block; border: 2px solid rgba(255,255,255,.9); position: relative; background: #000; }
.band .thumb img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; opacity: .9; }
.band .thumb .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 64px; height: 64px; background: var(--amber);
                     display: grid; place-items: center; color: var(--ink); font-size: 26px; }
.band .thumb:hover .play { background: #fff; }

/* join */
.join-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.join-panel { background: #fff; border: 2px solid var(--ink); padding: 28px 28px 26px; display: flex; flex-direction: column; gap: 16px; }
.join-panel .h3 { margin: 0; }
.join-panel blockquote { margin: 0; padding: 16px 18px; border-left: 4px solid var(--amber); background: var(--paper-2); font-size: 16px; line-height: 1.5; font-weight: 500; }
.join-panel .btn { align-self: flex-start; margin-top: auto; }
.join-panel .soon { font-size: 13.5px; color: var(--muted); margin: -6px 0 0; }

/* coalition */
.coalition { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px 56px; align-items: start; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.chips span { font: 700 14px/1 var(--body); padding: 10px 13px 9px; border: 2px solid var(--ink); background: #fff; }
.chips span.soon { border-style: dashed; color: var(--muted); font-weight: 600; }
.bignum { font-family: var(--display); font-weight: 800; font-stretch: 85%; font-size: clamp(64px, 9vw, 112px); line-height: .95; letter-spacing: -.02em; color: var(--blue); font-variant-numeric: tabular-nums; }
.bignum-cap { font-size: 18px; font-weight: 600; margin: 10px 0 18px; max-width: 30ch; line-height: 1.4; }
.count-wait { color: var(--muted); font-weight: 600; }

/* the ask */
.ask { text-align: center; }
.ask .h2 { margin-top: 10px; }
.ask .three { font-family: var(--display); font-weight: 800; font-stretch: 88%; font-size: clamp(30px, 5vw, 60px); line-height: 1; letter-spacing: -.012em; margin: 18px 0 22px; color: var(--blue); }
.ask .three span { display: inline-block; padding: 0 .2em; }
.ask .lede { margin: 0 auto; }
.ask .btn-row { justify-content: center; margin-top: 30px; }

/* footer */
.foot { background: var(--blue-3); color: rgba(255,255,255,.85); }
.foot-in { display: flex; flex-wrap: wrap; gap: 18px 36px; align-items: center; padding-top: 30px; padding-bottom: 34px; }
.foot .wordmark { color: #fff; }
.foot .wordmark em { color: var(--amber); }
.foot .wordmark .sq { background: #fff; }
.foot .wordmark .sq::after { border-color: var(--blue-3); border-right-color: transparent; border-bottom-color: transparent; }
.foot p { margin: 0; font-size: 14px; }
.foot .spacer { flex: 1; }
.foot .links { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14px; }
.foot .links a { color: #fff; font-weight: 600; }
.foot .domains { font-family: var(--display); font-weight: 800; font-stretch: 90%; font-size: 15px; letter-spacing: .04em; color: rgba(255,255,255,.7); width: 100%; }

/* ---------- dialogs ---------- */
dialog { border: 2px solid var(--ink); background: var(--paper); padding: 0; width: min(680px, 94vw); max-width: 94vw; color: var(--ink); }
dialog::backdrop { background: rgba(10, 42, 110, .72); }
dialog.form-dialog { height: min(860px, 92vh); max-height: 92vh; overflow: hidden; }
.modal { display: flex; flex-direction: column; height: 100%; }
.modal-top { background: var(--blue); color: #fff; padding: 12px 14px 12px 18px; display: flex; align-items: center; gap: 12px; flex: none; }
.modal-top h2 { margin: 0; font-family: var(--display); font-weight: 800; font-stretch: 88%; font-size: 22px; }
.modal-top .spacer { flex: 1; }
.modal-top a { color: #fff; font-size: 13px; font-weight: 600; }
.modal-close { background: none; border: 2px solid #fff; color: #fff; font: 700 15px/1 var(--body); padding: 8px 11px; cursor: pointer; }
.modal-close:hover { background: #fff; color: var(--blue); }
.modal iframe { flex: 1; width: 100%; border: 0; background: #fff; }
.modal-body { padding: 26px 24px 28px; display: flex; flex-direction: column; gap: 16px; }
.modal-body p { margin: 0; }
.modal-body .btn-row { flex-direction: column; align-items: stretch; }
.modal-fallback { padding: 10px 18px; font-size: 13px; color: var(--muted); border-top: 1px solid var(--line); flex: none; }
.modal-thanks { display: none; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 40px 28px; text-align: center; }
.modal.signed .modal-thanks { display: flex; }
.modal.signed iframe, .modal.signed .modal-fallback { display: none; }
.modal-thanks h3 { margin: 0; font-family: var(--display); font-weight: 800; font-stretch: 88%; font-size: clamp(28px, 6vw, 40px); line-height: 1.05; color: var(--blue); }
.modal-thanks p { margin: 0; max-width: 36ch; }

/* ---------- dates page ---------- */
.pagehead { padding-top: 48px; padding-bottom: 40px; border-bottom: 2px solid var(--ink); }
.pagehead .lede { margin-top: 14px; color: var(--muted); }
.date-list { padding-top: 12px; }
.date-row { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.date-row:last-child { border-bottom: 0; }
.date-cal { text-align: center; border: 2px solid var(--ink); background: #fff; padding: 8px 4px 9px; align-self: start; }
.date-cal .m { font: 800 12px/1.2 var(--body); letter-spacing: .14em; color: var(--blue-2); }
.date-cal .dnum { font-family: var(--display); font-weight: 800; font-stretch: 85%; font-size: 38px; line-height: 1; letter-spacing: -.02em; }
.date-cal .wd { font: 600 11px/1.3 var(--body); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.date-row.is-vote .date-cal { background: var(--amber); border-color: var(--amber); }
.date-row.is-vote .date-cal .m, .date-row.is-vote .date-cal .wd { color: var(--ink); }
.date-row .h3 { margin: 0 0 4px; }
.date-row .time { font-weight: 700; font-size: 15.5px; margin-bottom: 4px; }
.date-row .where { font-size: 15px; color: var(--muted); font-weight: 600; margin-bottom: 10px; }
.date-row p { margin: 0 0 10px; }
.date-row p:last-child { margin-bottom: 0; }
.date-row .btn-row { margin-top: 14px; }
.badge { display: inline-block; font: 800 11.5px/1 var(--body); letter-spacing: .12em; padding: 6px 9px 5px; vertical-align: 4px; margin-left: 10px; text-transform: uppercase; }
.badge.past { background: var(--paper-2); color: var(--muted); }
.badge.soon { background: var(--blue); color: #fff; }
.badge.today { background: var(--amber); color: var(--ink); }
.past-wrap { margin-top: 36px; border-top: 2px solid var(--ink); }
.past-wrap summary { cursor: pointer; list-style: none; padding: 18px 0; font-family: var(--display); font-weight: 800; font-stretch: 88%; font-size: 22px; display: flex; align-items: center; gap: 12px; }
.past-wrap summary::-webkit-details-marker { display: none; }
.past-wrap summary .chev { color: var(--blue-2); transition: transform .15s ease; }
.past-wrap[open] summary .chev { transform: rotate(90deg); }
.past-wrap summary .count { font: 600 14px var(--body); color: var(--muted); }
.past-wrap .date-row { opacity: .72; }
.past-wrap .date-cal { background: var(--paper-2); }

/* share row (video page) */
.share-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 18px; }
.share-note { color: var(--muted); font-size: 15px; margin: 18px 0 0; max-width: 62ch; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); background: var(--ink); color: #fff; padding: 12px 18px; font-weight: 600; font-size: 15px;
         opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; z-index: 50; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-in { grid-template-columns: 1fr; align-items: start; padding-top: 44px; padding-bottom: 40px; }
  .draft { max-width: 560px; }
  .band-in { grid-template-columns: 1fr; }
  .coalition { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .nav-links { display: none; }
  .section { padding-top: 52px; padding-bottom: 52px; }
  .points, .cards, .checks, .join-grid { grid-template-columns: 1fr; }
  .roll-head { grid-template-columns: 1fr; }
  .sheet { padding: 24px 20px 26px; }
  .sheet.unfinished::after { display: none; }
  .sheet-head { grid-template-columns: 1fr; }
  .sheet-head .num { grid-row: auto; }
  .sheet-head .sub-lede { grid-column: 1; }
  .date-row { grid-template-columns: 68px minmax(0, 1fr); gap: 16px; }
  .date-cal .dnum { font-size: 32px; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn, .share-row .btn { width: 100%; }
  .share-row { flex-direction: column; align-items: stretch; }
  .join-panel .btn { align-self: stretch; }
  .strip-in { gap: 8px 24px; }
  .modal-top a { display: none; }
  dialog.form-dialog { width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh; border-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .draft .drawn { animation: none; stroke-dashoffset: 0; }
  .draft .late { animation: none; opacity: 1; }
  .strip .n.landed { animation: none; }
  .btn, .card { transition: none; }
}
