/* Mythic Frontier: the approved blue Atlas concept is the visual target.
   Artwork is decorative white engraving on black, composited with screen;
   it never substitutes for the calculated exhibits below. */
.home-page {
  --mythic-blue: #1012c8;
  --mythic-ink: #151515;
  --sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
  --mythic-gutter: clamp(24px, 4vw, 90px);
  background: #fff;
  font-family: var(--sans);
}
.home-page .wrap { max-width: 2400px; padding-inline: var(--mythic-gutter); }
.home-page .nav { background: var(--mythic-blue); border-bottom: 1px solid #7475e5; backdrop-filter: none; }
.home-page .nav__row { height: 96px; min-height: 96px; }
.home-page .wordmark { color: #fff; font: 15px/1.4 var(--mono); letter-spacing: .02em; gap: 9px; }
.home-page .wordmark sup { font-size: 7px; align-self: flex-start; margin-top: 3px; }
.home-page .logomark { width: 25px; height: 25px; }
.home-page .logomark circle { stroke: #fff; }
.home-page .logomark :is(rect,path) { fill: #fff; }
.home-page .nav__links { gap: clamp(10px, 2vw, 34px); }
.home-page .nav__link { color: #fff; font: 11px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .035em; padding: 13px 0; }
.home-page .nav__link:hover { color: #fff; background: transparent; text-underline-offset: 5px; }
.home-page .nav__links .btn { border-radius: 0; background: #fff; color: var(--mythic-blue); border-color: #fff; min-height: 44px; font: 11px/1.4 var(--mono); padding: 12px 17px; text-transform: uppercase; }
.home-page .nav__links .btn:hover { background: transparent; color: #fff; }
.home-page .nav :is(a,input):focus-visible { outline: 2px solid #fff; outline-offset: 6px; }
.home-page .nav__burger { border-radius: 0; border-color: #aaaaf0; color: #fff; }
.home-page .nav__burger span { background: #fff; }

.home-page .frontier-hero { background: #fff; color: var(--mythic-ink); padding: 0 0 32px; overflow-x: clip; }
.home-page .frontier-layout { display: block; padding: 0; }
.home-page .mythic-stage,
.home-page .mythic-offer-rail { position: relative; isolation: isolate; color: #fff; }
.home-page .mythic-stage::before,
.home-page .mythic-offer-rail::before { content: ''; position: absolute; inset-block: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: var(--mythic-blue); z-index: -1; }
.home-page .mythic-stage { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr); gap: 12px; padding-top: 50px; }
.home-page .frontier-copy { display: block; padding: 0 0 46px; min-width: 0; position: relative; z-index: 1; }
.home-page .frontier-copy h1 { font: 400 clamp(70px, 8.4vw, 138px)/.995 var(--serif); letter-spacing: -.05em; color: #fff; margin: 0; text-wrap: initial; }
.home-page .frontier-copy h1 > span { display: block; white-space: nowrap; }
.home-page .mythic-lede { font: 400 clamp(16px, 1.5vw, 22px)/1.7 var(--sans); letter-spacing: -.02em; color: #fff; margin: 26px 0 30px; max-width: 45ch; }
.home-page .mythic-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 26px; }
.home-page .mythic-primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 50px; padding: 16px 22px; background: #fff; color: var(--mythic-blue); border: 1px solid #fff; font: 12px/1.5 var(--mono); letter-spacing: .02em; text-transform: uppercase; text-decoration: none; }
.home-page .mythic-primary:hover { background: transparent; color: #fff; }
.home-page .mythic-secondary { display: inline-flex; align-items: center; min-height: 44px; font-size: 16px; color: #fff; text-underline-offset: 6px; }
.home-page .mythic-stage a:focus-visible,
.home-page .mythic-offer-rail a:focus-visible { outline: 2px solid #fff; outline-offset: 6px; }
/* A fragment, not a framed statue: the bounded slot crops the globe and lower
   figure while preserving the head and shoulders. Static zoom is independent
   of the image-only signal effect; the original asset remains untouched. */
.home-page .mythic-art { position: relative; align-self: stretch; display: block; height: clamp(620px, 52vw, 1050px); margin: -50px -30px 0 -12px; min-width: 0; overflow: hidden; mix-blend-mode: screen; pointer-events: none; mask-image: linear-gradient(to right, transparent, #000 12%), linear-gradient(to bottom, #000 86%, transparent); mask-composite: intersect; }
.home-page .mythic-art img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 40% 50%; transform: scale(1.65); transform-origin: 45% 56%; filter: contrast(1.18) brightness(1.22); }
.home-page .mythic-offer-rail { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 17px; border-top: 1px solid #999aec; }
.home-page .mythic-offer-rail > p { margin: 0; font: 10px/1.8 var(--mono); text-transform: uppercase; letter-spacing: .035em; }
.home-page .mythic-offer-rail > p > span { margin-inline: 8px; }
.home-page .mythic-offer-rail > a { display: flex; align-items: center; gap: 14px; border-left: 1px solid #999aec; padding-left: 25px; text-decoration: none; color: #fff; }
.home-page .mythic-offer-rail strong { font: 36px/1 var(--mono); letter-spacing: -.05em; }
.home-page .mythic-offer-rail a > span { font: 10px/1.65 var(--mono); white-space: nowrap; }
.home-page .mythic-offer-rail small { font: inherit; color: #d9d9ff; }
.home-page .mythic-offer-rail a:hover { text-decoration: underline; text-underline-offset: 5px; }

.home-page .mythic-session-index { padding: 39px 0 0; margin-bottom: 52px; }
.home-page .mythic-session-index h2 { margin: 0 0 26px; color: var(--mythic-ink); font: 400 clamp(28px, 3.1vw, 48px)/1.15 var(--serif); letter-spacing: -.03em; text-wrap: balance; }
.home-page .mythic-session-index > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--mythic-ink); border-bottom: 1px solid var(--mythic-ink); }
.home-page .mythic-session-index a { display: flex; flex-direction: column; gap: 12px; min-width: 0; padding: 23px 23px 16px; text-decoration: none; transition: background .2s, color .2s; }
.home-page .mythic-session-index a + a { border-left: 1px solid var(--mythic-ink); }
.home-page .mythic-session-index a:first-child { padding-left: 0; }
.home-page .mythic-session-index a > span:first-child { font: 13px/1.3 var(--mono); }
.home-page .mythic-session-index strong { font: 400 clamp(14px, 1.35vw, 20px)/1.4 var(--sans); }
.home-page .mythic-index-arrow { display: block; font: 35px/1 var(--serif); margin-top: auto; text-align: right; }
.home-page .mythic-session-index a:hover { background: var(--mythic-blue); color: #fff; }
.home-page .mythic-session-index a:first-child:hover { padding-left: 16px; }
.home-page #curriculum .curriculum-row { scroll-margin-top: 118px; }

/* The complete literal offer is retained in HTML below the visual programme
   index. A quieter editorial row replaces the former right-column card. */
.home-page .hero-offer-card { border: 0; border-top: 1px solid #b9b9c7; border-bottom: 1px solid #b9b9c7; border-radius: 0; background: #fff; margin: 0 0 75px; padding: 28px 0; box-shadow: none; }
.home-page .hero-offer-topline { margin-bottom: 20px; }
.home-page .hero-offer-topline > .small-label { color: var(--mythic-blue); font-size: 10px; }
.home-page .hero-offer-live { font-size: 11px; color: var(--mythic-blue); }
.home-page .hero-offer-live::before { background: var(--mythic-blue); }
.home-page .hero-offer-card h2 { font: 400 clamp(28px, 2.5vw, 38px)/1.2 var(--serif); max-width: none; letter-spacing: -.03em; margin: 0 0 22px; }
.home-page .hero-offer-answers { display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 32px; }
.home-page .hero-offer-answers > div { padding: 0; border: 0; }
.home-page .hero-offer-answers dt { font-size: 13px; margin-bottom: 8px; }
.home-page .hero-offer-answers dd { color: #444453; font-size: 13px; line-height: 1.8; }
.home-page .hero-offer-starts { color: var(--mythic-blue); }
.home-page .hero-offer-card .hero-actions { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 14px 26px; margin-top: 26px; }
.home-page .hero-offer-card .home-primary { background: var(--mythic-blue); border-color: var(--mythic-blue); border-radius: 0; padding-inline: 22px; gap: 25px; min-height: 50px; }
.home-page .hero-offer-card .home-primary:hover { background: #080a8b; border-color: #080a8b; }
.home-page .hero-offer-card .text-link { color: var(--mythic-blue); padding-inline: 0; }
.home-page .hero-offer-card .frontier-inclusions { font-size: 11px; color: #444453; }
.home-page .hero-offer-card .hero-assurance { color: #444453; font-size: 11px; }
.home-page .mythic-research-intro { display: grid; grid-template-columns: 1.35fr 1fr; gap: 18px 56px; margin: 0 0 34px; align-items: start; }
.home-page .mythic-research-intro > .eyebrow { grid-column: 1/-1; margin: 0; font: 10px/1.8 var(--mono); letter-spacing: .06em; color: var(--mythic-blue); }
.home-page .mythic-research-intro .frontier-thesis { margin: 0; font: 400 clamp(23px, 2.3vw, 34px)/1.35 var(--serif) !important; color: var(--mythic-ink); max-width: 43ch; }
.home-page .mythic-research-intro .frontier-description { margin: 0; font: 400 15px/1.8 var(--sans) !important; color: #444453; max-width: 55ch; }
.home-page .frontier-layout > .scenario-explorer { margin: 0 0 30px; }
.home-page .frontier-layout > .covenant-explorer { margin: 0; }

@media (max-width: 1100px) {
  .home-page .nav__links { gap: 18px; }
  .home-page .nav__link { font-size: 10px; }
  .home-page .frontier-copy h1 { font-size: clamp(66px, 8.5vw, 94px); }
  .home-page .mythic-lede { font-size: 16px; }
  .home-page .mythic-primary { font-size: 10px; gap: 12px; padding-inline: 16px; }
  .home-page .mythic-secondary { font-size: 13px; }
  .home-page .mythic-offer-rail > p { max-width: 54ch; }
  .home-page .hero-offer-answers { gap: 24px; }
}
/* The inherited navigation collapses at 960px, independently of the hero. */
@media (max-width: 960px) {
  .home-page .nav__links { display: none; top: 100%; background: var(--mythic-blue); border-color: #7475e5; padding: 18px 22px; max-height: calc(100dvh - 100px); overflow-y: auto; backdrop-filter: none; }
  .home-page .nav__toggle:checked ~ .nav__links { display: flex; flex-direction: column; align-items: stretch; padding-block: 18px; }
  .home-page .nav__toggle { top: 50%; transform: translateY(-50%); right: 0; }
  .home-page .nav__toggle:focus-visible + .nav__burger { outline: 2px solid #fff; outline-offset: 3px; }
  .home-page .nav__burger { margin-right: 0; }
  .home-page .nav__link { font-size: 12px; min-height: 44px; }
  .home-page .nav__links .btn { font-size: 11px; margin: 8px 0 0; }
}
@media (max-width: 900px) {
  .home-page .nav__row { height: 76px; min-height: 76px; }
  .home-page .nav__links { gap: 12px; }
  .home-page .nav__links .btn { font-size: 10px; padding-inline: 12px; }
  .home-page .mythic-stage { padding-top: 38px; }
  .home-page .mythic-art { margin-top: -38px; }
  .home-page .mythic-desktop-break { display: none; }
  .home-page .mythic-actions { gap: 8px 18px; }
  .home-page .hero-offer-answers { grid-template-columns: 1fr 1fr; }
  .home-page .hero-offer-answers > div:last-child { grid-column: 1/-1; border-top: 1px solid #c8c8d3; padding-top: 18px; }
}
@media (max-width: 760px) {
  .home-page .nav__row { min-height: 68px; height: 68px; }
  .home-page .wordmark { font-size: 13px; }
  .home-page .nav__links { background: var(--mythic-blue); border-color: #7475e5; padding: 18px 22px; }
  .home-page .nav__link { font-size: 12px; min-height: 44px; }
  .home-page .nav__links .btn { font-size: 11px; }
  .home-page .mythic-stage { grid-template-columns: 1fr; gap: 0; padding-top: 32px; }
  .home-page .frontier-copy { padding-bottom: 18px; }
  .home-page .frontier-copy h1 { font-size: clamp(56px, 12.8vw, 93px); line-height: 1.03; letter-spacing: -.055em; }
  .home-page .mythic-lede { margin-block: 23px; max-width: 45ch; font-size: 15px; line-height: 1.7; }
  .home-page .mythic-actions { gap: 8px 22px; }
  .home-page .mythic-primary { font-size: 10px; padding: 13px 17px; min-height: 48px; }
  .home-page .mythic-secondary { font-size: 13px; }
  .home-page .mythic-art { width: min(100%, 500px); height: clamp(260px, 75vw, 360px); margin: 8px auto 0; }
  .home-page .mythic-art img { width: 100%; transform: scale(1.65); transform-origin: 45% 58%; }
  .home-page .mythic-offer-rail { flex-direction: column; align-items: stretch; gap: 14px; padding-block: 18px 22px; }
  .home-page .mythic-offer-rail > p { max-width: none; font-size: 10px; line-height: 2; }
  .home-page .mythic-offer-rail > p > span { margin-inline: 4px; }
  .home-page .mythic-offer-rail > a { border-left: 0; border-top: 1px solid #7475e5; padding: 15px 0 0; }
  .home-page .mythic-offer-rail a > span:last-child { margin-left: auto; font-size: 21px; }
  .home-page .mythic-session-index { padding-top: 30px; margin-bottom: 36px; }
  .home-page .mythic-session-index h2 { font-size: clamp(29px, 6.8vw, 42px); margin-bottom: 22px; }
  .home-page .mythic-session-index > div { grid-template-columns: 1fr 1fr; }
  .home-page .mythic-session-index a { padding: 20px 15px 14px; gap: 10px; }
  .home-page .mythic-session-index a:nth-child(odd) { padding-left: 0; border-left: 0; }
  .home-page .mythic-session-index a:nth-child(n+3) { border-top: 1px solid var(--mythic-ink); }
  .home-page .mythic-session-index a:hover { background: transparent; color: var(--mythic-blue); }
  .home-page .mythic-session-index a:first-child:hover { padding-left: 0; }
  .home-page .mythic-session-index strong { font-size: 15px; }
  .home-page .hero-offer-card { padding-block: 24px; margin-bottom: 50px; }
  .home-page .hero-offer-card h2 { font-size: 29px; }
  .home-page .hero-offer-answers { grid-template-columns: 1fr; gap: 22px; }
  .home-page .hero-offer-answers > div + div { border-top: 1px solid #c8c8d3; padding-top: 18px; }
  .home-page .hero-offer-card .hero-actions { gap: 8px 20px; }
  .home-page .mythic-research-intro { grid-template-columns: 1fr; gap: 18px; }
  .home-page .mythic-research-intro .frontier-thesis { font-size: 26px !important; }
  .home-page .mythic-research-intro .frontier-description { font-size: 14px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .home-page .mythic-session-index a { transition: none; }
}
@media print {
  .home-page .nav, .home-page .mythic-art { display: none; }
  .home-page .mythic-stage::before, .home-page .mythic-offer-rail::before { display: none; }
  .home-page .mythic-stage, .home-page .mythic-research-intro { display: block; }
  .home-page .mythic-stage :is(h1,p,a), .home-page .mythic-offer-rail, .home-page .mythic-offer-rail :is(a,strong,small) { color: #000; }
  .home-page .frontier-copy h1 { font-size: 55px; }
  .home-page .mythic-primary { border-color: #000; }
  .home-page .mythic-offer-rail { break-inside: avoid; }
}
