/* Matched to the supplied /b reference. Layers: content 1–2, timer 100, skip link 110. */
:root {
  color-scheme: dark;
  --gold: #d4af37;
  --gold-light: #f4d589;
  --button-fill: linear-gradient(135deg, #f0cf72 0%, #b98516 100%);
  --page-padding: clamp(20px, 5.5vw, 48px);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: Manrope, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #0a0a0a;
  color: #eaeaea;
  line-height: 1.7;
}
h1, h2, h3, h4 { font-weight: 700; line-height: 1.2; letter-spacing: -.02em; color: #f5f5f5; }
p { line-height: 1.7; color: #eaeaea; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.skip-link { position: fixed; top: 8px; left: 8px; padding: 12px 18px; z-index: 110; transform: translateY(-180%); background: #f4d589; color: #120d04; border-radius: 8px; }
.skip-link:focus { transform: none; }
.page { min-height: 100dvh; overflow: clip visible; background: #eef0f2; color: #080808; }
.container { width: 100%; max-width: 1160px; margin: 0 auto; padding-inline: var(--page-padding); }

/* Retain the reference's emblem and 'vata' letterforms, then set the new name. */
.brand { --brand-height: 43.137px; display: inline-block; position: relative; width: calc(var(--brand-height) * 5.18); height: var(--brand-height); }
.brand-original { position: absolute; inset: 0 auto 0 0; width: calc(var(--brand-height) * 3.11); background: url('./logo.svg') left center / auto 100% no-repeat; }
.brand-name { position: absolute; top: -.155em; left: calc(var(--brand-height) * 3.11); color: #f2f2f2; font-family: 'Segoe UI', Arial, sans-serif; font-size: calc(var(--brand-height) * .83); font-weight: 300; line-height: 1.35; letter-spacing: -.04em; }
.hero-brand { margin-bottom: 24px; }

.countdown { position: sticky; top: 0; z-index: 100; width: 100%; background: linear-gradient(90deg, #8a6a1f 0%, #c9a43a 18%, #e8c96a 38%, #f4d78a 50%, #e8c96a 62%, #c9a43a 82%, #8a6a1f 100%); border-bottom: 1px solid rgba(40,28,6,.45); box-shadow: 0 10px 32px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.35); }
.countdown-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(14px,3vw,28px); padding: clamp(12px,2.4vw,16px) 0; line-height: 1.05; text-align: center; }
.countdown-heading { color: #1a1408; font-weight: 900; font-size: clamp(11px,1.85vw,14px); letter-spacing: .08em; text-transform: uppercase; }
.countdown-units { display: inline-flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: clamp(12px,2.8vw,32px); }
.countdown-unit { display: inline-flex; align-items: center; gap: 5px; }
.countdown-value { font-weight: 900; font-variant-numeric: tabular-nums; letter-spacing: .04em; color: #120d04; font-size: clamp(22px,4.2vw,40px); line-height: 1; }
.countdown-label { font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(26,20,8,.62); font-size: clamp(9px,1.55vw,12px); line-height: 1; }

.hero { position: relative; padding: clamp(40px,10vw,58px) 0 clamp(56px,12vw,96px); min-height: min(100svh,960px); display: flex; align-items: center; background: #05070b; }
.hero-image, .hero-shade { position: absolute; inset: 0; pointer-events: none; }
.hero-image { z-index: 0; }
.hero-image picture { display: block; width: 100%; height: 100%; }
.hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(2,6,14,.94) 0%, rgba(5,8,16,.78) 36%, rgba(8,12,22,.35) 62%, rgba(10,14,24,.08) 85%); }
.hero > .container { position: relative; z-index: 2; }
.hero-grid { display: grid; gap: clamp(22px,5vw,34px); align-items: start; }
.hero-copy { color: #dce5f2; max-width: min(36rem,100%); width: 100%; }
.eyebrow { margin: 0 0 clamp(12px,2vw,16px); max-width: 50rem; color: var(--gold-light); font-family: 'PT Serif', Georgia, 'Times New Roman', serif; font-size: 18px; font-weight: 600; letter-spacing: .02em; line-height: 1.35; }
.hero h1 { max-width: min(40rem,100%); color: #fff; font-size: clamp(1.75rem,1.1rem + 2.8vw,3.25rem); line-height: 1.08; margin: 0; letter-spacing: -.03em; font-weight: 800; }
.hero h1 span { display: block; line-height: 1.12; }
.hero h1 span:not(:last-child) { margin-bottom: .12em; }
.hero h1 .gold { color: var(--gold-light); }
.hero-description { max-width: 36rem; color: #d7deea; font-size: clamp(.95rem,.55rem + 1.1vw,1.125rem); line-height: 1.6; margin: clamp(14px,2.5vw,20px) 0 0; font-weight: 500; }
.form-wrap { width: 100%; max-width: min(480px,100%); margin-inline: auto; min-width: 0; scroll-margin-top: 104px; }
.lead-form { display: grid; gap: 16px; padding: clamp(22px,3vw,32px); border: 1px solid rgba(212,175,55,.22); border-radius: 18px; background: linear-gradient(rgba(10,16,26,.94),rgba(7,10,16,.96)); box-shadow: 0 34px 90px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.04); backdrop-filter: blur(18px); }
.form-heading { display: grid; gap: 10px; margin-bottom: 2px; text-align: center; justify-items: center; }
.form-heading strong { width: fit-content; padding: 7px 10px; border-radius: 999px; background: rgba(212,175,55,.12); color: #f4d37a; border: 1px solid rgba(212,175,55,.2); font-size: 11px; text-transform: uppercase; }
.form-heading > span { color: #f7f2df; font-size: clamp(22px,2.6vw,28px); font-weight: 900; line-height: 1.06; }
.field { display: grid; gap: 8px; color: #cfd6e3; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.field input { width: 100%; min-height: 54px; padding: 14px 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.055); color: #fff; font: inherit; font-size: 16px; outline: none; }
.field input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,.14); }
.field input[aria-invalid='true'] { border-color: #fca5a5; }
.field-error { font-size: 12px; font-weight: 500; line-height: 1.4; text-transform: none; color: #fecaca; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 clamp(18px,4.5vw,24px); border-radius: 12px; border: 0; background: var(--button-fill); color: #120d04; font-size: clamp(13px,3.4vw,15px); font-weight: 900; text-transform: uppercase; text-align: center; text-decoration: none; cursor: pointer; transition: transform 160ms var(--ease-out), filter 160ms ease; }
.lead-form .button { padding: 0; }
.button:active { transform: scale(.97); }
.button:disabled { cursor: not-allowed; opacity: .72; transform: none; }
.form-consent { color: #94a3b8; font-size: clamp(11px,2.8vw,12px); line-height: 1.5; margin: 0; text-align: center; }
.form-feedback { color: #f4d589; font-size: 14px; line-height: 1.55; text-align: center; padding: 14px; border: 1px solid rgba(212,175,55,.3); border-radius: 10px; background: rgba(212,175,55,.08); }

.intro-sections { position: relative; isolation: isolate; overflow: visible; }
.section-light { position: relative; z-index: 1; padding: clamp(52px,11vw,82px) 0; }
.capital { background: #f7f7f3; border-top: 1px solid rgba(0,0,0,.06); }
.section-heading { max-width: 830px; margin-bottom: clamp(22px,4vw,30px); }
.section-heading h2 { margin: 0; color: #080808; font-size: clamp(22px,4.8vw,48px); line-height: 1.08; letter-spacing: 0; text-transform: uppercase; }
.section-heading p { margin: 12px 0 0; color: #222; font-size: clamp(15px,3.5vw,18px); line-height: 1.6; }
.capital-heading { margin-inline: auto; text-align: center; }
.capital-heading h2 { font-size: clamp(28px,3.2vw,32px); line-height: 1.12; }
.capital-heading p { font-family: 'PT Serif', serif; max-width: 750px; margin-inline: auto; text-align: center; font-size: 16px; line-height: 1.55; }
.capital-emphasis { display: block; margin-top: .45em; text-align: center; color: #b8941f; font-weight: 700; }
.cta-row { display: flex; justify-content: center; margin-top: 34px; }
.institutional { position: relative; z-index: 1; padding: 72px 0; background: linear-gradient(#05070b 0%,#0a1424 100%); color: #e2e8f0; border-top: 1px solid rgba(212,175,55,.12); border-bottom: 1px solid rgba(212,175,55,.12); }
.narrow-container { width: 100%; max-width: 820px; margin: 0 auto; padding-inline: var(--page-padding); display: grid; gap: 20px; }
.narrow-container p { margin: 0; font-size: clamp(17px,2.1vw,20px); line-height: 1.65; color: #dbe4f4; }
.narrow-container p:first-of-type { font-size: clamp(22px,3vw,30px); font-weight: 800; letter-spacing: -.02em; color: #fff; line-height: 1.25; }

.agenda { padding: 80px 0; background: #f8fafc; border-top: 1px solid rgba(15,23,42,.06); }
.agenda-title { margin: 0 0 28px; font-size: clamp(26px,3.6vw,40px); text-transform: uppercase; letter-spacing: -.02em; color: #0f172a; }
.agenda-grid { display: grid; gap: 18px; }
.topic { padding: 24px 22px; border-radius: 16px; border: 1px solid rgba(15,23,42,.08); background: #fff; box-shadow: 0 18px 50px rgba(15,23,42,.06); }
.topic-heading { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; margin-bottom: 12px; }
.topic-heading svg { margin-top: 2px; color: #1d5d4a; }
.topic-heading h3 { margin: 0; font-size: 17px; line-height: 1.35; color: #0f172a; }
.topic p { margin: 0; font-size: 15px; line-height: 1.55; color: #475569; }

.testimonials { background: #f8fafc; border-top: 1px solid rgba(15,23,42,.06); }
.testimonial-heading { max-width: 860px; margin: 0 auto 34px; text-align: center; }
.testimonial-heading h2 { font-size: clamp(22px,5vw,34px); line-height: 1.08; }
.testimonial-grid { display: grid; gap: 22px; }
.testimonial { display: grid; gap: 18px; padding: clamp(14px,3.5vw,18px); border: 1px solid rgba(23,60,70,.1); border-radius: 18px; background: #fff; box-shadow: 0 16px 52px rgba(23,60,70,.08); }
.testimonial h3 { color: #173c46; margin: 0 0 10px; font-size: clamp(17px,3.8vw,19px); line-height: 1.2; }
.testimonial p { color: #475569; margin: 0; font-size: clamp(14px,3.4vw,15px); line-height: 1.55; }
.testimonial-copy { display: grid; gap: 8px; }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16/9; border-radius: 14px; background: #06131a; }
.video-frame iframe, .video-frame > button[data-video] { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-frame > button[data-video] { display: block; padding: 0; overflow: hidden; background: #071119; cursor: pointer; }
.video-frame picture { display: block; width: 100%; height: 100%; }
.video-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.video-frame > button[data-video]:focus-visible { outline-offset: -5px; }
.play-icon { position: absolute; inset: 0; width: 64px; height: 64px; margin: auto; border-radius: 50%; background: rgba(12,18,22,.42); border: 2px solid rgba(255,255,255,.55); box-shadow: 0 10px 36px rgba(0,0,0,.28); transition: transform 160ms var(--ease-out); }
.play-icon::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(calc(-50% + 3px),-50%); border-left: 17px solid rgba(255,255,255,.92); border-top: 10px solid transparent; border-bottom: 10px solid transparent; }
.video-close { position: absolute; z-index: 2; top: 8px; right: 8px; width: 36px; height: 36px; border-radius: 50%; background: #071119; color: #fff; font-size: 24px; line-height: 1; }
.video-help { margin-top: 10px; display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: #173c46; }
.video-help a { text-decoration: underline; text-underline-offset: 3px; }

.audience { padding: 76px 0; background: linear-gradient(135deg,#0f172a 0%,#1e293b 100%); color: #e2e8f0; }
.audience h2 { margin: 0 0 clamp(22px,3vw,28px); font-size: clamp(26px,3.6vw,40px); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; color: #fef9c3; }
.audience-list { margin: 0; padding: 0; list-style: none; display: grid; gap: clamp(16px,2.5vw,20px); }
.audience-list li { padding: clamp(18px,2.5vw,22px) clamp(18px,2.5vw,24px); border-radius: 14px; border: 1px solid rgba(248,113,113,.22); background: rgba(185,28,28,.16); }
.audience-item { display: grid; grid-template-columns: 26px 1fr; gap: 12px 16px; align-items: start; }
.audience-item svg { margin-top: 3px; color: #fca5a5; flex-shrink: 0; }
.audience-item span { font-size: clamp(14px,1.65vw,16px); font-weight: 600; line-height: 1.55; letter-spacing: .01em; color: #f1f5f9; }
.invitation { padding: 64px 0; background: #fdfbf7; text-align: center; border-top: 1px solid rgba(15,23,42,.06); }
.invitation h2 { margin: 0 auto 14px; max-width: 720px; font-size: clamp(24px,3.4vw,36px); color: #0f172a; letter-spacing: -.02em; }
.invitation p { margin: 0 auto; max-width: 680px; font-size: 17px; line-height: 1.6; color: #475569; }
.closing-cta { padding: clamp(44px,10vw,64px) 0; background: linear-gradient(135deg,#0a1220 0%,#2b2110 100%); }
.closing-grid { display: grid; gap: 20px; align-items: center; }
.closing-grid h2 { margin: 0; color: #fff; font-size: clamp(22px,4.8vw,42px); line-height: 1.08; }

.presenter { position: relative; overflow: hidden; min-height: clamp(400px,48vw,580px); padding: clamp(48px,7vw,88px) 0; background: #fff; }
.presenter-image { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.presenter-image img { display: block; height: 100%; width: auto; min-width: 100%; max-width: none; object-fit: cover; object-position: left center; transform: translateX(-18vw); }
.presenter-shade { position: absolute; inset: 0; z-index: 1; pointer-events: none; background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 34%,rgba(253,253,253,.92) 52%,#fff 72%); background-repeat: no-repeat; }
.presenter-content { position: relative; z-index: 2; max-width: 520px; margin-left: auto; text-align: left; }
.presenter-copy { display: grid; gap: 16px; }
.presenter-copy h2 { font-size: clamp(22px,4.8vw,32px); font-weight: 700; }
.presenter-copy p { margin: 0; color: #334155; font-size: clamp(15px,3.5vw,17px); line-height: 1.65; }

.footer { padding: 80px 0 50px; background: #000; }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.footer-content { display: flex; flex-direction: column; gap: 48px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 48px; }
.footer-brand-block { display: flex; flex-direction: column; gap: 20px; flex: 1; }
.footer-brand-row { display: flex; align-items: center; gap: 16px; margin-bottom: 4px; }
.footer-brand { --brand-height: 30px; }
.company-name { font-size: 13px; color: #eaeaea; margin: 0; line-height: 1.6; max-width: 400px; }
.footer-links { display: flex; gap: 32px; flex-wrap: wrap; align-items: flex-start; }
.footer-links a { font-size: 14px; color: #eaeaea; text-decoration: none; transition: color 160ms ease; position: relative; padding-bottom: 4px; }
.footer-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 160ms var(--ease-out); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid rgba(212,175,55,.1); }
.footer-bottom p { font-size: 11px; color: #999; margin: 0; line-height: 1.5; }
.legal-page { max-width: 800px; padding-top: 50px; padding-bottom: 80px; display: grid; gap: 24px; }
.legal-page h1 { margin-top: 24px; font-size: clamp(32px,6vw,48px); }
.legal-page p { color: #cfd6e3; font-size: 17px; }
.legal-page .button { justify-self: start; margin-top: 16px; }
.legal-back { color: var(--gold-light); width: fit-content; margin-bottom: 12px; }
.tracking-pixel { display: none; }
.form-consent a { color: inherit; text-underline-offset: 2px; }
.lead-form [aria-busy="true"] { cursor: progress; }

/* These breakpoints follow the reference's actual layout changes. */
@media (min-width: 760px) { .testimonial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (min-width: 800px) { .closing-grid { grid-template-columns: 1fr auto; } }
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(280px,450px); gap: clamp(28px,4vw,52px); align-items: center; }
  .hero-copy { max-width: min(40rem,100%); padding-right: clamp(8px,2vw,24px); }
  .hero h1 { font-size: clamp(2rem,1.35rem + 2.4vw,3.5rem); }
  .form-wrap { align-self: end; max-width: none; margin-inline: 0; }
  .agenda-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 968px) {
  .footer-content { gap: 40px; }
  .footer-top { flex-direction: column; gap: 32px; }
  .footer-links { width: 100%; }
}
@media (max-width: 899px) {
  .hero { align-items: flex-start; padding-top: clamp(36px,10vw,52px); }
  .hero-brand { display: block; margin-inline: auto; }
  .hero-grid { gap: clamp(28px,6vw,40px); }
  .hero-copy, .eyebrow, .hero h1, .hero-description { margin-inline: auto; text-align: center; }
  .hero-shade { background: linear-gradient(rgba(0,0,0,.88) 0%,rgba(0,0,0,.55) 28%,rgba(0,0,0,.22) 48%,rgba(0,0,0,0) 68%),linear-gradient(90deg,rgba(2,6,14,.82) 0%,rgba(5,8,16,.65) 45%,rgba(8,12,22,.38) 100%); }
  .capital { padding-block: clamp(96px,26vw,180px); }
  .presenter { min-height: min(132svh,1120px); padding: clamp(20px,5vw,32px) 0 clamp(56px,14vw,104px); }
  .presenter-image img { width: 100%; height: 100%; min-width: 0; transform: none; object-fit: cover; object-position: center top; }
  .presenter-shade { background-image: linear-gradient(to top,#fff 0%,rgba(255,255,255,.98) 14%,rgba(255,255,255,.72) 30%,rgba(255,255,255,.22) 50%,rgba(255,255,255,0) 70%); background-size: cover; background-position: center bottom; }
  .presenter-content { margin-left: 0; max-width: none; padding-top: clamp(9rem,36svh,22rem); }
}
@media (max-width: 768px) {
  .footer { padding: 60px 0 40px; }
  .company-name { font-size: 12px; max-width: 100%; }
  .footer-links { gap: 24px; }
  .footer-links a { font-size: 13px; }
  .footer-bottom { flex-direction: column; gap: 16px; align-items: flex-start; }
  .footer-bottom p { font-size: 10px; }
}
@media (max-width: 639px) { .hero-brand { --brand-height: 26.745px; margin-bottom: 28px; } }
@media (hover: hover) and (pointer: fine) {
  .button:hover { transform: translateY(-1px); filter: brightness(1.05); }
  .button:active { transform: scale(.97); }
  .video-frame > button:hover .play-icon { transform: scale(1.06); }
  .footer-links a:hover { color: var(--gold); }
  .footer-links a:hover::after { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .play-icon, .footer-links a::after { transition: none; }
  .button:hover, .button:active, .video-frame > button:hover .play-icon { transform: none; }
}
