/* The Boston Season: /boston, /boston/creators, /boston/sponsors
   Layout rule: the first section on these pages spans the viewport with no padding,
   so full bleed blocks are simply width:100% (no 100vw, which breaks with a scrollbar
   or a pinched viewport). Everything else sits inside .bo-wrap. */
.page-boston .section--first > .section-inner,
.page-boston-creators .section--first > .section-inner,
.page-boston-sponsors .section--first > .section-inner { max-width: none; padding: 0; }
.page-boston .section--first .richtext,
.page-boston-creators .section--first .richtext,
.page-boston-sponsors .section--first .richtext { width: 100%; margin: 0; }
.page-boston .section--first .section-contents,
.page-boston-creators .section--first .section-contents,
.page-boston-sponsors .section--first .section-contents { margin: 0; padding: 0; gap: 0; }
.page-boston .section--first .section-head,
.page-boston-creators .section--first .section-head,
.page-boston-sponsors .section--first .section-head { display: none; }
.page-boston .section--first,
.page-boston-creators .section--first,
.page-boston-sponsors .section--first { min-height: 0; align-items: flex-start; padding: 0; }
.page-boston .section--first .richtext > *:first-child,
.page-boston-creators .section--first .richtext > *:first-child,
.page-boston-sponsors .section--first .richtext > *:first-child { margin-top: 0; }
.bo-wrap { width: min(var(--container), 100% - var(--gutter) * 2); margin-inline: auto; }
.bo-wrap + .bo-wrap { margin-top: 0; }


/* ---------- full bleed hero ---------- */
.bo-hero { position: relative; width: 100%; min-height: min(92svh, 880px); display: flex; align-items: flex-end; overflow: hidden; padding-top: var(--header-h); }
.bo-hero__media { position: absolute; inset: 0; }
.bo-hero__media img, .bo-hero__media video { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.bo-hero__media::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(to top, var(--bg) 2%, rgba(5,4,3,0.86) 26%, rgba(5,4,3,0.30) 62%, rgba(5,4,3,0.45) 100%),
  linear-gradient(to right, rgba(5,4,3,0.75), rgba(5,4,3,0.15) 55%, transparent),
  radial-gradient(70% 60% at 18% 78%, rgba(0,206,209,0.20), transparent 70%); }
.bo-hero__inner { position: relative; width: min(var(--container), 100% - var(--gutter) * 2); margin: 0 auto; padding: clamp(40px, 8vw, 90px) 0 clamp(44px, 7vw, 96px); }
.bo-hero h1 { font-size: clamp(2.6rem, 7.2vw, 5.4rem); line-height: 0.96; letter-spacing: -0.035em; margin: 10px 0 18px; max-width: 16ch; }
.bo-hero .bo-lede { font-size: clamp(1.02rem, 1.5vw, 1.2rem); }
.bo-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--teal-2); }
.bo-eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--live); box-shadow: 0 0 0 0 rgba(255,90,95,0.7); animation: bo-pulse 1.8s infinite; }
@keyframes bo-pulse { 70% { box-shadow: 0 0 0 12px rgba(255,90,95,0); } 100% { box-shadow: 0 0 0 0 rgba(255,90,95,0); } }

