/* ── Welcome / Re-entry Hub ── */

.wel-page { background: var(--navy); }
.wel-rule { width: 44px; height: 2px; background: var(--gold); margin-bottom: 16px; }
.wel-eyebrow {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; color: var(--gold-text); margin-bottom: 22px;
}
.wel-eyebrow-gold { color: var(--gold); }

/* ── Band 1 — offer card ── */
.wel-card { display: flex; border: 1px solid var(--navy-12); }
.wel-card-left {
  flex: 0 0 300px; background: var(--navy); color: var(--cream);
  padding: 30px 28px; display: flex; flex-direction: column;
}
.wel-card-name { font-family: var(--font-serif); font-size: 24px; line-height: 1.15; margin-bottom: 6px; }
.wel-card-title {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; color: var(--gold);
}
.wel-card-spacer { flex: 1; min-height: 40px; }
.wel-card-invest-label {
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; color: rgba(253,246,236,.45); margin-bottom: 6px;
}
.wel-card-invest { font-size: 16px; line-height: 1.35; color: var(--cream); }
.wel-card-right {
  flex: 1; background: var(--cream); padding: 30px 32px;
  position: relative; display: flex; flex-direction: column;
}
.wel-card-pos-label {
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; color: var(--navy-55); margin-bottom: 8px;
}
.wel-card-revise {
  margin-top: auto; padding-top: 20px; font-size: 14px; color: var(--navy);
  border-bottom: 1px solid var(--gold); padding-bottom: 2px; cursor: pointer;
  align-self: flex-start;
}
.wel-card-revise:hover { color: var(--gold-text); }
.wel-card-pos {
  font-family: var(--font-serif); font-size: 26px; line-height: 1.25;
  color: var(--navy); max-width: 46ch;
}
.wel-card-pos-em { color: var(--gold-text); font-style: italic; }
.wel-card-note { margin-top: auto; padding-top: 28px; font-size: 13px; color: var(--navy-55); }

/* ── Flanked composition — shared skeleton ── */
.wel-page-navy { background: var(--navy); }

.wel-g-page { position: relative; overflow: hidden; }
.wel-g-flank {
  position: absolute; top: 0; bottom: 0; width: 15%;
  pointer-events: none; z-index: 0;
  background-image: repeating-linear-gradient(-24deg,
    rgba(212,168,75,0.10) 0 2px, transparent 2px 30px);
}
.wel-g-flank-l { left: 0; }
.wel-g-flank-r { right: 0; }
.wel-g-chevrons { position: absolute; top: 64px; right: 36px; display: flex; gap: 6px; z-index: 1; }
.wel-g-chev {
  width: 22px; height: 30px;
  clip-path: polygon(0 0, 55% 0, 100% 50%, 55% 100%, 0 100%, 45% 50%);
}
.wel-g-chev-1 { background: rgba(212,168,75,0.3); }
.wel-g-chev-2 { background: rgba(212,168,75,0.55); }
.wel-g-chev-3 { background: var(--gold); }

.wel-g-flow {
  position: relative; z-index: 1;
  max-width: 1240px; margin: 0 auto; padding: 56px 28px;
  text-align: center;
}
.wel-g-eyebrow {
  font-size: 13px; letter-spacing: .32em; text-transform: uppercase;
  font-weight: 600; color: var(--gold); margin-top: 0; margin-bottom: 0;
}
.wel-g-h1 {
  font-family: var(--font-serif); font-size: var(--fs-display); line-height: 1.02;
  letter-spacing: -.01em; color: #fdf6ec;
  margin: 24px 0 0;
}
.wel-g-status-line {
  font-size: 19px; line-height: 1.6; color: rgba(253,246,236,.55); margin-top: 20px;
}

/* ── Status region — offer card on navy ── */
.wel-g-status { margin-bottom: 48px; text-align: left; }
.wel-g-status .wel-card { border-color: rgba(253,246,236,.12); }

