@font-face {
  font-family: 'Manrope';
  src: url('fonts/manrope.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --primary:#ff2d36;
  --secondary:#082779;
  --navy:#071e6c;
  --gold:#ffce23;
  --cyan:#00c6d7;
  --text:#102453;
  --muted:#64718c;
  --bg:#fff;
  --surface:#fff;
  --surface-muted:#f3f6fc;
  --font-sans:'Manrope',Arial,sans-serif;
  --font-display:'Montserrat',Arial,sans-serif;
  --header-height:84px;
  font-size:16px
}
*,*::before,*::after {
  box-sizing:border-box
}
html {
  scroll-padding-top:100px
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--font-sans);
  line-height:1.6
}
body.no-scroll {
  overflow:hidden
}
a {
  color:inherit;
  text-decoration:none
}
button,input {
  font:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
img {
  max-width:100%;
  display:block
}
h1,h2,h3,h4,h5,p {
  margin:0
}
h1,h2,h3,h4,h5 {
  line-height:1.2
}
h2 {
  font-family:var(--font-display);
  font-size:clamp(28px,3vw,42px);
  font-weight:800;
  letter-spacing:-1.4px
}
h3 {
  font-size:22px
}
button:disabled {
  cursor:wait;
  opacity:.6
}
button:focus-visible,a:focus-visible,input:focus-visible {
  outline:3px solid var(--cyan);
  outline-offset:5px
}
[hidden],.is-hidden {
  display:none!important
}
.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  z-index:10001;
  background:#fff;
  color:var(--navy);
  padding:12px
}
.skip-link:focus {
  top:10px
}
.site-shell {
  width:100%;
  overflow:clip
}
.content-section {
  max-width:1220px;
  padding:90px 20px;
  margin:0 auto
}
.label {
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:800;
  color:#007c90;
  margin-bottom:20px
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:40px
}
.heading-caption {
  color:var(--muted);
  font-size:14px
}
.text-link {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  font-size:13px;
  font-weight:800;
  border:0;
  border-bottom:1px solid #bfcce4;
  padding:12px 0;
  background:none;
  color:var(--secondary)
}
.text-link:hover {
  color:var(--primary)
}
.site-header {
  position:fixed;
  inset:0 0 auto;
  z-index:100;
  background:rgba(6,28,103,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid #ffffff26;
  color:#fff
}
.header-inner {
  max-width:1220px;
  padding:16px 20px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  min-height:84px
}
.adair-brand {
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
  line-height:1
}
.brand-symbol {
  display:grid;
  place-items:center;
  border:4px solid #5166a4;
  outline:1px solid #ffffff33;
  background:#fff;
  color:var(--navy);
  border-radius:50%;
  width:53px;
  height:53px;
  font-size:24px;
  font-weight:900
}
.brand-copy strong {
  display:block;
  font-family:var(--font-display);
  font-weight:800;
  font-size:24px;
  letter-spacing:.5px
}
.brand-copy small {
  display:block;
  font-size:6.5px;
  line-height:1.25;
  margin-top:4px;
  font-weight:500
}
.main-nav {
  display:flex;
  align-items:center;
  gap:26px;
  font-size:12px;
  font-weight:800
}
.main-nav>a {
  padding:10px 0
}
.main-nav>a:hover {
  color:var(--gold)
}
.nav-link-disabled {
  opacity:.4;
  cursor:not-allowed
}
.primary-btn,.ghost-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  padding:17px 23px;
  min-height:52px;
  border:1px solid transparent;
  border-radius:10px;
  font-size:20px;
  line-height:1.4;
  font-weight:800;
  text-align:center;
  transition:background .2s,transform .2s,color .2s
}
.primary-btn {
  color:#fff;
  background:var(--primary);
  box-shadow:0 10px 25px #ff2d3620
}
.primary-btn:hover {
  background:#e71c2c;
  transform:translateY(-2px)
}
.ghost-btn {
  background:#fff;
  color:var(--secondary);
  border-color:#dce3ef
}
.ghost-btn:hover {
  background:#edf3ff;
  transform:translateY(-2px)
}
.nav-cta {
  padding:14px 18px;
  min-height:46px;
  font-size:16px
}
.nav-toggle {
  display:none;
  border:1px solid #ffffff45;
  background:transparent;
  width:44px;
  height:44px;
  padding:10px;
  border-radius:8px
}
.nav-toggle span {
  display:block;
  width:22px;
  height:2px;
  background:#fff;
  margin:5px 0;
  transition:transform .2s
}
.header-user {
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  font-size:11px;
  max-width:170px
}
.header-user-name {
  max-width:150px;
  overflow-wrap:anywhere
}
.header-user-logout {
  text-decoration:underline;
  color:#c5d7ff
}
.hero {
  background:var(--navy) url('img/hero-bg.png') center center/cover no-repeat;
  color:#fff;
  position:relative;
  overflow:hidden;
  padding-top:84px
}
.hero-inner {
  position:relative;
  max-width:1220px;
  margin:auto;
  min-height:690px;
  padding:104px 20px 156px
}
.hero-text {
  position:relative;
  z-index:2;
  width:65%
}
.hero-details {
  display:flex;
  gap:38px;
  margin-bottom:28px
}
.hero-details p {
  font-size:17px;
  color: var(--gold);
  font-weight:800
}
.hero-details small {
  display:block;
  color:#b3c0e0;
  font-size:14px;
  margin-top:4px
}
.hero-eyebrow {
  color:var(--cyan);
  font-size:12px;
  font-weight:900;
  letter-spacing:1.8px;
  text-transform:uppercase;
  margin-bottom:22px
}
.hero h1 {
  font-family:var(--font-display);
  font-size:clamp(46px,4.65vw,68px);
  font-weight:900;
  line-height:1.045;
  letter-spacing:-3.2px
}
.hero h1 span {
  color:var(--gold)
}
.hero-actions {
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:30px
}
.hero-actions .ghost-btn {
  min-width:206px
}
.hero-stream-link {
  font-size:13px;
  font-weight:700;
  color:#fff;
  padding:12px
}
.hero-girl {
  position:absolute;
  z-index:1;
  width:540px;
  height:auto;
  right:-50px;
  bottom:-101px;
  pointer-events:none
}
.hero-facts {
  position:absolute;
  bottom:0;
  left:20px;
  right:20px;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#081c65b8;
  backdrop-filter:blur(20px);
  border:1px solid #ffffff38;
  border-radius:16px 16px 0 0;
  overflow:hidden
}
.hero-facts>div {
  min-height:104px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:16px;
  padding:20px;
  border-right:1px solid #ffffff29
}
.hero-facts>div:last-child {
  border:0
}
.hero-facts strong {
  font-family:var(--font-display);
  font-size:32px;
  line-height:1;
  font-weight:900;
  color:var(--gold)
}
.hero-facts span {
  font-size:9px;
  line-height:1.3;
  text-transform:uppercase;
  font-weight:800;
  color:#c6cfeb
}
.about-section {
  display:grid;
  grid-template-columns:1.55fr 1fr;
  gap:100px;
  padding-top:94px;
  padding-bottom:72px;
  border-bottom:1px solid #e1e7f2
}
.about-heading h2 {
  font-size:clamp(27px,2.7vw,36px);
  line-height:1.3
}
.about-aside {
  border-left:1px solid #d9e0ef;
  padding-left:46px
}
.section-number {
  font-family:var(--font-display);
  font-size:68px;
  color:var(--secondary);
  font-weight:900;
  line-height:1.2;
  letter-spacing:-4px
}
.about-aside p {
  font-size:14px;
  margin:14px 0;
  color:var(--muted);
  max-width:270px
}
.committee-section {
  padding-top:76px
}
.expert-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:32px 22px
}
.expert-card {
  min-width:0
}
.expert-photo {
  overflow:hidden;
  border-radius:12px;
  background:#edf1f8;
  aspect-ratio:1.08
}
.expert-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top;
  transition:transform .45s
}
.expert-card:hover .expert-photo img {
  transform:scale(1.035)
}
.expert-copy {
  padding:20px 0 0
}
.expert-copy h3 {
  font-family:var(--font-display);
  font-size:19px;
  font-weight:800;
  line-height:1.25
}
.expert-copy h3 span {
  display:block;
  font-family:var(--font-sans);
  font-weight:700;
  font-size:14px;
  margin-top:5px
}
.expert-copy p {
  font-size:11px;
  line-height:1.65;
  color:var(--muted);
  margin-top:12px
}
.topics-section {
  background:var(--navy);
  color:#fff;
  position:relative
}
.topics-section .label {
  color:var(--cyan)
}
.topics-mark {
  font-family:var(--font-display);
  color:var(--gold);
  font-size:96px;
  font-weight:900;
  line-height:1;
  letter-spacing:-7px
}
.topics-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0 34px
}
.topic {
  padding:26px 0 30px;
  border-top:1px solid #ffffff38;
  display:grid;
  grid-template-columns:30px 1fr;
  gap:17px
}
.topic>span {
  font-size:13px;
  color:var(--gold);
  font-weight:800
}
.topic h3 {
  font-size:16px;
  line-height:1.5;
  font-weight:600
}
.specialties {
  display:grid;
  grid-template-columns:1fr 2fr;
  border-top:1px solid #ffffff38;
  margin-top:25px;
  padding-top:35px;
  gap:30px
}
.specialties>p {
  font-size:12px;
  color:#b8c6e6
}
.specialties>div {
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.specialties span {
  padding:8px 12px;
  border:1px solid #ffffff40;
  border-radius:30px;
  font-size:11px;
  color:#dce7ff
}
.organizer-main {
  display:grid;
  grid-template-columns:200px 1fr;
  align-items:center;
  border-bottom:1px solid #e1e7f2;
  padding-bottom:38px
}
.organizer-main>a {
  display:flex;
  align-items:center;
  gap:36px
}
.organizer-main img {
  width:110px;
  height:100px;
  object-fit:contain
}
.organizer-main h2 {
  font-size:24px;
  line-height:1.4;
  max-width:550px;
  letter-spacing:-.6px
}
.organizer-main h2 span {
  color:#0099ac
}
.support-label {
  margin-top:36px
}
.support-grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:28px
}
.support-grid img {
  height:70px;
  width:100%;
  object-fit:contain;
  object-position:left
}
.support-grid p {
  font-size:11px;
  line-height:1.6;
  margin-top:18px;
  color:var(--muted)
}
.schedule {
  border-top:1px solid #e1e7f2
}
.section-head {
  margin-bottom:30px
}
.schedule .section-head {
  position:relative
}
.schedule .nmo-open {
  margin-top:22px
}
.schedule-note {
  font-size:12px;
  color:var(--muted);
  margin-top:20px
}
.schedule-controls {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  margin-top:28px
}
.schedule-tabs,.schedule-room-tabs {
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.schedule-toggle,.schedule-room-toggle {
  padding:12px 22px;
  border:1px solid #dce4f2;
  border-radius:8px;
  background:#f2f5fb;
  color:var(--text);
  font-size:13px;
  font-weight:700
}
.schedule-toggle.is-active {
  background:var(--secondary);
  color:#fff;
  border-color:var(--secondary)
}
.schedule-room-tabs {
  margin-bottom:24px
}
.schedule-room-toggle {
  background:#fff
}
.schedule-room-toggle.is-active {
  border-color:#008d9e;
  background:#e9fafb;
  color:#007587
}
.schedule-day,.schedule-room {
  display:none
}
.schedule-day.is-active,.schedule-room.is-active {
  display:block
}
.schedule-accordion {
  border:1px solid #dbe3f0;
  border-radius:12px;
  overflow:hidden;
  margin-bottom:14px
}
.schedule-accordion-toggle {
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  gap:20px;
  text-align:left;
  border:0;
  background:#f3f6fc;
  padding:24px;
  color:var(--text)
}
.schedule-accordion-head {
  display:grid;
  grid-template-columns:120px 1fr;
  gap:24px;
  width:100%
}
.schedule-accordion-time,.time,.schedule-talk-time {
  font-size:13px;
  font-weight:800;
  color:#007c90
}
.schedule-accordion-main h4,.schedule-row-main h4 {
  font-size:17px;
  line-height:1.5
}
.schedule-content,.schedule-comment {
  font-size:13px;
  line-height:1.7;
  margin-top:8px;
  overflow-wrap:anywhere
}
.schedule-comment {
  color:var(--muted)
}
.schedule-accordion-icon {
  font-size:26px;
  color:var(--secondary);
  flex-shrink:0
}
.schedule-accordion-panel {
  display:none;
  padding:0 24px
}
.schedule-accordion.is-open .schedule-accordion-panel {
  display:block
}
.schedule-accordion.is-open .schedule-accordion-icon {
  transform:rotate(45deg)
}
.schedule-talk,.schedule-row {
  display:grid;
  grid-template-columns:120px 1fr;
  gap:24px;
  padding:24px 0;
  border-bottom:1px solid #e1e7f2
}
.schedule-talk:last-child {
  border:0
}
.schedule-talk h5 {
  font-size:15px;
  line-height:1.5
}
.schedule-row {
  padding:24px;
  border:1px solid #dce4f2;
  border-radius:12px;
  margin-bottom:14px;
  transition:opacity .3s,transform .3s
}
.schedule-placeholder-container {
  background:#f1f5fc;
  padding:36px;
  border-radius:14px
}
.schedule-placeholder {
  padding:28px;
  font-size:15px;
  color:var(--muted);
  background:#f3f6fc;
  border-radius:12px
}
.schedule-pdf-block .primary-btn {
  min-width:220px
}
.template {
  background:#f2f6fc;
  border-radius:16px;
  padding:36px;
  max-width:1180px;
  display:flex;
  align-items:center;
  gap:28px
}
.template h2 {
  font-size:26px;
  letter-spacing:-.5px
}
.template .label {
  margin-bottom:8px
}
.template p:not(.label) {
  font-size:13px;
  color:var(--muted);
  margin-top:10px
}
.template-icon {
  position:relative;
  width:68px;
  height:82px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#fff;
  color:var(--secondary);
  font-size:36px;
  font-weight:900;
  flex-shrink:0
}
.template-icon span {
  position:absolute;
  font-size:16px;
  right:8px;
  bottom:5px;
  color:var(--primary)
}
.template>.ghost-btn {
  margin-left:auto;
  white-space:nowrap
}
.registration {
  padding-top:100px
}
.registration h2 {
  max-width:740px
}
.registration-lead {
  font-size:15px;
  color:var(--muted);
  margin-bottom:30px
}
.registration-options {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px
}
.registration-options article {
  padding:36px;
  border-radius:16px;
  background:#f3f6fc;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
.registration-options .registration-offline {
  background:var(--navy);
  color:#fff
}
.format-badge {
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#008494;
  margin-bottom:36px
}
.registration-offline .format-badge {
  color:var(--cyan)
}
.registration-options h3 {
  font-family:var(--font-display);
  font-size:28px;
  font-weight:800;
  letter-spacing:-.7px
}
.registration-options p {
  font-size:13px;
  line-height:1.8;
  margin:18px 0 30px;
  color:var(--muted);
  max-width:410px
}
.registration-offline p {
  color:#c9d6f1
}
.registration-options button {
  margin-top:auto;
  min-width:230px
}
.registration-status-card {
  padding:32px;
  border:1px solid #cbdbee;
  background:#f1f7ff;
  border-radius:16px
}
.registration-status-eyebrow {
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  color:#007b88
}
.registration-status-text {
  font-size:22px;
  margin:16px 0
}
.registration-status-actions {
  margin-top:24px
}
.venue-map {
  padding-top:24px
}
.venue-map-lead {
  font-size:14px;
  color:var(--muted);
  margin-bottom:26px
}
.venue-map-frame {
  height:400px;
  background:#e9eef7;
  border-radius:16px;
  overflow:hidden
}
.venue-map-frame iframe {
  width:100%;
  height:100%;
  border:0
}
.hotel-section {
  max-width:1180px;
  background:#fff3d4;
  padding:50px;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:80px;
  border-radius:18px;
  margin-bottom:50px
}
.hotel-section .label {
  color:#826000
}
.hotel-section h2 {
  font-size:38px
}
.hotel-section p:not(.label) {
  font-size:14px;
  max-width:430px;
  margin-top:20px
}
.hotel-dates {
  display:block;
  font-family:var(--font-display);
  font-size:30px;
  font-weight:800;
  margin-top:24px
}
.hotel-section p.hotel-note {
  font-size:11px;
  margin-top:0;
  color:#7f714f
}
.hotel-booking {
  position:relative;
  align-self:center;
  padding-top:15px
}
.hotel-booking h3 {
  font-size:22px;
  margin-bottom:24px
}
.hotel-booking a {
  display:flex;
  justify-content:space-between;
  margin-top:10px;
  border:0
}
.hotel-star {
  position:absolute;
  right:5px;
  top:-25px;
  font-size:76px;
  color:#e9ae00;
  line-height:1
}
.partners {
  padding-top:30px;
  padding-bottom:70px
}
.partners h2 {
  font-size:28px
}
.partners-wrapper {
  overflow:hidden;
  margin-top:35px
}
.partners-track {
  display:flex;
  gap:35px;
  align-items:center
}
.partners-track.is-static {
  justify-content:space-between
}
.partner-logo {
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  max-width:260px;
  height:85px
}
.partner-logo img {
  max-height:75px;
  max-width:100%;
  object-fit:contain
}
.site-footer {
  background:#061b5e;
  color:#fff;
  padding:54px 20px 24px
}
.footer-inner,.footer-bottom {
  max-width:1180px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  gap:35px
}
.footer-description {
  font-size:12px;
  color:#b2c1e2;
  margin-top:24px
}
.footer-heading {
  color:#7995cb;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1.5px;
  margin-bottom:18px
}
.footer-col {
  font-size:12px
}
.footer-col>a {
  display:block;
  margin:8px 0
}
.footer-col>a:hover {
  color:var(--gold)
}
.footer-col p:not(.footer-heading) {
  color:#c3cfeb;
  line-height:1.8
}
.footer-top-link {
  display:grid;
  place-items:center;
  border:1px solid #ffffff40;
  border-radius:50%;
  width:46px;
  height:46px;
  font-size:24px
}
.footer-bottom {
  margin-top:45px;
  padding-top:22px;
  border-top:1px solid #ffffff24;
  font-size:10px;
  color:#859bc6
}
.modal,.modal-registration {
  display:none;
  position:fixed;
  inset:0;
  z-index:1000;
  overflow-y:auto;
  padding:24px;
  align-items:center;
  justify-content:center
}
.modal.is-open,.modal-registration.is-open {
  display:flex
}
.modal-backdrop {
  position:fixed;
  inset:0;
  background:#020d39b5;
  backdrop-filter:blur(7px)
}
.modal-dialog,.modal-content {
  position:relative;
  width:100%;
  max-width:600px;
  padding:38px;
  background:#fff;
  color:var(--text);
  border-radius:18px;
  box-shadow:0 30px 100px #0004;
  margin:auto;
  max-height:calc(100dvh - 48px);
  overflow-y:auto
}
.modal-dialog h3,.modal-header h2 {
  font-family:var(--font-display);
  font-size:26px;
  line-height:1.3;
  letter-spacing:-.7px;
  padding-right:20px
}
.modal-close {
  position:absolute;
  right:14px;
  top:12px;
  border:0;
  background:#f0f3fa;
  color:var(--navy);
  border-radius:50%;
  font-size:26px;
  width:36px;
  height:36px;
  line-height:1
}
.modal-body {
  margin-top:24px
}
.modal-body p {
  font-size:14px;
  line-height:1.8;
  margin:14px 0
}
.modal-registration .modal-body {
  display:flex;
  flex-direction:column;
  gap:12px
}
.registration-modal-state {
  background:#eaf5fa;
  border-radius:10px;
  padding:16px;
  font-size:14px
}
.registration-toast {
  position:fixed;
  top:50%;
  bottom:auto;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:1100;
  background:var(--navy);
  color:#fff;
  border:1px solid #ffffff44;
  border-radius:12px;
  box-shadow:0 10px 50px #0003;
  padding:18px 24px;
  max-width:calc(100% - 32px);
  width:max-content;
  pointer-events:none;
  opacity:0;
  transition:opacity .2s
}
.registration-toast.is-visible {
  opacity:1
}
@media(min-width:1500px) {
  .hero-inner {
    min-height:690px
  }
  .hero-girl {
    right:-50px;
    width:565px;
    bottom:-130px
  }
}
@media(max-width:1100px) {
  .main-nav {
    gap:15px;
    font-size:11px
  }
  .header-inner {
    gap:14px
  }
  .hero-inner {
    padding-top:90px
  }
  .hero-text {
    width:69%
  }
  .hero h1 {
    font-size:57px
  }
  .hero-girl {
    right:-70px;
    width:485px;
    bottom:-36px
  }
  .hero-details {
    gap:20px
  }
  .hero-eyebrow {
    font-size:10px
  }
  .header-user {
    position:absolute;
    top:100%;
    right:20px;
    background:var(--navy);
    padding:6px 12px;
    border-radius:0 0 8px 8px
  }
  .content-section {
    padding-left:28px;
    padding-right:28px
  }
  .about-section {
    gap:50px
  }
  .template,.hotel-section {
    margin-left:28px;
    margin-right:28px
  }
  .template {
    padding:28px
  }
  .expert-grid {
    gap:28px 18px
  }
  .hotel-section {
    gap:40px
  }
}
@media(max-width:900px) {
  .nav-toggle {
    display:block;
    margin-left:auto
  }
  .main-nav {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:var(--navy);
    padding:20px 28px 28px;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    max-height:calc(100dvh - 84px);
    overflow:auto
  }
  .site-header.is-open .main-nav {
    display:flex
  }
  .main-nav>a,.nav-link-disabled {
    padding:10px;
    font-size:14px
  }
  .site-header.is-open .nav-toggle span:first-child {
    transform:translateY(3.5px) rotate(45deg)
  }
  .site-header.is-open .nav-toggle span:last-child {
    transform:translateY(-3.5px) rotate(-45deg)
  }
  .hero-inner {
    min-height:660px;
    padding-top:85px
  }
  .hero h1 {
    font-size:clamp(42px,6.3vw,55px)
  }
  .hero-text {
    width:72%
  }
  .hero-girl {
    width:415px;
    right:-100px;
    bottom:5px
  }
  .hero-details {
    flex-direction:column;
    gap:8px
  }
  .hero-details small {
    display:none
  }
  .hero-eyebrow {
    max-width:330px
  }
  .hero-facts>div {
    padding:18px 12px;
    gap:10px
  }
  .hero-facts strong {
    font-size:27px
  }
  .hero-facts span {
    font-size:8px
  }
  .about-section {
    gap:30px
  }
  .about-aside {
    padding-left:28px
  }
  .expert-grid {
    grid-template-columns:repeat(2,1fr);
    gap:34px 24px
  }
  .expert-photo {
    aspect-ratio:1.22
  }
  .expert-copy p {
    font-size:12px
  }
  .topics-grid {
    gap:0 24px
  }
  .topic {
    display:block
  }
  .topic>span {
    display:block;
    margin-bottom:12px
  }
  .topic h3 {
    font-size:14px
  }
  .support-grid {
    gap:20px;
    grid-template-columns:repeat(3,1fr)
  }
  .organizer-main {
    grid-template-columns:140px 1fr
  }
  .template {
    flex-wrap:wrap
  }
  .template>.ghost-btn {
    margin-left:96px
  }
  .registration-options article {
    padding:28px
  }
  .registration-options h3 {
    font-size:25px
  }
  .hotel-section {
    padding:35px
  }
  .hotel-section h2 {
    font-size:32px
  }
}
@media(max-width:600px) {
  :root {
    --header-height:72px
  }
  .header-inner {
    min-height:72px;
    padding:12px 20px
  }
  .brand-symbol {
    width:43px;
    height:43px;
    font-size:20px
  }
  .brand-copy strong {
    font-size:21px
  }
  .brand-copy small {
    font-size:6px
  }
  .hero {
    padding-top:72px;
    background-position:60% center
  }
  .hero-inner {
    padding:39px 20px 116px;
    min-height:850px
  }
  .hero-text {
    width:100%
  }
  .hero-details {
    flex-direction:row;
    gap:22px;
    margin-bottom:24px
  }
  .hero-details p {
    font-size:10px;
    max-width:165px
  }
  .hero-details small {
    display:block;
    font-size:8px;
    max-width:155px
  }
  .hero-eyebrow {
    font-size:9px;
    letter-spacing:1.2px;
    max-width:300px;
    margin-bottom:18px
  }
  .hero h1 {
    font-size:clamp(32px,8.4vw,48px);
    letter-spacing:-1.5px;
    line-height:1.08
  }
  .hero-actions {
    gap:8px;
    margin-top:24px;
    flex-wrap:wrap
  }
  .hero-actions .primary-btn,.hero-actions .ghost-btn {
    font-size:10px;
    padding:14px 12px;
    min-height:45px;
    min-width:0;
    gap:12px
  }
  .hero-girl {
    width:326px;
    right:-5px;
    bottom:38px
  }
  .hero-facts {
    left:20px;
    right:20px;
    grid-template-columns:1fr 1fr;
    border-radius:12px 12px 0 0
  }
  .hero-facts>div {
    min-height:70px;
    justify-content:flex-start;
    padding:16px 18px;
    border-bottom:1px solid #ffffff29
  }
  .hero-facts>div:nth-child(2) {
    border-right:0
  }
  .hero-facts>div:nth-child(3) {
    border-bottom:0
  }
  .hero-facts strong {
    font-size:26px;
    min-width:38px
  }
  .hero-facts span {
    font-size:8px
  }
  .content-section {
    padding:56px 20px
  }
  .about-section {
    display:block
  }
  .about-heading h2 {
    font-size:28px;
    letter-spacing:-.7px
  }
  .about-aside {
    margin-top:30px;
    padding-left:0;
    border-left:0;
    display:grid;
    grid-template-columns:90px 1fr;
    gap:0 14px;
    align-items:center
  }
  .section-number {
    font-size:56px;
    grid-row:span 2
  }
  .about-aside p {
    font-size:12px;
    margin:0
  }
  .about-aside .text-link {
    font-size:11px
  }
  .label {
    font-size:9px;
    letter-spacing:1.8px;
    margin-bottom:14px
  }
  .section-heading {
    align-items:start;
    margin-bottom:28px
  }
  .section-heading h2 {
    font-size:29px;
    letter-spacing:-.9px
  }
  .heading-caption {
    display:none
  }
  .expert-grid {
    gap:26px 14px
  }
  .expert-photo {
    aspect-ratio:.91;
    border-radius:9px
  }
  .expert-copy {
    padding-top:14px
  }
  .expert-copy h3 {
    font-size:16px
  }
  .expert-copy h3 span {
    font-size:11px;
    line-height:1.5
  }
  .expert-copy p {
    font-size:10px;
    line-height:1.65;
    margin-top:8px
  }
  .topics-mark {
    font-size:60px;
    letter-spacing:-4px
  }
  .topics-grid {
    grid-template-columns:1fr;
    gap:0
  }
  .topic {
    display:grid;
    grid-template-columns:25px 1fr;
    gap:18px;
    padding:20px 0
  }
  .topic>span {
    margin:0
  }
  .topic h3 {
    font-size:15px
  }
  .specialties {
    grid-template-columns:1fr;
    gap:20px;
    margin-top:10px;
    padding-top:24px
  }
  .specialties span {
    font-size:10px
  }
  .organizer-main {
    display:block;
    padding-bottom:28px
  }
  .organizer-main>a {
    gap:20px
  }
  .organizer-main img {
    width:65px;
    height:75px
  }
  .organizer-main h2 {
    font-size:18px
  }
  .support-grid {
    grid-template-columns:repeat(2,1fr);
    gap:24px
  }
  .support-grid img {
    height:55px
  }
  .support-grid p {
    font-size:10px
  }
  .schedule-accordion-toggle {
    padding:18px;
    gap:12px
  }
  .schedule-accordion-head {
    grid-template-columns:1fr;
    gap:10px
  }
  .schedule-accordion-main h4,.schedule-row-main h4 {
    font-size:15px
  }
  .schedule-accordion-panel {
    padding:0 18px
  }
  .schedule-talk,.schedule-row {
    grid-template-columns:1fr;
    gap:10px
  }
  .schedule-content,.schedule-comment {
    font-size:12px
  }
  .schedule-placeholder-container {
    padding:24px
  }
  .schedule-toggle,.schedule-room-toggle {
    padding:10px 14px;
    font-size:12px
  }
  .schedule .ghost-btn {
    font-size:12px
  }
  .template {
    margin:0 20px;
    padding:24px;
    gap:18px;
    display:grid;
    grid-template-columns:46px 1fr
  }
  .template-icon {
    width:46px;
    height:60px;
    font-size:27px
  }
  .template h2 {
    font-size:21px
  }
  .template p:not(.label) {
    font-size:11px
  }
  .template>.ghost-btn {
    margin:0;
    grid-column:1/-1;
    font-size:12px;
    white-space:normal
  }
  .registration h2 {
    font-size:29px
  }
  .registration-lead {
    font-size:13px
  }
  .registration-options {
    grid-template-columns:1fr;
    gap:16px
  }
  .registration-options article {
    padding:26px
  }
  .format-badge {
    margin-bottom:24px
  }
  .registration-options h3 {
    font-size:25px
  }
  .registration-options button {
    width:100%
  }
  .venue-map .section-heading {
    display:block
  }
  .venue-map .text-link {
    margin-top:12px
  }
  .venue-map-frame {
    height:310px
  }
  .venue-map-lead {
    font-size:12px
  }
  .hotel-section {
    margin:0 20px 20px;
    padding:28px;
    grid-template-columns:1fr;
    gap:36px
  }
  .hotel-section h2 {
    font-size:30px
  }
  .hotel-section p:not(.label) {
    font-size:12px
  }
  .hotel-booking {
    border-top:1px solid #d6c69c;
    padding-top:28px
  }
  .hotel-star {
    top:20px;
    font-size:60px
  }
  .hotel-booking h3 {
    font-size:20px
  }
  .hotel-booking a {
    font-size:12px
  }
  .partners h2 {
    font-size:24px;
    letter-spacing:-.7px
  }
  .partners-track.is-static {
    flex-wrap:wrap;
    gap:20px;
    justify-content:center
  }
  .partner-logo {
    min-width:120px;
    max-width:145px;
    height:60px
  }
  .partner-logo img {
    max-height:55px
  }
  .footer-inner {
    flex-wrap:wrap;
    gap:30px
  }
  .footer-inner>div:first-child {
    width:100%
  }
  .footer-col {
    font-size:11px
  }
  .footer-top-link {
    width:40px;
    height:40px
  }
  .footer-bottom {
    display:block;
    font-size:9px;
    margin-top:32px
  }
  .footer-bottom>span {
    display:block;
    margin-top:8px
  }
  .modal,.modal-registration {
    padding:16px
  }
  .modal-dialog,.modal-content {
    padding:28px 22px;
    max-height:calc(100dvh - 32px)
  }
  .modal-dialog h3,.modal-header h2 {
    font-size:23px
  }
  .modal-body p {
    font-size:12px
  }
  .modal-registration .modal-btn {
    font-size:12px
  }
  .registration-toast {
    font-size:12px
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important
  }
  .schedule-row {
    opacity:1!important;
    transform:none!important
  }
}
/* Player and chat layout retained from the original template. */
.stream-shell {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: calc(2.5rem + var(--header-height)) clamp(1.5rem, 3vw, 4rem) 4rem;
  overflow-x: hidden;
}
.stream-layout {
  display: grid;
  gap: 1.5rem;
}
.stream-live-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.72fr);
  gap: 1.25rem;
  align-items: stretch;
}
/* .stream-hero-card, */
.stream-video-card,
.stream-program-card,
.stream-auth-card,
.stream-locked-card,
.stream-control-modal {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(63, 125, 142, 0.12);
  border-radius: 32px;
  box-shadow: 0 20px 60px rgba(65, 98, 82, 0.08);
}
/* .stream-hero-card, */
.stream-auth-card,
.stream-locked-card {
  padding: clamp(1.5rem, 3vw, 2.5rem);
}
.stream-hero-card h1,
.stream-auth-card h1,
.stream-locked-card h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-family: var(--font-display);
  line-height: 1.05;
}
.stream-hero-meta {
  margin: 0 0 1rem;
  color: var(--muted);
  font-weight: 600;
}
.stream-hero-actions,
.stream-auth-actions,
.stream-locked-actions,
.stream-hall-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.stream-video-card,
.stream-program-card {
  padding: 1.5rem;
}
.stream-video-card,
.stream-chat-card {
  height: 100%;
}
.stream-chat-card {
  padding: 1rem;
  background: linear-gradient(180deg, rgba(250, 251, 252, 0.98), rgba(244, 247, 248, 0.96));
  border: 1px solid rgba(63, 125, 142, 0.1);
  border-radius: 32px;
  box-shadow: 0 18px 44px rgba(65, 98, 82, 0.07);
  display: flex;
  flex-direction: column;
  max-width: 420px;
  width: 100%;
  justify-self: end;
  min-width: 0;
}
.stream-chat-head {
  margin-bottom: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(63, 125, 142, 0.1);
}
.stream-chat-head h2 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}
.stream-chat-head p {
  margin: 0;
  color: rgba(81, 81, 81, 0.72);
  line-height: 1.45;
  font-size: 0.94rem;
}
.stream-video-card h2,
.stream-program-card h2 {
  margin: 0 0 1rem;
  font-size: 1.45rem;
}
.stream-video-wrap {
  overflow: hidden;
  border-radius: 24px;
  background: #071018;
  aspect-ratio: 16 / 9;
}
.stream-video-wrap .video-js,
.stream-video-wrap iframe,
.stream-video-wrap video {
  width: 100%;
  height: 100%;
}
.stream-note {
  margin: 0 0 1rem;
  color: #a24e5e;
  font-weight: 600;
}
.stream-message {
  margin: 0 0 1rem;
  font-weight: 600;
  color: var(--secondary);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}