/* the rocket streak that crosses the hero */
.bo-streak { position: absolute; top: 18%; left: -12%; width: 46%; height: 2px; background: linear-gradient(90deg, transparent, var(--teal-2), #fff); border-radius: 2px; filter: drop-shadow(0 0 12px var(--teal)); transform: rotate(-14deg); opacity: 0; animation: bo-fly 7s ease-in-out 1.2s infinite; }
.bo-streak::after { content: ""; position: absolute; right: -5px; top: -4px; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 18px 6px var(--teal); }
@keyframes bo-fly { 0% { opacity: 0; transform: translate(0,0) rotate(-14deg) scaleX(0.3); } 12% { opacity: 1; } 55% { opacity: 1; transform: translate(150%, -26%) rotate(-14deg) scaleX(1); } 70%, 100% { opacity: 0; transform: translate(190%, -34%) rotate(-14deg) scaleX(1); } }
@media (prefers-reduced-motion: reduce) { .bo-streak { animation: none; opacity: 0.5; } .bo-eyebrow::before { animation: none; } }

/* ---------- blocks ---------- */
.bo-lede { color: var(--ink-2); max-width: 64ch; }
.bo-h2 { margin: 56px 0 6px; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 600; letter-spacing: -0.02em; color: var(--ink); }
.bo-grid + .bo-h2, .bo-table + .bo-h2, .bo-list + .bo-h2, .bo-board + .bo-h2, .bo-cups + .bo-h2 { margin-top: 70px; }
.bo-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin-top: 28px; text-align: left; }
.bo-grid--2 { grid-template-columns: repeat(2, 1fr); }
.bo-grid--4 { grid-template-columns: repeat(4, 1fr); }
.bo-card { position: relative; background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; overflow: hidden; transition: transform 0.5s var(--ease-out), border-color 0.5s var(--ease-out); }
.bo-card:hover { transform: translateY(-4px); border-color: var(--line-2); }
.bo-card h3 { margin: 0 0 8px; font-size: 1.06rem; font-weight: 600; color: var(--ink); }
.bo-card p { margin: 0; color: var(--ink-2); font-size: 0.97rem; line-height: 1.55; }
.bo-card--hi { border-color: rgba(0,206,209,0.45); background: linear-gradient(160deg, rgba(0,206,209,0.10), rgba(0,206,209,0.02)); }
.bo-card b { color: var(--ink); }

.bo-tile { position: relative; background: var(--glass); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; overflow: hidden; }
.bo-tile::after { content: ""; position: absolute; inset: auto -30% -60% auto; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(0,206,209,0.16), transparent 70%); }
.bo-tile .bo-num { display: block; font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-weight: 600; letter-spacing: -0.03em; color: var(--teal-2); line-height: 1.05; font-variant-numeric: tabular-nums; }
.bo-tile span.bo-sub { display: block; margin-top: 8px; color: var(--ink-2); font-size: 0.9rem; line-height: 1.5; }

/* ---------- cup cards with art ---------- */
.bo-cups { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin-top: 30px; text-align: left; }
.bo-cup { position: relative; min-height: 360px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); display: flex; align-items: flex-end; isolation: isolate; }
.bo-cup img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.1s var(--ease-out); }
.bo-cup:hover img { transform: scale(1.06); }
.bo-cup::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(5,4,3,0.94) 12%, rgba(5,4,3,0.62) 52%, rgba(5,4,3,0.25) 100%); }
.bo-cup__body { padding: 24px; }
.bo-cup h3 { margin: 6px 0 8px; font-size: 1.35rem; font-weight: 600; letter-spacing: -0.015em; }
.bo-cup p { margin: 0; color: var(--ink-2); font-size: 0.95rem; line-height: 1.55; }
.bo-when { display: inline-block; font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal-2); font-weight: 600; padding: 5px 10px; border: 1px solid rgba(0,206,209,0.35); border-radius: 999px; background: rgba(0,206,209,0.08); }

