:root {
  --ledger: #f5f2ea;
  --paper: #fbfaf6;
  --ink: #1c2119;
  --field: #2e4032;
  --water: #2b4a57;
  --clay: #8c3b1e;
  --gold: #9a6e20;
  --stone: #6f6f63;
  --chalk: #d9d6cc;
  --line: #c9c5ba;
  --white: #ffffff;
  --shell: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; overflow-x: hidden; background: var(--ledger); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.62; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; text-wrap: balance; }
p { text-wrap: pretty; }
.public-shell { width: min(calc(100% - 96px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: -64px; left: 16px; z-index: 1000; padding: 10px 14px; background: var(--paper); border: 2px solid var(--water); }
.skip-link:focus { top: 12px; }

.public-header { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 38px; padding: 0 max(32px, calc((100vw - var(--shell)) / 2)); border-bottom: 1px solid var(--ink); background: rgba(245, 242, 234, .98); position: sticky; top: 0; z-index: 100; }
.public-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; justify-self: start; }
.public-brand__mark, .auth-brand-mark { width: 44px; height: 44px; display: grid; place-items: center; background: var(--field); color: var(--paper); }
.public-brand__mark img, .auth-brand-mark img { width: 100%; height: 100%; display: block; }
.public-brand span:last-child { display: grid; line-height: 1.14; }
.public-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 700; }
.public-brand small { margin-top: 4px; color: var(--stone); font-size: .65rem; letter-spacing: .035em; text-transform: uppercase; }
.public-nav { display: flex; align-items: center; gap: 31px; }
.public-nav a, .public-link { padding: 8px 0 6px; border-bottom: 2px solid transparent; color: var(--ink); font-size: .77rem; font-weight: 750; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.public-nav a:hover, .public-nav a:focus-visible, .public-link:hover, .public-link:focus-visible { border-bottom-color: var(--gold); outline: none; }
.public-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.public-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border: 1px solid var(--field); border-radius: 0; background: var(--field); color: var(--paper); font-size: .79rem; font-weight: 800; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.public-button:hover { background: var(--ink); }
.public-button:focus-visible, .text-action:focus-visible, .public-footer a:focus-visible, .photo-credits summary:focus-visible { outline: 3px solid var(--water); outline-offset: 4px; }
.public-button--small { min-height: 40px; padding: 8px 16px; }
.public-button--secondary { background: transparent; color: var(--field); }
.public-button--secondary:hover { background: var(--field); color: var(--paper); }

.home-hero { position: relative; padding-bottom: 124px; }
.home-hero__image { width: min(calc(100% - 64px), 1500px); height: clamp(580px, 72vh, 780px); margin: 0 auto; position: relative; overflow: hidden; background: var(--field); }
.home-hero__image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 25, 18, .12), transparent 55%); pointer-events: none; }
.home-hero__image img { height: 100%; object-fit: cover; object-position: center 54%; filter: saturate(.76) contrast(.94); }
.home-hero__image figcaption { position: absolute; right: 24px; bottom: 17px; z-index: 2; color: var(--paper); font: 650 .68rem/1.4 Inter, sans-serif; letter-spacing: .08em; text-transform: uppercase; text-shadow: 0 1px 8px rgba(0,0,0,.65); }
.home-hero__plate { width: min(650px, calc(100% - 128px)); position: absolute; left: max(64px, calc((100vw - var(--shell)) / 2)); bottom: 38px; z-index: 4; padding: 43px 48px 39px; border-top: 3px solid var(--gold); background: var(--ledger); box-shadow: 0 20px 44px rgba(28,33,25,.13); }
.public-eyebrow { margin: 0 0 17px; color: var(--gold); font-size: .68rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.home-hero h1 { margin: 0; max-width: 570px; font-size: clamp(3rem, 4.8vw, 4.9rem); line-height: 1.01; letter-spacing: -.045em; font-weight: 650; }
.home-hero__summary { max-width: 570px; margin: 24px 0 0; color: #3f493f; font-size: 1.02rem; line-height: 1.65; }
.public-actions-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.text-action { color: var(--field); font-size: .8rem; font-weight: 800; letter-spacing: .045em; text-underline-offset: 5px; text-transform: uppercase; }
.text-action span { display: inline-block; padding-left: 6px; }
.returning-user { margin: 15px 0 0; color: var(--stone); font-size: .76rem; }
.returning-user a { color: var(--field); font-weight: 750; text-underline-offset: 3px; }

.orientation-band { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--field); color: var(--paper); padding: 0 max(32px, calc((100vw - var(--shell)) / 2)); }
.orientation-band p { margin: 0; padding: 22px 18px; border-right: 1px solid rgba(255,255,255,.18); font-family: Georgia, "Times New Roman", serif; font-size: .95rem; text-align: center; }
.orientation-band p:first-child { border-left: 1px solid rgba(255,255,255,.18); }

.section-marker { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; margin-bottom: 55px; padding-top: 16px; border-top: 1px solid var(--ink); }
.section-marker span, .service-number { color: var(--gold); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.section-marker p { margin: 0; color: var(--water); font-size: .69rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.about-section { display: grid; grid-template-columns: repeat(12, 1fr); column-gap: 24px; padding-block: 132px; }
.about-section__heading { grid-column: 1 / 6; }
.about-section__copy { grid-column: 7 / 13; padding-top: 6px; }
.about-section h2, .services-intro h2, .service h2, .service-flood h2, .service-water h2, .service-evidence h2, .industries-section h2, .public-cta h2 { margin: 0; color: var(--ink); font-size: clamp(2.35rem, 4vw, 4.2rem); line-height: 1.07; letter-spacing: -.035em; font-weight: 650; }
.about-section__copy > p:first-child { margin: 0; max-width: 650px; color: #454c44; font-size: 1.04rem; }
.editorial-callout { margin: 33px 0 0; padding: 22px 0 0; border-top: 2px solid var(--gold); color: var(--field); font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; font-style: italic; line-height: 1.45; }

.services-intro { display: grid; grid-template-columns: 8fr 4fr; gap: 24px; align-items: end; padding: 46px 0 76px; }
.services-intro .section-marker { margin-bottom: 34px; }
.services-intro h2 { grid-column: 1; max-width: 850px; }
.services-intro > p:last-child { grid-column: 2; margin: 0; color: var(--stone); }

.service { width: min(calc(100% - 96px), var(--shell)); margin: 0 auto; display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: center; padding-block: 116px; border-top: 1px solid var(--ink); }
.service figure { margin: 0; }
.service__media { position: relative; overflow: hidden; background: var(--chalk); }
.service__media img { height: 100%; object-fit: cover; filter: saturate(.73) contrast(.96); transition: transform .7s ease; }
.service__media:hover img { transform: scale(1.018); }
.service__media figcaption, .service-flood__media figcaption, .service-water__media figcaption, .service-evidence__media figcaption { position: absolute; left: 0; bottom: 0; max-width: 80%; margin: 0; padding: 12px 16px; background: rgba(28,33,25,.9); color: var(--paper); font-size: .7rem; line-height: 1.4; }
.service__media--portrait { grid-column: 1 / 7; height: 690px; }
.service__media--portrait img { object-position: 48% center; }
.service--agriculture .service__copy { grid-column: 8 / 13; }
.service--forestry .service__copy { grid-column: 1 / 5; }
.service--forestry .service__media { grid-column: 6 / 13; height: 560px; }
.service--forestry .service__media img { object-position: center 65%; }
.service--remediation { align-items: start; }
.service--remediation .service__media { grid-column: 1 / 8; height: 520px; }
.service--remediation .service__copy { grid-column: 9 / 13; padding-top: 108px; }
.service__copy .service-number { margin: 0 0 9px; text-transform: uppercase; }
.service__copy .public-eyebrow { margin-bottom: 21px; }
.service__copy h2 { font-size: clamp(2.3rem, 3.7vw, 3.8rem); }
.service__copy > p:not(.public-eyebrow):not(.service-number) { margin: 24px 0 0; color: #4a5049; }
.outcome-note { display: grid; gap: 6px; margin-top: 32px; padding: 18px 0 0; border-top: 1px solid var(--gold); }
.outcome-note span { color: var(--clay); font-size: .64rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.outcome-note strong { color: var(--field); font-family: Georgia, "Times New Roman", serif; font-size: 1.03rem; font-weight: 650; line-height: 1.42; }
.stage-rail { grid-column: 8; margin: 108px 0 0; padding: 0; list-style: none; }
.stage-rail li { display: grid; gap: 4px; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--stone); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; writing-mode: vertical-rl; }
.stage-rail span { color: var(--clay); font-family: ui-monospace, monospace; }

.service-flood { padding-block: 118px; background: var(--paper); }
.service-flood__heading { display: grid; grid-template-columns: 4fr 8fr; gap: 24px; align-items: end; margin-bottom: 50px; }
.service-flood__heading .service-number { margin: 0 0 9px; }
.service-flood__heading .public-eyebrow { margin: 0; }
.service-flood__heading h2 { max-width: 920px; }
.service-flood__media { width: min(calc(100% - 48px), 1540px); height: clamp(390px, 45vw, 620px); margin: 0 auto; position: relative; overflow: hidden; }
.service-flood__media img { height: 100%; object-fit: cover; filter: saturate(.62) contrast(.92); }
.service-flood__notes { display: grid; grid-template-columns: 1fr 1fr 1.25fr; gap: 0; margin-top: 34px; border-top: 1px solid var(--water); }
.service-flood__notes > p, .service-flood__notes > div { margin: 0; padding: 24px 30px 0 0; }
.service-flood__notes > * + * { padding-left: 30px; border-left: 1px solid var(--line); }
.service-flood__notes p { color: #4c5552; }
.service-flood__notes .outcome-note { margin-top: 0; border-top: 0; }

.service-water { padding-block: 122px; background: var(--field); color: var(--paper); }
.service-water__layout { display: grid; grid-template-columns: 4fr 1fr 7fr; gap: 24px; align-items: center; }
.service-water .service__copy { grid-column: 1; }
.service-water .service-number { color: #d6af60; }
.service-water .public-eyebrow { color: #d6af60; }
.service-water h2 { color: var(--paper); font-size: clamp(2.35rem, 3.8vw, 3.85rem); }
.service-water .service__copy > p:not(.public-eyebrow):not(.service-number) { color: #d7ddd6; }
.service-water__media { grid-column: 3; height: 570px; margin: 0; position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.45); }
.service-water__media img { height: 100%; object-fit: cover; filter: saturate(.68) contrast(.95); }
.outcome-note--light strong { color: var(--paper); }
.outcome-note--light span { color: #e0bd75; }

.service-evidence { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; padding-block: 126px; }
.service-evidence__copy { grid-column: 1 / 9; max-width: 860px; }
.service-evidence__copy .service-number { margin: 0 0 9px; }
.service-evidence__copy > p:not(.public-eyebrow):not(.service-number) { max-width: 760px; color: #4a5049; }
.service-evidence__copy .outcome-note { max-width: 620px; }
.evidence-index { grid-column: 10 / 13; align-self: end; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.evidence-index li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); color: #444b43; font-size: .77rem; }
.evidence-index span { color: var(--gold); font-family: ui-monospace, monospace; }
.service-evidence__media { grid-column: 1 / 13; height: 450px; margin: 50px 0 0; position: relative; overflow: hidden; }
.service-evidence__media img { height: 100%; object-fit: cover; object-position: center 46%; filter: saturate(.68) contrast(.93); }

.industries-section { padding-block: 126px; background: var(--water); color: var(--paper); }
.industries-section__layout { display: grid; grid-template-columns: 5fr 1fr 6fr; gap: 24px; }
.section-marker--light { border-color: rgba(255,255,255,.5); }
.section-marker--light p, .section-marker--light span { color: #e0bd75; }
.industries-section h2 { color: var(--paper); font-size: clamp(2.4rem, 4vw, 4.05rem); }
.industry-index { grid-column: 3; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.5); }
.industry-index li { display: grid; grid-template-columns: 38px 1.05fr 1.2fr; gap: 17px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.23); }
.industry-index span { color: #e0bd75; font-family: ui-monospace, monospace; font-size: .7rem; }
.industry-index strong { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; }
.industry-index p { margin: 0; color: #d2dcde; font-size: .77rem; }

.public-cta { padding-block: 130px; text-align: center; }
.public-cta h2 { max-width: 900px; margin: 0 auto; }
.public-cta > p:not(.public-eyebrow) { max-width: 660px; margin: 24px auto 0; color: var(--stone); }
.public-actions-row--center { justify-content: center; }

.public-footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px; align-items: start; padding: 56px max(32px, calc((100vw - var(--shell)) / 2)); border-top: 1px solid #6f7c72; background: var(--ink); color: var(--chalk); font-size: .74rem; }
.public-brand--footer { color: var(--paper); }
.public-brand--footer small { color: #aeb8af; }
.public-footer__brand p { max-width: 310px; margin: 18px 0 0; color: #abb5ad; }
.public-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 26px; }
.public-footer nav a { color: var(--paper); text-underline-offset: 4px; }
.photo-credits { color: #aeb8af; }
.photo-credits summary { color: var(--paper); cursor: pointer; font-weight: 750; }
.photo-credits p { margin: 12px 0 0; }

.auth-site { background: var(--ledger); }
.auth-container { min-height: calc(100vh - 88px); display: grid; place-items: center; padding: 64px 24px; }
.auth-card { width: min(100%, 560px); padding: 40px; border: 1px solid var(--line); border-top: 3px solid var(--gold); background: var(--paper); box-shadow: 0 22px 50px rgba(28,33,25,.09); }
.auth-card--wide { width: min(100%, 680px); }
.auth-guidance { margin: -4px 0 22px; color: var(--muted); line-height: 1.65; }
.auth-audience { display: grid; grid-template-columns: 128px 1fr; gap: 16px; align-items: start; margin: -4px 0 24px; padding: 15px 16px; border-left: 3px solid var(--gold); background: #f3efe4; }
.auth-audience strong { color: var(--field); font-size: .72rem; font-weight: 850; letter-spacing: .09em; line-height: 1.45; text-transform: uppercase; }
.auth-audience p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.mfa-qr { width: fit-content; margin: 0 auto 24px; padding: 14px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 28px rgba(28,33,25,.08); }
.mfa-qr img { display: block; width: 250px; max-width: 70vw; height: auto; }
.mfa-recovery-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; margin: 24px 0; padding: 22px 22px 22px 48px; border: 1px solid var(--line); background: #fff; }
.mfa-recovery-list code { color: var(--ink); font-size: .95rem; font-weight: 800; letter-spacing: .08em; }
.auth-alert--warning { border-left-color: var(--gold); background: #fff8e4; color: #5c4816; }
.auth-header { display: grid; justify-items: center; margin-bottom: 30px; text-align: center; }
.auth-brand-mark { margin-bottom: 14px; }
.auth-header h2 { margin: 0; color: var(--ink); font-size: 1.8rem; }
.auth-header p { margin: 6px 0 0; color: var(--stone); font-size: .8rem; }
.auth-title { margin: 0 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.auth-form { display: grid; gap: 18px; }
.auth-field { display: grid; gap: 7px; }
/* display: grid defeats the hidden attribute, so a conditionally hidden field
   renders anyway. Same trap as the snapshot overlay; both are worth one line. */
.auth-field[hidden] { display: none; }
.auth-field label { color: var(--ink); font-size: .76rem; font-weight: 800; }
.auth-field input, .auth-field select, .auth-field textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #9fa79e; border-radius: 0; background: var(--white); color: var(--ink); font: inherit; }
.auth-field input:focus, .auth-field select:focus, .auth-field textarea:focus { border-color: var(--water); outline: 3px solid rgba(43,74,87,.2); outline-offset: 1px; }
.auth-help { color: var(--stone); font-size: .7rem; }
.auth-error, .auth-alert { padding: 10px 12px; border-left: 3px solid var(--clay); background: #f6ebe6; color: #6f2f1a; font-size: .78rem; }
.auth-btn { width: 100%; }
.auth-footer { display: flex; justify-content: center; gap: 6px; color: var(--stone); font-size: .8rem; }
.auth-footer a { color: var(--field); font-weight: 750; }
.auth-footer--portal-switch { padding-top: 16px; border-top: 1px solid var(--line); }
.auth-recovery-link { margin-top: -6px; text-align: right; }
.auth-recovery-link a { color: var(--field); font-size: .78rem; font-weight: 750; }
.auth-status-copy { margin: 0 auto 24px; max-width: 44ch; color: var(--stone); font-size: .92rem; line-height: 1.65; text-align: center; }

@media (max-width: 1100px) {
  .public-shell, .service { width: min(calc(100% - 64px), var(--shell)); }
  .public-header { grid-template-columns: 1fr auto; padding: 10px 32px; }
  .public-nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; padding-bottom: 8px; }
  .home-hero__image { width: calc(100% - 32px); }
  .home-hero__plate { left: 48px; width: min(620px, calc(100% - 96px)); }
  .service { padding-block: 96px; }
  .service__media--portrait { height: 570px; }
  .service--agriculture .service__copy { grid-column: 8 / 13; }
  .service--forestry .service__copy { grid-column: 1 / 6; }
  .service--forestry .service__media { grid-column: 7 / 13; }
  .service-water__layout { grid-template-columns: 5fr 7fr; }
  .service-water__media { grid-column: 2; height: 500px; }
  .industries-section__layout { grid-template-columns: 5fr 7fr; }
  .industry-index { grid-column: 2; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 124px; }
  body { font-size: 16px; }
  .public-shell, .service { width: calc(100% - 40px); }
  .public-header { min-height: 64px; grid-template-columns: 1fr auto; gap: 12px; padding: 10px 20px 8px; }
  .public-brand__mark { width: 38px; height: 38px; }
  .public-brand small { display: none; }
  .public-brand strong { font-size: .96rem; }
  .public-actions { gap: 10px; }
  .public-link { display: none; }
  .public-button--small { min-height: 36px; padding: 6px 12px; }
  .public-nav { width: 100%; grid-column: 1 / -1; grid-row: 2; justify-content: space-between; gap: 12px; overflow: visible; padding: 3px 0 2px; }
  .public-nav a { flex: 0 1 auto; font-size: .61rem; letter-spacing: .035em; white-space: nowrap; }
  .home-hero { display: grid; padding-bottom: 0; }
  .home-hero__image { width: 100%; height: 56vh; min-height: 390px; }
  .home-hero__image figcaption { right: 16px; bottom: 12px; font-size: .58rem; }
  .home-hero__plate { width: 100%; position: static; padding: 40px 20px 45px; box-shadow: none; }
  .home-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .orientation-band { grid-template-columns: 1fr 1fr; padding: 0 20px; }
  .orientation-band p { padding: 15px 8px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .76rem; }
  .orientation-band p:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.18); }
  .about-section, .services-intro, .service-flood__heading, .service-flood__notes, .service-water__layout, .service-evidence, .industries-section__layout, .public-footer { grid-template-columns: 1fr; }
  .about-section { padding-block: 78px; }
  .section-marker { margin-bottom: 36px; }
  .about-section__heading, .about-section__copy, .services-intro h2, .services-intro > p:last-child, .service__media, .service__copy, .stage-rail, .service-evidence__copy, .evidence-index, .service-evidence__media, .industry-index, .service-water .service__copy, .service-water__media { grid-column: 1 !important; }
  .about-section__copy { margin-top: 28px; }
  .services-intro { display: block; padding: 38px 0 60px; }
  .services-intro > p:last-child { margin-top: 22px; }
  .service { grid-template-columns: 1fr; gap: 0; padding-block: 72px; }
  .service__media { height: 390px !important; }
  .service__copy { padding: 38px 0 0 !important; }
  .service--forestry .service__copy { order: 2; }
  .service--forestry .service__media { order: 1; }
  .stage-rail { display: grid; grid-template-columns: repeat(3, 1fr); margin: 22px 0 0; }
  .stage-rail li { writing-mode: horizontal-tb; }
  .service-flood { padding-block: 74px; }
  .service-flood__heading { gap: 24px; margin-bottom: 34px; }
  .service-flood__media { width: 100%; height: 310px; }
  .service-flood__notes { gap: 0; margin-top: 0; }
  .service-flood__notes > p, .service-flood__notes > div { padding: 22px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .service-flood__notes > * + * { padding-left: 0; }
  .service-water { padding-block: 76px; }
  .service-water__layout { gap: 42px; }
  .service-water__media { height: 380px; padding: 10px; }
  .service-evidence { padding-block: 76px; }
  .evidence-index { margin-top: 38px; }
  .service-evidence__media { height: 320px; margin-top: 18px; }
  .industries-section { padding-block: 78px; }
  .industry-index { margin-top: 44px; }
  .industry-index li { grid-template-columns: 32px 1fr; }
  .industry-index p { grid-column: 2; }
  .public-cta { padding-block: 82px; }
  .public-footer { gap: 32px; padding: 44px 20px; }
  .public-footer nav { grid-template-columns: 1fr 1fr; }
  .auth-container { min-height: calc(100vh - 116px); padding: 36px 18px; }
  .auth-card { padding: 30px 20px; }
  .auth-audience { grid-template-columns: 1fr; gap: 5px; }
  .mfa-recovery-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .service__media img { transition: none; }
}

/* The joining wizard and the intent landing (section 57). The wizard reuses
   the auth card; these rules cover only the new choice controls. Colours come
   from the same institutional tokens as the rest of the public site. */
.auth-lede { color: #56604f; margin: 0 0 18px; }
.auth-alert--soft { background: #f4f1e6; border-left: 3px solid var(--gold); color: #3a4034; }
.join-choices { display: grid; gap: 12px; }
.join-choice { display: block; width: 100%; text-align: left; padding: 18px 20px; cursor: pointer;
  border: 1px solid var(--line); background: #fff; color: var(--ink); font: inherit; }
.join-choice:hover, .join-choice:focus-visible { border-color: var(--gold); background: #faf8f1; outline: none; }
.join-choice strong { display: block; font-size: 1.05rem; margin-bottom: 4px; }
.join-choice span { color: #5c6656; font-size: .92rem; }
.join-options { display: grid; gap: 10px; margin-bottom: 18px; }
.join-option { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px;
  border: 1px solid var(--line); background: #fff; cursor: pointer; }
.join-option:hover { border-color: var(--gold); background: #faf8f1; }
.join-option input { margin-top: 4px; }
.join-option strong { display: block; }
.join-option small { display: block; color: #5c6656; margin-top: 3px; }