.stream-hall-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(63, 125, 142, 0.18);
  background: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
.stream-hall-link.is-active {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.stream-hall-tabs-centered {
  justify-content: center;
  margin-bottom: 1rem;
}
.stream-program-list {
  display: grid;
  gap: 1rem;
}
.stream-program-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(63, 125, 142, 0.12);
}
.stream-program-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.stream-program-time {
  font-weight: 700;
  color: var(--secondary);
}
.stream-program-item h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}
.stream-program-item p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  line-height: 1.5;
}
.stream-empty {
  margin: 0;
  color: var(--muted);
}
.stream-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(11, 18, 27, 0.58);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  z-index: 100;
}
.stream-modal-backdrop.is-open {
  display: flex;
}
.stream-control-modal {
  width: min(520px, 100%);
  padding: 1.5rem;
}
.stream-control-modal h3 {
  margin: 0 0 0.75rem;
}
.stream-control-modal p {
  margin: 0 0 1rem;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .header-user {
    display: none;
  }
  .stream-live-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .stream-chat-card {
    max-width: none;
    justify-self: stretch;
  }
}
@media (max-width: 720px) {
  .stream-program-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;
  }
  .stream-shell {
    padding: calc(1.5rem + var(--header-height)) 1rem 2rem;
  }
  .stream-hero-card,
  .stream-video-card,
  .stream-program-card,
  .stream-chat-card,
  .stream-auth-card,
  .stream-locked-card {
    border-radius: 24px;
  }
  .stream-video-card,
  .stream-program-card,
  .stream-chat-card {
    padding: 1rem;
  }
  .stream-video-wrap {
    aspect-ratio: 16 / 9;
  }
  .stream-chat-head h2,
  .stream-video-card h2,
  .stream-program-card h2 {
    font-size: 1.15rem;
  }
  .stream-chat-head {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.chat {
  display: flex;
  flex-direction: column;
  min-height: 600px;
  max-height: 35vh;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(63, 125, 142, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: var(--text);
  min-width: 0;
}
.chat__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem 0.85rem;
  background: linear-gradient(180deg, rgba(244, 247, 248, 1), rgba(238, 243, 245, 1));
  border-bottom: 1px solid rgba(63, 125, 142, 0.1);
}
.chat__head p {
  margin: 0;
  flex: 1;
  color: #24424a;
}
.chat__mess-box {
  flex: 1;
  overflow: auto;
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  background: linear-gradient(180deg, rgba(252, 253, 253, 1), rgba(247, 249, 250, 1));
  min-width: 0;
}
.chat__mess {
  max-width: 100%;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(63, 125, 142, 0.08);
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.chat__mess p {
  margin: 0.2rem 0 0;
  color: #33474d;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}
.chat__mess-who .txt_bold {
  font-size: 0.82rem;
  opacity: 1;
  color: #5d7981;
}
.chat__reply-preview {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0.45rem 0 0.15rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(63, 125, 142, 0.12);
  border-left: 3px solid var(--secondary);
  border-radius: 12px;
  background: rgba(244, 247, 248, 0.92);
  text-align: left;
}
.chat__reply-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--secondary);
}
.chat__reply-text {
  margin-top: 0.2rem;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #4d666d;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.chat__reply-action {
  margin-top: 0.45rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--secondary);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}
