/* Adria Congress — landing system (rebuilt 2026-09-12)
   Type: Roboto, the client's own webfont (adria-congress.com/public/css/main.css declares
   font-family "Roboto" on body and headings; Lato is linked in their HTML but no rule uses it,
   so it is not loaded here). Files are self-hosted in assets/fonts/.
   Palette: the logo (navy wordmark, red "congress", grey-teal sail) + the site's own
   #34495e / #67868c / #b8232b. */

@font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/roboto-400-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/roboto-400-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("fonts/roboto-500-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("fonts/roboto-500-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/roboto-700-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/roboto-700-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --navy:       #0f1d2c;
  --navy-deep:  #09273c;
  --slate:      #34495e;
  --red:        #b8232b;
  --red-dark:   #931b22;
  --teal:       #67868c;
  --teal-pale:  #e6eef0;
  --paper:      #ffffff;
  --paper-soft: #f5f8f9;
  --ink:        #17222e;
  --ink-soft:   #4b5b69;
  --line:       #dbe4e8;
  --track: .32em;
  --maxw: 1180px;
  --radius: 4px;
  --shadow: 0 1px 2px rgba(15,29,44,.06), 0 10px 30px rgba(15,29,44,.08);
}

*, *::before, *::after { box-sizing: border-box; }
[id] { scroll-margin-top: 84px; }
@media (max-width: 720px) { [id] { scroll-margin-top: 72px; } }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: Roboto, "Helvetica Neue", Arial, sans-serif; font-weight: 400;
  color: var(--ink); background: var(--paper); font-size: 17px; line-height: 1.62;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { padding: clamp(52px, 6.5vw, 100px) 0; }
