:root {
  --red: #b9282d;
  --red-bright: #d62b37;
  --red-soft: #f8e7e8;
  --ink: #15191f;
  --navy: #12253d;
  --blue: #246cae;
  --blue-soft: #eaf2f9;
  --gold: #d59a2f;
  --green: #2f8f63;
  --panel: rgba(255,255,255,.88);
  --muted: #657180;
  --line: #dce1e6;
  --wash: #f4f6f8;
  --white: #fff;
  --shadow: 0 14px 35px rgba(22, 31, 43, .09);
  --shadow-strong: 0 22px 55px rgba(10, 22, 35, .18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Inter, sans-serif; background: var(--white); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid rgba(214,43,55,.35); outline-offset: 3px; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 72px; padding: 0 max(20px, calc((100% - var(--max)) / 2)); display: flex; align-items: center; gap: 28px; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(20,25,31,.1); backdrop-filter: blur(18px); box-shadow: 0 10px 30px rgba(9, 17, 27, .04); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; font-family: "Barlow Condensed", sans-serif; font-size: 22px; text-transform: uppercase; }
.brand img { width: 76px; height: 40px; object-fit: contain; }
.brand strong { color: var(--red); }
.main-nav { display: flex; gap: 24px; margin-left: auto; font-size: 14px; font-weight: 600; }
.main-nav a { padding: 25px 0 23px; border-bottom: 3px solid transparent; color: #46515e; }
.main-nav a.active { color: var(--red); border-color: var(--red); }
.header-actions { display: flex; gap: 8px; align-items: center; }
.header-portal { padding-inline: 14px; }
.mobile-menu { display: none; }

.button { min-height: 42px; padding: 0 17px; border: 1px solid transparent; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 14px; white-space: nowrap; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button svg, .icon-button svg { width: 17px; height: 17px; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--red); color: var(--white); box-shadow: 0 10px 24px rgba(185,40,45,.22); }
.button-primary:hover { background: #9f2025; }
.button-light { background: var(--white); color: var(--navy); border-color: rgba(255,255,255,.5); }
.button-ghost { border-color: var(--line); color: var(--navy); background: transparent; }
.button-dark { color: white; background: var(--navy); }
.button-admin-preview { width: 100%; margin-bottom: 7px; color: white; background: #29445e; border-color: rgba(255,255,255,.12); }
.icon-button { position: relative; width: 40px; height: 40px; padding: 0; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; background: white; color: var(--navy); }
.icon-button.mobile-menu { display: none; }
.icon-button.small { width: 34px; height: 34px; }
.text-button { border: 0; background: transparent; padding: 0; color: var(--red); font-size: 13px; font-weight: 700; }

.view { display: none; padding-top: 72px; }
.view.active { display: block; }
.launch-private { display: none !important; }
.hero { position: relative; height: min(790px, calc(100vh - 18px)); min-height: 660px; background: url("assets/mastery-legacy-2016-group.jpg") center 52% / cover no-repeat; color: white; overflow: hidden; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,18,29,.9) 0%, rgba(7,18,29,.67) 42%, rgba(7,18,29,.2) 72%, rgba(7,18,29,.12) 100%), linear-gradient(0deg, rgba(6,16,25,.55), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(660px, calc(100% - 40px)); margin-left: max(20px, calc((100% - var(--max)) / 2)); padding-top: clamp(112px, 17vh, 170px); }
.hero-kicker-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.eyebrow { margin: 0 0 12px; color: #f2b7ba; font-size: 12px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow.dark { color: var(--red); }
.launch-pill { margin-bottom: 12px; min-height: 28px; padding: 0 9px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #eaf1f7; background: rgba(255,255,255,.08); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; backdrop-filter: blur(8px); }
.launch-pill svg { width: 14px; height: 14px; color: #ffd37a; }
.hero h1, .media-header h1 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(68px, 9vw, 118px); line-height: .86; letter-spacing: 0; text-transform: uppercase; }
.hero-lead { max-width: 600px; margin: 26px 0 28px; font-size: clamp(21px, 2.2vw, 30px); line-height: 1.25; font-weight: 500; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-facts { display: flex; gap: 10px; margin-top: 42px; flex-wrap: wrap; }
.hero-facts div { display: grid; gap: 3px; }
.hero-facts div { min-width: 128px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.hero-facts strong { font-family: "Barlow Condensed"; font-size: 31px; color: white; line-height: 1; }
.hero-facts span { color: #d7e0e8; font-size: 12px; text-transform: uppercase; letter-spacing: .8px; }
.status-dot { width: 8px; height: 8px; background: #50c977; border-radius: 50%; }
.hero-program-panel { position: absolute; z-index: 2; right: max(20px, calc((100% - var(--max)) / 2)); top: 142px; width: min(365px, calc(100% - 40px)); padding: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(10,24,38,.68); backdrop-filter: blur(18px); box-shadow: var(--shadow-strong); }
.panel-topline { display: flex; align-items: center; gap: 8px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.16); }
.panel-topline strong { font-size: 13px; text-transform: uppercase; letter-spacing: .9px; }
.panel-topline small { margin-left: auto; color: #bdcad5; font-size: 10px; }
.program-steps { display: grid; gap: 1px; margin: 14px 0; background: rgba(255,255,255,.12); }
.program-steps div { padding: 14px; display: grid; grid-template-columns: 34px 1fr; gap: 3px 10px; background: rgba(13,29,45,.88); }
.program-steps span { grid-row: span 2; color: #f1b5b8; font-family: "Barlow Condensed"; font-size: 22px; line-height: 1; }
.program-steps strong { font-size: 13px; }
.program-steps small { color: #c5d1dc; font-size: 10px; line-height: 1.45; }
.event-window { padding: 14px; display: grid; gap: 5px; border: 1px solid rgba(214,43,55,.42); background: rgba(214,43,55,.14); }
.event-window span { color: #f1b5b8; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.event-window strong { font-size: 18px; }
.hero-bottom-bar { position: absolute; z-index: 2; left: max(20px, calc((100% - var(--max)) / 2)); right: max(20px, calc((100% - var(--max)) / 2)); bottom: 22px; min-height: 60px; padding: 10px 14px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(8,20,32,.72); backdrop-filter: blur(16px); }
.hero-bottom-bar span { min-width: 0; display: flex; align-items: center; gap: 8px; color: #e6edf3; font-size: 12px; font-weight: 700; }
.hero-bottom-bar svg { width: 17px; min-width: 17px; color: #f0b1b5; }

.launch-strip { position: relative; z-index: 3; width: min(var(--max), calc(100% - 40px)); margin: -34px auto 0; padding: 20px; display: grid; grid-template-columns: .75fr 1.2fr auto; align-items: center; gap: 20px; border: 1px solid rgba(18,37,61,.1); border-left: 5px solid var(--red); border-radius: 10px; background: white; box-shadow: var(--shadow-strong); }
.launch-strip div { display: grid; gap: 5px; }
.launch-strip span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.launch-strip strong { color: var(--navy); font-size: 22px; line-height: 1.1; }
.launch-strip p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.launch-strip .launch-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }

.band { padding: 90px max(20px, calc((100% - var(--max)) / 2)); }
.section-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px 70px; align-items: start; margin-bottom: 52px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -17px; }
.section-heading h2, .rhythm-copy h2, .destin-band h2, .featured-media h2 { margin: 0; font-family: "Barlow Condensed"; font-size: clamp(42px, 5vw, 66px); line-height: .98; text-transform: uppercase; }
.section-heading p:not(.eyebrow), .rhythm-copy > p:not(.eyebrow), .destin-details > p, .featured-media > div > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading.compact { display: block; }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pillar { position: relative; min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 14px 30px rgba(20,28,38,.04); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.pillar:hover { transform: translateY(-3px); border-color: rgba(185,40,45,.28); box-shadow: var(--shadow); }
.pillar-number { position: absolute; top: 20px; right: 22px; color: #cbd1d7; font-family: "Barlow Condensed"; font-size: 22px; }
.pillar svg { width: 28px; height: 28px; margin: 38px 0 22px; color: var(--red); }
.pillar h3, .dashboard-callout h3 { margin: 0 0 10px; font-size: 18px; }
.pillar p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.conference-band { background: linear-gradient(180deg, #f8fafc, #eef3f7); }
.conference-photo-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; grid-auto-rows: 230px; gap: 12px; }
.conference-photo-card { position: relative; min-height: 0; margin: 0; overflow: hidden; border-radius: 8px; background: var(--navy); box-shadow: 0 18px 34px rgba(20,28,38,.12); }
.conference-photo-card.large { grid-row: span 2; }
.conference-photo-card.tall { grid-row: span 2; }
.conference-photo-card.wide { grid-column: span 2; }
.conference-photo-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.02) contrast(1.02); transition: transform .35s ease; }
.conference-photo-card:hover img { transform: scale(1.035); }
.conference-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(5,13,22,.78)); }
.conference-photo-card figcaption { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 17px; display: grid; gap: 5px; color: white; }
.conference-photo-card span { color: #f1b5b8; font-size: 10px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.conference-photo-card strong { font-size: 17px; line-height: 1.2; }
.rhythm-band { padding: 88px max(20px, calc((100% - var(--max)) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; background: var(--navy); color: white; }
.rhythm-copy > p:not(.eyebrow) { margin: 18px 0 28px; color: #c5d2df; }
.rhythm-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.22); }
.rhythm-list li { display: grid; grid-template-columns: 85px 1fr; gap: 4px 22px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.rhythm-list span { grid-row: span 2; color: #f3b0b3; font-size: 12px; text-transform: uppercase; font-weight: 700; }
.rhythm-list strong { font-size: 17px; }
.rhythm-list em { color: #b5c3d1; font-style: normal; font-size: 13px; }
.timeline { background: var(--wash); }
.timeline-track { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 2px solid #b9c1c9; }
.timeline-item { position: relative; padding: 25px 18px 0 0; display: grid; gap: 6px; }
.timeline-item::before { content: ""; position: absolute; top: -7px; left: 0; width: 12px; height: 12px; background: white; border: 2px solid #8f99a4; border-radius: 50%; }
.timeline-item span, .timeline-item small { color: var(--muted); font-size: 12px; }
.timeline-item strong { font-size: 15px; }
.timeline-item.current::before, .timeline-item.finale::before { border-color: var(--red); background: var(--red); }
.timeline-item.current span, .timeline-item.finale span { color: var(--red); font-weight: 700; }
.destin-band { padding: 80px max(20px, calc((100% - var(--max)) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; color: white; background: linear-gradient(110deg, #172c43 0 54%, #ad2429 54%); }
.destin-details > p { color: #f7e7e8; }
.destin-details ul { list-style: none; padding: 0; margin: 25px 0; display: grid; gap: 12px; }
.destin-details li { display: flex; align-items: center; gap: 9px; font-size: 14px; }
.destin-details li svg { width: 17px; }
.details-band { background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 68%); }
.details-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
.details-card, .faq-item { border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 14px 30px rgba(20,28,38,.04); }
.details-card { min-height: 220px; padding: 24px; display: grid; align-content: start; gap: 12px; }
.details-card span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.details-card h3 { margin: 0; font-size: 20px; line-height: 1.15; }
.details-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.details-card.confirmed { border-top: 4px solid var(--green); }
.details-card.confirmed span { color: var(--green); }
.details-card.pending { border-top: 4px solid var(--gold); }
.details-card.pending span { color: #9e6d17; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.faq-item { padding: 18px 20px; }
.faq-item summary { cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.track-band { background: linear-gradient(180deg, white, #f6f8fa); }
.track-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.track-card { min-height: 335px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 14px 30px rgba(20,28,38,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.track-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.track-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 8px; color: white; background: var(--navy); }
.track-icon svg { width: 22px; }
.track-card.promotion .track-icon { background: var(--red); }
.track-card.growth .track-icon { background: var(--blue); }
.track-card.support .track-icon { background: var(--gold); }
.track-card > span { margin: 20px 0 8px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .9px; }
.track-card h3 { margin: 0 0 11px; font-size: 21px; line-height: 1.15; }
.track-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.track-card ul { margin: auto 0 0; padding: 20px 0 0; list-style: none; display: grid; gap: 8px; }
.track-card li { display: flex; gap: 8px; align-items: center; color: #3f4a56; font-size: 12px; font-weight: 700; }
.track-card li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.track-card.growth li::before { background: var(--blue); }
.track-card.support li::before { background: var(--gold); }

.portal-view.active { display: grid; grid-template-columns: 248px minmax(0, 1fr); min-height: 100vh; background: var(--wash); }
.portal-sidebar { position: sticky; top: 72px; height: calc(100vh - 72px); padding: 26px 16px; display: flex; flex-direction: column; background: var(--navy); color: white; }
.portal-person { display: flex; align-items: center; gap: 10px; padding: 0 8px 26px; border-bottom: 1px solid rgba(255,255,255,.16); }
.avatar { width: 39px; height: 39px; display: grid; place-items: center; background: var(--red); border-radius: 50%; font-weight: 700; }
.portal-person div { display: grid; gap: 3px; min-width: 0; }
.portal-person strong { font-size: 13px; }
.portal-person small { overflow: hidden; color: #aebdcb; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.portal-sidebar nav { margin: 22px 0; display: grid; gap: 4px; }
.portal-nav { height: 42px; padding: 0 12px; display: flex; align-items: center; gap: 11px; border: 0; border-radius: 5px; background: transparent; color: #bec9d5; text-align: left; font-size: 13px; font-weight: 600; }
.portal-nav svg { width: 17px; }
.portal-nav.active, .portal-nav:hover { background: rgba(255,255,255,.1); color: white; }
.portal-admin-nav, .admin-participant-nav { display: none; }
.button-admin-preview { display: none; }
.destin-countdown { margin-top: auto; margin-bottom: 16px; padding: 16px; display: grid; gap: 4px; background: rgba(255,255,255,.08); border-left: 3px solid var(--red-bright); }
.destin-countdown small, .destin-countdown span { color: #b7c5d2; font-size: 10px; text-transform: uppercase; letter-spacing: .7px; }
.destin-countdown strong { font-family: "Barlow Condensed"; font-size: 25px; }
.portal-exit { width: 100%; }
.portal-main { min-width: 0; padding: 34px clamp(20px, 4vw, 54px) 60px; }
.portal-header { max-width: 1250px; margin: 0 auto 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.portal-header h2 { margin: 0; font-size: 26px; }
.portal-header-actions { display: flex; align-items: center; gap: 8px; }
.notification-dot { position: absolute; width: 6px; height: 6px; top: 7px; right: 8px; background: var(--red-bright); border-radius: 50%; }
.portal-panel { display: none; max-width: 1250px; margin: 0 auto; }
.portal-panel.active { display: block; }
.preview-alert { margin-bottom: 18px; padding: 16px; display: flex; gap: 12px; align-items: flex-start; border: 1px solid #efdcb3; border-left: 4px solid var(--gold); border-radius: 6px; background: #fffaf2; }
.preview-alert svg { width: 22px; min-width: 22px; color: #a86f12; }
.preview-alert div { display: grid; gap: 5px; }
.preview-alert strong { color: var(--navy); font-size: 13px; }
.preview-alert p { margin: 0; color: #69583a; font-size: 12px; line-height: 1.55; }
.preview-alert a { width: max-content; max-width: 100%; color: var(--red); font-size: 12px; font-weight: 800; }
.dashboard-callout { padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: white; background: linear-gradient(100deg, var(--navy), #244867); border-left: 5px solid var(--red); }
.module-tag { display: inline-flex; margin-bottom: 9px; color: #f0b3b6; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.dashboard-callout h3 { font-size: 23px; }
.dashboard-callout p { margin: 0; max-width: 680px; color: #c5d2de; font-size: 13px; line-height: 1.5; }
.dashboard-spotlight-grid { margin: 18px 0; display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 12px; }
.dashboard-spotlight, .dashboard-roadmap { background: white; border: 1px solid var(--line); border-radius: 6px; }
.dashboard-spotlight { min-height: 180px; padding: 22px; display: grid; align-content: start; gap: 11px; box-shadow: 0 14px 26px rgba(20,28,38,.04); }
.spotlight-label { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.dashboard-spotlight h3 { margin: 0; font-size: 20px; line-height: 1.15; }
.dashboard-spotlight p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.dashboard-spotlight.next-steps { background: linear-gradient(180deg, #fffaf4, white); border-color: #efdcb3; }
.dashboard-spotlight.next-steps ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.dashboard-spotlight.next-steps li { position: relative; padding-left: 18px; color: #3f4a56; font-size: 13px; font-weight: 600; line-height: 1.45; }
.dashboard-spotlight.next-steps li::before { content: ""; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.dashboard-spotlight.finale-window { background: linear-gradient(135deg, #172c43, #264d70); color: white; }
.dashboard-spotlight.finale-window .spotlight-label { color: #ffd6d8; }
.dashboard-spotlight.finale-window p { color: #d3dfeb; }
.metrics-grid { margin: 18px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric { min-height: 95px; padding: 19px; display: flex; gap: 14px; align-items: center; background: white; border: 1px solid var(--line); border-radius: 6px; }
.metric svg { width: 23px; color: var(--red); }
.metric div { display: grid; gap: 4px; }
.metric strong { font-size: 19px; }
.metric span { color: var(--muted); font-size: 11px; }
.dashboard-columns { display: grid; grid-template-columns: 1.35fr .9fr; gap: 18px; }
.work-section, .journal-compose, .journal-history { padding: 24px; background: white; border: 1px solid var(--line); border-radius: 6px; }
.panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 18px; }
.panel-heading h3 { margin: 0; font-size: 16px; }
.panel-heading p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.task-list { display: grid; }
.task-list label { min-height: 60px; padding: 12px 0; display: flex; align-items: center; gap: 12px; border-top: 1px solid #edf0f2; }
.task-list input { accent-color: var(--red); width: 17px; height: 17px; }
.task-list span, .event-list div { display: grid; gap: 4px; }
.task-list strong, .event-list strong { font-size: 13px; }
.task-list small, .event-list small { color: var(--muted); font-size: 10px; }
.event-list { display: grid; gap: 4px; }
.event-list article { min-height: 71px; padding: 10px 0; display: flex; gap: 13px; align-items: center; border-top: 1px solid #edf0f2; }
.event-list time { width: 42px; height: 46px; display: grid; place-items: center; align-content: center; border: 1px solid var(--line); border-top: 3px solid var(--red); }
.event-list time strong { line-height: 1; font-size: 17px; }
.event-list time span { color: var(--muted); font-size: 8px; }
.dashboard-roadmap { margin-top: 18px; padding: 24px; }
.roadmap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.roadmap-grid article { min-height: 180px; padding: 20px; border: 1px solid #e6ebef; border-radius: 6px; background: linear-gradient(180deg, #fcfdfe, #f6f8fa); }
.roadmap-grid span { color: var(--red); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
.roadmap-grid strong { display: block; margin: 12px 0 10px; font-size: 16px; line-height: 1.3; }
.roadmap-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.profile-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.profile-card { padding: 24px; background: white; border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 14px 26px rgba(20,28,38,.04); }
.profile-hero-card { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; color: white; background: linear-gradient(100deg, var(--navy), #244867); border-left: 5px solid var(--red); }
.profile-avatar-large { width: 72px; height: 72px; min-width: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--red); font-family: "Barlow Condensed"; font-size: 30px; font-weight: 700; }
.profile-hero-card h3 { margin: 0 0 8px; font-size: 24px; }
.profile-hero-card p { margin: 0; max-width: 760px; color: #c5d2de; font-size: 13px; line-height: 1.6; }
.profile-form { display: grid; gap: 16px; }
.profile-field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.profile-form label { display: grid; gap: 7px; color: #3f4a56; font-size: 11px; font-weight: 700; }
.profile-form input, .profile-form select, .profile-form textarea { width: 100%; padding: 11px; color: var(--ink); border: 1px solid var(--line); border-radius: 4px; background: white; outline: none; }
.profile-form input:focus, .profile-form select:focus, .profile-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,108,174,.1); }
.profile-status-list { display: grid; gap: 10px; }
.profile-status-list article { padding: 12px 0; display: flex; gap: 11px; border-top: 1px solid #edf0f2; }
.profile-status-list article:first-child { border-top: 0; }
.profile-status-list svg { width: 18px; min-width: 18px; color: var(--red); }
.profile-status-list div { display: grid; gap: 4px; }
.profile-status-list strong { font-size: 12px; }
.profile-status-list small { color: var(--muted); font-size: 10px; line-height: 1.45; }

.journal-layout { display: grid; grid-template-columns: 1.45fr .75fr; gap: 18px; }
.privacy-label { display: inline-flex; gap: 5px; align-items: center; color: var(--blue); font-size: 10px; font-weight: 700; }
.privacy-label svg { width: 13px; }
#journal-form { display: grid; gap: 18px; }
#journal-form label { display: grid; gap: 8px; color: #3f4a56; font-size: 11px; font-weight: 700; }
#journal-form select, #journal-form textarea { width: 100%; padding: 12px; color: var(--ink); border: 1px solid var(--line); border-radius: 4px; background: white; outline: none; }
#journal-form select:focus, #journal-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,108,174,.1); }
.clip-upload-box { padding: 16px; display: grid; gap: 12px; border: 1px dashed #b9c5d0; border-radius: 6px; background: linear-gradient(180deg, #f8fafc, white); }
.clip-upload-box h4 { margin: 0 0 6px; font-size: 17px; }
.clip-upload-box p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.file-drop { width: 100%; min-height: 48px; padding: 12px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; background: white; color: var(--navy); text-align: center; cursor: pointer; }
.file-drop input { width: 100%; margin-top: 8px; color: var(--muted); font-size: 10px; }
.clip-preview { padding: 10px 12px; border-left: 3px solid var(--blue); background: var(--blue-soft); color: #355a78; font-size: 11px; line-height: 1.45; }
.mood-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.mood-row > span { color: var(--muted); font-size: 11px; }
.mood-options { display: flex; flex-wrap: wrap; gap: 5px; }
.mood-options button { padding: 6px 9px; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--muted); font-size: 10px; }
.mood-options button.selected { border-color: var(--red); color: var(--red); background: var(--red-soft); }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.form-actions > span { color: var(--muted); font-size: 10px; }
.journal-history { min-height: 550px; }
.journal-entry-item { padding: 15px 0; border-top: 1px solid #edf0f2; }
.journal-entry-item:first-child { border-top: 0; }
.journal-entry-item span { color: var(--red); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.journal-entry-item strong { display: block; margin: 6px 0; font-size: 12px; line-height: 1.4; }
.journal-entry-item p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.journal-entry-item em { display: inline-flex; margin-top: 8px; padding: 5px 7px; border-radius: 4px; background: var(--blue-soft); color: #365d7b; font-size: 9px; font-style: normal; font-weight: 700; }
.module-heading { margin-bottom: 22px; }
.progress-label, .status-pill { padding: 5px 8px; border-radius: 4px; color: var(--red); background: var(--red-soft); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.module-list, .portfolio-list { display: grid; gap: 8px; }
.module-row, .portfolio-list article { min-height: 90px; padding: 18px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto auto; align-items: center; gap: 16px; background: white; border: 1px solid var(--line); border-radius: 5px; }
.module-row.current { border-left: 4px solid var(--red); }
.module-number { color: #a6afb8; font-family: "Barlow Condensed"; font-size: 23px; }
.module-row div, .portfolio-list article div { display: grid; gap: 5px; }
.module-row strong, .portfolio-list article strong { font-size: 13px; }
.module-row p, .portfolio-list article p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.module-row time { color: var(--muted); font-size: 10px; }
.portfolio-status svg { width: 18px; color: #aab3bc; }
.portfolio-status.started svg { color: var(--red); }
.status-pill.quiet { color: #687582; background: #edf0f2; }

.checkin-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.checkin-form-wrap, .checkin-history { padding: 24px; background: white; border: 1px solid var(--line); border-radius: 6px; }
.checkin-form { display: grid; gap: 16px; }
.checkin-form label, .announcement-compose form label { display: grid; gap: 7px; color: #3f4a56; font-size: 11px; font-weight: 700; }
.checkin-form input, .checkin-form textarea, .announcement-compose input, .announcement-compose textarea, .announcement-compose select { width: 100%; padding: 11px; color: var(--ink); border: 1px solid var(--line); border-radius: 4px; background: white; outline: none; }
.checkin-form input:focus, .checkin-form textarea:focus, .announcement-compose input:focus, .announcement-compose textarea:focus, .announcement-compose select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,108,174,.1); }
.number-field-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.streak-badge { display: inline-flex; align-items: center; gap: 5px; color: var(--red); font-size: 11px; font-weight: 700; }
.streak-badge svg { width: 15px; }
.consistency-bars { margin: 20px 0 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.consistency-bars div { display: grid; gap: 7px; }
.consistency-bars span { color: var(--muted); font-size: 9px; }
.consistency-bars i { height: 54px; border-radius: 3px; background: #e8edf1; }
.consistency-bars i.complete { background: linear-gradient(0deg, var(--red) 78%, #e8edf1 78%); }
.consistency-bars i.current { border: 1px dashed var(--red); background: var(--red-soft); }
.pod-note { padding: 16px; display: flex; gap: 10px; background: var(--blue-soft); border-left: 3px solid var(--blue); }
.small-avatar { width: 34px; height: 34px; min-width: 34px; font-size: 11px; }
.pod-note div { display: grid; gap: 4px; }
.pod-note strong { font-size: 11px; }
.pod-note p, .latest-checkin p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.latest-checkin { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.latest-checkin span { color: var(--red); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.latest-checkin strong { display: block; margin: 6px 0; font-size: 12px; }
.pod-banner { margin-bottom: 18px; padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: linear-gradient(100deg, var(--navy), #244867); border-left: 5px solid var(--red); }
.pod-banner h3 { margin: 0 0 8px; font-size: 21px; }
.pod-banner p { max-width: 670px; margin: 0; color: #c5d2de; font-size: 11px; line-height: 1.6; }
.pod-avatars { display: flex; }
.pod-avatars span { width: 43px; height: 43px; margin-left: -8px; display: grid; place-items: center; border: 3px solid #27445f; border-radius: 50%; background: var(--red); font-size: 11px; font-weight: 700; }
.pod-avatars span:nth-child(2) { background: var(--blue); }
.pod-avatars span:nth-child(3) { background: #ad8124; }
.pod-avatars span:nth-child(4) { background: #62717e; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.team-card { position: relative; min-height: 145px; padding: 19px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: start; gap: 12px; background: white; border: 1px solid var(--line); border-radius: 6px; }
.team-card > div { display: grid; gap: 4px; }
.team-card strong { font-size: 13px; }
.team-card small { color: var(--muted); font-size: 9px; }
.team-card p { grid-column: 2 / -1; margin: 2px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.blue-avatar { background: var(--blue); }
.gold-avatar { background: #ad8124; }
.navy-avatar { background: #485c70; }
.team-state { padding: 5px 7px; color: var(--blue); background: var(--blue-soft); border-radius: 3px; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.team-state.on-track { color: #247043; background: #e4f4e9; }
.team-state.attention { color: var(--red); background: var(--red-soft); }

.admin-view.active { display: grid; grid-template-columns: 225px minmax(0, 1fr); min-height: 100vh; background: var(--wash); }
.admin-sidebar { position: sticky; top: 72px; height: calc(100vh - 72px); padding: 22px 14px; display: flex; flex-direction: column; color: white; background: #101f30; }
.admin-brand { padding: 0 8px 22px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.14); }
.admin-shield { width: 38px; height: 38px; display: grid; place-items: center; color: #ffd9db; background: var(--red); border-radius: 5px; }
.admin-shield svg { width: 20px; }
.admin-brand div { display: grid; gap: 3px; }
.admin-brand strong { font-size: 13px; }
.admin-brand small { color: #a8b7c5; font-size: 9px; }
.admin-sidebar nav { margin: 20px 0; display: grid; gap: 3px; }
.admin-nav { min-height: 42px; padding: 0 11px; display: flex; align-items: center; gap: 10px; border: 0; border-radius: 4px; color: #aebdcb; background: transparent; font-size: 11px; font-weight: 600; text-align: left; }
.admin-nav svg { width: 16px; }
.admin-nav.active, .admin-nav:hover { color: white; background: rgba(255,255,255,.09); }
.admin-return { margin-top: auto; width: 100%; }
.admin-main { min-width: 0; padding: 32px clamp(20px, 3.5vw, 48px) 60px; }
.admin-header { max-width: 1320px; margin: 0 auto 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.admin-header h2 { margin: 0; font-size: 25px; }
.admin-header-actions { display: flex; align-items: center; gap: 9px; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; color: #476071; border: 1px solid var(--line); background: white; border-radius: 4px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #e5a92b; }
.admin-panel { display: none; max-width: 1320px; margin: 0 auto; }
.admin-panel.active { display: block; }
.admin-metrics { margin-bottom: 16px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.admin-metrics article { min-height: 112px; padding: 18px; display: grid; gap: 7px; background: white; border: 1px solid var(--line); border-top: 3px solid var(--navy); border-radius: 4px; }
.admin-metrics span { color: var(--muted); font-size: 10px; font-weight: 600; }
.admin-metrics strong { font-size: 27px; }
.admin-metrics small { color: #788490; font-size: 9px; }
.admin-overview-grid { margin-bottom: 16px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.admin-card { padding: 22px; background: white; border: 1px solid var(--line); border-radius: 5px; }
.count-badge { min-width: 25px; height: 25px; display: grid; place-items: center; color: white; background: var(--red); border-radius: 50%; font-size: 10px; font-weight: 700; }
.attention-list { display: grid; }
.attention-list article { min-height: 61px; padding: 10px 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; border-top: 1px solid #edf0f2; }
.attention-list article div { display: grid; gap: 4px; }
.attention-list strong { font-size: 11px; }
.attention-list small { color: var(--muted); font-size: 9px; }
.priority-dot { width: 8px; height: 8px; border-radius: 50%; background: #e5a92b; }
.priority-dot.high { background: var(--red); }
.track-chart { display: grid; gap: 18px; }
.track-chart div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 5px 10px; align-items: center; }
.track-chart span { color: #46515e; font-size: 10px; font-weight: 600; }
.track-chart strong { font-size: 11px; }
.track-chart i { grid-column: 1 / -1; height: 6px; overflow: hidden; background: #e9edf1; border-radius: 5px; }
.track-chart i::after { content: ""; display: block; width: var(--bar); height: 100%; background: var(--red); }
.milestone-table { display: grid; }
.milestone-table article { min-height: 72px; padding: 11px 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 13px; border-top: 1px solid #edf0f2; }
.milestone-table time { width: 42px; height: 46px; display: grid; place-items: center; align-content: center; border: 1px solid var(--line); border-top: 3px solid var(--red); }
.milestone-table time strong { line-height: 1; font-size: 16px; }
.milestone-table time span { color: var(--muted); font-size: 7px; }
.milestone-table article div { display: grid; gap: 4px; }
.milestone-table article div strong { font-size: 11px; }
.milestone-table article div small { color: var(--muted); font-size: 9px; }
.status-pill.ready { color: #247043; background: #e4f4e9; }
.status-pill.attention { color: #9b6517; background: #fbf0d9; }
.admin-toolbar { margin-bottom: 14px; padding: 12px; display: flex; align-items: center; gap: 10px; background: white; border: 1px solid var(--line); }
.admin-toolbar .media-search { margin-right: auto; }
.filter-row { display: flex; gap: 4px; overflow-x: auto; }
.filter-button { min-width: max-content; padding: 8px 10px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); background: white; font-size: 9px; font-weight: 700; }
.filter-button.active { color: white; border-color: var(--navy); background: var(--navy); }
.participant-table { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 5px; }
.participant-row { min-height: 72px; padding: 12px 16px; display: grid; grid-template-columns: 40px minmax(160px, 1.2fr) minmax(125px, .8fr) minmax(115px, .7fr) minmax(115px, .7fr) 34px; align-items: center; gap: 12px; border-top: 1px solid #edf0f2; }
.participant-row:first-child { border-top: 0; }
.participant-row > div { display: grid; gap: 4px; }
.participant-row strong { font-size: 11px; }
.participant-row small { color: var(--muted); font-size: 9px; }
.participant-progress { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 9px; }
.participant-progress i { width: 65px; height: 5px; background: #e8edf1; }
.participant-progress i::after { content: ""; display: block; width: var(--progress); height: 100%; background: var(--red); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.review-card { padding: 18px; display: grid; gap: 14px; background: white; border: 1px solid var(--line); border-radius: 5px; }
.review-card-header { display: flex; align-items: center; gap: 9px; }
.review-card-header > div { display: grid; gap: 3px; }
.review-card-header strong { font-size: 11px; }
.review-card-header small { color: var(--muted); font-size: 9px; }
.review-card h3 { margin: 0; font-size: 13px; }
.review-card p { margin: 0; min-height: 43px; color: var(--muted); font-size: 9px; line-height: 1.55; }
.review-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.review-card .button { width: 100%; }
.curriculum-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.curriculum-column { padding: 14px; background: #e9edf1; border-radius: 5px; }
.curriculum-column > header { margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
.curriculum-column > header strong { font-size: 10px; text-transform: uppercase; letter-spacing: .6px; }
.curriculum-column > header span { color: var(--muted); font-size: 9px; }
.curriculum-item { margin-top: 8px; padding: 14px; display: grid; gap: 8px; background: white; border: 1px solid var(--line); border-radius: 4px; }
.curriculum-item span { color: var(--red); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.curriculum-item strong { font-size: 11px; }
.curriculum-item small { color: var(--muted); font-size: 9px; line-height: 1.45; }
.communications-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; }
.announcement-compose .panel-heading > svg { color: var(--red); }
.announcement-compose form { display: grid; gap: 15px; }
.announcement-history article { padding: 15px 0; display: grid; gap: 5px; border-top: 1px solid #edf0f2; }
.announcement-history article span { color: var(--red); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.announcement-history article strong { font-size: 11px; }
.announcement-history article small { color: var(--muted); font-size: 9px; }
.empty-state { padding: 35px; color: var(--muted); font-size: 12px; text-align: center; }

.media-view { min-height: 100vh; background: var(--wash); }
.media-header { padding: 58px max(20px, calc((100% - var(--max)) / 2)) 34px; display: flex; justify-content: space-between; align-items: end; gap: 30px; background: white; border-bottom: 1px solid var(--line); }
.media-header h1 { font-size: clamp(55px, 7vw, 88px); color: var(--navy); }
.media-header p:not(.eyebrow) { max-width: 670px; margin: 12px 0 0; color: var(--muted); line-height: 1.6; font-size: 14px; }
.media-search { width: min(330px, 100%); height: 44px; padding: 0 13px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: white; }
.media-search svg { width: 17px; color: var(--muted); }
.media-search input { min-width: 0; flex: 1; border: 0; outline: 0; }
.media-tabs { padding: 0 max(20px, calc((100% - var(--max)) / 2)); display: flex; gap: 26px; background: white; border-bottom: 1px solid var(--line); overflow-x: auto; }
.media-tabs button { min-width: max-content; padding: 17px 0 14px; border: 0; border-bottom: 3px solid transparent; background: white; color: var(--muted); font-size: 12px; font-weight: 700; }
.media-tabs button.active { color: var(--red); border-color: var(--red); }
.media-overview { width: min(var(--max), calc(100% - 40px)); margin: 24px auto 0; }
.media-overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.media-overview-grid article { min-height: 180px; padding: 24px; border: 1px solid rgba(18,37,61,.08); border-radius: 8px; background: linear-gradient(180deg, white, #f8fafc); box-shadow: 0 14px 26px rgba(20,28,38,.04); }
.media-overview-grid span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.media-overview-grid h3 { margin: 14px 0 10px; font-size: 22px; line-height: 1.15; color: var(--navy); }
.media-overview-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.featured-media { margin: 24px auto; width: min(var(--max), calc(100% - 40px)); display: grid; grid-template-columns: 1.25fr .75fr; background: linear-gradient(100deg, #102234, #1c3c59); color: white; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-strong); }
.featured-image { position: relative; min-height: 365px; overflow: hidden; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; }
.play-button { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 58px; height: 58px; display: grid; place-items: center; border: 0; border-radius: 50%; color: white; background: var(--red); }
.play-button svg { width: 23px; fill: currentColor; }
.featured-media > div:last-child { padding: 38px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.featured-media h2 { font-size: 42px; }
.featured-media > div > p { margin: 17px 0; color: #c7d3df; font-size: 13px; }
.featured-media-points { margin: 0 0 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.featured-media-points span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.08); color: #e8f0f7; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.featured-media-points svg { width: 13px; color: #f5c46d; }
.media-meta { margin-bottom: 21px; display: flex; gap: 15px; color: #afbdca; font-size: 10px; }
.media-meta span { display: inline-flex; gap: 5px; align-items: center; }
.media-meta svg { width: 13px; }
.media-release-band { width: min(var(--max), calc(100% - 40px)); margin: 0 auto 24px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 14px 26px rgba(20,28,38,.04); }
.release-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.release-grid article { min-height: 150px; padding: 18px; border-radius: 6px; background: linear-gradient(180deg, #f7fafc, #eef3f7); }
.release-grid span { color: var(--red); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.release-grid strong { display: block; margin: 12px 0 8px; font-size: 17px; line-height: 1.3; color: var(--navy); }
.release-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.media-grid { width: min(var(--max), calc(100% - 40px)); margin: 0 auto 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.media-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 28px rgba(20,28,38,.04); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.media-card:hover { transform: translateY(-3px); border-color: rgba(18,37,61,.16); box-shadow: var(--shadow); }
.media-thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.media-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.media-card:hover .media-thumb img { transform: scale(1.025); }
.media-type { position: absolute; left: 10px; bottom: 10px; padding: 5px 7px; background: rgba(10,23,36,.85); color: white; font-size: 8px; text-transform: uppercase; letter-spacing: .8px; }
.media-card-body { padding: 17px; }
.media-card-tag { color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.media-card-body h3 { margin: 0 0 7px; font-size: 14px; }
.media-card-body p { margin: 0 0 16px; min-height: 45px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.media-card-footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.media-card-body .media-meta { margin: 0; color: var(--muted); }
.media-card-action { display: inline-flex; align-items: center; gap: 4px; color: var(--navy); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.media-card-action svg { width: 13px; }
.site-footer { padding: 38px max(20px, calc((100% - var(--max)) / 2)); display: flex; align-items: center; gap: 28px; background: #0d1b2a; color: #b6c2ce; font-size: 11px; }
.site-footer .brand { color: white; }
.site-footer p { margin: 0; }
.site-footer > div:last-child { margin-left: auto; display: flex; gap: 18px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; transform: translate(-50%, 100px); padding: 10px 14px; border-radius: 5px; background: var(--navy); color: white; box-shadow: var(--shadow); opacity: 0; transition: .25s ease; font-size: 12px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 901px) {
  .icon-button.mobile-menu { display: none; }
}

@media (min-width: 901px) and (max-width: 1120px) {
  .hero-content { width: min(540px, calc(100% - 40px)); }
  .hero-program-panel { width: 305px; }
  .hero h1 { font-size: clamp(66px, 8vw, 92px); }
}

@media (max-width: 900px) {
  .site-header { height: 64px; }
  .view { padding-top: 64px; }
  .main-nav { position: fixed; inset: 64px 0 auto; display: none; flex-direction: column; gap: 0; padding: 10px 20px 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 0; }
  .header-interest { display: none; }
  .icon-button.mobile-menu { display: grid; }
  .hero { height: auto; min-height: 0; padding-bottom: 150px; background-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,18,29,.88), rgba(7,18,29,.38)), linear-gradient(0deg, rgba(6,16,25,.65), transparent 55%); }
  .hero-content { padding-top: 90px; }
  .hero h1 { max-width: 520px; font-size: 70px; }
  .hero-facts { gap: 25px; margin-top: 38px; }
  .hero-program-panel { position: relative; inset: auto; width: calc(100% - 40px); margin: 30px 20px 0; }
  .hero-bottom-bar { left: 20px; right: 20px; grid-template-columns: repeat(2, 1fr); }
  .launch-strip { grid-template-columns: 1fr; align-items: start; margin-top: -22px; }
  .launch-strip .launch-actions { justify-content: flex-start; }
  .launch-strip .button { justify-self: start; }
  .section-heading, .rhythm-band, .destin-band { grid-template-columns: 1fr; gap: 30px; }
  .pillar-grid, .metrics-grid, .track-grid, .details-grid { grid-template-columns: 1fr 1fr; }
  .conference-photo-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
  .conference-photo-card.large, .conference-photo-card.tall, .conference-photo-card.wide { grid-column: auto; grid-row: auto; }
  .timeline-track { grid-template-columns: repeat(3, 1fr); gap: 32px 0; }
  .destin-band { background: var(--navy); }
  .portal-view.active { display: block; }
  .portal-sidebar { position: static; height: auto; padding: 12px 20px; flex-direction: row; align-items: center; gap: 15px; }
  .portal-person, .destin-countdown, .portal-exit, .button-admin-preview { display: none; }
  .portal-sidebar nav { margin: 0; display: flex; overflow-x: auto; }
  .portal-nav { min-width: max-content; }
  .portal-admin-nav { display: none; }
  .dashboard-spotlight-grid, .dashboard-columns, .profile-layout, .journal-layout, .checkin-layout, .admin-overview-grid, .communications-layout, .media-overview-grid, .release-grid { grid-template-columns: 1fr; }
  .roadmap-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-view.active { display: block; }
  .admin-sidebar { position: static; height: auto; padding: 9px 14px; flex-direction: row; align-items: center; }
  .admin-brand, .admin-return { display: none; }
  .admin-sidebar nav { margin: 0; display: flex; overflow-x: auto; }
  .admin-nav { min-width: max-content; }
  .admin-participant-nav { display: flex; }
  .review-grid, .curriculum-board { grid-template-columns: repeat(2, 1fr); }
  .admin-toolbar { align-items: stretch; flex-wrap: wrap; }
  .admin-toolbar .media-search { margin-right: 0; flex: 1 1 250px; }
  .featured-media { grid-template-columns: 1fr; }
  .featured-image { min-height: 300px; }
  .faq-grid { grid-template-columns: 1fr; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .brand span { display: none; }
  .hero { padding-bottom: 210px; background-position: 63% center; }
  .hero-content { width: calc(100% - 32px); margin-left: 16px; padding-top: 72px; }
  .hero h1 { font-size: 59px; }
  .hero-lead { font-size: 20px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 310px; }
  .hero-facts { gap: 8px; }
  .hero-facts div { min-width: calc(50% - 4px); }
  .hero-facts strong { font-size: 29px; }
  .hero-program-panel { width: calc(100% - 32px); margin: 24px 16px 0; padding: 14px; }
  .program-steps div { grid-template-columns: 28px 1fr; padding: 12px; }
  .hero-bottom-bar { left: 16px; right: 16px; bottom: 16px; grid-template-columns: 1fr; }
  .hero-bottom-bar span { font-size: 11px; }
  .band, .rhythm-band, .destin-band { padding: 62px 16px; }
  .launch-strip { width: calc(100% - 24px); padding: 18px; }
  .launch-strip strong { font-size: 19px; }
  .section-heading { display: block; }
  .section-heading .eyebrow { margin-bottom: 12px; }
  .section-heading h2, .rhythm-copy h2, .destin-band h2 { font-size: 42px; }
  .section-heading p:not(.eyebrow) { margin-top: 18px; }
  .pillar-grid, .metrics-grid, .track-grid, .details-grid, .conference-photo-grid, .media-grid, .number-field-grid, .team-grid, .admin-metrics, .review-grid, .curriculum-board, .roadmap-grid { grid-template-columns: 1fr; }
  .conference-photo-grid { grid-auto-rows: 260px; }
  .pillar { min-height: 210px; }
  .track-card { min-height: 0; }
  .timeline-track { grid-template-columns: repeat(2, 1fr); }
  .site-footer { flex-wrap: wrap; }
  .site-footer p { width: 100%; }
  .site-footer > div:last-child { margin-left: 0; }
  .portal-sidebar { padding: 8px; }
  .portal-nav { padding: 0 9px; font-size: 0; }
  .portal-nav svg { width: 20px; }
  .portal-main { padding: 24px 12px 50px; }
  .portal-header { align-items: flex-start; }
  .portal-header h2 { font-size: 20px; }
  .portal-header-actions .button { width: 40px; padding: 0; font-size: 0; }
  .dashboard-callout { align-items: flex-start; flex-direction: column; }
  .dashboard-spotlight { min-height: 0; }
  .profile-hero-card { align-items: flex-start; flex-direction: column; }
  .profile-field-grid { grid-template-columns: 1fr; }
  .work-section, .journal-compose, .journal-history { padding: 18px; }
  .mood-row, .form-actions { align-items: flex-start; flex-direction: column; }
  .module-row, .portfolio-list article { grid-template-columns: 30px minmax(0, 1fr) auto; gap: 10px; }
  .module-row time, .status-pill { display: none; }
  .pod-banner { align-items: flex-start; flex-direction: column; }
  .team-card { grid-template-columns: auto minmax(0, 1fr); }
  .team-state { grid-column: 2; justify-self: start; }
  .team-card p { grid-column: 1 / -1; }
  .admin-main { padding: 24px 12px 50px; }
  .admin-header { align-items: flex-start; }
  .admin-header h2 { font-size: 20px; }
  .admin-header-actions .live-pill { display: none; }
  .admin-header-actions .button { width: 40px; padding: 0; font-size: 0; }
  .participant-table { overflow-x: auto; }
  .participant-row { min-width: 760px; }
  .filter-row { width: 100%; order: 3; }
  .milestone-table article { grid-template-columns: auto minmax(0, 1fr); }
  .milestone-table .status-pill { display: none; }
  .media-header { padding: 38px 16px 24px; align-items: flex-start; flex-direction: column; }
  .media-tabs { padding: 0 16px; }
  .featured-media { width: calc(100% - 24px); }
  .featured-image { min-height: 220px; }
  .featured-media > div:last-child { padding: 24px; }
  .featured-media h2 { font-size: 35px; }
  .media-overview, .media-release-band { width: calc(100% - 24px); }
  .media-card-footer { align-items: flex-start; flex-direction: column; }
}
