:root {
  font-family: "Inter", Arial, sans-serif;
  color: #142849;
  background: #edf4f8;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --navy: #0a1d38;
  --navy-mid: #112f51;
  --blue: #173757;
  --ink: #172b4c;
  --gold: #e2aa1b;
  --gold-dark: #d29609;
  --ice: #eef5f9;
  --white: #f9fbfd;
  --line: #d4e0e9;
  --page: 1224px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; min-width: 320px; min-height: 100vh; }
body, button, a { font-family: "Inter", Arial, sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { flex: 0 0 auto; }
::selection { background: #efca69; color: var(--navy); }

.page-width { width: min(var(--page), calc(100% - 48px)); margin-inline: auto; }
.section-light { background: var(--ice); }
.eyebrow {
  margin: 0;
  color: var(--blue);
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .24em;
  line-height: 1.15;
}
.eyebrow--light { color: #f2f6fa; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 60px;
  padding: 0 32px;
  border: 1px solid rgba(153, 103, 0, .16);
  border-radius: 999px;
  background: var(--gold);
  color: #10213a;
  box-shadow: 0 2px 0 rgba(128, 86, 0, .1);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.button svg { width: 20px; height: 20px; }
.button:hover { background: #efbd37; box-shadow: 0 7px 16px rgba(9, 29, 56, .16); transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #1b70ae; outline-offset: 3px; }
.button--small { min-height: 42px; padding-inline: 22px; gap: 10px; font-size: 13px; }
.button--small svg { width: 16px; height: 16px; }
.button--hero { min-width: 436px; min-height: 64px; margin-top: 0; font-size: 18px; }
.button--compact { min-height: 56px; padding-inline: 34px; font-size: 15px; }

/* Hero image slot is intentionally a flat brand-color surface until supplied photography arrives. */
.hero { position: relative; min-height: 684px; overflow: hidden; background: #eaf3f8; }
.hero__image-slot { position: absolute; inset: 0 0 0 auto; width: 43.2%; background: #123252; }
.site-header { position: absolute; z-index: 2; inset: 0 0 auto; height: 88px; }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: flex-start; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; color: #101d31; }
.brand__mark { display: grid; place-items: center; width: 40px; height: 42px; border-left: 5px solid var(--navy); border-bottom: 5px solid var(--navy); color: var(--gold); }
.brand__mark svg { width: 23px; height: 23px; }
.brand__words { display: flex; flex-direction: column; align-items: flex-start; font-family: "Montserrat", sans-serif; font-size: 17px; line-height: 1.03; letter-spacing: -.045em; }
.brand__words strong { font-weight: 900; }
.brand__words em { align-self: center; color: #a76f00; font-style: normal; font-size: 12px; font-weight: 900; letter-spacing: .025em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 1.4vw, 20px); margin-left: 38px; margin-right: 0; }
.desktop-nav a { color: #233a59; font-size: 12px; font-weight: 700; letter-spacing: .035em; transition: color .16s ease; }
.desktop-nav a:hover { color: #a86d00; }
.mobile-menu-button { display: none; }
.site-header__inner > .button { margin-left: auto; }
.hero__content { position: relative; min-height: 684px; padding-top: 133px; }
.hero__copy { width: min(690px, 65%); }
.hero__copy .eyebrow { margin-bottom: 7px; }
.hero h1, .about h2, .final-cta h2 { margin: 0; color: #0d1d37; font-family: "Montserrat", sans-serif; font-size: clamp(48px, 4.6vw, 64px); font-weight: 900; letter-spacing: -.055em; line-height: .98; }
.hero h1 span { color: #dda415; }
.hero__lead { margin: 12px 0 6px; color: #162a49; font-size: 20px; font-weight: 800; }
.hero__description { margin: 0 0 28px; color: #344c68; font-size: 18px; line-height: 1.4; }
.event-details { display: flex; align-items: center; margin: 0 0 23px; }
.event-detail { display: flex; align-items: center; gap: 14px; min-height: 58px; padding: 0 21px; border-right: 1px solid #c1d0dc; }
.event-detail:first-child { padding-left: 0; }
.event-detail:last-child { border: 0; }
.event-detail > svg { width: 32px; height: 32px; color: var(--navy); stroke-width: 1.8; }
.event-detail p { display: flex; flex-direction: column; margin: 0; color: #182c49; font-size: 15px; line-height: 1.2; }
.event-detail strong { font-size: 16px; font-weight: 800; }
.event-detail span { font-weight: 700; }
.event-detail small { color: #566b80; font-size: 11px; }
.hero-perks { display: flex; align-items: center; gap: 27px; margin-top: 28px; color: #2c4562; }
.hero-perks span { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 500; line-height: 1.35; }
.hero-perks svg { width: 26px; height: 26px; color: #123252; }
.hero__side-copy { position: absolute; top: 111px; right: 0; display: flex; flex-direction: column; color: #edf4f8; font-family: "Montserrat", sans-serif; font-size: 23px; font-weight: 600; letter-spacing: .085em; line-height: 1.48; }

/* Speaker photography is supplied separately; each colored slot keeps the portrait crop and card geometry. */
.speakers { min-height: 500px; padding: 26px 0 30px; overflow: hidden; background: #071a33; color: #f3f6f9; }
.speakers__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(145px, .68fr); gap: 16px; align-items: stretch; }
.speaker-card { min-width: 0; min-height: 442px; overflow: hidden; border: 1px solid rgba(124, 167, 197, .34); border-radius: 15px; background: #0b2544; box-shadow: 0 12px 28px rgba(0, 0, 0, .19); text-align: center; }
.speaker-card__image-slot { height: 270px; background: #183b5e; }
.speaker-card__role { display: inline-flex; align-items: center; justify-content: center; min-height: 27px; margin-top: -14px; padding: 0 19px; position: relative; border: 1px solid var(--gold); border-radius: 999px; background: #10243e; color: #f5f7f8; font-size: 11px; font-weight: 700; letter-spacing: .17em; }
.speaker-card__role--wide { padding-inline: 13px; letter-spacing: .09em; }
.speaker-card h3 { min-height: 55px; display: flex; align-items: center; justify-content: center; margin: 9px 18px 0; padding: 7px 4px; border-bottom: 1px solid #c58a08; color: #f5f7f8; font-size: 17px; font-weight: 800; line-height: 1.28; }
.speaker-card p { max-width: 310px; margin: 9px auto 14px; padding-inline: 16px; color: #d5e0e8; font-size: 15px; line-height: 1.25; }
.handwritten-quote { position: relative; align-self: center; margin: 0; padding: 20px 6px 38px; color: #f4f7f8; font-family: "Caveat", cursive; font-size: clamp(31px, 3vw, 42px); font-weight: 600; line-height: .98; text-align: center; transform: rotate(-7deg); }
.handwritten-quote i, .schedule-quote i { position: absolute; left: 13%; right: 8%; bottom: 16px; height: 8px; border-top: 5px solid var(--gold); border-radius: 70% 20% 0 0; transform: rotate(-7deg); }

.about { position: relative; min-height: 510px; padding: 36px 0 31px; overflow: hidden; }
.about__grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; gap: 56px; }
.about__copy { max-width: 660px; }
.about__copy .eyebrow { margin-bottom: 7px; }
.about h2 { font-size: clamp(40px, 3.7vw, 52px); line-height: .99; }
.about__copy > p:not(.eyebrow) { margin: 13px 0 0; color: #29425f; font-size: 16px; line-height: 1.4; }
.about__copy .button { margin-top: 17px; }
.method-list { display: grid; grid-template-columns: 1fr; gap: 12px; align-content: center; margin: 15px 95px 0 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 47px 1fr; align-items: center; gap: 14px; min-height: 45px; }
.method-list li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #dda415; color: white; }
.method-list svg { width: 22px; height: 22px; }
.method-list p { margin: 0; color: #243c5a; font-size: 15px; font-weight: 500; line-height: 1.3; }
.about__image-slot { position: absolute; top: -36px; right: max(-108px, calc((1224px - 100vw) / 2)); width: 105px; height: calc(100% + 67px); background: transparent; }

/* Full-width image slots intentionally stay unillustrated until the matching backgrounds arrive. */
.audience { position: relative; min-height: 420px; padding: 33px 0 36px; overflow: hidden; background: #071a33; color: white; text-align: center; }
.audience__image-slot { position: absolute; inset: 0; background: #0a213d; }
.audience__content { position: relative; }
.audience .eyebrow { font-size: 27px; letter-spacing: .24em; }
.audience__subtitle { margin: 8px 0 28px; color: #ccd8e3; font-size: 22px; letter-spacing: .045em; }
.audience__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.audience-card { min-height: 236px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 23px 22px 20px; border: 1px solid #d3e0e9; border-radius: 15px; background: #f5f9fc; color: #18304f; box-shadow: 0 7px 18px rgba(0, 0, 0, .16); }
.audience-card > svg { width: 38px; height: 38px; margin-bottom: 13px; color: #122a49; }
.audience-card h3 { min-height: 43px; display: flex; align-items: center; justify-content: center; margin: 0 0 7px; font-size: 16px; font-weight: 700; line-height: 1.22; }
.audience-card p { margin: 0; color: #425b77; font-size: 15px; line-height: 1.28; }

.program { min-height: 526px; padding: 21px 0 26px; }
.program__inner > .eyebrow { text-align: center; font-size: 26px; }
.day-tabs { display: flex; justify-content: center; margin: 19px auto 14px; }
.day-tab { width: 335px; min-height: 77px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 1px solid #dae5ed; border-radius: 13px; background: #f7fafc; color: #2c4562; }
.day-tab + .day-tab { margin-left: -1px; }
.day-tab--active { z-index: 1; border-color: #163655; background: #102945; color: #f5f8fb; box-shadow: 0 6px 16px rgba(11, 30, 52, .14); }
.day-tab strong { font-size: 16px; font-weight: 800; }
.day-tab span { font-size: 11px; letter-spacing: .13em; }
.schedule-layout { display: grid; grid-template-columns: 1fr 180px; gap: 20px; align-items: center; }
.schedule-list { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.schedule-row { min-height: 43px; display: grid; grid-template-columns: 105px 20px minmax(0, 1fr) 178px; align-items: center; gap: 12px; padding: 4px 15px; border: 1px solid #e3ebf0; border-radius: 9px; background: #f6f9fb; color: #233b58; }
.schedule-row:nth-child(even) { background: #eaf1f6; }
.schedule-row time { font-size: 12px; font-weight: 800; text-align: center; }
.schedule-row__divider { display: block; width: 1px; height: 20px; border: 0; border-radius: 0; background: #c4d1dc; }
.schedule-row p { margin: 0; font-size: 14px; line-height: 1.25; }
.schedule-row p strong { font-weight: 700; }
.schedule-row p span { font-weight: 400; }
.schedule-row small { color: #586d82; font-size: 12px; text-align: center; white-space: nowrap; }
.schedule-quote { position: relative; margin: 0; padding: 0 6px 40px; color: #152d4b; font-family: "Caveat", cursive; font-size: 37px; font-weight: 600; line-height: .98; transform: rotate(-7deg); }
.schedule-quote i { left: 0; right: 0; bottom: 15px; }

.results { position: relative; min-height: 226px; padding: 22px 0 27px; overflow: hidden; background: #071a33; color: #f8fafc; }
.results__image-slot { position: absolute; inset: 0; background: #0a213d; }
.results__inner { position: relative; }
.results .eyebrow { text-align: center; font-size: 23px; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 24px; }
.metric { display: flex; align-items: center; justify-content: center; gap: 17px; min-height: 94px; border-right: 1px solid rgba(163, 190, 211, .21); }
.metric:last-child { border: 0; }
.metric__icon { display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid var(--gold); border-radius: 50%; color: #e9eef3; }
.metric__icon svg { width: 37px; height: 37px; }
.metric p { display: flex; flex-direction: column; margin: 0; }
.metric strong { font-family: "Montserrat", sans-serif; font-size: 29px; font-weight: 700; line-height: 1.06; }
.metric small { margin-top: 4px; color: #ced9e2; font-size: 13px; letter-spacing: .09em; line-height: 1.25; }

.enroll { min-height: 768px; padding: 23px 0 31px; }
.enroll__inner > .eyebrow { text-align: center; font-size: 26px; }
.enroll__subtitle { margin: 4px 0 24px; color: #536b83; font-size: 17px; text-align: center; }
.lot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lot-card { min-height: 272px; overflow: hidden; border: 1px solid #d5e0e8; border-radius: 15px; background: #f8fbfd; box-shadow: 0 3px 8px rgba(22, 50, 77, .08); text-align: center; }
.lot-card--featured { border: 2px solid #e2aa1b; box-shadow: 0 5px 15px rgba(186, 130, 12, .12); }
.lot-card > header { min-height: 51px; display: flex; align-items: center; justify-content: center; gap: 8px; border-bottom: 1px solid #e0e8ee; color: #253d5a; font-size: 16px; }
.lot-card--featured > header { background: var(--gold); color: #152a45; }
.lot-card > header strong { font-weight: 800; }
.lot-card__body { display: flex; flex-direction: column; align-items: center; padding: 9px 22px 10px; }
.lot-card del { color: #8b98a5; font-size: 14px; }
.lot-card__price { color: #132949; font-family: "Montserrat", sans-serif; font-size: 37px; font-weight: 900; line-height: 1.25; }
.lot-card__price small { font-family: "Inter", sans-serif; font-size: 22px; font-weight: 800; }
.button--lot { width: 100%; min-height: 58px; margin-top: 5px; padding-inline: 18px; font-size: 16px; }
.button--lot svg { width: 18px; height: 18px; }
.lot-card__discount { margin-top: 8px; color: #364f6b; font-size: 14px; font-weight: 800; }

.faq { margin-top: 26px; }
.faq__heading { display: flex; align-items: center; justify-content: center; position: relative; margin-bottom: 15px; }
.faq__heading .eyebrow { font-size: 21px; text-align: center; }
.faq__heading > button { position: absolute; right: 0; display: inline-flex; align-items: center; gap: 4px; padding: 5px 0 5px 10px; border: 0; background: transparent; color: #304a66; cursor: pointer; font-size: 12px; }
.faq__heading > button svg { width: 14px; height: 14px; }
.faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.faq__column { display: grid; gap: 5px; }
.faq-item { overflow: hidden; border: 1px solid #d8e2e9; border-radius: 9px; background: #f8fbfd; }
.faq-item > button { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 15px; border: 0; background: transparent; color: #304966; cursor: pointer; text-align: left; font-size: 14px; line-height: 1.3; }
.faq-item > button svg { width: 16px; height: 16px; transition: transform .18s ease; }
.faq-item--open > button svg { transform: rotate(45deg); }
.faq-item__answer { margin: 0; padding: 0 15px 14px; color: #536b83; font-size: 13px; line-height: 1.45; }

.final-cta { position: relative; min-height: 460px; padding: 42px 0 30px; overflow: hidden; background: #0b2746; }
.final-cta__image-slot { position: absolute; inset: 0 auto 0 0; width: 42%; background: #183b5a; }
.final-cta__grid { position: relative; display: grid; grid-template-columns: 1fr 420px; gap: 56px; align-items: center; }
.final-cta__copy { margin-left: 20px; }
.final-cta h2 { color: #f5f8fa; font-size: 39px; letter-spacing: -.035em; line-height: 1.05; }
.final-cta__copy > p { max-width: 610px; margin: 12px 0 17px; color: #d1dce5; font-size: 15px; line-height: 1.45; }
.button--final { min-height: 60px; padding-inline: 27px; }
.final-cta__note { display: flex; align-items: center; gap: 8px; margin-top: 12px; color: #d3dfe8; font-size: 12px; }
.final-cta__note svg { width: 20px; height: 20px; }
.organization-card { min-height: 222px; padding: 26px 28px; border: 1px solid rgba(194, 214, 229, .28); border-radius: 16px; background: #071a33; color: #eef3f7; box-shadow: 0 11px 26px rgba(0, 0, 0, .22); }
.organization-card strong { font-size: 15px; letter-spacing: .12em; }
.organization-card p { margin: 15px 0 0; color: #c4d1dc; font-size: 14px; line-height: 1.45; }

@media (max-width: 1100px) {
  :root { --page: 1040px; }
  .hero__copy { width: 67%; }
  .hero__side-copy { right: 7px; font-size: 19px; }
  .event-detail { padding-inline: 13px; gap: 10px; }
  .event-detail > svg { width: 28px; height: 28px; }
  .speaker-card__image-slot { height: 235px; }
  .speakers__grid { grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(125px, .62fr); gap: 12px; }
  .speaker-card { min-height: 410px; }
  .speaker-card p { font-size: 13px; }
  .method-list { margin-right: 42px; }
  .audience__cards { gap: 13px; }
  .audience-card { padding-inline: 15px; }
  .schedule-layout { grid-template-columns: 1fr 130px; gap: 10px; }
  .schedule-row { grid-template-columns: 74px 16px minmax(0, 1fr) 135px; gap: 8px; padding-inline: 9px; }
  .schedule-row p { font-size: 12px; }
  .schedule-row small { font-size: 11px; }
  .metric { gap: 11px; }
  .metric__icon { width: 60px; height: 60px; }
  .metric__icon svg { width: 31px; height: 31px; }
  .metric strong { font-size: 25px; }
  .lot-grid { gap: 15px; }
  .final-cta__grid { grid-template-columns: 1fr 360px; gap: 28px; }
}

@media (max-width: 820px) {
  .page-width { width: min(100% - 40px, 680px); }
  .hero { min-height: auto; }
  .hero__image-slot { width: 30%; opacity: .13; }
  .site-header { position: relative; height: 74px; }
  .site-header__inner { gap: 12px; }
  .brand__mark { width: 35px; height: 38px; }
  .brand__words { font-size: 14px; }
  .brand__words em { font-size: 10px; }
  .desktop-nav { display: none; }
  .mobile-menu-button { display: inline-grid; place-items: center; order: 3; width: 40px; height: 40px; border: 1px solid #cdd9e1; border-radius: 50%; background: #f8fbfd; color: var(--navy); cursor: pointer; }
  .mobile-menu-button svg { width: 22px; height: 22px; }
  .site-header__inner > .button { margin-left: auto; }
  .site-header__inner .desktop-nav--open { position: absolute; top: 66px; left: 20px; right: 20px; z-index: 5; display: grid; gap: 0; margin: 0; padding: 8px 16px; border: 1px solid #d5e0e8; border-radius: 12px; background: #f9fbfd; box-shadow: 0 12px 28px rgba(8, 29, 54, .18); }
  .desktop-nav--open a { padding: 13px 4px; border-bottom: 1px solid #e4ebf0; font-size: 12px; }
  .desktop-nav--open a:last-child { border-bottom: 0; }
  .hero__content { min-height: auto; padding-top: 25px; padding-bottom: 31px; }
  .hero__copy { width: 100%; max-width: 620px; }
  .hero h1 { font-size: clamp(42px, 9vw, 58px); }
  .hero__side-copy { display: none; }
  .hero__lead { font-size: 18px; }
  .hero__description { font-size: 15px; }
  .event-details { flex-wrap: wrap; row-gap: 11px; }
  .event-detail { min-height: 49px; padding-inline: 12px; }
  .event-detail:first-child { padding-left: 0; }
  .event-detail > svg { width: 25px; height: 25px; }
  .event-detail p { font-size: 13px; }
  .event-detail strong { font-size: 14px; }
  .button--hero { min-width: 0; width: 100%; min-height: 58px; font-size: 16px; }
  .hero-perks { justify-content: space-between; gap: 8px; margin-top: 21px; }
  .hero-perks span { gap: 6px; font-size: 10px; }
  .hero-perks svg { width: 21px; height: 21px; }
  .speakers { padding: 20px 0 24px; }
  .speakers__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .speaker-card { min-height: 360px; }
  .speaker-card__image-slot { height: clamp(150px, 28vw, 220px); }
  .speaker-card__role { padding-inline: 10px; font-size: 9px; letter-spacing: .1em; }
  .speaker-card__role--wide { font-size: 8px; }
  .speaker-card h3 { margin-inline: 9px; font-size: 14px; }
  .speaker-card p { padding-inline: 8px; font-size: 12px; }
  .handwritten-quote { grid-column: 1 / -1; justify-self: center; padding: 15px 20px 25px; font-size: 32px; }
  .handwritten-quote br { display: none; }
  .handwritten-quote i { bottom: 6px; }
  .about { min-height: auto; padding: 31px 0; }
  .about__grid { grid-template-columns: 1fr; gap: 20px; }
  .about__copy { max-width: none; }
  .about h2 { font-size: 40px; }
  .about__copy > p:not(.eyebrow) { font-size: 14px; }
  .about__image-slot { display: none; }
  .method-list { grid-template-columns: 1fr 1fr; gap: 10px 14px; margin: 0; }
  .method-list li { grid-template-columns: 38px 1fr; gap: 8px; }
  .method-list li > span { width: 35px; height: 35px; }
  .method-list p { font-size: 12px; }
  .audience { min-height: auto; padding: 29px 0; }
  .audience .eyebrow { font-size: clamp(18px, 4vw, 25px); }
  .audience__subtitle { margin: 7px 0 19px; font-size: 16px; }
  .audience__cards { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .audience-card { min-height: 190px; padding: 15px; }
  .audience-card > svg { width: 30px; height: 30px; margin-bottom: 9px; }
  .audience-card h3 { min-height: 0; font-size: 13px; }
  .audience-card p { font-size: 12px; }
  .program { min-height: 0; padding: 25px 0; }
  .program__inner > .eyebrow { font-size: 21px; }
  .day-tabs { margin: 15px auto 12px; }
  .day-tab { width: 50%; min-height: 64px; padding-inline: 4px; }
  .day-tab strong { font-size: 12px; }
  .day-tab span { font-size: 9px; }
  .schedule-layout { grid-template-columns: 1fr; }
  .schedule-list { gap: 5px; }
  .schedule-row { min-height: 48px; grid-template-columns: 56px 14px minmax(0, 1fr); gap: 7px; padding: 5px 8px; }
  .schedule-row time { font-size: 11px; }
  .schedule-row p { font-size: 11px; }
  .schedule-row small { display: none; }
  .schedule-row__divider { height: 18px; }
  .schedule-quote { justify-self: end; margin-top: 7px; padding: 0 4px 25px; font-size: 28px; }
  .schedule-quote br { display: none; }
  .schedule-quote i { bottom: 5px; }
  .results { min-height: 0; padding: 22px 0; }
  .results .eyebrow { font-size: 18px; }
  .metrics { grid-template-columns: repeat(2, 1fr); gap: 15px 4px; margin-top: 17px; }
  .metric { justify-content: flex-start; min-height: 66px; padding-left: 8px; border-right: 0; }
  .metric__icon { width: 48px; height: 48px; }
  .metric__icon svg { width: 26px; height: 26px; }
  .metric strong { font-size: 21px; }
  .metric small { font-size: 10px; }
  .enroll { min-height: 0; padding: 24px 0 28px; }
  .enroll__inner > .eyebrow { font-size: 21px; }
  .enroll__subtitle { margin: 5px 0 17px; font-size: 14px; }
  .lot-grid { grid-template-columns: 1fr; gap: 11px; }
  .lot-card { min-height: 0; }
  .lot-card > header { min-height: 43px; font-size: 14px; }
  .lot-card__body { padding: 8px 15px 9px; }
  .lot-card__price { font-size: 31px; }
  .button--lot { min-height: 48px; }
  .lot-card__discount { margin-top: 5px; }
  .faq { margin-top: 24px; }
  .faq__heading { display: block; margin-bottom: 12px; padding-bottom: 24px; }
  .faq__heading .eyebrow { font-size: 17px; }
  .faq__heading > button { top: 28px; right: 50%; transform: translateX(50%); white-space: nowrap; }
  .faq__grid { grid-template-columns: 1fr; gap: 5px; }
  .faq__column { gap: 5px; }
  .faq-item > button { min-height: 46px; padding-inline: 11px; font-size: 12px; }
  .faq-item__answer { font-size: 12px; }
  .final-cta { min-height: 0; padding: 30px 0; }
  .final-cta__image-slot { width: 100%; opacity: .35; }
  .final-cta__grid { grid-template-columns: 1fr; gap: 19px; }
  .final-cta__copy { margin-left: 0; }
  .final-cta h2 { font-size: 31px; }
  .final-cta__copy > p { font-size: 13px; }
  .button--final { width: 100%; min-height: 54px; font-size: 14px; }
  .final-cta__note { font-size: 10px; }
  .organization-card { min-height: 0; padding: 20px; }
  .organization-card p { margin-top: 9px; font-size: 12px; }
}

@media (max-width: 480px) {
  .page-width { width: calc(100% - 32px); }
  .site-header__inner { gap: 8px; }
  .brand { gap: 6px; }
  .brand__mark { width: 31px; height: 35px; border-width: 0 0 4px 4px; }
  .brand__mark svg { width: 19px; height: 19px; }
  .brand__words { font-size: 12px; }
  .brand__words em { font-size: 9px; }
  .site-header__inner > .button { min-height: 37px; padding-inline: 12px; gap: 5px; font-size: 10px; }
  .site-header__inner > .button svg { width: 13px; height: 13px; }
  .mobile-menu-button { width: 34px; height: 34px; }
  .hero__content { padding-top: 16px; }
  .hero .eyebrow { font-size: 15px; }
  .hero h1 { font-size: clamp(37px, 10.5vw, 49px); }
  .hero__lead { margin-top: 9px; font-size: 15px; }
  .hero__description { margin-bottom: 19px; font-size: 13px; }
  .desktop-break { display: none; }
  .event-details { justify-content: flex-start; }
  .event-detail { gap: 7px; padding-inline: 8px; }
  .event-detail:first-child { padding-left: 0; }
  .event-detail > svg { width: 21px; height: 21px; }
  .event-detail p { font-size: 11px; }
  .event-detail strong { font-size: 12px; }
  .event-detail small { font-size: 9px; }
  .hero-perks { gap: 6px; }
  .hero-perks span { gap: 4px; font-size: 9px; }
  .hero-perks svg { width: 17px; height: 17px; }
  .speakers__grid { grid-template-columns: 1fr; gap: 12px; max-width: 340px; }
  .speaker-card { min-height: 0; }
  .speaker-card__image-slot { height: 220px; }
  .speaker-card h3 { min-height: 44px; }
  .speaker-card p { font-size: 13px; }
  .handwritten-quote { grid-column: auto; }
  .method-list { grid-template-columns: 1fr; gap: 7px; }
  .method-list li { min-height: 38px; }
  .method-list p { font-size: 12px; }
  .audience__cards { gap: 8px; }
  .audience-card { min-height: 176px; padding: 12px 9px; }
  .audience-card h3 { font-size: 12px; }
  .audience-card p { font-size: 11px; }
  .schedule-row { grid-template-columns: 48px 12px minmax(0, 1fr); gap: 5px; }
  .schedule-row p { font-size: 10px; }
  .schedule-row time { font-size: 10px; }
  .metric { gap: 8px; padding-left: 2px; }
  .metric__icon { width: 42px; height: 42px; }
  .metric__icon svg { width: 23px; height: 23px; }
  .metric strong { font-size: 18px; }
  .metric small { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Static HTML version: supplied artwork is applied directly to its matching sections. */
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.hero__image-slot {
  inset: 0;
  width: 100%;
  background-color: #eaf3f8;
  background-image: url("assets/hero.webp");
  background-position: center center;
  background-size: cover;
}
.speakers { min-height: 0; padding: 0; background: #071a33; }
.speakers__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.speaker-art { display: block; width: 100%; height: auto; aspect-ratio: 1122 / 1402; object-fit: cover; border: 1px solid rgba(124, 167, 197, .34); border-radius: 12px; box-shadow: 0 10px 24px rgba(0, 0, 0, .18); }
.about {
  background-color: var(--ice);
  background-image: linear-gradient(90deg, rgba(238, 245, 249, .97) 0%, rgba(238, 245, 249, .94) 54%, rgba(238, 245, 249, .56) 100%), url("assets/fundo-metodologia.webp");
  background-position: center, center;
  background-size: cover;
}
.about__image-slot { display: none; }
.audience__image-slot {
  background-color: #0a213d;
  background-image: linear-gradient(rgba(4, 20, 39, .76), rgba(4, 20, 39, .8)), url("assets/fundo-publico.webp");
  background-position: center 48%;
  background-size: cover;
}
.program {
  background-color: var(--ice);
  background-image: linear-gradient(rgba(242, 247, 250, .91), rgba(242, 247, 250, .91)), url("assets/fundo-programacao.webp");
  background-position: center;
  background-size: cover;
}
.results__image-slot {
  background-color: #0a213d;
  background-image: linear-gradient(rgba(3, 19, 38, .86), rgba(3, 19, 38, .84)), url("assets/fundo-publico.webp");
  background-position: center 55%;
  background-size: cover;
}
.enroll {
  background-color: var(--ice);
  background-image: linear-gradient(rgba(239, 246, 250, .9), rgba(239, 246, 250, .9)), url("assets/fundo-lotes.webp");
  background-position: center;
  background-size: cover;
}
.final-cta__image-slot {
  inset: 0;
  width: 100%;
  background-color: #183b5a;
  background-image: linear-gradient(rgba(6, 28, 51, .38), rgba(6, 28, 51, .48)), url("assets/fundo-chamada-final.webp");
  background-position: center;
  background-size: cover;
  transform: scaleX(-1);
}
.faq-item__answer[hidden] { display: none; }

@media (max-width: 820px) {
  .hero__image-slot { inset: 0 0 0 auto; width: 68%; opacity: .18; background-position: 67% center; }
  .speakers__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about { background-image: linear-gradient(rgba(238, 245, 249, .94), rgba(238, 245, 249, .94)), url("assets/fundo-metodologia.webp"); }
  .final-cta__image-slot { width: 100%; opacity: 1; }
}

@media (max-width: 480px) {
  .hero__image-slot { inset: 0 0 0 auto; width: 100%; opacity: .12; background-position: 70% center; }
  .speakers__grid { grid-template-columns: 1fr; gap: 14px; max-width: 340px; }
  .speaker-art { aspect-ratio: 1122 / 1402; }
  .about { background-image: linear-gradient(rgba(238, 245, 249, .94), rgba(238, 245, 249, .94)), url("assets/fundo-metodologia.webp"); }
}

/* Unified midnight-and-gold treatment from the new visual reference. */
:root {
  --navy: #061a33;
  --navy-mid: #0a2748;
  --blue: #a9c8e5;
  --ink: #f3f7fc;
  --gold: #f2b21a;
  --gold-dark: #d98b00;
  --ice: #0a213d;
  --white: #f7f9fc;
  --line: rgba(230, 174, 48, .3);
  --gold-glow: 0 0 17px rgba(255, 190, 38, .32);
}
body { background: #06172e; color: #f4f7fb; }
.section-light { color: #f4f7fb; }
.hero,
.speakers,
.about,
.audience,
.program,
.results,
.enroll,
.final-cta { border-color: rgba(244, 182, 38, .55); }
.speakers,
.about,
.audience,
.program,
.results,
.enroll,
.final-cta { border-top: 1px solid rgba(244, 182, 38, .34); }

.button {
  border: 1px solid #ffd96d;
  background: linear-gradient(105deg, #e89c06 0%, #ffd24b 54%, #e89f0a 100%);
  color: #071a33;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 0 0 2px rgba(255,195,45,.12), 0 0 24px rgba(244,177,28,.22);
  letter-spacing: .015em;
}
.button:hover {
  background: linear-gradient(105deg, #f7b51b 0%, #ffe47a 54%, #f3ac14 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 0 0 3px rgba(255,195,45,.16), 0 0 30px rgba(244,177,28,.4);
}
.button svg { color: inherit; }
.button--small { border-color: rgba(255,222,126,.8); }

.hero {
  min-height: 684px;
  margin: 8px 8px 0;
  border: 1px solid rgba(198, 216, 233, .7);
  border-bottom: 2px solid #e9ab1a;
  border-radius: 8px 8px 0 0;
  box-shadow: inset 0 -1px 0 rgba(255,226,138,.35), 0 8px 32px rgba(0,0,0,.17);
}
.hero__image-slot {
  background-image: linear-gradient(90deg, rgba(4, 22, 42, .03) 0%, rgba(4, 22, 42, .08) 52%, rgba(4, 22, 42, .4) 100%), url("assets/hero.webp");
  background-position: center;
}
.site-header { height: 82px; }
.site-header__inner { padding-inline: 6px; }
.brand { padding: 7px 11px; border: 1px solid rgba(15, 43, 72, .14); border-radius: 9px; background: rgba(245, 249, 252, .72); box-shadow: 0 4px 18px rgba(4,20,40,.08); }
.desktop-nav a { text-shadow: 0 1px 8px rgba(255,255,255,.75); }
.hero__copy {
  width: min(650px, 66%);
  padding: 22px 26px 18px;
  border: 1px solid rgba(236, 179, 38, .48);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(5, 24, 46, .86), rgba(9, 39, 69, .78));
  box-shadow: inset 0 0 0 1px rgba(255,231,163,.06), 0 12px 35px rgba(4,17,35,.22), 0 0 25px rgba(218,157,20,.12);
  backdrop-filter: blur(3px);
}
.hero__copy .eyebrow { color: #e7b32c; }
.hero h1 { color: #f6f8fb; }
.hero h1 span { background: linear-gradient(100deg,#f6bd26,#ffe276 52%,#e49a0a); background-clip: text; color: transparent; -webkit-background-clip: text; text-shadow: 0 0 16px rgba(237,171,21,.14); }
.hero__lead { color: #f5f7fa; }
.hero__description { color: #d5e1ec; }
.event-detail { border-color: rgba(226,184,91,.42); }
.event-detail > svg,
.hero-perks svg { color: #ffc743; }
.event-detail p { color: #f2f6fb; }
.event-detail small { color: #bdcad7; }
.hero-perks { gap: 15px; color: #edf2f7; }
.hero-perks span { flex: 1; padding: 8px 10px; border: 1px solid rgba(245,190,49,.28); border-radius: 9px; background: rgba(5,24,45,.45); }
.hero__side-copy { color: #f1f5fa; text-shadow: 0 2px 12px rgba(4,20,38,.65); }

.speakers { padding: 14px 0; background: linear-gradient(120deg, #06172d, #092849 53%, #06172d); box-shadow: inset 0 10px 24px rgba(0,0,0,.2); }
.speakers__grid { gap: 14px; }
.speaker-art { border: 1px solid rgba(241,181,34,.68); border-radius: 12px; box-shadow: 0 0 0 1px rgba(255,220,119,.1), 0 10px 26px rgba(0,0,0,.28), 0 0 21px rgba(225,164,27,.12); }

.about {
  color: #f2f6fb;
  background-color: #081f3a;
  background-image: linear-gradient(90deg, rgba(5, 23, 43, .96) 0%, rgba(6, 26, 48, .92) 56%, rgba(6, 25, 45, .76) 100%), url("assets/fundo-metodologia.webp");
  box-shadow: inset 0 1px 0 rgba(255,221,130,.06), inset 0 -1px 0 rgba(0,0,0,.22);
}
.about .eyebrow,
.program .eyebrow,
.enroll .eyebrow,
.faq__heading .eyebrow { color: #e9b432; text-shadow: 0 0 12px rgba(242,178,26,.15); }
.about h2 { color: #f6f8fb; }
.about__copy > p:not(.eyebrow) { color: #d2deea; }
.about__copy .button { color: #071a33; }
.method-list { margin-right: 70px; }
.method-list li { padding: 7px 9px; border: 1px solid rgba(223,175,65,.24); border-radius: 11px; background: linear-gradient(105deg, rgba(4,22,42,.62), rgba(17,47,77,.48)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.method-list li > span { border: 1px solid rgba(255,221,116,.8); background: linear-gradient(145deg,#f5bf39,#d98f05); color: #09203c; box-shadow: 0 0 15px rgba(235,174,32,.22); }
.method-list p { color: #e6edf4; }

.audience {
  background: linear-gradient(120deg, #06182e, #0a294a 52%, #06172d);
  box-shadow: inset 0 1px 0 rgba(255,221,130,.08), inset 0 -1px 0 rgba(255,221,130,.08);
}
.audience__image-slot { background-image: linear-gradient(rgba(3, 16, 32, .84), rgba(4, 21, 40, .88)), url("assets/fundo-publico.webp"); }
.audience .eyebrow { color: #f6f8fb; text-shadow: 0 2px 14px #06172d; }
.audience__subtitle { color: #d5e2ee; }
.audience-card {
  border: 1px solid rgba(231,177,45,.67);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(12,39,68,.95), rgba(5,23,45,.96));
  color: #f4f7fb;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 8px 22px rgba(0,0,0,.28), 0 0 18px rgba(215,157,20,.1);
}
.audience-card > svg { color: #f2bd3d; filter: drop-shadow(0 0 8px rgba(239,178,38,.25)); }
.audience-card p { color: #c7d6e4; }

.program {
  color: #eff4f9;
  background-color: #081e38;
  background-image: linear-gradient(rgba(5, 22, 42, .94), rgba(5, 24, 45, .95)), url("assets/fundo-programacao.webp");
}
.program__inner > .eyebrow { color: #f2f5f9; }
.day-tab { border: 1px solid rgba(220,174,61,.42); background: linear-gradient(145deg,#102b4b,#091e39); color: #dce6ef; box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.day-tab--active { border-color: #f1b72b; background: linear-gradient(135deg,#143454,#071d37); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,223,129,.12), 0 0 20px rgba(234,173,31,.16); }
.day-tab--active::after { content: ""; width: 62px; height: 2px; margin-top: 2px; background: linear-gradient(90deg,transparent,#ffd650,transparent); box-shadow: 0 0 10px rgba(255,202,55,.72); }
.schedule-row,
.schedule-row:nth-child(even) { border-color: rgba(221,175,61,.25); background: linear-gradient(100deg,rgba(14,43,73,.9),rgba(7,28,52,.94)); color: #edf3f8; box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.schedule-row time { color: #f0bc36; }
.schedule-row small { color: #c5d2df; }
.schedule-quote { color: #eaf1f7; text-shadow: 0 2px 12px rgba(0,0,0,.32); }
.schedule-quote i { border-color: #f2b21a; filter: drop-shadow(0 0 5px rgba(246,182,25,.7)); }

.results {
  min-height: 250px;
  padding: 22px 0 17px;
  background: linear-gradient(110deg,#06172e,#0a294a 52%,#06172e);
  border-bottom: 1px solid rgba(244,182,38,.52);
  box-shadow: inset 0 1px 0 rgba(255,220,120,.08), inset 0 -1px 0 rgba(255,220,120,.1);
}
.results__image-slot { background-image: linear-gradient(rgba(3,16,33,.84),rgba(4,20,38,.86)),url("assets/fundo-chamada-final.webp"); }
.results .eyebrow { color: #f3f6fa; }
.metric { border-color: rgba(237,178,33,.48); }
.metric__icon { border: 1px solid #e6ac1d; background: rgba(5,24,45,.4); color: #f4c13f; box-shadow: inset 0 0 0 3px rgba(241,177,27,.05), 0 0 14px rgba(236,170,28,.14); }
.metric__icon svg { filter: drop-shadow(0 0 5px rgba(249,195,61,.24)); }
.metric strong { color: #f4f7fb; }
.metric small { color: #cad6e1; }
.results__manifesto { display: flex; align-items: center; gap: 16px; margin: 12px 0 0; color: #d7e1eb; font-size: 12px; letter-spacing: .34em; text-align: center; }
.results__manifesto::before,
.results__manifesto::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg,transparent,rgba(231,184,65,.68)); box-shadow: 0 0 8px rgba(239,179,37,.2); }
.results__manifesto::after { transform: scaleX(-1); }

.enroll {
  color: #f2f6fa;
  background-color: #071b33;
  background-image: linear-gradient(rgba(5, 21, 40, .94), rgba(5, 22, 42, .96)), url("assets/fundo-lotes.webp");
}
.enroll__subtitle { color: #cbd8e5; }
.lot-card {
  border: 1px solid rgba(221,173,55,.48);
  border-radius: 15px;
  background: linear-gradient(145deg,rgba(15,43,73,.98),rgba(7,25,47,.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 8px 23px rgba(0,0,0,.23), 0 0 17px rgba(215,157,20,.08);
}
.lot-card--featured { border: 1px solid #f0b322; box-shadow: inset 0 0 0 1px rgba(255,227,144,.12), 0 0 25px rgba(235,172,28,.23), 0 10px 24px rgba(0,0,0,.28); }
.lot-card > header { border-color: rgba(223,178,65,.28); color: #f2f5f9; }
.lot-card--featured > header { background: linear-gradient(100deg,#d99006,#ffd04a,#e6a313); color: #071a33; }
.lot-card del { color: #aab8c6; }
.lot-card__price { color: #f7f9fc; text-shadow: 0 0 13px rgba(249,195,61,.12); }
.lot-card__price small { color: #dbe4ec; }
.lot-card__discount { color: #f2c044; }
.faq__heading .eyebrow { color: #f0bb35; }
.faq__heading > button { color: #d7e1eb; }
.faq__heading > button:hover { color: #ffd254; }
.faq-item { border-color: rgba(226,177,55,.37); background: linear-gradient(100deg,rgba(13,40,69,.97),rgba(7,26,49,.98)); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.faq-item > button { color: #eef3f8; }
.faq-item > button svg { color: #f2bc37; }
.faq-item--open { border-color: rgba(244,187,49,.78); box-shadow: 0 0 14px rgba(222,164,25,.12),inset 0 1px 0 rgba(255,255,255,.06); }
.faq-item__answer { color: #cbd8e4; }

.final-cta {
  min-height: 520px;
  padding: 38px 0 30px;
  background: #0b2746;
  border-top: 2px solid #e9ae23;
  box-shadow: inset 0 1px 0 rgba(255,229,149,.22), 0 -8px 25px rgba(233,174,35,.09);
}
.final-cta__image-slot {
  background-image: linear-gradient(90deg,rgba(9,30,53,.08) 0%,rgba(222,233,243,.08) 39%,rgba(5,23,43,.37) 100%),url("assets/hero.webp");
  background-position: center top;
}
.final-cta__grid { grid-template-columns: minmax(0,1fr) 328px; gap: 38px; padding-left: clamp(250px, 24vw, 300px); }
.final-cta__copy { margin-left: 0; }
.final-cta h2 { color: #0b2441; font-size: clamp(34px,3.2vw,44px); text-shadow: 0 1px 0 rgba(255,255,255,.46); }
.final-cta h2 span { background: linear-gradient(100deg,#cf8500,#f5b621 56%,#d99208); background-clip: text; color: transparent; -webkit-background-clip: text; }
.final-cta__copy > p { max-width: 620px; color: #1c3552; font-size: 16px; line-height: 1.42; text-shadow: 0 1px 0 rgba(255,255,255,.38); }
.button--final { width: min(100%,540px); min-height: 72px; justify-content: space-between; padding: 0 13px 0 30px; font-size: 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,.58),0 0 0 2px rgba(255,205,65,.15),0 0 27px rgba(243,177,28,.42); }
.button--final svg { width: 48px; height: 48px; padding: 13px; border-radius: 50%; background: #071c36; color: #f9c43c; box-shadow: 0 0 0 1px rgba(255,231,166,.22),0 0 12px rgba(4,19,37,.3); }
.final-cta__proof { display: flex; align-items: center; gap: 21px; width: min(100%,540px); margin-top: 19px; padding: 7px 11px; border: 1px solid rgba(240,183,42,.64); border-radius: 10px; background: linear-gradient(110deg,rgba(5,24,45,.84),rgba(9,37,65,.8)); color: #f4f7fb; box-shadow: inset 0 1px 0 rgba(255,255,255,.07),0 0 16px rgba(220,162,26,.14); }
.final-cta__proof > span { display: flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.45; }
.final-cta__proof > span > svg { width: 39px; height: 39px; color: #eff6fb; stroke: #eef4f9; filter: drop-shadow(0 1px 2px rgba(4,20,38,.7)); }
.final-cta__proof > i { width: 2px; height: 39px; background: #e8a914; box-shadow: 0 0 9px rgba(246,183,35,.6); }
.organization-card {
  min-height: 400px;
  padding: 24px 23px 20px;
  border: 1px solid #e9ae22;
  border-radius: 15px;
  background: linear-gradient(150deg,rgba(10,35,62,.98),rgba(4,21,42,.99));
  color: #f3f6fa;
  box-shadow: inset 0 1px 0 rgba(255,227,148,.12),0 0 0 1px rgba(255,206,69,.1),0 13px 35px rgba(0,0,0,.31),0 0 20px rgba(231,167,26,.21);
  text-align: center;
}
.organization-card strong { font-size: 15px; letter-spacing: .37em; }
.organization-card__rule { display: block; width: 92px; height: 2px; margin: 15px auto 18px; background: linear-gradient(90deg,transparent,#f4b91f,transparent); box-shadow: 0 0 10px rgba(248,190,42,.66); }
.organization-card__rule--short { width: 70px; margin: 14px auto 12px; }
.organization-card p { margin: 0; color: #d7e1ec; font-size: 15px; line-height: 1.48; text-align: left; }
.organization-card p b { color: #f1b32a; }
.organization-card .organization-card__quote { color: #f3f4f7; font-family: "Caveat",cursive; font-size: 27px; font-weight: 600; line-height: 1.02; text-align: center; transform: rotate(-4deg); }
.organization-card__quote i { display: block; width: 150px; height: 8px; margin: 2px auto 0; border-top: 4px solid #e6a514; border-radius: 60% 15% 0 0; transform: rotate(-7deg); filter: drop-shadow(0 0 4px rgba(243,180,33,.6)); }

@media (max-width: 1100px) {
  .hero__copy { width: min(650px, 68%); }
  .method-list { margin-right: 38px; }
  .final-cta__grid { padding-left: clamp(190px, 22vw, 240px); gap: 24px; grid-template-columns: minmax(0,1fr) 310px; }
  .organization-card { min-height: 360px; }
}
@media (max-width: 820px) {
  .hero { margin: 6px 6px 0; min-height: auto; }
  .hero__image-slot { inset: 0; width: 100%; opacity: 1; background-image: linear-gradient(90deg,rgba(5,23,43,.72),rgba(5,23,43,.56)),url("assets/hero.webp"); background-position: 65% center; }
  .hero__copy { width: 100%; max-width: 620px; padding: 20px 18px; }
  .hero h1,.hero__lead,.hero__description { color: #f3f7fb; }
  .site-header__inner { padding-inline: 0; }
  .brand { background: rgba(246,249,252,.9); }
  .hero-perks { flex-wrap: wrap; }
  .hero-perks span { min-width: calc(50% - 8px); }
  .about { background-image: linear-gradient(rgba(5,23,43,.94),rgba(5,23,43,.94)),url("assets/fundo-metodologia.webp"); }
  .method-list { margin: 0; }
  .audience-card { min-height: 176px; }
  .schedule-layout { grid-template-columns: 1fr; }
  .schedule-quote { justify-self: end; }
  .metric { border-right: 0; }
  .results__manifesto { font-size: 9px; letter-spacing: .22em; }
  .final-cta { padding: 30px 0; }
  .final-cta__image-slot { opacity: 1; background-image: linear-gradient(rgba(215,228,239,.22),rgba(7,28,50,.26)),url("assets/hero.webp"); background-position: 37% center; }
  .final-cta__grid { grid-template-columns: 1fr; gap: 22px; padding-left: 0; }
  .final-cta__copy { max-width: 600px; margin-left: min(22vw,140px); padding: 18px; border: 1px solid rgba(238,181,40,.4); border-radius: 14px; background: rgba(5,24,45,.72); backdrop-filter: blur(3px); }
  .final-cta h2,.final-cta__copy > p { color: #f4f7fb; text-shadow: 0 2px 12px rgba(3,20,39,.75); }
  .final-cta h2 span { color: #ffd04a; }
  .final-cta__copy > p { color: #e1eaf1; }
  .organization-card { width: min(100%,500px); min-height: 0; justify-self: end; }
}
@media (max-width: 480px) {
  .hero { border-radius: 7px 7px 0 0; }
  .hero__copy { padding: 17px 14px; }
  .hero-perks span { min-width: 100%; }
  .about__copy > p:not(.eyebrow) { color: #d5e0eb; }
  .method-list li { padding: 6px; }
  .audience-card { border-radius: 11px; }
  .schedule-row,.schedule-row:nth-child(even) { background: linear-gradient(100deg,rgba(14,43,73,.95),rgba(7,28,52,.98)); }
  .results__manifesto { gap: 8px; font-size: 8px; letter-spacing: .12em; }
  .results__manifesto::before,.results__manifesto::after { min-width: 16px; }
  .lot-card { border-radius: 12px; }
  .final-cta__copy { margin-left: 0; padding: 17px 14px; border: 1px solid rgba(238,181,40,.42); border-radius: 14px; background: rgba(5,24,45,.73); backdrop-filter: blur(3px); }
  .final-cta h2,.final-cta__copy > p { color: #f4f7fb; }
  .final-cta h2 { font-size: 30px; }
  .button--final { min-height: 58px; padding-left: 16px; font-size: 13px; }
  .button--final svg { width: 38px; height: 38px; padding: 10px; }
  .final-cta__proof { gap: 11px; }
  .final-cta__proof > span { gap: 6px; font-size: 9px; }
  .final-cta__proof > span > svg { width: 30px; height: 30px; }
  .organization-card { padding: 21px 18px; }
}

/* Hero and enrollment details tuned to the user's section references. */
.hero__image-slot {
  background-image: url("assets/hero.webp");
  background-position: center;
  background-size: cover;
}
.hero__copy {
  width: min(630px, 58%);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.hero__copy .eyebrow { margin-bottom: 7px; color: #152d4b; font-size: 20px; }
.hero h1 { color: #0b1d37; font-size: clamp(52px,4.7vw,66px); }
.hero h1 span { background: linear-gradient(100deg,#d68a07,#f2b51a 60%,#cc8200); background-clip: text; color: transparent; -webkit-background-clip: text; }
.hero__lead { color: #172c49; }
.hero__description { color: #304864; }
.hero__image-slot { background-image: linear-gradient(90deg,rgba(248,252,255,.04),rgba(248,252,255,0) 53%,rgba(4,20,40,.08)),url("assets/hero.webp"); }
.site-header__inner .brand { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.event-detail { border-color: rgba(23,48,78,.25); }
.event-detail > svg { color: #0b2342; }
.event-detail p { color: #172c49; }
.event-detail small { color: #596d82; }
.hero-perks { gap: 14px; margin-top: 18px; color: #233b58; }
.hero-perks span { flex: 1; padding: 7px 6px; border: 0; border-radius: 0; border-right: 1px solid rgba(26,52,81,.2); background: transparent; font-size: 11px; }
.hero-perks span:last-child { border-right: 0; }
.hero-perks svg { color: #142c4b; }
.hero__side-copy { top: 105px; right: 0; color: #143454; font-size: 20px; line-height: 1.3; text-shadow: 0 1px 8px rgba(242,248,253,.9); }
.hero__quote { position: absolute; right: 0; bottom: 26px; width: 190px; margin: 0; color: #f4f7fb; font-family: "Caveat",cursive; font-size: 34px; font-weight: 600; line-height: .98; text-shadow: 0 2px 8px rgba(3,15,30,.7); transform: rotate(-7deg); }
.hero__quote i { display: block; width: 125px; height: 8px; margin: 2px 0 0 16px; border-top: 5px solid #f2ae0e; border-radius: 60% 15% 0 0; transform: rotate(-7deg); filter: drop-shadow(0 0 4px rgba(248,184,27,.75)); }

.results {
  min-height: 250px;
  padding: 22px 0 17px;
  background: #061a33;
}
.results__image-slot {
  background-color: #061a33;
  background-image: linear-gradient(90deg,rgba(4,20,39,.99) 0%,rgba(4,20,39,.96) 70%,rgba(4,20,39,.34) 100%),url("assets/hero.webp");
  background-size: 100% 100%, auto 140%;
  background-position: center,right center;
  background-repeat: no-repeat;
}
.results .eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 86%;
  margin-inline: auto;
}
.results .eyebrow::before,.results .eyebrow::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg,transparent,#f3b21b);
  box-shadow: 0 0 9px rgba(247,184,29,.52);
}
.results .eyebrow::after { transform: scaleX(-1); }
.metrics { width: 86%; margin: 24px 14% 0 0; }
.metric { gap: 16px; }
.metric__icon { width: 82px; height: 82px; border-width: 2px; }
.metric__icon svg { width: 43px; height: 43px; }

.enroll {
  min-height: 768px;
  color: #142849;
  background-color: #eff6fa;
  background-image: linear-gradient(rgba(246,250,253,.75),rgba(242,248,252,.82)),url("assets/fundo-lotes.webp");
  background-position: center;
  background-size: cover;
}
.enroll .eyebrow,
.enroll .faq__heading .eyebrow { color: #102749; text-shadow: none; }
.enroll__subtitle { color: #415a77; }
.lot-grid { gap: 18px; }
.lot-card {
  min-height: 320px;
  border: 1px solid #d7e3ec;
  border-radius: 15px;
  background: linear-gradient(180deg,#fff 0%,#f4f8fb 100%);
  box-shadow: 0 7px 22px rgba(14,45,76,.08),inset 0 1px 0 #fff;
}
.lot-card--featured { border: 2px solid #e3a611; box-shadow: 0 8px 25px rgba(215,151,10,.17),inset 0 1px 0 #fff; }
.lot-card > header { min-height: 60px; border-bottom-color: #e3ebf1; color: #102749; font-size: 16px; }
.lot-card--featured > header { min-height: 94px; flex-direction: column; gap: 7px; border-bottom-color: #d99b0d; background: linear-gradient(105deg,#df9d0c 0%,#ffcf44 50%,#e2a20c 100%); color: #102749; }
.lot-card--featured > header strong { font-size: 18px; }
.lot-card__badge { display: inline-flex; align-items: center; gap: 6px; min-height: 27px; padding: 0 17px; border: 1px solid rgba(255,224,139,.72); border-radius: 999px; background: linear-gradient(105deg,#b86d05,#cf8304); color: #fff; box-shadow: 0 3px 8px rgba(101,56,0,.2); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.lot-card__badge svg { width: 15px; height: 15px; }
.lot-card__body { padding: 12px 22px 15px; }
.lot-card del { color: #8795a3; }
.lot-card__price { color: #102749; font-size: clamp(48px,4vw,61px); }
.lot-card__price small { color: #203a59; font-size: 25px; }
.lot-card__price::after { content: ""; display: block; width: 100px; height: 2px; margin: 4px auto 0; background: linear-gradient(90deg,transparent,#df9b0b,transparent); }
.button--lot { min-height: 64px; justify-content: space-between; margin-top: 9px; padding: 0 12px 0 24px; border-color: #efbd31; }
.button--lot svg { width: 38px; height: 38px; padding: 10px; border-radius: 50%; background: #08203c; color: #f7c949; box-shadow: 0 0 0 1px rgba(255,255,255,.24); }
.lot-card__discount { margin-top: 8px; color: #243d5c; }
.lot-invitation { display: flex; align-items: center; gap: 20px; margin: 43px 8px 27px; color: #142b4b; font-size: 13px; letter-spacing: .28em; text-align: center; }
.lot-invitation::before,.lot-invitation::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg,transparent,rgba(16,40,72,.75)); }
.lot-invitation::after { transform: scaleX(-1); }
.faq { margin-top: 24px; }
.faq__heading .eyebrow { color: #142b4b; }
.faq__heading > button { color: #344d69; }
.faq-item { border-color: #d8e3eb; background: linear-gradient(180deg,#fff,#f5f9fc); box-shadow: 0 3px 9px rgba(18,48,77,.045); }
.faq-item > button { color: #263e5c; }
.faq-item > button svg { color: #142b4b; }
.faq-item--open { border-color: #dfa51a; box-shadow: 0 0 12px rgba(225,163,21,.12); }
.faq-item__answer { color: #526982; }

@media (max-width: 1100px) {
  .hero__side-copy { right: 2px; font-size: 17px; }
  .results .eyebrow,.metrics { width: 92%; }
  .metrics { margin-right: 8%; }
}
@media (max-width: 820px) {
  .hero__image-slot { background-image: linear-gradient(90deg,rgba(248,251,253,.95) 0%,rgba(248,251,253,.88) 56%,rgba(5,23,43,.13) 100%),url("assets/hero.webp"); background-position: center,right center; }
  .hero__copy { max-width: 620px; padding: 12px 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .hero h1,.hero__lead { color: #0b1d37; }
  .hero__description { color: #304864; }
  .hero__side-copy { display: none; }
  .hero__quote { right: 18px; bottom: 18px; width: 155px; font-size: 27px; }
  .hero-perks span { border: 0; padding-inline: 2px; background: transparent; color: #233b58; }
  .results .eyebrow { width: 100%; gap: 10px; font-size: 17px; }
  .metrics { width: 100%; margin: 17px 0 0; }
  .metric__icon { width: 55px; height: 55px; }
  .metric__icon svg { width: 30px; height: 30px; }
  .enroll { background-image: linear-gradient(rgba(246,250,253,.84),rgba(242,248,252,.9)),url("assets/fundo-lotes.webp"); }
  .lot-card { min-height: 0; }
  .lot-card--featured > header { min-height: 76px; }
  .lot-invitation { margin: 27px 0 21px; font-size: 10px; letter-spacing: .14em; }
}
@media (max-width: 480px) {
  .hero__image-slot { background-image: linear-gradient(90deg,rgba(248,251,253,.95),rgba(248,251,253,.88)),url("assets/hero.webp"); background-position: center,right center; }
  .hero__copy { padding: 7px 0; }
  .hero .eyebrow { color: #152d4b; }
  .hero h1 { color: #0b1d37; }
  .hero h1 span { background: linear-gradient(100deg,#d68a07,#f2b51a 60%,#cc8200); background-clip: text; color: transparent; -webkit-background-clip: text; }
  .hero__quote { display: none; }
  .results .eyebrow { font-size: 14px; letter-spacing: .16em; }
  .results .eyebrow::before,.results .eyebrow::after { display: none; }
  .lot-card__price { font-size: 42px; }
  .lot-invitation { gap: 8px; font-size: 8px; letter-spacing: .08em; }
}

/* Use the supplied brand artwork in both logo positions, cropped to the symbol or wordmark. */
.brand { gap: 4px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.brand__symbol-window { position: relative; display: block; width: 46px; height: 48px; flex: 0 0 auto; overflow: hidden; }
.brand__symbol-window img { position: absolute; top: 0; left: -35px; display: block; width: 108px; max-width: none; height: auto; }
.brand__logo-window { position: relative; display: block; width: 164px; height: 33px; flex: 0 0 auto; overflow: hidden; }
.brand__logo-window img { position: absolute; top: -74px; left: 0; display: block; width: 164px; max-width: none; height: auto; }
.hero__image-slot { background-size: 125% auto; background-position: right top; }
.hero__quote { right: -28px; bottom: 88px; width: 190px; font-size: clamp(36px,3.4vw,46px); line-height: .95; }

/* Restore the alternating light and dark section surfaces from the reference page. */
.hero { margin: 0; border: 0; border-radius: 0; box-shadow: none; }
.speakers,.about,.audience,.program,.results,.enroll,.final-cta { border-top: 0; }
.results { border-bottom: 0; box-shadow: none; }
.speakers { border-bottom: 0; }
.speaker-art { border: 0; border-radius: 0; box-shadow: none; }

.about {
  color: #142849;
  background-color: #f2f7fa;
  background-image: linear-gradient(90deg,rgba(249,252,254,.95) 0%,rgba(249,252,254,.93) 58%,rgba(248,251,253,.62) 100%),url("assets/fundo-metodologia.webp");
  box-shadow: none;
}
.about .eyebrow,.program .eyebrow,.enroll .eyebrow,.faq__heading .eyebrow { color: #163454; text-shadow: none; }
.about h2 { color: #102747; }
.about__copy > p:not(.eyebrow) { color: #29425f; }
.method-list { margin-right: 70px; }
.method-list li { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.method-list li > span { border: 0; background: #dda415; color: white; box-shadow: none; }
.method-list p { color: #243c5a; }

.audience { background: #06172d; box-shadow: none; }
.audience__image-slot { background-image: linear-gradient(rgba(4,18,35,.75),rgba(4,18,35,.8)),url("assets/fundo-publico.webp"); }
.audience-card {
  border: 1px solid #d5e1e9;
  border-radius: 12px;
  background: linear-gradient(180deg,#fbfdff,#eef4f8);
  color: #142849;
  box-shadow: 0 6px 16px rgba(0,0,0,.16);
}
.audience-card > svg { color: #122a49; filter: none; }
.audience-card p { color: #425b77; }

.program {
  color: #142849;
  background-color: #f2f7fb;
  background-image: linear-gradient(rgba(249,252,254,.94),rgba(245,249,252,.95)),url("assets/fundo-programacao.webp");
}
.program__inner > .eyebrow { color: #132f50; }
.day-tab { border-color: #d6e2eb; background: linear-gradient(180deg,#fff,#f0f5f9); color: #263e5c; box-shadow: 0 2px 9px rgba(16,43,70,.06); }
.day-tab--active { border-color: #173756; background: #102945; color: #f5f8fb; box-shadow: 0 6px 16px rgba(11,30,52,.14); }
.day-tab--active::after { display: none; }
.schedule-row,.schedule-row:nth-child(even) { border-color: #e1eaf0; background: #f6f9fb; color: #233b58; box-shadow: none; }
.schedule-row:nth-child(even) { background: #eaf1f6; }
.schedule-row time { color: #233b58; }
.schedule-row small { color: #586d82; }
.schedule-quote { color: #152d4b; text-shadow: none; }
.schedule-quote i { border-color: #e2aa1b; filter: none; }

@media (max-width: 1100px) {
  .brand__symbol-window { width: 38px; height: 40px; }
  .brand__symbol-window img { left: -29px; width: 89px; }
  .brand__logo-window { width: 136px; height: 27px; }
  .brand__logo-window img { top: -61px; width: 136px; }
  .hero__side-copy { right: 2px; font-size: 17px; }
  .hero__quote { bottom: 76px; width: 185px; font-size: clamp(34px,3.75vw,44px); }
}
@media (max-width: 820px) {
  .brand__symbol-window { width: 28px; height: 29px; }
  .brand__symbol-window img { left: -22px; width: 66px; }
  .brand__logo-window { width: 104px; height: 21px; }
  .brand__logo-window img { top: -47px; width: 104px; }
  .hero__copy { width: 100%; max-width: 620px; }
  .hero__image-slot { background-size: cover; background-position: 65% center; }
  .hero__quote { right: 18px; bottom: 18px; width: 155px; font-size: 27px; }
  .about { background-image: linear-gradient(rgba(249,252,254,.94),rgba(249,252,254,.94)),url("assets/fundo-metodologia.webp"); }
}
@media (max-width: 480px) {
  .brand__symbol-window { width: 28px; height: 29px; }
  .brand__symbol-window img { left: -22px; width: 66px; }
  .brand__logo-window { width: 112px; height: 23px; }
  .brand__logo-window img { top: -51px; width: 112px; }
  .hero__image-slot { background-size: cover; background-position: 70% center; }
  .hero h1 { font-size: clamp(29px,8.8vw,36px); letter-spacing: -.06em; }
  .hero h1 span { white-space: nowrap; }
  .hero__quote { display: none; }
}

@media (max-width: 360px) {
  .brand__symbol-window { width: 24px; height: 25px; }
  .brand__symbol-window img { left: -19px; width: 58px; }
  .brand__logo-window { width: 86px; height: 17px; }
  .brand__logo-window img { top: -39px; width: 86px; }
}

/* Rhythm shared across the full-width sections: 50px vertical and 25px lateral. */
:root { --section-space-y: 50px; --section-gutter: 25px; }
.page-width { width: min(var(--page), calc(100% - (var(--section-gutter) * 2))); }
.about,
.audience,
.program,
.results,
.enroll,
.final-cta { padding-block: var(--section-space-y); }
.hero__content { padding-bottom: var(--section-space-y); }

/* Subtle study imagery sits behind transparent participant portraits. */
.speakers {
  min-height: 0;
  padding-block: var(--section-space-y);
  background-color: #06172d;
  background-image: linear-gradient(rgba(4, 18, 36, .92), rgba(4, 18, 36, .94)), url("assets/fundo-palestrantes.webp");
  background-position: center right;
  background-size: cover;
}
.speakers__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.speaker-art-panel {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 1122 / 1402;
  background: transparent;
}
.speaker-art-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -3%;
  left: 50%;
  width: 56%;
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(132, 186, 225, .44) 0%, rgba(75, 137, 187, .24) 42%, transparent 73%);
  filter: blur(16px);
  pointer-events: none;
}
.speaker-art {
  position: absolute;
  z-index: 1;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
  opacity: 1;
  clip-path: inset(0 0 42%);
}
.speaker-art-panel--inward .speaker-art { transform: scaleX(-1); }
.speaker-card-copy {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 3%;
  left: 5%;
  min-height: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 15px 14px;
  border: 1px solid #e1a60c;
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(7, 28, 52, .98), rgba(3, 18, 38, .99));
  box-shadow: 0 0 0 1px rgba(255, 215, 89, .17), 0 9px 24px rgba(0, 0, 0, .28), 0 0 18px rgba(231, 171, 31, .1);
  color: #f5f8fb;
  text-align: center;
}
.speaker-card-copy__role {
  position: absolute;
  top: -13px;
  left: 50%;
  width: max-content;
  max-width: 94%;
  transform: translateX(-50%);
  padding: 5px 13px;
  border: 1px solid #e2a718;
  border-radius: 999px;
  background: #071c35;
  color: #f7f9fb;
  font-size: clamp(7px, .72vw, 9px);
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.15;
  text-wrap: balance;
}
.speaker-card-copy h2 { margin: 0 0 8px; color: #f7f9fb; font-size: clamp(17px, 1.65vw, 23px); font-weight: 850; line-height: 1.14; }
.speaker-card-copy p { max-width: 380px; margin: 0; color: #dce5ed; font-size: clamp(11px, 1.05vw, 14px); line-height: 1.32; }
.site-footer {
  padding-block: 15px;
  padding-inline: var(--section-gutter);
  border-top: 1px solid rgba(226, 170, 27, .42);
  background: #06172d;
  color: #d6e1ec;
  text-align: center;
}
.site-footer p { margin: 0; font-size: 12px; line-height: 1.5; letter-spacing: .035em; }

@media (max-width: 960px) {
  .site-header { height: 74px; }
  .site-header__inner { gap: 12px; }
  .desktop-nav { display: none; }
  .mobile-menu-button { display: inline-grid; place-items: center; order: 3; width: 40px; height: 40px; border: 1px solid #cdd9e1; border-radius: 50%; background: #f8fbfd; color: var(--navy); cursor: pointer; }
  .mobile-menu-button svg { width: 22px; height: 22px; }
  .site-header__inner > .button { margin-left: auto; }
  .hero__copy { width: 100%; max-width: 680px; }
  .event-details { display: grid; grid-template-columns: 1.35fr 1fr 1fr; align-items: stretch; gap: 0; }
  .event-detail { min-width: 0; justify-content: center; padding-inline: 9px; }
  .event-detail p { min-width: 0; }
  .hero-perks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 8px; }
  .hero-perks span { min-width: 0; padding-inline: 5px; }
  .hero-perks br { display: none; }
}

@media (max-width: 760px) {
  .speakers__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .speaker-art-panel:last-child { grid-column: 1 / -1; width: min(100%, 390px); justify-self: center; }
}

@media (max-width: 480px) {
  body { min-width: 0; }
  .page-width { width: calc(100% - (var(--section-gutter) * 2)); }
  .about,
  .audience,
  .program,
  .results,
  .enroll,
  .final-cta,
  .speakers { padding-block: var(--section-space-y); }
  .hero__content { padding: 50px 0; }
  .hero__copy { padding: 0; }
  .site-header__inner > .button { flex: 0 0 auto; white-space: nowrap; padding-inline: 8px; font-size: 9.5px; }
  .event-details { grid-template-columns: 1.35fr 1fr 1fr; margin-bottom: 19px; }
  .event-detail { min-height: 62px; gap: 5px; padding-inline: 6px; }
  .event-detail:first-child { padding-left: 0; }
  .event-detail > svg { width: 18px; height: 18px; }
  .event-detail p { font-size: 9px; line-height: 1.2; }
  .event-detail strong { font-size: 10px; }
  .event-detail small { font-size: 8px; }
  .event-detail span { font-weight: 700; }
  .hero-perks { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 4px; margin-top: 16px; }
  .hero-perks span { min-height: 72px; display: flex; flex-direction: column; justify-content: flex-start; gap: 5px; padding: 8px 2px 0; border-right: 1px solid rgba(26,52,81,.2); font-size: 9px; line-height: 1.24; text-align: center; }
  .hero-perks span:last-child { border-right: 0; }
  .hero-perks svg { width: 18px; height: 18px; }
  .button--final { gap: 6px; padding-inline: 10px; font-size: 11px; white-space: nowrap; }
  .button--final svg { width: 32px; height: 32px; padding: 8px; }
  .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; margin: 17px 0 0; }
  .metric { min-width: 0; gap: 6px; padding-left: 0; }
  .metric__icon { flex: 0 0 36px; width: 36px; height: 36px; }
  .metric__icon svg { width: 20px; height: 20px; }
  .metric p { min-width: 0; }
  .metric strong { font-size: 16px; }
  .metric small { font-size: 8px; letter-spacing: .01em; }
  .schedule-quote { width: 100%; max-width: 100%; font-size: clamp(20px, 6.3vw, 28px); }
  .final-cta__grid { grid-template-columns: minmax(0, 1fr); }
  .final-cta__copy,
  .organization-card { width: 100%; min-width: 0; }
  .speakers__grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .speaker-art-panel,
  .speaker-art-panel:last-child { grid-column: auto; width: min(100%, 400px); justify-self: center; }
  .speaker-art { opacity: 1; }
}

@media (max-width: 360px) {
  .site-header__inner { gap: 5px; }
  .brand { gap: 3px; }
  .brand__logo-window { width: 76px; height: 15px; }
  .brand__logo-window img { top: -35px; width: 76px; }
  .site-header__inner > .button { min-height: 34px; padding-inline: 7px; font-size: 9px; }
  .site-header__inner > .button svg { width: 12px; height: 12px; }
  .mobile-menu-button { width: 30px; height: 30px; }
  .mobile-menu-button svg { width: 18px; height: 18px; }
  .event-details { grid-template-columns: 1.3fr 1fr 1fr; }
  .event-detail { gap: 3px; padding-inline: 4px; }
  .event-detail > svg { width: 16px; height: 16px; }
  .event-detail p { font-size: 8px; }
  .event-detail strong { font-size: 9px; }
  .event-detail small { font-size: 7px; }
}

/* Keep the 50px rhythm inside each section so its background fills the space. */
main > section:not(.hero) {
  margin-block: 0;
  padding-block: 50px;
}

/* Pricing and FAQ hierarchy: calmer type scale, aligned cards, and room before the invitation. */
.enroll { min-height: 0; }
.enroll__inner > .eyebrow {
  margin: 0 0 9px;
  font-size: clamp(22px, 2vw, 27px);
  letter-spacing: .2em;
  line-height: 1.2;
}
.enroll__subtitle {
  margin: 0 0 28px;
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.5;
}
.lot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(12px, 1.5vw, 20px);
}
.lot-card { display: flex; flex-direction: column; height: 100%; }
.lot-card > header { padding: 10px 14px; line-height: 1.35; }
.lot-card__body { flex: 1; justify-content: center; }
.lot-card__price { font-variant-numeric: tabular-nums; letter-spacing: -.025em; }
.lot-invitation {
  margin: 100px 0 34px;
  gap: clamp(10px, 1.6vw, 20px);
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.5;
}
.faq { margin-top: 0; }
.faq__heading { margin-bottom: 18px; }
.faq__heading .eyebrow {
  font-size: clamp(18px, 1.6vw, 21px);
  letter-spacing: .19em;
  line-height: 1.25;
}
.faq__grid { gap: 18px; }
.faq-item > button { min-height: 50px; line-height: 1.4; }

@media (max-width: 760px) {
  .lot-grid { grid-template-columns: minmax(0, 1fr); }
  .faq__heading { display: grid; grid-template-columns: 1fr; gap: 7px; }
  .faq__heading > button { position: static; justify-self: center; transform: none; }
}
@media (max-width: 480px) {
  .lot-invitation {
    margin: 100px 0 30px;
    gap: 8px;
    font-size: 10px;
    letter-spacing: .08em;
  }
  .faq__heading .eyebrow { font-size: 17px; letter-spacing: .14em; }
}

/* Final callout must collapse cleanly before the two-column layout gets cramped. */
@media (max-width: 820px) {
  .final-cta__grid {
    width: min(var(--page), calc(100% - (var(--section-gutter) * 2)));
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding-left: 0;
  }
  .final-cta__copy {
    width: 100%;
    max-width: 600px;
    min-width: 0;
    margin: 0 auto;
    padding: 18px;
  }
  .final-cta h2 { font-size: clamp(28px, 5.5vw, 36px); line-height: 1.08; }
  .final-cta__copy > p { font-size: 14px; line-height: 1.5; }
  .button--final {
    width: 100%;
    min-width: 0;
    min-height: 60px;
    gap: 10px;
    padding: 8px 12px 8px 18px;
    font-size: clamp(13px, 2.8vw, 15px);
    line-height: 1.2;
    white-space: normal;
  }
  .button--final svg { width: 38px; height: 38px; padding: 10px; }
  .final-cta__proof { width: 100%; gap: 12px; }
  .final-cta__proof > span { min-width: 0; flex: 1; gap: 8px; font-size: 10px; }
  .final-cta__proof > span > svg { width: 30px; height: 30px; }
  .organization-card {
    width: 100%;
    max-width: 600px;
    min-width: 0;
    min-height: 0;
    justify-self: center;
    padding: 22px;
  }
  .organization-card p { font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
}
@media (max-width: 480px) {
  .button--final {
    gap: 6px;
    padding-inline: 8px;
    font-size: clamp(10px, 2.8vw, 11px);
    white-space: nowrap;
  }
  .button--final svg { width: 32px; height: 32px; padding: 8px; }
}

/* Preserve the full two-line wordmark instead of trimming the top of its letters. */
.brand__logo-window { height: 38px; }
.brand__logo-window img { top: -74px; }
@media (max-width: 1100px) {
  .brand__logo-window { height: 32px; }
  .brand__logo-window img { top: -61px; }
}
@media (max-width: 820px) {
  .brand__logo-window { height: 25px; }
  .brand__logo-window img { top: -47px; }
}
@media (max-width: 480px) {
  .brand__logo-window { height: 27px; }
  .brand__logo-window img { top: -51px; }
}
@media (max-width: 360px) {
  .brand__logo-window { height: 22px; }
  .brand__logo-window img { top: -35px; }
}

/* Warm brand yellow keeps the final headline distinct over the background. */
.final-cta h2 span {
  background: none;
  color: #d99f00;
  text-shadow: 0 1px 1px rgba(8, 29, 53, .22);
  -webkit-text-fill-color: #d99f00;
}
@media (max-width: 820px) {
  .final-cta h2 span {
    background: none;
    background-clip: border-box;
    color: #d99f00;
    text-shadow: 0 1px 1px rgba(8, 29, 53, .22);
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #d99f00;
  }
}

/* Small motion accents; content remains readable and available without animation. */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 480ms ease, transform 480ms cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }
.lot-card,
.audience-card,
.speaker-art-panel,
.faq-item,
.organization-card {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .lot-card:hover,
  .audience-card:hover,
  .speaker-art-panel:hover,
  .faq-item:hover,
  .organization-card:hover { transform: translateY(-3px); }
  .lot-card:hover,
  .audience-card:hover,
  .faq-item:hover { box-shadow: 0 12px 28px rgba(8, 30, 55, .12); }
}
:focus-visible { outline: 3px solid #e6a90c; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal-on-scroll { opacity: 1; transform: none; }
}

/* Logo crops are now separate, small assets, displayed without clipping a full-size source. */
.brand__symbol-window img,
.brand__logo-window img {
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Premium audience cards: richer icon medallions and clearer visual rhythm. */
.audience__cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.55vw, 21px); }
.audience-card {
  position: relative;
  isolation: isolate;
  min-height: 252px;
  justify-content: flex-start;
  overflow: hidden;
  padding: 26px 21px 22px;
  border: 1px solid rgba(224, 169, 38, .62);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff 0%, #f8fbfd 62%, #edf4f8 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.98), inset 0 -3px 0 rgba(17,48,78,.045), 0 9px 23px rgba(1,13,29,.2), 0 0 0 1px rgba(255,255,255,.08);
  text-align: center;
}
.audience-card::before {
  position: absolute;
  z-index: -1;
  top: -39px;
  right: -34px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236,185,61,.19), rgba(236,185,61,0) 72%);
  content: "";
}
.audience-card__index {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: flex-end;
  gap: 6px;
  min-height: 15px;
  margin: -7px 0 9px;
  color: #9b6c09;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
}
.audience-card__index i {
  width: 21px;
  height: 1px;
  background: linear-gradient(90deg, #e6b32e, rgba(230,179,46,0));
}
.audience-card__icon {
  display: grid;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  place-items: center;
  margin: 0 auto 15px;
  border: 1px solid rgba(239,190,58,.9);
  border-radius: 50%;
  background: radial-gradient(circle at 36% 28%, #1d4167, #0a2341 72%);
  box-shadow: 0 0 0 4px rgba(224,169,38,.11), inset 0 1px 0 rgba(255,255,255,.19), 0 6px 14px rgba(7,29,54,.21);
}
.audience-card__icon svg { width: 28px; height: 28px; margin: 0; color: #f3c54c; filter: drop-shadow(0 2px 4px rgba(0,0,0,.22)); }
.audience-card h3 { min-height: 42px; margin: 0 0 9px; color: #102b4b; font-size: 16px; font-weight: 750; line-height: 1.25; text-wrap: balance; }
.audience-card__rule { width: 42px; height: 2px; flex: 0 0 2px; margin: 0 auto 11px; border-radius: 2px; background: linear-gradient(90deg, rgba(218,160,24,.2), #dfa915, rgba(218,160,24,.2)); box-shadow: 0 0 8px rgba(226,169,26,.19); }
.audience-card p { max-width: 245px; margin: 0; color: #4a6077; font-size: 14px; line-height: 1.4; text-wrap: pretty; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .audience-card:hover { border-color: #e2ad26; box-shadow: inset 0 1px 0 #fff, inset 0 -3px 0 rgba(17,48,78,.045), 0 15px 30px rgba(1,13,29,.27), 0 0 24px rgba(238,182,41,.18); }
}
@media (max-width: 820px) {
  .audience-card { min-height: 228px; padding: 21px 16px 19px; }
  .audience-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: min(100%, 360px); justify-self: center; }
  .audience-card__icon { width: 56px; height: 56px; flex-basis: 56px; margin-bottom: 13px; }
  .audience-card h3 { font-size: 15px; }
  .audience-card p { font-size: 13px; }
}
@media (max-width: 480px) {
  .audience__cards { gap: 11px; }
  .audience-card { min-height: 224px; padding: 18px 12px 16px; border-radius: 14px; }
  .audience-card__index { margin-top: -3px; font-size: 9px; letter-spacing: .13em; }
  .audience-card__icon { width: 50px; height: 50px; flex-basis: 50px; margin-bottom: 12px; }
  .audience-card__icon svg { width: 24px; height: 24px; }
  .audience-card h3 { min-height: 42px; margin-bottom: 7px; font-size: 13px; }
  .audience-card__rule { width: 34px; margin-bottom: 9px; }
  .audience-card p { font-size: 11.5px; line-height: 1.38; }
}
@media (max-width: 600px) {
  .audience__cards { grid-template-columns: minmax(0, 1fr); }
  .audience-card:last-child:nth-child(odd) { grid-column: auto; width: auto; justify-self: stretch; }
}
@media (max-width: 360px) {
  .audience__cards { gap: 9px; }
  .audience-card { min-height: 220px; padding-inline: 9px; }
  .audience-card h3 { font-size: 12px; }
  .audience-card p { font-size: 10.5px; }
}
/* Accessible two-day program tabs and speaker details on every screen. */
.day-tabs { width: min(670px, 100%); gap: 0; }
.day-tab { position: relative; flex: 1 1 50%; width: auto; font: inherit; text-align: center; cursor: pointer; transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.day-tab:focus-visible { z-index: 2; outline-offset: 2px; }
.day-tab[aria-selected="true"] { border-color: #e4ae29; background: linear-gradient(140deg, #173858, #091f3b); box-shadow: inset 0 0 0 1px rgba(255,224,133,.13), 0 5px 17px rgba(7,26,48,.18), 0 0 16px rgba(228,174,41,.13); }
.day-tab[aria-selected="true"]::after { content: ""; position: absolute; right: 30%; bottom: -1px; left: 30%; height: 2px; background: linear-gradient(90deg, transparent, #ffd451, transparent); box-shadow: 0 0 9px rgba(255,205,70,.65); }
.day-tab + .day-tab { margin-left: -1px; }
.schedule-layout[hidden] { display: none !important; }
.schedule-layout[role="tabpanel"]:focus-visible { outline: 2px solid rgba(224,169,38,.6); outline-offset: 5px; }
.schedule-row--day-two { min-height: 70px; grid-template-columns: 92px 20px minmax(0,1fr) 205px; padding-block: 10px; }
.schedule-row--day-one p,.schedule-row--day-two p { line-height: 1.32; }
.schedule-row--day-one small,.schedule-row--day-two small { white-space: normal; line-height: 1.28; }
@media (max-width: 1100px) {
  .schedule-row--day-two { grid-template-columns: 82px 16px minmax(0,1fr) 165px; gap: 8px; }
}
@media (max-width: 820px) {
  .day-tabs { width: 100%; }
  .day-tab { min-width: 0; }
  .schedule-row--day-two { min-height: 0; grid-template-columns: 76px 14px minmax(0,1fr); gap: 7px; padding: 10px 8px; }
  .schedule-row--day-two time { grid-column: 1; grid-row: 1 / span 2; align-self: start; padding-top: 2px; }
  .schedule-row--day-two .schedule-row__divider { grid-column: 2; grid-row: 1 / span 2; align-self: center; margin: 0; }
  .schedule-row--day-two p { grid-column: 3; grid-row: 1; }
  .schedule-row--day-two small { display: block; grid-column: 3; grid-row: 2; margin-top: 3px; color: #586d82; font-size: 10px; text-align: left; white-space: normal; }
}
@media (max-width: 480px) {
  .day-tab { min-height: 62px; padding-inline: 3px; }
  .day-tab strong { font-size: 11px; }
  .day-tab span { font-size: 8px; letter-spacing: .08em; }
  .schedule-row--day-two { grid-template-columns: 70px 12px minmax(0,1fr); gap: 5px; }
  .schedule-row--day-two time { font-size: 10px; }
  .schedule-row--day-two p { font-size: 10px; }
  .schedule-row--day-two small { font-size: 9px; }
}
/* Day one lecture labels and speaker details, including on narrow screens. */
.schedule-row--day-one { min-height: 48px; padding-block: 7px; }
@media (max-width: 820px) {
  .schedule-row--day-one { min-height: 57px; grid-template-columns: 56px 14px minmax(0,1fr); gap: 7px; padding: 7px 8px; }
  .schedule-row--day-one time { grid-column: 1; grid-row: 1 / span 2; align-self: start; padding-top: 2px; }
  .schedule-row--day-one .schedule-row__divider { grid-column: 2; grid-row: 1 / span 2; align-self: center; margin: 0; }
  .schedule-row--day-one p { grid-column: 3; grid-row: 1; }
  .schedule-row--day-one small { display: block; grid-column: 3; grid-row: 2; margin-top: 3px; color: #586d82; font-size: 10px; text-align: left; }
}
@media (max-width: 480px) {
  .schedule-row--day-one { min-height: 56px; grid-template-columns: 48px 12px minmax(0,1fr); gap: 5px; }
  .schedule-row--day-one p { font-size: 10px; }
  .schedule-row--day-one small { font-size: 9px; }
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("assets/fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("assets/fonts/caveat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Keep noncritical section artwork off the initial mobile network path. */
.speakers { background-image: linear-gradient(rgba(4, 18, 36, .92), rgba(4, 18, 36, .94)), var(--lazy-bg, none); }
.about { background-image: linear-gradient(90deg, rgba(249,252,254,.95) 0%, rgba(249,252,254,.93) 58%, rgba(248,251,253,.62) 100%), var(--lazy-bg, none); }
.audience__image-slot { background-image: linear-gradient(rgba(4,18,35,.75),rgba(4,18,35,.8)), var(--lazy-bg, none); }
.program { background-image: linear-gradient(rgba(249,252,254,.94),rgba(245,249,252,.95)), var(--lazy-bg, none); }
.results__image-slot { background-image: linear-gradient(rgba(3,16,33,.84),rgba(4,20,38,.86)), var(--lazy-bg, none); }
.enroll { background-image: linear-gradient(rgba(239,246,250,.9),rgba(239,246,250,.9)), var(--lazy-bg, none); }
@media (max-width: 820px) {
  .about { background-image: linear-gradient(rgba(249,252,254,.94),rgba(249,252,254,.94)), var(--lazy-bg, none); }
  .enroll { background-image: linear-gradient(rgba(246,250,253,.84),rgba(242,248,252,.9)), var(--lazy-bg, none); }
}