.sec-head { max-width: 78ch; }
.eyebrow { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: var(--track); color: var(--red); margin: 0 0 14px; }
.eyebrow--onDark { color: #e9b8b6; }
h1, h2, h3, h4 { font-weight: 700; color: var(--navy); margin: 0 0 .55em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 1.1rem + 3.1vw, 3.7rem); line-height: 1.07; letter-spacing: -0.018em; max-width: 20ch; }
h2 { font-size: clamp(1.55rem, 1rem + 1.7vw, 2.5rem); line-height: 1.15; letter-spacing: -0.012em; max-width: 30ch; }
h3 { font-size: clamp(1.1rem, 1rem + .5vw, 1.38rem); line-height: 1.28; }
p { margin: 0 0 1.05em; text-wrap: pretty; }
.lead { font-size: clamp(1.03rem, .97rem + .35vw, 1.25rem); color: var(--ink-soft); max-width: 66ch; }
.small { font-size: 14.5px; color: var(--ink-soft); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font: inherit; font-weight: 700; font-size: 16px; padding: 15px 28px; min-height: 52px;
  border-radius: var(--radius); border: 2px solid transparent; cursor: pointer; text-align: center;
  transition: background .16s, color .16s, border-color .16s;
}
.btn--primary { background: var(--red); color: #fff; }
.btn--primary:hover { background: var(--red-dark); color: #fff; text-decoration: none; }
.btn--ghost { background: transparent; color: var(--navy); border-color: #c9d5db; }
.btn--ghost:hover { background: var(--paper-soft); text-decoration: none; }
.btn--ghostLight { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn--ghostLight:hover { background: rgba(255,255,255,.12); color: #fff; text-decoration: none; }
.btn--block { width: 100%; }

/* topbar */
.topbar { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.95); backdrop-filter: saturate(140%) blur(8px); border-bottom: 1px solid var(--line); }
.topbar__in { display: flex; align-items: center; gap: 18px; min-height: 68px; }
.topbar__logo img { width: 172px; }
.topbar__sp { flex: 1 1 auto; }
.topbar__tag { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); font-weight: 700; }
.topbar .btn { padding: 11px 20px; min-height: 44px; font-size: 15px; }

/* hero with the form beside it */
.hero { position: relative; color: #fff; background: var(--navy-deep); padding: clamp(44px, 6vw, 88px) 0 clamp(48px, 6vw, 88px); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background:
    linear-gradient(104deg, rgba(9,25,40,.93) 0%, rgba(9,25,40,.80) 38%, rgba(9,25,40,.42) 66%, rgba(9,25,40,.30) 100%),
    linear-gradient(to top, rgba(9,25,40,.72) 0%, rgba(9,25,40,0) 46%); } /* graduated so the plenary photo reads; flat .94 wash wasted it (2026-09-12) */ /* z-index: the scrim must paint ABOVE .hero__bg (a later positioned sibling), otherwise the photo covers it (QA 2026-09-12) */
.hero__in { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(28px, 3.2vw, 52px); align-items: center; }
.hero h1 { color: #fff; }
.hero .eyebrow { color: #e9b8b6; }
.hero__sub { font-size: clamp(1.05rem, .98rem + .45vw, 1.32rem); color: #dbe6ec; max-width: 52ch; margin: 0 0 28px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__rea { margin: 16px 0 0; font-size: 14.5px; color: #b9cbd6; }
.hero__proof { margin: 30px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; font-size: 14.5px; color: #dbe6ec; }
.hero__proof li { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; }
.hero__proof li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--red); margin-top: .55em; }
.hero__caption { position: relative; z-index: 2; margin: 18px auto 0; text-align: right; font-size: 13px; color: rgba(255,255,255,.66); letter-spacing: .04em; }

/* form card */
.card { background: #fff; color: var(--ink); border-radius: var(--radius); padding: clamp(22px, 2.6vw, 34px); border-top: 4px solid var(--red); box-shadow: 0 18px 50px rgba(4,16,28,.28); }
.card__title { font-size: clamp(1.15rem, 1.05rem + .45vw, 1.45rem); color: var(--navy); margin: 0 0 6px; }
.card__note { font-size: 14.5px; color: var(--ink-soft); margin: 0 0 18px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.field { margin-bottom: 13px; }
.field label { display: block; font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.field .opt { font-weight: 400; color: var(--ink-soft); }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 16px; color: var(--ink); padding: 11px 12px; border: 1px solid #c6d2d8; border-radius: var(--radius); background: #fff; min-height: 46px; }
.field select { appearance: none; -webkit-appearance: none; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%2334495e' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 12px center; padding-right: 36px; }
.field textarea { min-height: 82px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--teal); outline-offset: 1px; border-color: var(--teal); }
.field--bad input, .field--bad select, .field--bad textarea { border-color: var(--red); background: #fdf5f5; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; margin: 4px 0 16px; }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; min-height: 0; }
.consent label { font-size: 13.5px; color: var(--ink-soft); font-weight: 400; line-height: 1.5; margin: 0; }
.consent.attention { animation: shake .4s; }
.consent.attention label { color: var(--red); }
.consent.attention input { outline: 2px solid var(--red); outline-offset: 2px; }
@keyframes shake { 0%,100% { transform: translateX(0); } 22% { transform: translateX(-6px); } 44% { transform: translateX(6px); } 66% { transform: translateX(-4px); } 88% { transform: translateX(4px); } }
.err { display: none; margin: 0 0 14px; font-size: 14.5px; color: var(--red); font-weight: 700; }
.err.on { display: block; }
.reassure { margin: 12px 0 0; font-size: 13.5px; color: var(--ink-soft); text-align: center; }

/* two tracks */
.tracks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 40px; }
.track { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.track__img { flex: none; position: relative; }
.track__img img { width: 100%; aspect-ratio: 3 / 2; height: auto; object-fit: cover; }
.track__cap { position: absolute; left: 14px; bottom: 10px; font-size: 13px; color: #fff; background: rgba(9,25,40,.62); padding: 4px 9px; border-radius: 3px; letter-spacing: .03em; }
.track__body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1 1 auto; }
.track__tag { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: var(--track); color: var(--teal); margin: 0 0 10px; }
.track ul { margin: 4px 0 22px; padding: 0 0 0 20px; }
.track li { margin-bottom: 7px; }
.track .btn { margin-top: auto; align-self: flex-start; }

/* scope (from the first idea to the final settlement) */
.scope { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; padding: 0; list-style: none; counter-reset: step; }
.scope li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 22px 22px; display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; }
.scope li::before { counter-increment: step; content: counter(step, decimal-leading-zero); grid-row: 1 / span 2; font-weight: 700; font-size: 26px; line-height: 1; color: var(--red); margin-top: 2px; }
.scope b { color: var(--navy); font-weight: 700; }
.scope span { color: var(--ink-soft); font-size: 15px; grid-column: 2; }

/* why direct (dark band) */
.why { background: var(--navy); color: #e5edf1; }
.why h2 { color: #fff; }
.why .lead { color: #c3d2db; }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.whycard { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 26px 24px; }
.whycard h3 { color: #fff; margin-bottom: .45em; }
.whycard p { color: #c3d2db; margin-bottom: 0; font-size: 15.5px; }

/* references */
.refs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 38px; }
.ref { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; margin: 0; }
.ref__img img { width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; display: block; }
.ref__body { padding: 14px 16px 16px; }
.ref__name { font-weight: 700; color: var(--navy); margin: 0; font-size: 15px; }
.ref__meta { margin: 2px 0 0; font-size: 13.5px; color: var(--ink-soft); }
.reflist { margin: 30px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.reflist li { border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-size: 14.5px; color: var(--slate); background: var(--paper-soft); }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 4px 16px; }
.steps .num { grid-row: 1 / span 2; width: 40px; height: 40px; border-radius: 50%; background: var(--red); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.steps b { color: var(--navy); }
.steps > li > span:last-child { grid-column: 2; color: var(--ink-soft); font-size: 15.5px; }
.steps .num { grid-column: 1; }
.steps .who { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: var(--teal); font-weight: 700; margin-bottom: 2px; }

/* faq */
.faq { margin-top: 34px; border-top: 1px solid var(--line); max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 18px 40px 18px 0; font-weight: 700; color: var(--navy); position: relative; list-style: none; font-size: 17px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 400; color: var(--red); }
.faq details[open] summary::after { content: "\2013"; }
.faq__a { padding: 0 0 20px; color: var(--ink-soft); max-width: 76ch; }
.faq__a p:last-child { margin-bottom: 0; }

/* final CTA */
.final { background: var(--navy-deep); color: #e5edf1; text-align: center; }
.final h2 { color: #fff; margin-left: auto; margin-right: auto; }
.final p { color: #c3d2db; max-width: 60ch; margin-left: auto; margin-right: auto; }

/* footer */
.foot { background: var(--navy); color: #a9bdc9; padding: 48px 0 36px; font-size: 14.5px; }
.foot__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 34px; }
.foot img { width: 160px; margin-bottom: 16px; }
.foot h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: var(--track); margin: 0 0 12px; }
.foot a { color: #d6e2ea; }
.foot p { margin: 0 0 8px; }
.foot__legal { border-top: 1px solid rgba(255,255,255,.14); margin-top: 30px; padding-top: 18px; font-size: 13px; color: #8ba3b2; }

/* thank-you */
.ty { min-height: 100vh; display: flex; flex-direction: column; background: var(--paper); }
.ty__hero { background: var(--navy-deep); color: #fff; padding: clamp(44px, 6vw, 80px) 0; }
.ty__hero h1 { color: #fff; max-width: 24ch; }
.ty__hero p { color: #dbe6ec; max-width: 56ch; margin-bottom: 0; font-size: 1.1rem; }
.ty__body { flex: 1 1 auto; padding: clamp(40px, 5vw, 72px) 0; }
.ty__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; }
.ty__box { background: var(--paper-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin-bottom: 22px; }
.ty__box h3 { margin-bottom: .5em; }
.ty__box ul { margin: 0; padding: 0 0 0 20px; }
.ty__box li { margin-bottom: 8px; color: var(--ink-soft); }
.ty__next { margin: 26px 0 0; padding: 0; list-style: none; }
.ty__next li { display: grid; grid-template-columns: auto 1fr; gap: 2px 15px; padding: 16px 0; border-top: 1px solid var(--line); }
.ty__next b { color: var(--navy); }
.ty__next > li > span:last-child { color: var(--ink-soft); font-size: 15.5px; grid-column: 2; }
.ty__next .ty__num { grid-column: 1; }
.ty__num { grid-row: 1 / span 2; width: 32px; height: 32px; border-radius: 50%; background: var(--red); color: #fff; font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.ty__note { background: #fff; border-left: 4px solid var(--red); padding: 14px 18px; font-size: 15px; color: var(--ink-soft); margin: 20px 0 0; }

/* legal page */
.legal { padding: clamp(40px, 5vw, 72px) 0; }
.legal .wrap { max-width: 820px; }
.legal h2 { font-size: 1.3rem; margin-top: 1.6em; }
.legal p, .legal li { color: var(--ink-soft); }

/* reveal (progressive) */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal, .js .reveal.in { opacity: 1 !important; transform: none !important; transition: none !important; } html { scroll-behavior: auto !important; } }

/* responsive */
@media (max-width: 1000px) {
  .hero__in { grid-template-columns: 1fr; gap: 34px; }
  .scope, .why__grid, .steps { grid-template-columns: 1fr 1fr; }
  .refs { grid-template-columns: repeat(2, 1fr); }
  .ty__grid { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 720px) {
  body { font-size: 16.5px; }
  .wrap { padding: 0 18px; }
  h1 { font-size: clamp(1.9rem, 1.2rem + 4.2vw, 2.4rem); }
  .tracks, .scope, .why__grid, .steps, .refs, .grid2, .foot__grid { grid-template-columns: 1fr; }
  .tracks { gap: 20px; }
  .refs { gap: 16px; }
  .hero__proof { grid-template-columns: 1fr; gap: 8px; }
  .hero__caption { text-align: left; }
  .topbar__in { min-height: 60px; gap: 10px; }
  .topbar__logo img { width: 134px; }
  .topbar__tag { display: none; }
  .topbar .btn--primary { display: none; }
  .hero__cta .btn { width: 100%; }
  /* mobile: uniform scrim so the hero copy stays legible over the bright ceiling of the plenary photo (QA 2026-09-12) */
  .hero::before { background: linear-gradient(180deg, rgba(9,25,40,.9) 0%, rgba(9,25,40,.92) 100%); }
  .faq summary { font-size: 16px; }
}
.stickycta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); }
@media (max-width: 720px) { .stickycta { display: block; } body { padding-bottom: 78px; } }


/* ── Fold rebuild 2026-09-12: house pattern (photo leads, one-sentence sub, fact strip) ── */
.hero { padding: clamp(48px, 5vw, 84px) 0 clamp(36px, 4vw, 60px); }
.hero h1 { font-size: clamp(2.1rem, 1.45rem + 2.4vw, 3.35rem); line-height: 1.07; letter-spacing: -.018em; max-width: 19ch; margin: 0 0 18px; }
.hero .eyebrow { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 18px; }
.hero__sub { font-size: clamp(1.02rem, .96rem + .34vw, 1.18rem); line-height: 1.62; color: #cfdde6; max-width: 46ch; margin: 0 0 26px; }
.hero__facts { margin: 26px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.20);
  display: grid; grid-template-columns: repeat(3, auto); gap: 10px 40px; justify-content: start; }
.hero__facts li { display: grid; gap: 3px; }
.hero__facts strong { font-size: clamp(1rem, .94rem + .3vw, 1.16rem); font-weight: 700; color: #fff; letter-spacing: -.01em; }
.hero__facts span { font-size: 13px; color: #a9c0cf; letter-spacing: .015em; }
.hero .card { box-shadow: 0 24px 64px rgba(3,12,22,.44); padding: clamp(20px, 1.9vw, 26px); }
.hero .card__note { font-size: 13.5px; line-height: 1.55; margin-bottom: 14px; }
.hero .card .grid2 { gap: 0 12px; }
.hero .card .field { margin-bottom: 11px; }
.hero .card .field label { font-size: 13px; }
.hero .card .field input, .hero .card .field select, .hero .card .field textarea { padding: 9px 11px; min-height: 42px; }
.hero .card .field textarea { min-height: 64px; }
/* Below ~1180px the two-up fields crush before the grid stacks; go single-column inside the fold card. */
@media (min-width: 981px) and (max-width: 1180px) { .hero .card .grid2 { grid-template-columns: 1fr; } }
@media (max-width: 980px) {
  .hero__in { grid-template-columns: 1fr; gap: 34px; align-items: start; }
  .hero h1 { max-width: none; }
  .hero__facts { grid-template-columns: 1fr; gap: 14px; }
}

/* ══ Rebuild 2026-09-16: multistep form, gallery, photo bands, tighter sections ══ */

/* ── multistep form ───────────────────────────────────────────── */
.fbar { height: 3px; background: var(--line); border-radius: 3px; overflow: hidden; margin: 0 0 18px; }
.fbar__fill { display: block; height: 100%; width: 20%; background: var(--red); border-radius: 3px; transition: width .28s ease; }
.fstep { display: block; border: 0; margin: 0; padding: 0; min-width: 0; }
.fstep[hidden] { display: none; }
.fq { display: block; float: none; width: 100%; padding: 0; margin: 0 0 14px; font-size: clamp(1.02rem, .97rem + .3vw, 1.16rem); font-weight: 700; color: var(--navy); line-height: 1.3; }
.opts { display: grid; grid-template-columns: 1fr; gap: 9px; }
.opts--2 { grid-template-columns: 1fr 1fr; }
.opt { position: relative; display: flex; align-items: center; gap: 10px; padding: 13px 14px; border: 1px solid #c6d2d8; border-radius: var(--radius); background: #fff; cursor: pointer; font-size: 15.5px; line-height: 1.3; color: var(--ink); transition: border-color .14s, background .14s, box-shadow .14s; }
.opt:hover { border-color: var(--teal); background: #f7fbfc; }
.opt input { position: absolute; opacity: 0; width: 0; height: 0; margin: 0; }
.opt span { display: block; }
.opt::before { content: ""; flex: none; width: 18px; height: 18px; border-radius: 50%; border: 2px solid #c0ced5; background: #fff; transition: border-color .14s, box-shadow .14s; }
.opt:has(input:checked) { border-color: var(--red); background: #fdf6f6; box-shadow: inset 0 0 0 1px var(--red); }
.opt:has(input:checked)::before { border-color: var(--red); box-shadow: inset 0 0 0 4px var(--red); }
.opt:has(input:focus-visible) { outline: 2px solid var(--teal); outline-offset: 2px; }
.opt-note { font-weight: 400; color: var(--ink-soft); }
.fnav { display: flex; align-items: center; gap: 14px; margin: 16px 0 0; padding-top: 13px; border-top: 1px solid var(--line); min-height: 20px; }
.fback { font: inherit; font-size: 14px; font-weight: 700; color: var(--slate); background: none; border: 0; padding: 0; cursor: pointer; }
.fback:hover { color: var(--red); text-decoration: underline; }
.fback[hidden] { display: none; }
.fcount { margin-left: auto; font-size: 13px; color: var(--ink-soft); letter-spacing: .04em; }
.hero .card .fq { margin-bottom: 12px; }
.hero .card .opt { padding: 11px 13px; font-size: 15px; }

/* ── tracks: lighter cards ────────────────────────────────────── */
.track__body > p:first-of-type + ul { margin-top: 14px; }
.track ul { margin: 14px 0 22px; }
.track li { margin-bottom: 9px; font-size: 15.5px; color: var(--ink-soft); }

/* ── photo band (scope) ───────────────────────────────────────── */
.band { margin: 34px 0 0; border-radius: var(--radius); overflow: hidden; }
.band img { width: 100%; aspect-ratio: 2.4 / 1; object-fit: cover; object-position: center 62%; }
.scope { margin-top: 26px; }
.scope li { padding: 20px; }
.scope span { font-size: 14.5px; }

/* ── why: photo + compact cards ───────────────────────────────── */
.why__split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(24px, 3vw, 44px); align-items: stretch; margin-top: 38px; }
.why__photo { display: grid; align-self: stretch; border-radius: var(--radius); overflow: hidden; min-height: 320px; }
.why__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.why__split .why__grid { grid-template-columns: 1fr; gap: 16px; margin-top: 0; }
.why__split .whycard { padding: 22px 22px; }
.why__split .whycard h3 { font-size: 1.08rem; margin-bottom: .35em; }
.why__split .whycard p { font-size: 15px; }

/* ── gallery (track record) ───────────────────────────────────── */
.gal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.gal__i { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--navy); }
.gal__i img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform .5s ease; }
.gal__i--wide { grid-column: span 3; }
.gal__i--wide img { aspect-ratio: 2.55 / 1; }
.gal__i:hover img { transform: scale(1.03); }
.gal__i figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 18px 15px; color: #fff;
  background: linear-gradient(to top, rgba(6,18,30,.86) 0%, rgba(6,18,30,.55) 52%, rgba(6,18,30,0) 100%); }
.gal__i figcaption b { display: block; font-size: 15px; font-weight: 700; line-height: 1.25; }
.gal__i figcaption span { display: block; margin-top: 2px; font-size: 13px; color: #c5d6e1; }
.gal__i--wide figcaption { padding: 38px 24px 20px; }
.gal__i--wide figcaption b { font-size: 18px; }

/* ── steps: tighter ───────────────────────────────────────────── */
.steps > li > span:last-child { font-size: 15px; }

/* ── final CTA over a photo ───────────────────────────────────── */
.final { position: relative; overflow: hidden; }
.final__bg { position: absolute; inset: 0; }
.final__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.final::before { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(6,20,33,.72) 0%, rgba(6,20,33,.86) 100%); }
.final > .wrap { position: relative; z-index: 2; }

/* ── responsive ───────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .why__split { grid-template-columns: 1fr; gap: 26px; }
  .why__photo { min-height: 0; }
  .why__photo img { aspect-ratio: 5 / 4; height: auto; }
  .why__split .why__grid { grid-template-columns: 1fr 1fr; }
  .gal { grid-template-columns: repeat(2, 1fr); }
  .gal__i--wide { grid-column: span 2; }
}
@media (max-width: 720px) {
  .why__split .why__grid { grid-template-columns: 1fr; }
  .why__photo img { aspect-ratio: 4 / 3; height: auto; }
  .band img { aspect-ratio: 2 / 1; }
  .gal { gap: 12px; }
  .gal__i figcaption { padding: 24px 12px 11px; }
  .gal__i figcaption b { font-size: 13.5px; }
  .gal__i figcaption span { font-size: 12px; }
  .opts--2 { grid-template-columns: 1fr; }
  .hero .card .opt { padding: 13px 14px; }
}
/* Keep the two-up option grid usable in the narrow fold card. */
@media (min-width: 981px) and (max-width: 1240px) { .hero .card .opts--2 { grid-template-columns: 1fr; } }
/* JS-set fallback for browsers without :has() */
.opt.is-on { border-color: var(--red); background: #fdf6f6; box-shadow: inset 0 0 0 1px var(--red); }
.opt.is-on::before { border-color: var(--red); box-shadow: inset 0 0 0 4px var(--red); }
/* Copy rewrite 2026-09-16: bold lead-ins in the track bullets; wider fact strip columns
   (the new labels are longer than the one-word set they replaced). */
.track li b { color: var(--navy); font-weight: 700; }
.hero__facts { grid-template-columns: repeat(3, 1fr); gap: 12px 26px; }
.hero__facts strong { text-wrap: balance; }
@media (max-width: 980px) { .hero__facts { grid-template-columns: 1fr; } }
/* "Associations & Academics" wraps to two lines while the other two labels do not, which
   staggered the sub-lines; reserve two label lines on desktop so all three align. */
@media (min-width: 981px) { .hero__facts strong { display: block; min-height: 2.5em; } }

/* ── Layout brief 2026-09-16: let headings use the grid width ──
   The base sheet caps headings in `ch` (h1 20ch, .hero h1 19ch, h2 30ch, .sec-head 78ch),
   which wrapped every card and section title after ~55% of the column and left orphan lines.
   Headings now spread to the container (`.wrap` still caps the page at 1180px) and keep the
   `text-wrap: balance` the base sheet already sets. Body measures are widened, not removed —
   an unbounded paragraph at 1132px is ~110 characters and unreadable.
   `.ty__hero h1/p` (thank-you page) are more specific and deliberately left alone. */
h1, h2 { max-width: none; }
.hero h1 { max-width: none; }
.sec-head { max-width: none; }
.lead { max-width: 78ch; }
.hero__sub { max-width: 56ch; }
.faq { max-width: 980px; }
.faq__a { max-width: 88ch; }
.final p { max-width: 72ch; }
/* Cards: no text cap inside a card, and let the body fill the column it was given. */
.track__body, .track__body h3, .track__body p, .track__body ul,
.whycard, .whycard h3, .whycard p, .scope li, .steps li { max-width: none; min-width: 0; }