/* ── Next-action region ── */
.wel-g-next { margin-top: 56px; }
.wel-g-next-label {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; color: var(--gold); margin-bottom: 12px;
}
.wel-g-next-h { font-size: var(--fs-h3); line-height: 1.15; color: #fdf6ec; margin-bottom: 8px; }
.wel-g-next-line {
  font-size: 17px; line-height: 1.55; color: rgba(253,246,236,.55); margin-bottom: 28px;
}
.wel-g-btn-gold {
  display: inline-flex; width: 280px; align-items: center; justify-content: center;
  background: var(--gold); color: var(--navy);
  font-size: 15px; font-weight: 600; padding: 15px 0; cursor: pointer;
}
.wel-g-btn-gold:hover { background: var(--gold-hover); color: var(--navy); }
.wel-g-btn-outline {
  display: inline-flex; width: 280px; align-items: center; justify-content: center;
  background: transparent; border: 1px solid rgba(253,246,236,.4);
  color: var(--cream); padding: 15px 0;
  font-size: 15px; font-weight: 600; cursor: pointer;
}
.wel-g-btn-outline:hover { border-color: var(--cream); color: #fdf6ec; }
.wel-g-progress {
  font-size: 16px; line-height: 1.5; color: rgba(253,246,236,.6);
  margin-top: 28px; text-align: center;
}
.wel-g-sec { margin-top: 28px; text-align: center; }
.wel-g-sec-link {
  font-size: 15px; color: rgba(253,246,236,.55); cursor: pointer;
  text-decoration: none;
}
.wel-g-sec-link:hover { text-decoration: underline; color: var(--cream); }
.wel-g-sec-dot { color: rgba(253,246,236,.25); margin: 0 10px; }

/* ── Two-block grid (no-offer condition) ── */
.wel-g-pair {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px;
  align-items: start; max-width: 1000px;
  margin: 72px auto 0; text-align: center;
}
.wel-g-block { text-align: center; }

/* ── Gate vertical centering ── */
.wel-g-center {
  min-height: calc(100vh - 58px);
  display: flex; flex-direction: column; align-items: stretch; justify-content: center;
}

/* ── Gate — the no-offer first-run state ── */
.wel-g-flow:has(> .wel-gate) {
  max-width: 1460px; padding: 0;
}
.wel-g-flow:has(> .wel-reveal) {
  max-width: 1320px; padding: 0;
}
.wel-g-flow:has(> .hub-page) {
  max-width: 1460px; padding: 0;
}
.wel-gate {
  padding: 76px 56px 120px; text-align: left;
}
.wel-gate-rule { width: 96px; height: 2px; background: var(--gold); margin-bottom: 22px; }
.wel-gate-eyebrow {
  font-size: 13px; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 600; color: var(--gold); margin-bottom: 20px;
}
.wel-gate-h1 {
  font-family: var(--font-serif); font-size: clamp(42px, 4.9vw, 76px);
  line-height: 1.07; letter-spacing: -.018em;
  color: #fdf6ec; max-width: 34ch; margin-bottom: 64px;
}
.wel-gate-em { color: var(--gold); font-style: italic; }
.wel-gate-hr {
  border: none; border-top: 1px solid rgba(253,246,236,.14);
  margin: 0 0 48px;
}
.wel-gate-panel-wrap {
  border-top: 1px solid rgba(253,246,236,.14); padding-top: 36px;
}
.wel-gate-panel {
  background: var(--panel); border: 1px solid rgba(212,168,75,.42);
  padding: 38px 44px 36px; margin-bottom: 48px;
}
.wel-gate-panel-eyebrow {
  font-size: 11px; letter-spacing: .17em; text-transform: uppercase;
  font-weight: 600; color: var(--gold); margin-bottom: 16px;
}
.wel-gate-panel-h {
  font-family: var(--font-serif); font-size: 34px; line-height: 1.14;
  color: #fdf6ec; margin-bottom: 16px;
}
.wel-gate-panel-body {
  font-size: 16px; line-height: 1.6; color: rgba(253,246,236,.62);
  max-width: 64ch; margin-bottom: 34px;
}
.wel-gate-panel-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.wel-gate-offer-section {
  border-top: 1px solid rgba(253,246,236,.14); padding-top: 36px;
}
.wel-gate-offer-eyebrow {
  font-size: 11px; letter-spacing: .17em; text-transform: uppercase;
  font-weight: 600; color: var(--gold); margin-bottom: 14px;
}
.wel-gate-offer-h {
  font-family: var(--font-serif); font-size: 34px; line-height: 1.14;
  color: #fdf6ec; margin-bottom: 12px;
}
.wel-gate-offer-body {
  font-size: 16px; line-height: 1.6; color: rgba(253,246,236,.6);
  max-width: 60ch; margin-bottom: 40px;
}
/* ── Builder sections on Welcome ── */
.wel-sec {
  background: var(--panel); border: 1px solid rgba(253,246,236,.12);
  margin-bottom: 10px;
}
.wel-sec-header {
  display: flex; align-items: center; gap: 14px;
  padding: 20px 26px; cursor: pointer;
  transition: background .12s;
}
.wel-sec-header:hover { background: var(--panel2); }
.wel-sec-num { font-family: var(--font-serif); font-size: 17px; color: var(--gold); width: 18px; flex-shrink: 0; }
.wel-sec-name { font-size: 15px; font-weight: 600; color: #fdf6ec; flex: 1; }
.wel-sec-toggle { font-size: 11px; color: rgba(253,246,236,.5); flex-shrink: 0; }
.wel-sec-body { display: none; padding: 0 26px 24px; }
.wel-sec-body.open { display: block; }
.wel-sec-header.open { border-bottom: 1px solid rgba(253,246,236,.08); }
.wel-field { margin-top: 20px; }
.wel-field-label { font-size: 14px; font-weight: 500; color: #fdf6ec; margin-bottom: 6px; }
.wel-field-hint {
  font-size: 13px; font-style: italic; color: rgba(253,246,236,.42);
  margin-bottom: 4px;
}
.wel-field-ref {
  display: block; width: fit-content;
  font-size: 13px; font-style: normal; color: var(--gold);
  margin-bottom: 10px; cursor: pointer; text-decoration: none;
}
.wel-field-ref:hover { text-decoration: underline; }
.wel-field-input, .wel-field-textarea {
  display: block; max-width: 900px; width: 100%;
  background: var(--navy-deep); border: 1px solid rgba(253,246,236,.16);
  color: #fdf6ec; font-size: 15px; padding: 14px 16px;
  font-family: inherit;
}
.wel-field-input:focus, .wel-field-textarea:focus {
  outline: none; border-color: var(--gold);
}
.wel-field-textarea { min-height: 100px; resize: vertical; }
/* ── Headshot on Welcome ── */
.wel-headshot-row {
  display: flex; align-items: flex-start; gap: 16px;
}
.wel-headshot-thumb {
  width: 58px; height: 67px;
  border: 1px solid rgba(212,168,75,.4); flex-shrink: 0;
}
.wel-headshot-note {
  display: block; font-size: 13px; color: rgba(253,246,236,.4); margin-bottom: 4px;
}
.wel-headshot-remove {
  background: none; border: none; color: rgba(253,246,236,.4);
  font-size: 16px; cursor: pointer; margin-left: auto; flex-shrink: 0;
}
.wel-headshot-upload {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 18px; border: 1.5px dashed rgba(253,246,236,.2);
  color: var(--cream); font-size: 13px; font-weight: 500;
  cursor: pointer; margin-bottom: 8px;
}
.wel-headshot-upload:hover { border-color: var(--gold); }
.wel-headshot-label { cursor: pointer; }
/* After upload, offer.js re-renders the zone with its own classes — style them for navy */
/* Headshot classes — generated by offerCore handlers on navy pages */
.offer-headshot-zone { margin-top: 4px; }
.offer-headshot-upload {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 18px; border: 1.5px dashed rgba(253,246,236,.2);
  color: var(--cream); font-size: 13px; font-weight: 500;
  cursor: pointer; transition: border-color .15s;
}
.offer-headshot-upload:hover { border-color: var(--gold); }
.offer-headshot-preview { position: relative; display: inline-block; }
.offer-headshot-preview img {
  width: 58px; height: 67px;
  border: 1px solid rgba(212,168,75,.4);
}
.offer-headshot-remove {
  position: absolute; top: -8px; right: -8px;
  width: 22px; height: 22px; background: var(--navy);
  color: var(--cream); font-size: 14px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; border: none;
}
/* ── Tuning block ── */
.wel-gate-tuning {
  border-top: 1px solid var(--gold); padding-top: 34px; margin-top: 44px;
}
.wel-gate-tuning-h {
  font-family: var(--font-serif); font-size: 26px;
  color: #fdf6ec; margin-bottom: 8px;
}
.wel-gate-tuning-intro {
  font-size: 15px; font-style: italic; line-height: 1.55;
  color: rgba(253,246,236,.5); margin-bottom: 28px; max-width: 56ch;
}
.wel-gate-tuning .wel-field-textarea { max-width: 900px; }
.wel-gate-submit { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.wel-gate-submit-note { font-size: 14px; color: rgba(253,246,236,.4); }

/* ── Reveal ── */
.wel-reveal { max-width: 1320px; padding: 76px 56px 120px; text-align: left; }
.wel-reveal-h1 { font-size: 44px; line-height: 1.1; color: #fdf6ec; margin-bottom: 40px; }
.wel-reveal-actions { display: flex; gap: 16px; margin-top: 40px; flex-wrap: wrap; }

/* ── Foundation Sheet ── */
.fsheet { border: 1px solid rgba(212,168,75,.5); }
.fsheet-title-band {
  background: var(--panel2); color: var(--cream);
  padding: 11px 44px; display: flex; align-items: center; gap: 12px;
}
.fsheet-diamond {
  width: 17px; height: 17px; border: 1.5px solid var(--gold);
  transform: rotate(45deg); flex-shrink: 0;
}
.fsheet-title-text {
  font-size: 11.5px; letter-spacing: .22em; font-weight: 600;
  text-transform: uppercase;
}
.fsheet-dl-btn {
  margin-left: auto; background: transparent;
  border: 1px solid rgba(212,168,75,.55); color: var(--gold);
  font-size: 12px; font-weight: 600; padding: 8px 14px; cursor: pointer;
}
.fsheet-dl-btn:hover { border-color: var(--gold); }
.fsheet-body-wrap { background: var(--canvas); }
.fsheet-body { padding: 40px 44px 42px; color: #1a1c3a; }
.fsheet-identity {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding-bottom: 20px; border-bottom: 1px solid rgba(26,28,58,.16);
  margin-bottom: 28px;
}
.fsheet-name { font-size: 23px; margin-bottom: 4px; }
.fsheet-role {
  font-size: 10.5px; letter-spacing: .15em; font-weight: 700;
  text-transform: uppercase; color: #a97f2c;
}
.fsheet-headshot {
  width: 70px; height: 82px;
  border: 1px solid rgba(26,28,58,.25); flex-shrink: 0;
}
.fsheet-pos {
  font-size: clamp(31px, 3.95vw, 56px); line-height: 1.09;
  color: #1a1c3a; margin-bottom: 32px;
}
.fsheet-pos-em { color: #a97f2c; font-style: italic; }
.fsheet-two-col {
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(26,28,58,.16);
}
.fsheet-col-left { padding: 26px 34px 24px 0; }
.fsheet-col-right {
  padding: 26px 34px 24px 34px;
  border-left: 1px solid rgba(26,28,58,.12);
}
.fsheet-label {
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: #a97f2c; margin-bottom: 9px;
}
.fsheet-val { font-size: 14.5px; line-height: 1.6; color: rgba(26,28,58,.8); }
.fsheet-col-spacer { margin-top: 22px; }
.fsheet-buyer {
  border-top: 1px solid rgba(26,28,58,.16); padding-top: 26px;
}
.fsheet-buyer-head { margin-bottom: 12px; }
.fsheet-buyer-row {
  display: flex;
}
.fsheet-buyer-col { flex: 1; padding-right: 22px; }
.fsheet-buyer-border { padding-left: 22px; border-left: 1px solid rgba(26,28,58,.12); }
.fsheet-buyer-label {
  font-size: 9.5px; letter-spacing: .13em; text-transform: uppercase;
  color: #a97f2c; margin-bottom: 6px;
}
.fsheet-buyer-val { font-size: 13px; line-height: 1.5; color: rgba(26,28,58,.8); }
.fsheet-footer {
  display: grid; grid-template-columns: 1fr 300px; margin-top: 34px;
}
.fsheet-footer-left {
  background: var(--panel2); color: var(--cream); padding: 28px 32px;
}
.fsheet-footer-right {
  background: var(--navy); color: var(--cream); padding: 28px 32px;
  border-left: 1px solid rgba(253,246,236,.13);
}
.fsheet-proof-eyebrow {
  font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(253,246,236,.45); margin-bottom: 10px;
}
.fsheet-hero-stat { font-size: 31px; color: var(--gold); margin-bottom: 4px; }
.fsheet-hero-caption {
  font-size: 12.5px; color: rgba(253,246,236,.5); margin-bottom: 12px;
}
.fsheet-proof { font-size: 13.5px; line-height: 1.6; color: rgba(253,246,236,.7); }
.fsheet-rate-label {
  font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px;
}
.fsheet-rate-num { font-size: 24px; color: #fdf6ec; margin-bottom: 6px; }
.fsheet-rate-model { font-size: 12.5px; color: rgba(253,246,236,.45); }

/* ── Hub — offer-loaded state ── */
.hub-page { padding: 76px 56px 120px; text-align: left; }

/* Backbone */
.hub-backbone {
  display: flex; align-items: baseline; gap: 24px;
  padding-bottom: 16px; border-bottom: 1px solid rgba(253,246,236,.14);
  margin-bottom: 52px;
}
.hub-backbone-text { font-size: 15.5px; font-weight: 500; color: var(--cream); }
.hub-backbone-revise {
  margin-left: auto; font-size: 13.5px; color: rgba(253,246,236,.45);
  border-bottom: 1px solid rgba(253,246,236,.25); cursor: pointer;
  text-decoration: none; white-space: nowrap;
}
.hub-backbone-revise:hover { color: var(--cream); }

/* Advisor panel */
.hub-advisor {
  background: var(--panel); border: 1px solid rgba(212,168,75,.34);
  padding: 32px 38px 34px; margin-bottom: 60px;
  display: grid; grid-template-columns: auto 1fr; gap: 22px;
}
.hub-adv-diamond {
  width: 40px; height: 40px; border: 1px solid var(--gold);
  transform: rotate(45deg); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0; align-self: start;
}
.hub-adv-diamond-f {
  transform: rotate(-45deg); font-size: 15px; color: var(--gold); line-height: 1;
}
.hub-adv-eyebrow {
  font-size: 11px; letter-spacing: .17em; text-transform: uppercase;
  font-weight: 600; color: var(--gold); margin-bottom: 14px;
}
.hub-adv-line {
  font-size: clamp(24px, 2.35vw, 33px); line-height: 1.26;
  color: #fdf6ec; max-width: 46ch; margin-bottom: 24px;
}
.hub-adv-em { color: var(--gold); font-style: italic; }

/* Library header */
.hub-lib { margin-top: 0; }
.hub-lib-header {
  display: flex; align-items: center; gap: 16px; margin-bottom: 30px;
}
.hub-lib-label {
  font-size: 11px; letter-spacing: .17em; text-transform: uppercase;
  font-weight: 600; color: rgba(253,246,236,.42); white-space: nowrap;
}
.hub-lib-rule { flex: 1; height: 1px; background: rgba(253,246,236,.14); }
.hub-lib-intro { margin-bottom: 52px; }
.hub-lib-h {
  font-size: clamp(30px, 3.1vw, 44px); line-height: 1.12;
  font-weight: 400; color: #fdf6ec; margin-bottom: 16px;
}
.hub-lib-p {
  font-size: 17px; line-height: 1.6; color: rgba(253,246,236,.6); max-width: 76ch;
}

/* Shelves */
.hub-shelf { margin-bottom: 44px; }
.hub-shelf-head {
  display: flex; align-items: center; gap: 16px; margin-bottom: 16px;
}
.hub-shelf-name { font-size: 21px; color: #fdf6ec; white-space: nowrap; }
.hub-shelf-rule { flex: 1; height: 1px; background: rgba(253,246,236,.1); }
.hub-shelf-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}

/* Cards */
.hub-card {
  background: var(--panel); border: 1px solid rgba(253,246,236,.12);
  padding: 24px 26px 22px; display: flex; flex-direction: column;
}
.hub-card:hover {
  border-color: rgba(212,168,75,.55); background: var(--panel2);
}
.hub-card-title {
  font-size: 16.5px; line-height: 1.35; color: #fdf6ec; margin-bottom: 9px;
}
.hub-card-desc {
  font-size: 13.5px; line-height: 1.55; color: rgba(253,246,236,.5); flex: 1;
}
.hub-card-status {
  margin-top: auto; padding-top: 14px;
  font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(253,246,236,.3);
}
/* Recommended */
.hub-card-rec { border-color: var(--gold); }
/* Done */
.hub-card-done {
  background: transparent; border-color: rgba(253,246,236,.10);
}
.hub-card-done:hover { background: transparent; border-color: rgba(253,246,236,.10); }
.hub-card-done .hub-card-title { color: rgba(253,246,236,.55); }
.hub-card-done .hub-card-status { color: var(--gold); }
/* Coming soon */
.hub-card-soon { cursor: default; }
.hub-card-soon:hover { border-color: rgba(253,246,236,.12); background: var(--panel); }

/* ── Interstitial beats ── */
.wel-beat {
  display: flex; flex-direction: column; justify-content: center;
  text-align: left; padding: 76px 56px;
}
.wel-beat-1 { min-height: 62vh; }
.wel-beat-2 { min-height: 64vh; }
.beat-diamond {
  width: 38px; height: 38px; border: 1.5px solid var(--gold);
  transform: rotate(45deg); display: flex; align-items: center;
  justify-content: center; margin-bottom: 28px; flex-shrink: 0;
}
.beat-diamond-lg { width: 52px; height: 52px; }
.beat-diamond-f {
  transform: rotate(-45deg); font-size: 15px; color: var(--gold); line-height: 1;
}
.beat-diamond-lg .beat-diamond-f { font-size: 19px; }
@keyframes beatPulse { 0%,100%{opacity:.45} 50%{opacity:1} }
.beat-pulse { animation: beatPulse 1.5s ease-in-out infinite; }
.beat-heading {
  font-size: 34px; color: #fdf6ec; margin-bottom: 30px;
}
.beat-heading-lg {
  font-size: clamp(30px, 3vw, 42px); max-width: 22ch; margin-bottom: 36px;
}
.beat-lines { margin-bottom: 0; }
/* Beat One lines — fade up in sequence */
.beat-line {
  font-size: 15.5px; color: rgba(253,246,236,.5); margin-bottom: 11px;
  padding-left: 24px; position: relative;
  opacity: 0; animation: beatFadeUp .4s ease forwards;
}
.beat-line::before {
  content: ''; position: absolute; left: 0; top: 7px;
  width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg);
}
.beat-line-1 { animation-delay: .35s; }
.beat-line-2 { animation-delay: 1.05s; }
.beat-line-3 { animation-delay: 1.75s; }
@keyframes beatFadeUp { from{opacity:0;transform:translateY(6px)} to{opacity:1;transform:translateY(0)} }
/* Beat Two lines — appear dim, then complete */
.beat-line-2x {
  font-size: 16.5px; color: rgba(253,246,236,.34); margin-bottom: 15px;
  padding-left: 30px; position: relative;
  opacity: 0; animation: beatFadeUp .4s ease forwards;
}
.beat-marker-2x {
  position: absolute; left: 0; top: 6px;
  width: 10px; height: 10px; border: 1px solid rgba(212,168,75,.55);
  transform: rotate(45deg); display: flex; align-items: center; justify-content: center;
}
.beat-fill {
  width: 10px; height: 10px; background: var(--gold);
  transform: rotate(0deg); opacity: 0;
}
.beat-step-1 { animation-delay: .45s; }
.beat-step-1 .beat-fill { animation: beatComplete .35s ease forwards .9s; }
.beat-step-1.beat-completed { color: rgba(253,246,236,.82); }
.beat-step-2 { animation-delay: 1.35s; }
.beat-step-2 .beat-fill { animation: beatComplete .35s ease forwards 1.8s; }
.beat-step-3 { animation-delay: 2.25s; }
.beat-step-3 .beat-fill { animation: beatComplete .35s ease forwards 2.7s; }
@keyframes beatComplete { to { opacity: 1; } }
/* Text brightens with fill — use animation on the line itself */
.beat-step-1 { animation: beatFadeUp .4s ease forwards .45s, beatBrighten .35s ease forwards 1.35s; }
.beat-step-2 { animation: beatFadeUp .4s ease forwards 1.35s, beatBrighten .35s ease forwards 2.25s; }
.beat-step-3 { animation: beatFadeUp .4s ease forwards 2.25s, beatBrighten .35s ease forwards 3.15s; }
@keyframes beatBrighten { to { color: rgba(253,246,236,.82); } }
/* Progress track */
.beat-track {
  width: 280px; height: 2px; background: rgba(253,246,236,.14); margin-top: 34px;
}
.wel-beat-2 .beat-track { width: 340px; }
.beat-bar { height: 100%; background: var(--gold); width: 0; }
.beat-bar-1 { animation: beatFill 2.5s linear forwards; }
.beat-bar-2 { animation: beatFill 3.6s linear forwards; }
@keyframes beatFill { to { width: 100%; } }

/* ── One-time welcome overlay ── */
.wel-ov-backdrop {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(10,11,34,0.82);
  z-index: 9000;
  display: flex; align-items: center; justify-content: center;
}
.wel-ov-panel {
  position: relative;
  background: var(--navy);
  border: 1px solid var(--gold);
  max-width: 620px; width: 100%;
  padding: 56px 56px 48px;
}
.wel-ov-close {
  position: absolute; top: 20px; right: 24px;
  font-size: 20px; color: rgba(253,246,236,.55);
  cursor: pointer; line-height: 1;
}
.wel-ov-close:hover { color: var(--cream); }
.wel-ov-eyebrow {
  font-size: 13px; letter-spacing: .32em; text-transform: uppercase;
  font-weight: 600; color: var(--gold); margin-bottom: 16px;
}
.wel-ov-heading {
  font-size: var(--fs-h2); line-height: 1.1; color: #fdf6ec; margin-bottom: 20px;
}
.wel-ov-body {
  font-size: 17px; line-height: 1.6; color: rgba(253,246,236,.72);
  max-width: 46ch; margin-bottom: 16px;
}
.wel-ov-btn {
  display: inline-block; background: var(--gold); color: var(--navy);
  font-size: 15px; font-weight: 600; padding: 15px 28px;
  cursor: pointer; margin-top: 12px; border: none;
}

@media (max-width: 560px) {
  .wel-g-pair { grid-template-columns: 1fr; }
  .wel-g-btn-gold,
  .wel-g-btn-outline { width: auto; min-width: 220px; }
  .wel-card { flex-direction: column; }
  .wel-card-left { flex: 0 0 auto; }
  .wel-card-right { flex: 1 1 auto; }
  .wel-card-revise { margin-bottom: 0; }
  .wel-g-sec-dot { display: none; }
  .wel-g-sec-link:last-child { display: none; }
}