/* ---------- the live board ---------- */
.bo-board { margin-top: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(0,206,209,0.06), transparent 40%), var(--surface); padding: 20px; text-align: left; }
.bo-board__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.bo-board__title { font-weight: 600; font-size: 1rem; }
.bo-board__hour { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.bo-rows { position: relative; margin-top: 8px; }
.bo-row { position: absolute; left: 0; right: 0; display: grid; grid-template-columns: 34px 1fr auto auto; align-items: center; gap: 12px; padding: 12px 10px; border-radius: 14px; transition: transform 0.75s var(--ease-out), background 0.4s; }
.bo-row:nth-child(odd) { background: rgba(255,255,255,0.02); }
.bo-row.is-up { background: rgba(0,206,209,0.10); }
.bo-rank { font-variant-numeric: tabular-nums; color: var(--ink-3); font-weight: 600; }
.bo-team { display: flex; align-items: center; gap: 10px; min-width: 0; }
.bo-team b { font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bo-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--live); flex: none; animation: bo-pulse 1.8s infinite; }
.bo-div { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); border: 1px solid var(--line); border-radius: 999px; padding: 3px 8px; }
.bo-pts { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--teal-2); min-width: 5ch; text-align: right; }
.bo-ticker { margin-top: 14px; border-top: 1px solid var(--line); padding-top: 12px; font-size: 0.9rem; color: var(--ink-2); display: flex; align-items: center; gap: 10px; min-height: 1.6em; }
.bo-ticker span { animation: bo-fade 0.5s var(--ease-out); }
@keyframes bo-fade { from { opacity: 0; transform: translateY(6px); } }
.bo-ticker .bo-chip { color: var(--teal-2); border: 1px solid rgba(0,206,209,0.35); border-radius: 999px; padding: 2px 9px; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }

/* ---------- phone + video ---------- */
.bo-video { display: grid; grid-template-columns: 340px 1fr; gap: 40px; align-items: center; margin-top: 30px; text-align: left; }
.bo-phone { position: relative; border-radius: 42px; border: 1px solid var(--line-2); background: #000; padding: 8px; box-shadow: 0 40px 120px rgba(0,0,0,0.6), 0 0 80px rgba(0,206,209,0.12); }
.bo-phone video { display: block; width: 100%; border-radius: 34px; }
.bo-phone__notch { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 88px; height: 22px; border-radius: 999px; background: #000; z-index: 2; }
.bo-playbtn { position: absolute; inset: auto 0 18px; margin: 0 auto; width: max-content; z-index: 3; }
.bo-formats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.bo-fmt { border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-size: 0.88rem; color: var(--ink-2); background: var(--glass); transition: color 0.3s, border-color 0.3s, transform 0.3s; }
.bo-fmt:hover { color: var(--ink); border-color: var(--teal); transform: translateY(-2px); }

/* ---------- marquee ---------- */
.bo-marquee { margin: clamp(30px, 5vw, 44px) 0 0; width: 100%; overflow: hidden; border-block: 1px solid var(--line); padding: 16px 0; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.bo-marquee__track { display: flex; gap: 34px; width: max-content; animation: bo-scroll 38s linear infinite; }
.bo-marquee span { font-size: clamp(1.1rem, 2.1vw, 1.6rem); font-weight: 600; color: var(--ink-3); letter-spacing: -0.01em; white-space: nowrap; }
.bo-marquee span::after { content: "·"; margin-left: 34px; color: var(--teal-deep); }
@keyframes bo-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .bo-marquee__track { animation: none; } }

/* ---------- lists, tables, notes ---------- */
.bo-table { width: 100%; border-collapse: collapse; margin-top: 26px; text-align: left; font-size: 0.95rem; }
.bo-table th { font-weight: 600; color: var(--ink-3); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0 22px 10px 0; border-bottom: 1px solid var(--line); }
.bo-table td { padding: 16px 14px 16px 0; border-bottom: 1px solid var(--line); color: var(--ink-2); vertical-align: top; line-height: 1.55; }
.bo-table td:first-child { min-width: 11ch; hyphens: none; word-break: keep-all; padding-right: 22px; }
.bo-table td b { color: var(--ink); }
.bo-table tr { transition: background 0.3s; }
.bo-table tbody tr:hover { background: rgba(255,255,255,0.02); }
.bo-price { color: var(--teal-2); font-weight: 600; white-space: nowrap; font-variant-numeric: tabular-nums; }
.bo-list { margin: 18px 0 0; padding: 0; list-style: none; text-align: left; }
.bo-list li { position: relative; padding: 0 0 0 26px; margin: 0 0 12px; color: var(--ink-2); line-height: 1.55; }
.bo-list li::before { content: ""; position: absolute; left: 6px; top: 0.62em; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 10px var(--glow); }
.bo-note { margin-top: 28px; color: var(--ink-3); font-size: 0.88rem; line-height: 1.6; }
.bo-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.bo-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 28px; align-items: center; margin-top: 30px; text-align: left; }
.bo-shot { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); position: relative; }
.bo-shot img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bo-shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,4,3,0.5), transparent 55%); }

