/* ============================================================
   TITAN FORGE — Page layouts (hero + page-specific blocks)
   ============================================================ */

/* ---------------- Team weekly handoff ---------------- */
.handoff-hero { padding: clamp(48px, 8vw, 112px) 0 52px; border-bottom: 1px solid var(--line); background: linear-gradient(130deg, var(--bg-inset), var(--bg)); }
.handoff-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; align-items: end; }
.handoff-hero h1 { font-family: var(--display); font-size: clamp(54px, 9vw, 112px); font-weight: 600; line-height: .84; letter-spacing: .015em; margin: 20px 0 0; text-transform: uppercase; }
.handoff-hero p { max-width: 48ch; color: var(--text-2); font-size: 17px; line-height: 1.65; margin: 22px 0 0; }
.handoff-hero__meta { border-left: 1px solid var(--line); padding-left: 28px; }
.handoff-hero__meta span { display: block; color: var(--text-3); font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; }
.handoff-hero__meta strong { color: var(--steel-100); display: block; font-family: var(--display); font-size: 28px; font-weight: 500; line-height: 1; text-transform: uppercase; margin-bottom: 26px; }
.weekly-progress { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: var(--bg-1); margin-top: 44px; }
.handoff-week-nav { align-items: center; border: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 0; margin-top: 34px; }.handoff-week-nav > span { color: var(--steel-300); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; padding: 13px 16px; text-transform: uppercase; }.handoff-week-nav select { appearance: none; background: var(--bg); border: 0; border-left: 1px solid var(--line); color: var(--text); cursor: pointer; font-family: var(--mono); font-size: 10px; letter-spacing: .07em; padding: 13px 32px 13px 16px; text-transform: uppercase; }.handoff-week-nav button { background: transparent; border: 0; border-left: 1px solid var(--line); color: var(--text-3); cursor: pointer; font-family: var(--mono); font-size: 10px; letter-spacing: .07em; padding: 13px 16px; text-transform: uppercase; }.handoff-week-nav button:hover, .handoff-week-nav button.is-active { background: var(--ember); color: white; }.handoff-week-nav button:focus-visible, .handoff-week-nav select:focus-visible { outline: 2px solid white; outline-offset: -4px; }
.weekly-progress__item { padding: 20px 22px; border-right: 1px solid var(--line); }.weekly-progress__item:last-child { border-right: 0; }
.weekly-progress b { color: var(--ember); display: block; font-family: var(--display); font-size: 36px; font-weight: 500; line-height: .9; }.weekly-progress span { color: var(--text-3); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.handoff-board { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 38px; }
.handoff-owner { border: 1px solid var(--line); background: var(--bg-1); }.handoff-owner__head { align-items: end; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 24px; }.handoff-owner__head h3 { font-family: var(--display); font-size: 38px; font-weight: 500; line-height: .9; margin: 8px 0 0; text-transform: uppercase; }.handoff-owner__head span { color: var(--steel-300); font-family: var(--mono); font-size: 11px; }
.handoff-owner--gonzalo { grid-column: 1 / -1; }
.handoff-task { align-items: flex-start; border: 0; border-bottom: 1px solid var(--line); color: var(--text); display: grid; gap: 13px; grid-template-columns: 26px minmax(0, 1fr); padding: 19px 20px; }.handoff-task:hover { background: var(--bg-2); }.handoff-task.is-done { background: rgba(226,85,46,.08); }.handoff-task:last-child { border-bottom: 0; }
.handoff-task__stamp { color: var(--ember); display: block; font-family: var(--mono); font-size: 10px; letter-spacing: .04em; line-height: 1.4; margin-top: 9px; }.handoff-save-error { border-left: 2px solid var(--ember); color: var(--steel-100); font-size: 13px; margin: 16px 0 0; padding-left: 14px; }
.handoff-task__complete { background: transparent; border: 0; cursor: pointer; padding: 1px 0; }.handoff-task__complete:focus-visible, .handoff-task summary:focus-visible { outline: 2px solid var(--ember); outline-offset: 4px; }.handoff-task__check { border: 1px solid var(--steel-400); color: var(--ember); display: grid; font-family: var(--mono); font-size: 12px; height: 18px; place-items: center; width: 18px; }.handoff-task.is-done .handoff-task__check { background: var(--ember); border-color: var(--ember); color: white; }.handoff-task__content h4 { font-size: 15px; line-height: 1.25; margin: 0; }.handoff-task__content > p { color: var(--text-3); font-size: 12.5px; line-height: 1.45; margin: 5px 0 0; }.handoff-task details { margin-top: 13px; }.handoff-task summary { align-items: center; color: var(--ember); cursor: pointer; display: inline-flex; font-family: var(--mono); font-size: 10px; font-weight: 700; gap: 8px; letter-spacing: .1em; list-style: none; text-transform: uppercase; }.handoff-task summary::-webkit-details-marker { display: none; }.handoff-task__chevron { font-size: 14px; transition: transform .18s ease; }.handoff-task details[open] .handoff-task__chevron { transform: rotate(180deg); }
.task-detail { border-left: 2px solid var(--ember); color: var(--text-3); font-size: 13px; line-height: 1.55; margin-top: 15px; padding: 2px 0 2px 16px; }.task-detail h4 { color: var(--text); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; margin: 19px 0 8px; text-transform: uppercase; }.task-detail h4:first-child { margin-top: 0; }.task-detail p { margin: 8px 0; }.task-detail ul, .task-detail ol { display: grid; gap: 10px; margin: 8px 0 0; padding-left: 20px; }.task-detail li strong { color: var(--text); display: block; }.task-detail__cards { display: grid; gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); }.task-detail__cards article { background: var(--bg); border: 1px solid var(--line); padding: 14px; }.task-detail__cards span, .task-detail__copy span, .task-detail__feature > span { color: var(--steel-300); display: block; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }.task-detail__cards b, .task-detail__feature b { color: var(--text); display: block; font-size: 14px; line-height: 1.25; margin-top: 6px; }.task-detail__cards p { font-size: 12px; margin: 8px 0 0; }.task-detail__cards strong { color: var(--text); }.task-detail__cards a { color: var(--ember); display: inline-block; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .08em; margin-top: 11px; text-decoration: none; text-transform: uppercase; }.task-detail__rule { border-top: 1px solid var(--line); color: var(--steel-300); font-size: 11px; margin-top: 13px !important; padding-top: 12px; }.task-detail__copy { display: grid; gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); }.task-detail__copy > div, .task-detail__feature { background: var(--bg); border: 1px solid var(--line); padding: 14px; }.task-detail__copy p { color: var(--text); font-size: 12px; margin: 5px 0 0; }.task-detail__feature { border-left: 3px solid var(--ember); }.task-detail__feature p { font-size: 12px; margin-bottom: 0; }
.handoff-retro { border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; margin-top: 70px; padding: 48px 0; }.handoff-retro h2 { font-family: var(--display); font-size: clamp(38px, 5vw, 62px); font-weight: 500; line-height: .92; margin: 14px 0 0; text-transform: uppercase; }.handoff-retro__list { border-left: 1px solid var(--line); padding-left: 28px; }.handoff-retro__list div { border-bottom: 1px solid var(--line); padding: 16px 0; }.handoff-retro__list b { display: block; font-size: 15px; }.handoff-retro__list span { color: var(--text-3); display: block; font-size: 13px; line-height: 1.5; margin-top: 4px; }
.handoff-next { background: var(--ember); color: white; margin-top: 10px; padding: clamp(26px, 5vw, 58px); }.handoff-next .tf-eyebrow { color: #2d1209; }.handoff-next h2 { color: white; font-family: var(--display); font-size: clamp(40px, 6vw, 72px); font-weight: 500; line-height: .88; margin: 14px 0; text-transform: uppercase; }.handoff-next p { font-size: 17px; line-height: 1.55; margin: 0; max-width: 60ch; }
.authority-columns { display: grid; gap: 26px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 38px; }.authority-columns__head { align-items: baseline; border-bottom: 1px solid var(--line); display: flex; gap: 12px; margin-bottom: 14px; padding-bottom: 14px; }.authority-columns__head h3 { font-family: var(--display); font-size: 31px; font-weight: 500; line-height: .9; margin: 0; text-transform: uppercase; }.authority-grid { display: grid; gap: 12px; }.authority-card { background: var(--bg-1); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 244px; padding: 21px; }.authority-card > span { color: var(--steel-300); font-family: var(--mono); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }.authority-card h4 { font-family: var(--display); font-size: 26px; font-weight: 500; line-height: .95; margin: 13px 0 0; text-transform: uppercase; }.authority-card p { color: var(--text-3); font-size: 13px; line-height: 1.52; margin: 12px 0 18px; }.authority-card a { align-items: center; color: var(--ember); display: inline-flex; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; margin-top: auto; text-decoration: none; text-transform: uppercase; }.authority-card a:hover { color: var(--steel-100); }.authority-card i { font-style: normal; font-size: 14px; margin-left: 6px; }.authority-note { border-left: 2px solid var(--ember); color: var(--text-3); font-size: 13px; line-height: 1.55; margin: 25px 0 0; max-width: 85ch; padding-left: 15px; }
.shoot-rule { border: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 38px; }.shoot-rule > div { padding: 24px; }.shoot-rule > div + div { border-left: 1px solid var(--line); }.shoot-rule b { display: block; font-size: 16px; line-height: 1.3; margin-top: 9px; }.shoot-rule p { color: var(--text-3); font-size: 13px; line-height: 1.5; margin: 8px 0 0; }.reel-columns { display: grid; gap: 26px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; }.reel-lane__head { border-bottom: 1px solid var(--line); margin-bottom: 14px; padding-bottom: 14px; }.reel-lane__head h3 { font-family: var(--display); font-size: 31px; font-weight: 500; line-height: .9; margin: 9px 0 0; text-transform: uppercase; }.reel-card { background: var(--bg-1); border: 1px solid var(--line); margin-top: 10px; padding: 20px; }.reel-card > div { align-items: baseline; display: flex; gap: 10px; }.reel-card__day { color: var(--ember); font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.reel-card__format { color: var(--steel-300); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.reel-card h4 { font-family: var(--display); font-size: 25px; font-weight: 500; line-height: .96; margin: 13px 0; text-transform: uppercase; }.reel-card p { color: var(--text-3); font-size: 12.5px; line-height: 1.5; margin: 8px 0; }.reel-card p b { color: var(--text); }.reel-card small { border-top: 1px solid var(--line); color: var(--steel-300); display: block; font-size: 11px; line-height: 1.45; margin-top: 13px; padding-top: 12px; }
.offer-grid { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 38px; }.offer-card { background: var(--bg-1); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 220px; padding: 20px; }.offer-card > span { color: var(--ember); font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.offer-card h3 { font-family: var(--display); font-size: 25px; font-weight: 500; line-height: .95; margin: 13px 0 0; text-transform: uppercase; }.offer-card p { color: var(--text-3); font-size: 12.5px; line-height: 1.5; margin: 12px 0 16px; }.offer-card a { color: var(--ember); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; margin-top: auto; text-decoration: none; text-transform: uppercase; }.offer-card a:hover { color: var(--steel-100); }.offer-card i { font-size: 14px; font-style: normal; margin-left: 6px; }.offer-rhythm { border: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }.offer-rhythm > div { padding: 23px; }.offer-rhythm > div + div { border-left: 1px solid var(--line); }.offer-rhythm b { display: block; font-size: 16px; line-height: 1.3; margin-top: 8px; }.offer-rhythm p { color: var(--text-3); font-size: 13px; line-height: 1.5; margin: 7px 0 0; }.handoff-history { border-bottom: 1px solid var(--line); padding: 16px 0; }.handoff-history summary { cursor: pointer; list-style: none; }.handoff-history summary::-webkit-details-marker { display: none; }.handoff-history summary b { display: block; font-size: 15px; }.handoff-history summary span { color: var(--text-3); display: block; font-size: 13px; line-height: 1.45; margin-top: 4px; }.handoff-history__lists { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 17px 0 2px; }.handoff-history__lists strong { color: var(--steel-300); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.handoff-history__lists ul { color: var(--text-3); font-size: 12.5px; line-height: 1.55; margin: 8px 0 0; padding-left: 17px; }
.handoff-history__lists--full { border: 1px solid var(--line); padding: 24px; }.handoff-archive-note { border-left: 2px solid var(--ember); color: var(--text-3); font-size: 13px; line-height: 1.55; margin: 24px 0 0; max-width: 70ch; padding-left: 15px; }
.collab-columns { display: grid; gap: 26px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 38px; }.collab-card { background: var(--bg-1); border: 1px solid var(--line); margin-top: 10px; padding: 21px; }.collab-card h4 { font-family: var(--display); font-size: 27px; font-weight: 500; line-height: .95; margin: 0; text-transform: uppercase; }.collab-card p { color: var(--text-3); font-size: 12.5px; line-height: 1.52; margin: 11px 0 0; }.collab-card p b { color: var(--text); }.collab-card a { color: var(--ember); overflow-wrap: anywhere; }.collab-card p:last-child { border-top: 1px solid var(--line); padding-top: 12px; }
.podcast-hero { background: var(--bg-1); border-left: 3px solid var(--ember); margin-top: 36px; padding: 28px; }.podcast-hero h3 { font-family: var(--display); font-size: clamp(30px, 4vw, 54px); font-weight: 500; line-height: .9; margin: 12px 0; text-transform: uppercase; }.podcast-hero p { color: var(--steel-300); max-width: 850px; }.podcast-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }.podcast-grid article { background: var(--bg-1); border: 1px solid var(--line); padding: 24px; }.podcast-grid h3 { font-family: var(--display); font-size: 27px; font-weight: 500; line-height: .95; margin: 0 0 18px; text-transform: uppercase; }.podcast-grid ol, .podcast-grid ul { color: var(--text-3); display: grid; font-size: 13px; gap: 14px; line-height: 1.55; margin: 0; padding-left: 20px; }.podcast-grid li b { color: var(--text); display: block; margin-bottom: 3px; }
@media (max-width: 760px) { .handoff-hero__grid, .handoff-retro, .handoff-board, .authority-columns, .shoot-rule, .reel-columns, .offer-grid, .offer-rhythm, .handoff-history__lists, .collab-columns, .podcast-grid, .task-detail__cards, .task-detail__copy { grid-template-columns: 1fr; gap: 22px; }.handoff-hero__meta, .handoff-retro__list, .shoot-rule > div + div, .offer-rhythm > div + div { border-left: 0; border-top: 1px solid var(--line); padding: 22px 0 0; }.weekly-progress { grid-template-columns: 1fr; }.weekly-progress__item { border-bottom: 1px solid var(--line); border-right: 0; }.weekly-progress__item:last-child { border-bottom: 0; } }

/* ---------------- HERO (Editorial Split, dir A) ---------------- */
.hero { position: relative; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.06fr 0.94fr; min-height: min(78vh, 760px); }
.hero__left { padding: clamp(40px, 6vw, 76px) clamp(24px, 4vw, 60px); display: flex; flex-direction: column;
              max-width: 760px; margin-left: auto; width: 100%; }
.hero__h1 { font-family: var(--display); text-transform: uppercase; font-weight: 600;
            font-size: clamp(50px, 8vw, 92px); line-height: 0.9; letter-spacing: 0.005em; margin: clamp(20px,3vw,32px) 0 0; }
.hero__sub { color: var(--text-2); font-size: clamp(16px, 1.7vw, 18.5px); line-height: 1.6; max-width: 46ch; margin: 26px 0 0; }
.hero__cta { display: flex; gap: 14px; margin: 36px 0 0; flex-wrap: wrap; }
.hero__spacer { flex: 1; min-height: 30px; }
.hero__stats { display: flex; border-top: 1px solid var(--line); margin-top: 30px; }
.hero__stat { padding: 18px 26px 4px 0; margin-right: 26px; border-right: 1px solid var(--line); }
.hero__stat:last-child { border-right: none; }
.hero__stat b { font-family: var(--display); font-weight: 600; font-size: 30px; display: block; line-height: 1; }
.hero__stat span { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-3); }
.hero__right { border-left: 1px solid var(--line); position: relative; min-height: 360px; }
@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__right { order: -1; min-height: 300px; border-left: none; border-bottom: 1px solid var(--line); }
  .hero__left { margin-left: 0; }
}
@media (max-width: 560px) {
  .hero__left { padding: 40px 24px 48px; }
  .hero__h1 { font-size: clamp(42px, 13vw, 56px); line-height: 0.92; }
  .hero__sub { font-size: 16px; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
  .hero__stats { display: grid; grid-template-columns: 1fr; }
  .hero__stat { margin-right: 0; padding: 16px 0; border-right: none; border-bottom: 1px solid var(--line); }
  .hero__stat:last-child { border-bottom: none; }
}

/* ---------------- Positioning / trust band ---------------- */
.posband { display: grid; grid-template-columns: repeat(4, 1fr); }
.pos { padding: 38px 28px 38px 0; margin-right: 28px; border-right: 1px solid var(--line); }
.pos:last-child { border-right: none; margin-right: 0; }
.pos__n { font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; color: var(--ember); }
.pos h3 { font-family: var(--display); text-transform: uppercase; font-weight: 600; font-size: 22px; margin: 18px 0 12px; line-height: 1.05; letter-spacing: 0.01em; }
.pos p { color: var(--text-2); font-size: 14.5px; line-height: 1.6; margin: 0; }
@media (max-width: 880px) { .posband { grid-template-columns: 1fr 1fr; }
  .pos { border-right: none; border-top: 1px solid var(--line); padding: 28px 0; margin-right: 0; } }
@media (max-width: 520px) { .posband { grid-template-columns: 1fr; } }

/* ---------------- Founder proof split ---------------- */
.founder { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.founder__media { position: relative; aspect-ratio: 4/5; }
.founder__compare { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 1fr) auto; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.founder__compare-photo { min-height: 100%; }
.founder__labelrail { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); z-index: 5; }
.compare-label { display: block; position: static; font-family: var(--mono); font-size: 10.5px; line-height: 1;
  letter-spacing: 0.18em; text-transform: uppercase; text-align: center; color: #fff; background: #0e1013;
  border: 0; padding: 12px 10px; }
.compare-label--after { background: var(--ember); }
.founder__stat { position: absolute; left: -1px; bottom: 52px; background: var(--ember); color: #fff; padding: 18px 24px; z-index: 4; box-shadow: 0 14px 34px -18px rgba(0,0,0,0.9); }
.founder__stat b { font-family: var(--display); font-weight: 600; font-size: 44px; line-height: 0.85; display: block; }
.founder__stat span { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.founder h2 { font-family: var(--display); text-transform: uppercase; font-weight: 600; font-size: clamp(32px,5vw,54px); line-height: 0.96; margin: 18px 0 0; }
.founder p { color: var(--text-2); font-size: 16.5px; line-height: 1.65; margin: 22px 0 0; max-width: 52ch; }
.founder__quote { border-left: 2px solid var(--ember); padding-left: 20px; margin-top: 26px; font-size: 18px; line-height: 1.55; color: var(--text); }
@media (max-width: 800px) { .founder { grid-template-columns: 1fr; } .founder__media { aspect-ratio: 3/2; } }
@media (max-width: 560px) {
  .founder__media { aspect-ratio: 0.84; }
  .founder__compare { aspect-ratio: auto; grid-template-rows: minmax(360px, 1fr) auto auto; }
  .founder__labelrail { order: 2; }
  .founder__stat { position: static; grid-column: 1 / -1; order: 3; padding: 14px 16px; max-width: none; box-shadow: none; }
  .founder__stat b { font-size: 34px; }
  .founder__stat span { font-size: 9.5px; letter-spacing: 0.09em; }
  .compare-label { padding: 12px 6px; font-size: 10px; letter-spacing: 0.14em; }
}

/* ---------------- Instagram carousel ---------------- */
.igcarousel { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.58fr);
  border: 1px solid var(--line); background: var(--bg-inset); min-height: 560px; }
.igcarousel__media { min-width: 0; border-right: 1px solid var(--line); }
.igcarousel__photo { min-height: 100%; height: 100%; }
.igcarousel__handle, .igcarousel__count { position: absolute; z-index: 4; font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--steel-100); background: rgba(14,16,19,0.68);
  border: 1px solid rgba(255,255,255,0.16); backdrop-filter: blur(6px); padding: 9px 11px; }
.igcarousel__handle { left: 18px; top: 18px; }
.igcarousel__count { right: 18px; top: 18px; }
.igcarousel__panel { padding: clamp(24px, 4vw, 44px); display: flex; flex-direction: column; min-width: 0; }
.igcarousel__panel h3 { font-family: var(--display); text-transform: uppercase; font-weight: 600;
  font-size: clamp(32px, 4vw, 50px); line-height: 0.94; margin: 18px 0 0; }
.igcarousel__panel p { color: var(--text-2); font-size: 16px; line-height: 1.65; margin: 20px 0 0; }
.igcarousel__controls { display: flex; gap: 10px; margin-top: 30px; }
.igcarousel__controls button { width: 46px; height: 46px; border: 1px solid var(--line-2); background: var(--bg-2);
  color: var(--steel-100); font-size: 20px; cursor: pointer; transition: border-color .18s ease, color .18s ease, transform .18s ease; }
.igcarousel__controls button:hover { border-color: var(--ember); color: var(--ember); transform: translateY(-1px); }
.igcarousel__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line);
  border: 1px solid var(--line); margin-top: auto; }
.igcarousel__thumb { position: relative; aspect-ratio: 1; border: 0; padding: 0; background: var(--bg-1); cursor: pointer; overflow: hidden; }
.igcarousel__thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.72) brightness(0.58); transition: filter .18s ease, transform .18s ease; }
.igcarousel__thumb.on::after { content: ""; position: absolute; inset: 0; border: 3px solid var(--ember); }
.igcarousel__thumb.on img, .igcarousel__thumb:hover img { filter: saturate(0.95) brightness(0.9); transform: scale(1.03); }
@media (max-width: 900px) {
  .igcarousel { grid-template-columns: 1fr; min-height: 0; }
  .igcarousel__media { border-right: none; border-bottom: 1px solid var(--line); min-height: 520px; }
  .igcarousel__thumbs { margin-top: 34px; }
}
@media (max-width: 560px) {
  .igcarousel__media { min-height: 430px; }
  .igcarousel__panel { padding: 24px; }
  .igcarousel__controls button { width: 42px; height: 42px; }
}