.chat__color {
  background: #ffffff;
  align-self: flex-start;
}
.chat__color-self {
  background: rgba(116, 193, 116, 0.12);
  align-self: flex-end;
  border-color: rgba(116, 193, 116, 0.2);
}
.chat__color-admin {
  background: rgba(221, 118, 135, 0.1);
  align-self: flex-start;
  border-color: rgba(221, 118, 135, 0.18);
}
.chat__input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 0.75rem;
  padding: 0.85rem 0.9rem 0.9rem;
  background: #f4f7f8;
  border-top: 1px solid rgba(63, 125, 142, 0.1);
}
.chat__input-wrap {
  background: #f4f7f8;
  border-top: 1px solid rgba(63, 125, 142, 0.1);
}
.chat__reply-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.8rem 0.9rem 0 0.9rem;
}
.chat__reply-bar-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.chat__reply-cancel {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(81, 81, 81, 0.08);
  color: #51666d;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
.chat__input input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(63, 125, 142, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #24424a;
  padding: 0 1rem;
}
.chat__input input::placeholder {
  color: rgba(81, 81, 81, 0.48);
}
.chat__input a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /*   background: white;
  */
  cursor: pointer;
  /*   box-shadow: 0 10px 24px rgba(116, 193, 116, 0.24);
  */
}
.chat__input .svg-fill {
  fill: var(--text);
}
.rightchat {
  display: inline-flex;
  margin-left: 0.6rem;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.rotatechat {
  transform: rotate(180deg);
}
.hidechat {
  display: none;
}
.txt_white {
  color: #24424a;
}
.box-modal {
  max-width: 560px;
  padding: 1.5rem;
  border-radius: 24px;
  background: #fff;
  color: #222;
}
.form_radio {
  margin-bottom: 0.75rem;
}
.form_radio label {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: #f3f5f7;
  cursor: pointer;
}
.button.button_borer.rightbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(63, 125, 142, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
}
@media (max-width: 720px) {
  .chat {
    min-height: 340px;
    max-height: 56vh;
  }
  .chat__mess-box {
    padding: 0.75rem;
  }
  .chat__input {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 0.6rem;
    padding: 0.75rem;
  }
}
#stream-config-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
html {
  scroll-behavior:smooth
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
}
/* Congress identity on all broadcast states;
player/chat hooks stay intact. */
.stream-page {
  background:#eef3fb
}
.stream-shell {
  max-width:1280px;
  padding-top:120px
}
.stream-hero-card {
  background:var(--navy) url('img/hero-bg.png') center/cover;
  color:white;
  padding:36px;
  border-radius:16px;
  overflow:hidden
}
.stream-hero-card h1 {
  font-size:32px;
  line-height:1.25
}
.stream-hero-card .stream-hero-meta {
  color:#d8e4ff
}
.stream-hero-card .stream-hall-link {
  color:var(--navy);
  border-radius:8px;
  background:white
}
.stream-hero-card .stream-hall-link.is-active {
  background:var(--gold);
  border-color:var(--gold);
  color:var(--navy)
}
.stream-video-card,.stream-chat-card,.stream-program-card,.stream-auth-card,.stream-locked-card,.stream-control-modal {
  border-radius:16px;
  border-color:#dce4f2;
  box-shadow:0 10px 30px #10245306
}
.stream-video-wrap {
  border-radius:10px
}
.stream-program-card h2 {
  font-size:25px
}
.stream-program-time {
  color:#007d91
}
.stream-chat-card {
  background:white;
  padding:12px
}
.chat {
  border-radius:10px;
  border-color:#dce4f2
}
.chat__head {
  background:var(--navy)
}
.chat__head p {
  color:white
}
.chat__input {
  background:#f3f6fc;
  border-color:#dce4f2
}
.chat__input input {
  border-radius:8px
}
.chat__input a {
  background:var(--primary);
  border-radius:8px
}
.chat__color-self {
  background:#eaf4fb
}
.chat__color-admin {
  background:#fff5d7
}
.stream-control-modal .primary-btn {
  margin-top:16px
}
@media(max-width:600px) {
  .stream-shell {
    padding:96px 16px 35px
  }
  .stream-hero-card {
    padding:24px
  }
  .stream-hero-card h1 {
    font-size:24px
  }
  .stream-program-card,.stream-video-card {
    padding:18px
  }
  .stream-program-item {
    grid-template-columns:1fr;
    gap:8px
  }
  .stream-hero-card .stream-hall-link {
    font-size:12px
  }
}
.success-page {
  min-height:100dvh;
  display:grid;
  place-items:center;
  padding:28px;
  background:var(--navy) url('img/hero-bg.png') center/cover
}
.success-container {
  width:min(620px,100%);
  background:#fff;
  padding:50px 30px;
  border-radius:20px;
  text-align:center
}
.success-check {
  display:grid;
  place-items:center;
  width:76px;
  height:76px;
  margin:0 auto 25px;
  background:#e4f8f8;
  color:#00858f;
  border-radius:50%;
  font-size:38px
}
.success-container h1 {
  font-family:var(--font-display);
  font-size:clamp(25px,4vw,34px);
  line-height:1.3
}
.success-container>p:not(.label) {
  margin:20px 0;
  color:var(--muted)
}
.success-container .countdown-text {
  font-size:12px
}

/* Hero: two-line congress title and the scientific theme. */
.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
.hero-inner {
  min-height: 640px;
  padding-bottom: 90px;
}
.hero h1 {
  font-size: clamp(38px, 4.2vw, 58px);
  letter-spacing: -2px;
  line-height: 1.1;
}
.hero-subtitle {
  max-width: 610px;
  margin-top: 24px;
  font-size: clamp(19px, 1.8vw, 25px);
  font-weight: 500;
  line-height: 1.5;
  color: #e5ecff;
  text-wrap: pretty;
}
@media (max-width: 900px) {
  .hero h1 { font-size: clamp(31px, 4.8vw, 43px); letter-spacing: -1.3px; }
  .hero-subtitle { max-width: 470px; font-size: 19px; }
}
@media (max-width: 600px) {
  .brand-logo { width: 46px; height: 46px; }
  .hero-inner { min-height: 740px; padding-bottom: 330px; }
  .hero h1 { font-size: clamp(23px, 7vw, 39px); letter-spacing: -1px; }
  .hero-subtitle { margin-top: 20px; font-size: 17px; line-height: 1.5; }
  .hero-girl { bottom: -70px; }
}

/* Keep asynchronous page assembly out of view until it is ready. */
body.is-loading { overflow: hidden; }
body.is-loading #app,
body.is-loading > .skip-link { visibility: hidden; }
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #071e6c;
  color: #fff;
}
.page-loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 420px;
  text-align: center;
}
.page-loader-content > img { border-radius: 50%; background: #fff; }
.page-loader-content > p { font-size: 17px; line-height: 1.6; }
.page-loader-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #ffffff30;
  border-top-color: #ffce23;
  border-radius: 50%;
  animation: page-loader-spin .8s linear infinite;
}
.page-loader.has-error .page-loader-spinner { display: none; }
@keyframes page-loader-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .page-loader-spinner { animation: none; }
}

/* ADAIR anniversary identity. */
.site-header .brand-copy strong { white-space: nowrap; }
.brand-anniversary { color: var(--gold); font-size: 35px; }
.main-nav { font-size: 18px; gap: 20px; }
.nav-cta { font-size: 16px; }
.hero-inner { padding-bottom: 150px; }
.hero-anniversary {
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 24px 32px;
  text-align: center;
}
.hero-anniversary p {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 29px);
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.hero-anniversary strong { font-size: inherit; line-height: inherit; }
@media (max-width: 1100px) {
  .main-nav { font-size: 13px; gap: 14px; }
}
@media (max-width: 900px) {
  .main-nav > a, .main-nav .nav-link-disabled { font-size: 16px; }
  .main-nav .nav-cta { font-size: 15px; }
}
@media (max-width: 600px) {
  .hero-inner { padding-bottom: 330px; }
  .hero-anniversary { min-height: 100px; padding: 22px 18px; }
  .hero-anniversary p { font-size: 20px; }
}