@media (max-width: 1000px) { .bo-video { grid-template-columns: 1fr; } .bo-phone { max-width: 320px; } .bo-split { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .bo-grid, .bo-grid--2, .bo-grid--4, .bo-cups { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .bo-grid, .bo-grid--2, .bo-grid--4, .bo-cups { grid-template-columns: 1fr; } .bo-hero { min-height: 78vh; } .bo-table td:first-child { min-width: 8ch; padding-right: 12px; } .bo-row { grid-template-columns: 26px 1fr auto; } .bo-div { display: none; } }
.bo-cta .btn, .bo-playbtn .btn { text-decoration: none !important; }
.bo-video p + p, .bo-hero .bo-lede + .bo-lede { margin-top: 14px; }
.bo-card .bo-cta { margin-top: 16px; }
.bo-hero .bo-cta { margin-top: 30px; }
/* full bleed video band */
.bo-band { position: relative; margin: clamp(48px, 8vw, 84px) 0; width: 100%; min-height: min(56svh, 520px); display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; }
.bo-band video, .bo-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bo-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, var(--bg), rgba(5,4,3,0.35) 30%, rgba(5,4,3,0.45) 70%, var(--bg)); }
.bo-band__inner { position: relative; z-index: 1; padding: 0 var(--gutter); max-width: 34ch; }
.bo-band h3 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 600; letter-spacing: -0.03em; margin: 10px 0 12px; line-height: 1.02; }
.bo-band p { color: var(--ink-2); margin: 0 auto; }
.bo-trailer { position: relative; margin-top: 28px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: #000; box-shadow: 0 40px 120px rgba(0,0,0,0.5), 0 0 90px rgba(0,206,209,0.10); }
.bo-trailer video { display: block; width: 100%; height: auto; }

/* ---------- device sweep ---------- */
/* large desktops: let the season breathe without stretching the type */
@media (min-width: 1500px) {
  .bo-wrap { width: min(1340px, 100% - var(--gutter) * 2); }
  .bo-hero__inner { width: min(1340px, 100% - var(--gutter) * 2); }
  .bo-hero h1 { font-size: clamp(3.4rem, 4.6vw, 5.6rem); }
  .bo-cup { min-height: 420px; }
}
@media (min-width: 2000px) {
  .bo-wrap, .bo-hero__inner { width: min(1560px, 100% - var(--gutter) * 2); }
  .bo-hero { min-height: min(84svh, 1020px); }
}
/* tablets: two up, not three */
@media (max-width: 1100px) {
  .bo-cups { grid-template-columns: 1fr 1fr; }
  .bo-cups > :last-child { grid-column: 1 / -1; }
  .bo-cup { min-height: 300px; }
}
@media (max-width: 900px) {
  .bo-grid, .bo-grid--2, .bo-grid--4 { grid-template-columns: 1fr 1fr; }
  .bo-video { grid-template-columns: 1fr; gap: 28px; }
  .bo-phone { max-width: 320px; margin-inline: auto; }
}
/* phones */
@media (max-width: 640px) {
  .bo-grid, .bo-grid--2, .bo-grid--4, .bo-cups { grid-template-columns: 1fr; }
  .bo-cups > :last-child { grid-column: auto; }
  .bo-hero { min-height: min(86svh, 720px); }
  .bo-hero h1 { font-size: clamp(2.3rem, 9.4vw, 3.1rem); max-width: 14ch; }
  .bo-hero .bo-lede { font-size: 1rem; }
  .bo-hero .bo-cta { margin-top: 24px; }
  .bo-hero .bo-cta .btn { flex: 1 1 100%; justify-content: center; }
  .bo-h2 { margin-top: 44px; font-size: clamp(1.35rem, 6.4vw, 1.8rem); }
  .bo-band { min-height: 62svh; }
  .bo-band h3 { font-size: clamp(1.6rem, 8vw, 2.2rem); }
  .bo-card { padding: 20px; }
  .bo-tile { padding: 18px; }
  .bo-board { padding: 14px; border-radius: 20px; }
  .bo-row { grid-template-columns: 22px 1fr auto; gap: 8px; padding: 10px 6px; font-size: 0.95rem; }
  .bo-div { display: none; }
  .bo-board__top { flex-direction: column; align-items: flex-start; gap: 4px; }
  .bo-ticker { font-size: 0.84rem; align-items: flex-start; }
  /* the packages table becomes cards */
  .bo-table, .bo-table tbody, .bo-table tr, .bo-table td { display: block; width: 100%; }
  .bo-table thead { display: none; }
  .bo-table tr { border: 1px solid var(--line); border-radius: 16px; padding: 14px; margin-bottom: 12px; background: var(--glass); }
  .bo-table td { border: 0; padding: 4px 0; }
  .bo-table td:first-child { min-width: 0; font-size: 1.02rem; }
  .bo-table td.bo-price, .bo-table td:nth-child(2) { color: var(--teal-2); font-weight: 600; }
}
/* short phones in landscape */
@media (max-height: 520px) and (orientation: landscape) {
  .bo-hero { min-height: 100svh; }
  .bo-band { min-height: 90svh; }
}
/* the hero never waits for the scroll reveal */
.page-boston .section--first .section-contents.reveal,
.page-boston-creators .section--first .section-contents.reveal,
.page-boston-sponsors .section--first .section-contents.reveal { transform: none !important; opacity: 1 !important; }

/* ---------- QA fixes ---------- */
/* the site's richtext link colour was winning over the button's own text colour */
.bo-playbtn .btn--primary { color: var(--teal-ink); }
/* a stalled or blocked video must never show a black box */
.bo-hero__media, .bo-band, .bo-trailer { background-size: cover; background-position: center; background-color: #0B0700; }
.bo-trailer { aspect-ratio: 16 / 9; }
.bo-trailer video { width: 100%; height: 100%; object-fit: cover; }
.bo-trailer__play { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(5,4,3,0.35); border: 0; cursor: pointer; transition: opacity 0.4s; }
.bo-trailer__play span { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 999px; background: var(--teal); color: var(--teal-ink); font-weight: 600; font-size: 0.98rem; box-shadow: 0 10px 40px rgba(0,0,0,0.45); }
.bo-trailer.is-playing .bo-trailer__play { opacity: 0; pointer-events: none; }
.bo-linkbox { margin-top: 20px; border: 1px dashed var(--line-2); border-radius: 16px; padding: 18px 20px; background: var(--glass); display: grid; gap: 8px; text-align: left; }
.bo-linkbox code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(0.95rem, 2.2vw, 1.15rem); color: var(--teal-2); word-break: break-all; }
.bo-linkbox span { color: var(--ink-3); font-size: 0.88rem; }


/* ---------- season forms ---------- */
.sf { margin: 26px 0 0; }
.sf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.sf-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 18px; }
.sf-field { margin: 0; display: flex; flex-direction: column; gap: 7px; }
.sf-field--wide { grid-column: 1 / -1; }
.sf-field > label { font-size: 0.9rem; font-weight: 500; color: var(--ink-2); letter-spacing: 0.01em; }
.sf-field .sf-hint { font-size: 0.8rem; color: var(--ink-3); font-weight: 400; }
.sf-field input, .sf-field select, .sf-field textarea {
  font: inherit; font-size: 1rem; color: var(--ink);
  background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-2); border-radius: 14px;
  padding: 13px 15px; width: 100%; min-height: 50px;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  -webkit-appearance: none; appearance: none;
}
.sf-field textarea { min-height: 116px; resize: vertical; line-height: 1.5; }
.sf-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' stroke='%23908B84' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px;
}
.sf-field select option { background: #17140f; color: var(--ink); }
.sf-field input::placeholder, .sf-field textarea::placeholder { color: var(--ink-3); }
.sf-field input:hover, .sf-field select:hover, .sf-field textarea:hover { border-color: rgba(255, 255, 255, 0.28); }
.sf-field input:focus, .sf-field select:focus, .sf-field textarea:focus {
  outline: none; border-color: var(--teal-3); background: rgba(0, 206, 209, 0.07);
  box-shadow: 0 0 0 3px rgba(0, 206, 209, 0.18);
}
.sf-field--bad input, .sf-field--bad select, .sf-field--bad textarea { border-color: var(--live); background: rgba(255, 90, 95, 0.07); }
.sf-err { font-size: 0.82rem; color: #FF9296; min-height: 0; }
.sf-checks { margin: 22px 0 0; display: flex; flex-direction: column; gap: 12px; }
.sf-check { margin: 0; display: flex; gap: 11px; align-items: flex-start; font-size: 0.92rem; color: var(--ink-2); line-height: 1.45; }
.sf-check input { flex: none; width: 21px; height: 21px; margin: 1px 0 0; accent-color: var(--teal); }
.sf-check a { color: var(--teal-2); }
.sf-check.sf-field--bad { color: #FF9296; }
.sf-submit { margin: 24px 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.sf-submit .btn { min-width: 210px; justify-content: center; }
.sf-submit .sf-small { margin: 0; font-size: 0.85rem; color: var(--ink-3); max-width: 340px; }
.sf[data-busy="1"] { opacity: 0.55; pointer-events: none; }
.sf-fail {
  margin: 20px 0 0; padding: 16px 18px; border-radius: 16px;
  border: 1px solid rgba(255, 90, 95, 0.45); background: rgba(255, 90, 95, 0.09);
  font-size: 0.95rem; color: var(--ink-2);
}
.sf-fail a { color: var(--teal-2); }
.sf-done {
  border: 1px solid var(--line-2); border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(0, 206, 209, 0.14), rgba(255, 255, 255, 0.03));
  padding: clamp(24px, 4vw, 40px); margin: 26px 0 0;
}
.sf-done h3 { margin: 0 0 10px; font-size: clamp(1.35rem, 3vw, 1.9rem); letter-spacing: -0.02em; }
.sf-done p { margin: 0 0 12px; color: var(--ink-2); }
.sf-done ol { margin: 0 0 18px; padding-left: 20px; color: var(--ink-2); }
.sf-done li { margin: 0 0 7px; }
.sf-done .bo-cta { margin: 18px 0 0; }
@media (max-width: 640px) {
  .sf-grid { grid-template-columns: minmax(0, 1fr); gap: 15px; }
  .sf-submit .btn { width: 100%; }
  .sf-submit .sf-small { max-width: none; }
}
.sf-anchor { display: block; height: 0; scroll-margin-top: calc(var(--header-h) + 28px); }
.bo-cta--wide { margin-top: 30px; }
.bo-grid--tight { gap: 12px; margin-top: 22px; }
.bo-grid--tight .bo-card { padding: 18px 20px; }
.bo-small { margin: 16px 0 0; font-size: 0.88rem; color: var(--ink-3); line-height: 1.55; }
.richtext p.lede { font-size: 1.12rem; color: var(--ink-2); line-height: 1.6; }
.sf [type="submit"][disabled] { opacity: 0.6; cursor: default; }