.proofmedia-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line);
                   background: var(--line); margin: 0 0 34px; }
.proofmedia-card { min-height: 330px; }
@media (max-width: 980px) { .proofmedia-grid { grid-template-columns: repeat(2, 1fr); } .proofmedia-card { min-height: 360px; } }
@media (max-width: 560px) { .proofmedia-grid { grid-template-columns: 1fr; } .proofmedia-card { min-height: 430px; } }

/* ---------------- Big CTA band ---------------- */
.ctaband { position: relative; overflow: hidden; background:
  radial-gradient(120% 140% at 80% 0%, rgba(226,85,46,0.14), transparent 55%), var(--bg-inset); }
.ctaband__in { text-align: center; max-width: 780px; margin: 0 auto; position: relative; z-index: 2; }
.ctaband h2 { font-family: var(--display); text-transform: uppercase; font-weight: 600; font-size: clamp(40px, 7vw, 84px);
              line-height: 0.92; margin: 20px 0 0; }
.ctaband p { color: var(--text-2); font-size: 18px; line-height: 1.6; margin: 22px auto 0; max-width: 50ch; }
.ctaband__cta { display: flex; gap: 14px; justify-content: center; margin-top: 38px; flex-wrap: wrap; }

/* section intro with optional link row */
.headrow { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.headrow .btn { flex-shrink: 0; }
.weekly-scholarship-table{width:100%;border-collapse:collapse;font-size:.88rem;background:var(--bg-1)}
.weekly-scholarship-table th,.weekly-scholarship-table td{padding:12px 14px;border:1px solid rgba(255,255,255,.12);text-align:left;white-space:nowrap;vertical-align:top}
.weekly-scholarship-table th{color:var(--steel-100);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}
.handoff-toc { padding: 26px 0 6px; }.handoff-toc__label { color: var(--steel-300); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.handoff-toc ul { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; margin: 14px 0 0; padding: 0; }.handoff-toc a { border-bottom: 1px solid var(--line); color: var(--text); font-size: 14px; padding-bottom: 2px; text-decoration: none; }.handoff-toc a:hover, .handoff-toc a:focus-visible { border-color: var(--ember); color: var(--ember); }
.handoff-fold { border-top: 1px solid var(--line); scroll-margin-top: 90px; }.handoff-fold > summary { align-items: center; cursor: pointer; display: flex; font-size: 17px; font-weight: 700; justify-content: space-between; list-style: none; padding: 20px clamp(16px, 4vw, 32px); }.handoff-fold > summary::-webkit-details-marker { display: none; }.handoff-fold > summary:hover { color: var(--ember); }.handoff-fold__chevron { transition: transform .2s ease; }.handoff-fold[open] > summary .handoff-fold__chevron { transform: rotate(180deg); }
