:root {
  --ink: #102b54;
  --navy: #0c2f63;
  --blue: #1764ce;
  --sky: #eaf5ff;
  --paper: #fffefd;
  --mist: #f5f9fd;
  --line: #d9e6f2;
  --muted: #5e728d;
  --orange: #f69638;
  --coral: #f16b5a;
  --violet: #7953c5;
  --shadow: 0 22px 55px rgba(31, 70, 122, 0.13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 6% 17%, rgba(136, 204, 255, 0.17), transparent 19rem),
    radial-gradient(circle at 92% 26%, rgba(245, 162, 77, 0.12), transparent 22rem),
    linear-gradient(180deg, #fbfdff 0%, #fffefd 42%, #f7fbff 100%);
}

body::after {
  position: fixed;
  z-index: -1;
  top: 11rem;
  right: -9rem;
  width: 27rem;
  height: 27rem;
  content: "";
  opacity: 0.26;
  background-image: radial-gradient(#6fa6dd 1px, transparent 1px);
  background-size: 17px 17px;
  mask-image: radial-gradient(circle, #000 15%, transparent 70%);
}

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-chrome {
  position: sticky;
  z-index: 20;
  top: 0;
  box-shadow: 0 1px 0 rgba(12, 47, 99, 0.06);
}

.countdown-strip { color: #eaf5ff; background: linear-gradient(110deg, #08234a 0%, #104680 55%, #1b5fb4 100%); }

.countdown-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  min-height: 48px;
  margin: auto;
  gap: 1rem;
}

.countdown-label { display: flex; align-items: center; gap: 9px; margin: 0; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.075em; text-transform: uppercase; }

.pulse-dot { width: 7px; height: 7px; border-radius: 100%; background: #f9b65b; box-shadow: 0 0 0 4px rgba(249, 182, 91, 0.18); animation: pulse 2.2s infinite; }

.countdown { display: flex; align-items: center; gap: 8px; }

.time-unit { display: flex; align-items: baseline; gap: 4px; }
.time-unit strong { min-width: 21px; color: white; font-family: "Space Grotesk", sans-serif; font-size: 0.93rem; line-height: 1; }
.time-unit span { color: #b8d1ee; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.time-separator { color: #7daddd; font-weight: 700; }

.countdown-link { justify-self: end; color: white; font-size: 0.72rem; font-weight: 700; }
.countdown-link span { color: #ffbd66; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1260px, calc(100% - 48px));
  min-height: 72px;
  margin: auto;
  background: rgba(255, 254, 253, 0.9);
  backdrop-filter: blur(16px);
}

.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }

.brand-logo { display: block; width: 40px; height: 40px; max-width: 40px; max-height: 40px; object-fit: contain; border-radius: 8px; background: #ffffff; padding: 3px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); flex-shrink: 0; }

.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-family: "Space Grotesk", sans-serif; font-size: 0.79rem; line-height: 1.05; }
.brand-copy small { color: var(--muted); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.075em; text-transform: uppercase; }

.main-nav { display: flex; align-items: center; gap: clamp(14px, 2.2vw, 31px); margin-left: 2rem; }
.main-nav a { color: #506581; font-size: 0.78rem; font-weight: 700; transition: color 0.2s ease; }
.main-nav a:hover { color: var(--blue); }

.nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px 10px 17px; color: white; font-size: 0.75rem; font-weight: 700; border-radius: 999px; background: var(--navy); transition: transform .2s ease, background .2s ease; }
.nav-cta span { color: #ffc271; font-size: 1rem; }
.nav-cta:hover { background: var(--blue); transform: translateY(-2px); }

.hero { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(380px, 1.06fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); min-height: 612px; padding: 74px 0 62px; }

.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 14px; color: #2e65ab; font-size: 0.69rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: linear-gradient(90deg, var(--orange), var(--coral)); }

.department { margin: 0 0 10px; color: #526987; font-size: clamp(0.71rem, 1.1vw, 0.85rem); font-weight: 600; }
.department b { color: var(--orange); }

h1, h2, h3, h4, p { margin-top: 0; }

.hero h1 { max-width: 600px; margin: 0; color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: clamp(3.6rem, 7vw, 6.3rem); font-weight: 700; letter-spacing: -0.085em; line-height: 0.87; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero h1 span { color: #345fba; text-shadow: 2px 2px 0 #d9eafa, 5px 5px 0 rgba(246, 150, 56, 0.25); }

.hero-description { max-width: 490px; margin: 22px 0 20px; color: #56708d; font-size: 1rem; line-height: 1.65; }

.date-row { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 24px; }
.calendar-icon { display: grid; width: 40px; height: 40px; color: var(--navy); font-family: "Space Grotesk", sans-serif; font-size: 0.78rem; font-weight: 700; place-items: center; border: 1px solid #b8d5ed; border-radius: 11px; background: linear-gradient(#2d76c7 0 9px, white 9px); box-shadow: 0 5px 13px rgba(13, 59, 112, 0.1); }
.date-row > span:last-child { display: grid; gap: 2px; }
.date-row strong { color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: 0.87rem; }
.date-row small { color: #68809c; font-size: 0.72rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 46px; padding: 0 18px; font-size: 0.78rem; font-weight: 700; border-radius: 12px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: linear-gradient(135deg, #124f99, #1765c9); box-shadow: 0 11px 18px rgba(21, 91, 181, .22); }
.button-primary:hover { box-shadow: 0 15px 24px rgba(21, 91, 181, .31); }
.button-primary span { color: #ffd086; font-size: 1rem; }
.button-secondary { color: var(--navy); border: 1px solid #c8dceb; background: rgba(255,255,255,.72); }
.button-secondary:hover { border-color: #8eb8db; background: white; }
.button-secondary span { color: var(--orange); }

.deadline-note { margin: 18px 0 0; color: #657c95; font-size: 0.71rem; }
.deadline-note span { margin-right: 4px; color: var(--orange); }
.deadline-note strong { color: var(--ink); }

.poster-column { position: relative; padding: 11px 16px 16px; }
.poster-card { position: relative; z-index: 2; overflow: hidden; border: 1px solid #c9dded; border-radius: 21px; background: white; box-shadow: var(--shadow); transform: rotate(1.35deg); transition: transform .3s ease, box-shadow .3s ease; }
.poster-card:hover { box-shadow: 0 26px 64px rgba(25, 65, 121, 0.2); transform: rotate(0deg) translateY(-4px); }
.poster-card-top { display: flex; align-items: center; justify-content: space-between; min-height: 40px; padding: 0 15px; color: #607893; font-size: 0.62rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; background: #f6faff; }
.poster-card-top span { display: flex; align-items: center; gap: 7px; }
.poster-card-top i { width: 6px; height: 6px; border-radius: 50%; background: #42c586; }
.poster-card-top a { color: #2c64a4; transition: color .2s ease; }
.poster-card-top a:hover { color: var(--orange); }
.poster-card img { display: block; width: 100%; height: auto; border-top: 1px solid #dce8f2; }

.poster-orbit { position: absolute; border: 1px solid #aecfea; border-radius: 50%; }
.orbit-one { z-index: 1; top: -17px; right: -16px; width: 185px; height: 185px; border-style: dashed; }
.orbit-two { bottom: -31px; left: -25px; width: 140px; height: 140px; border-color: #f6c17d; }
.poster-stamp { position: absolute; z-index: 3; right: -20px; bottom: 1px; display: grid; width: 92px; height: 92px; color: white; place-content: center; border: 5px solid #fffefd; border-radius: 50%; background: linear-gradient(135deg, #f58b36, #ef6256); box-shadow: 0 12px 21px rgba(217, 104, 54, 0.28); transform: rotate(9deg); }
.poster-stamp span { font-family: "Space Grotesk", sans-serif; font-size: 1.7rem; font-weight: 700; line-height: .8; }
.poster-stamp small { margin-top: 4px; font-size: .55rem; font-weight: 700; letter-spacing: .04em; line-height: 1.2; text-transform: uppercase; }

.facts-wrap { margin-bottom: 102px; }
.facts-card { display: grid; grid-template-columns: 1fr 1fr 1fr 1.6fr; overflow: hidden; border: 1px solid #d7e4ef; border-radius: 18px; background: rgba(255,255,255,.79); box-shadow: 0 12px 30px rgba(42, 73, 112, .06); }
.fact { display: flex; align-items: center; gap: 12px; min-height: 93px; padding: 16px clamp(13px, 2vw, 26px); border-right: 1px solid #dde8f1; }
.fact strong { color: #1e589d; font-family: "Space Grotesk", sans-serif; font-size: clamp(1.4rem, 2.3vw, 2rem); letter-spacing: -.075em; }
.fact > span:last-child { color: #607891; font-size: .69rem; font-weight: 600; line-height: 1.5; }
.fact-lunch { gap: 13px; border-right: 0; background: linear-gradient(105deg, #fff8ee, #fffefd); }
.lunch-icon { display: grid; flex: 0 0 auto; width: 34px; height: 34px; color: #da7f24; font-size: 1.1rem; place-items: center; border-radius: 10px; background: #fff0d9; }
.fact-lunch b { color: #435e7f; font-size: .75rem; }

.schedule, .events-section, .contact-section { padding-bottom: 108px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 35px; }
.section-heading .eyebrow { margin-bottom: 9px; }
.section-heading h2, .pricing-copy h2, .register-copy h2 { margin: 0; color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: clamp(2rem, 3.6vw, 3.25rem); letter-spacing: -.065em; line-height: 1.02; }
.section-heading h2 em, .pricing-copy h2 em, .register-copy h2 em { color: var(--orange); font-style: normal; }
.section-heading > p { max-width: 380px; margin: 0 0 4px; color: #637a94; font-size: .86rem; line-height: 1.65; }

.timeline { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.day-card { position: relative; overflow: hidden; min-height: 320px; padding: 27px 30px 28px; border: 1px solid #d4e3ef; border-radius: 20px; background: rgba(255,255,255,.8); box-shadow: 0 16px 35px rgba(44, 81, 127, .06); }
.day-card::before { position: absolute; right: -3rem; bottom: -4rem; width: 13rem; height: 13rem; content: ""; border: 1px dashed rgba(35,100,174,.23); border-radius: 50%; }
.day-card::after { position: absolute; right: 4rem; bottom: 4rem; width: 1px; height: 8rem; content: ""; background: linear-gradient(transparent, rgba(39,98,168,.18), transparent); transform: rotate(44deg); }
.day-card-two { border-color: #f2d5ba; background: linear-gradient(135deg, #fffefd, #fff7ed); }
.day-card-two::before { border-color: rgba(241, 127, 55, .28); }
.day-card-two::after { background: linear-gradient(transparent, rgba(242,125,53,.25), transparent); }
.day-header { position: relative; z-index: 1; display: flex; align-items: center; gap: 11px; }
.day-number { display: grid; width: 40px; height: 40px; color: #0d4b90; font-family: "Space Grotesk", sans-serif; font-size: .8rem; font-weight: 700; place-items: center; border-radius: 12px; background: #eaf4ff; }
.day-card-two .day-number { color: #cc6420; background: #ffeddb; }
.day-header p { margin: 0 0 2px; color: #7286a0; font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.day-header h3 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: .96rem; letter-spacing: -.04em; }
.day-tag { margin-left: auto; padding: 6px 9px; color: #376da8; font-size: .61rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-radius: 100px; background: #edf6ff; }
.day-card-two .day-tag { color: #ba6426; background: #fff0df; }
.day-content { position: relative; z-index: 1; padding-top: 46px; }
.day-kicker { margin-bottom: 7px; color: #2d66aa; font-size: .66rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.day-card-two .day-kicker { color: #cb6d25; }
.day-content h4 { max-width: 370px; min-height: 65px; margin-bottom: 18px; color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: clamp(1.35rem, 2.3vw, 1.7rem); letter-spacing: -.055em; line-height: 1.07; }
.day-content h4 em { color: #d46e28; font-style: normal; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.feature-pills span { padding: 6px 9px; color: #536d8d; font-size: .63rem; font-weight: 700; border: 1px solid #d9e7f1; border-radius: 100px; background: rgba(255,255,255,.75); }
.day-card-two .feature-pills span { border-color: #f1d8bf; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #1f5fa8; font-size: .75rem; font-weight: 700; }
.text-link span { color: var(--orange); font-size: 1rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.compact-heading { align-items: center; }
.outline-link { display: inline-flex; align-items: center; gap: 8px; min-height: 39px; padding: 0 14px; color: #265f9f; font-size: .72rem; font-weight: 700; border: 1px solid #bdd5e7; border-radius: 10px; transition: background .2s ease, border .2s ease; }
.outline-link:hover { border-color: #91b9d7; background: #eff8ff; }
.outline-link span { color: var(--orange); font-size: .96rem; }

.event-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.event-group { overflow: hidden; border: 1px solid #d6e4ef; border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 13px 35px rgba(40, 71, 110, .05); }
.event-group-heading { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; min-height: 90px; padding: 18px 21px; background: linear-gradient(110deg, #eff7ff, #fbfdff); }
.creative .event-group-heading { background: linear-gradient(110deg, #fff6ec, #fffefd); }
.group-icon { display: grid; width: 37px; height: 37px; color: #2163a8; font-size: 1.17rem; place-items: center; border-radius: 11px; background: white; box-shadow: 0 6px 12px rgba(36,94,153,.1); }
.creative .group-icon { color: #de7428; }
.event-group-heading p { margin: 0 0 3px; color: #7087a1; font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.event-group-heading h3 { margin: 0; color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: 1.1rem; letter-spacing: -.04em; }
.group-fee { padding: 6px 8px; color: #356da7; font-size: .61rem; font-weight: 700; white-space: nowrap; border: 1px solid #c5dceb; border-radius: 7px; background: rgba(255,255,255,.75); }
.creative .group-fee { color: #c96a27; border-color: #f0d7c3; }
.event-list { padding: 3px 21px 13px; }
.event-item { display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 11px; min-height: 71px; border-bottom: 1px solid #e5edf4; }
.event-item:last-child { border-bottom: 0; }
.event-index { color: #94acc2; font-family: "Space Grotesk", sans-serif; font-size: .68rem; font-weight: 700; }
.event-item h4 { margin: 0 0 3px; color: #1d416f; font-family: "Space Grotesk", sans-serif; font-size: .93rem; letter-spacing: -.04em; }
.event-item p { margin: 0; color: #7890a6; font-size: .67rem; }
.event-item > span:last-child { color: #7d9bbc; font-size: 1rem; }

.day-one-overview { max-width: 710px; margin: -16px 0 20px; color: #637b95; font-size: .82rem; line-height: 1.65; }
.day-one-focus { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 16px; margin: 0 0 13px; }
.focus-card { min-height: 210px; padding: 23px; border: 1px solid #d8e5ef; border-radius: 16px; background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(246,251,255,.8)); box-shadow: 0 9px 23px rgba(44, 81, 127, .04); }
.focus-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 17px; }
.focus-number { display: grid; flex: 0 0 auto; width: 31px; height: 31px; color: #2c66a8; font-family: "Space Grotesk", sans-serif; font-size: .71rem; font-weight: 700; place-items: center; border-radius: 9px; background: #eaf4ff; }
.focus-card-header p { margin: 0; color: #7289a1; font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.focus-card h3 { margin: 0; color: #1d416f; font-family: "Space Grotesk", sans-serif; font-size: 1.28rem; letter-spacing: -.055em; }
.focus-description { max-width: 400px; min-height: 43px; margin: 10px 0 16px; color: #6d8198; font-size: .74rem; line-height: 1.58; }
.focus-description strong { color: #3c6693; }
.focus-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.focus-meta span { padding: 6px 8px; color: #3d6997; font-size: .61rem; font-weight: 700; border: 1px solid #d6e5f1; border-radius: 999px; background: #fff; }
.day-one-note { margin: 0 0 23px; padding: 12px 15px; color: #667d95; font-size: .7rem; line-height: 1.5; border: 1px dashed #bdd4e7; border-radius: 12px; background: #f6fbff; }
.day-one-note strong { color: #2a609e; }
.event-category-label { margin: 0 0 10px; color: #66819c; font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.day-two-section { padding-bottom: 108px; }
.day-two-section .day-two-event { margin-top: 0; }

.day-two-event { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(18px, 3vw, 34px); margin-top: 20px; padding: 25px 27px; overflow: hidden; border: 1px solid #f0d5b9; border-radius: 18px; background: linear-gradient(108deg, #fff7ee 0%, #fffefd 68%, #fff0dd 100%); box-shadow: 0 13px 35px rgba(119, 79, 47, .06); }
.day-two-badge { display: grid; width: 78px; height: 78px; color: #c86521; font-family: "Space Grotesk", sans-serif; place-content: center; border: 1px solid #f2cda9; border-radius: 50%; background: rgba(255,255,255,.7); }
.day-two-badge span { font-size: 1.55rem; font-weight: 700; letter-spacing: -.08em; line-height: .8; }
.day-two-badge small { margin-top: 5px; font-family: "DM Sans", sans-serif; font-size: .53rem; font-weight: 700; letter-spacing: .08em; line-height: 1.15; text-transform: uppercase; }
.day-two-copy .eyebrow { margin-bottom: 7px; color: #c96a27; }
.day-two-copy h3 { margin: 0; color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: clamp(1.25rem, 2.3vw, 1.68rem); letter-spacing: -.055em; line-height: 1.08; }
.day-two-copy h3 em { color: #d86e29; font-style: normal; }
.day-two-copy > p:last-child { max-width: 560px; margin: 10px 0 0; color: #72849a; font-size: .75rem; line-height: 1.55; }
.day-two-details { display: grid; justify-items: end; gap: 5px; min-width: 175px; }
.day-two-details > span { color: #c86622; font-family: "Space Grotesk", sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: -.04em; }
.day-two-details > small { margin-bottom: 8px; color: #8d785f; font-size: .64rem; font-weight: 700; }
.day-two-details .button { min-height: 42px; font-size: .7rem; }

.pricing-section { position: relative; overflow: hidden; padding: 96px 0; color: white; background: #0d2f61; }
.pricing-section::before { position: absolute; top: -14rem; right: -9rem; width: 33rem; height: 33rem; content: ""; border: 1px solid rgba(176,220,255,.24); border-radius: 50%; box-shadow: 0 0 0 50px rgba(176,220,255,.04), 0 0 0 100px rgba(176,220,255,.025); }
.pricing-section::after { position: absolute; right: 25%; bottom: -9rem; width: 17rem; height: 17rem; content: ""; opacity: .5; background-image: radial-gradient(#7bb2e5 1px, transparent 1px); background-size: 16px 16px; mask-image: radial-gradient(circle, #000 20%, transparent 70%); }
.pricing-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.pricing-copy .eyebrow { color: #9ec9f2; }
.pricing-copy h2 { color: white; }
.pricing-copy h2 em { color: #ffb65f; }
.pricing-copy > p:last-child { max-width: 365px; margin: 21px 0 0; color: #b5cce4; font-size: .87rem; line-height: 1.65; }
.price-list { border-top: 1px solid rgba(187,220,246,.22); }
.price-row { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 13px; min-height: 90px; border-bottom: 1px solid rgba(187,220,246,.22); }
.price-count { color: #77a7d7; font-family: "Space Grotesk", sans-serif; font-size: .7rem; font-weight: 700; }
.price-row div { display: grid; gap: 4px; }
.price-row strong { color: white; font-size: .88rem; }
.price-row small { color: #a6c0db; font-size: .67rem; }
.price-row > b { color: #ffd091; font-family: "Space Grotesk", sans-serif; font-size: 1.25rem; letter-spacing: -.04em; white-space: nowrap; }
.price-row > b span { margin-left: 3px; color: #9dc0df; font-family: "DM Sans", sans-serif; font-size: .62rem; font-weight: 700; letter-spacing: .04em; }

.register-section { padding: 101px 0 108px; }
.register-card { position: relative; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; overflow: hidden; min-height: 260px; padding: 37px 46px; border-radius: 23px; background: linear-gradient(116deg, #f5ae57, #f48743 58%, #ed6b60); box-shadow: 0 22px 38px rgba(222, 116, 57, .22); }
.register-card::after { position: absolute; top: 0; right: 0; bottom: 0; width: 43%; content: ""; opacity: .5; background-image: radial-gradient(rgba(255,255,255,.65) 1px, transparent 1px); background-size: 15px 15px; mask-image: linear-gradient(90deg, transparent, #000); }
.register-art { position: relative; z-index: 1; display: grid; width: 160px; height: 160px; color: white; font-family: "Space Grotesk", sans-serif; place-content: center; }
.register-art b { font-size: 3rem; letter-spacing: -.13em; line-height: .72; }
.register-art small { margin-left: 7px; font-family: "DM Sans", sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .23em; }
.ring { position: absolute; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.ring-a { inset: 3px; border-style: dashed; animation: spin 22s linear infinite; }
.ring-b { inset: 21px; border-color: rgba(255,255,255,.36); }
.ring-c { inset: 42px; border: 2px solid rgba(255,255,255,.52); }
.register-copy { position: relative; z-index: 1; }
.register-copy .eyebrow { color: #fff0d9; }
.register-copy .eyebrow > span { background: white; }
.register-copy h2 { color: white; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.register-copy h2 em { color: #0c396e; }
.register-copy > p:last-child { max-width: 410px; margin: 15px 0 0; color: #fff4ea; font-size: .78rem; line-height: 1.6; }
.register-copy > p strong { color: white; }
.register-actions { position: relative; z-index: 1; display: grid; min-width: 185px; gap: 9px; }
.button-light { color: #154275; background: white; box-shadow: 0 9px 16px rgba(139,65,22,.12); }
.button-light span { color: var(--orange); }

.contact-intro { max-width: 310px !important; }
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.contact-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-height: 84px; padding: 15px; border: 1px solid #d7e5f0; border-radius: 14px; background: rgba(255,255,255,.76); transition: transform .2s ease, border .2s ease, box-shadow .2s ease; }
.contact-card:hover { border-color: #a8c9e3; box-shadow: 0 11px 23px rgba(32,78,130,.09); transform: translateY(-3px); }
.contact-card > span { color: #84a4c2; font-family: "Space Grotesk", sans-serif; font-size: .63rem; font-weight: 700; }
.contact-card div { display: grid; gap: 5px; min-width: 0; }
.contact-card strong { overflow: hidden; color: #1b426f; font-size: .77rem; text-overflow: ellipsis; white-space: nowrap; }
.contact-card small { color: #7087a1; font-size: .66rem; white-space: nowrap; }
.contact-card i { color: var(--orange); font-size: 1rem; font-style: normal; }

.site-footer { padding: 42px 0 20px; color: #d6e6f6; background: #0a274e; }
.footer-inner { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.footer-brand { color: white; font-family: "Space Grotesk", sans-serif; font-size: 1.4rem; font-weight: 700; letter-spacing: -.07em; }
.footer-brand span { color: var(--orange); }
.site-footer p { margin: 7px 0 0; color: #99b7d6; font-size: .68rem; line-height: 1.6; }
.footer-event { text-align: center; }
.footer-event strong { color: #e7f1fb; font-size: .7rem; }
.footer-top { display: inline-flex; align-items: center; gap: 7px; color: #c5dbef; font-size: .7rem; font-weight: 700; }
.footer-top span { color: #f8a44f; font-size: 1rem; }
.copyright { width: min(1180px, calc(100% - 48px)); margin: 29px auto 0 !important; padding-top: 16px; border-top: 1px solid rgba(180,211,238,.16); font-size: .62rem !important; text-align: center; }

@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(249, 182, 91, 0); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 960px) {
  .main-nav { gap: 15px; margin-left: 1rem; }
  .hero { grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr); gap: 2.5rem; }
  .poster-stamp { right: -11px; bottom: -10px; transform: scale(.86) rotate(9deg); }
  .facts-card { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid #dde8f1; }
  .fact-lunch { border-right: 0; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .register-card { grid-template-columns: 145px 1fr; }
  .register-actions { grid-column: 2; justify-self: start; display: flex; flex-wrap: wrap; }
  .register-actions .button { min-width: 175px; }
}

@media (max-width: 760px) {
  .section-shell, .countdown-inner, .site-header, .copyright { width: min(100% - 32px, 580px); }
  .countdown-inner { grid-template-columns: 1fr auto; min-height: 55px; gap: 4px 14px; padding: 6px 0; }
  .countdown-label { font-size: .6rem; }
  .countdown { grid-row: 2; grid-column: 1 / -1; justify-content: space-between; width: 100%; }
  .time-unit { gap: 3px; }
  .time-unit strong { font-size: .77rem; }
  .time-unit span { font-size: .52rem; }
  .countdown-link { font-size: .63rem; }
  .site-header { min-height: 63px; }
  .main-nav { display: none; }
  .brand-copy strong { font-size: .71rem; }
  .brand-copy small { font-size: .54rem; }
  .nav-cta { padding: 8px 11px 8px 13px; font-size: .66rem; }
  .hero { grid-template-columns: 1fr; gap: 32px; min-height: 0; padding: 52px 0 52px; }
  .hero h1 { font-size: clamp(3.55rem, 19vw, 5.25rem); }
  .hero-description { margin: 18px 0; font-size: .91rem; }
  .poster-column { width: min(100%, 500px); margin: auto; padding: 5px 8px 10px; }
  .facts-wrap { margin-bottom: 72px; }
  .facts-card { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 83px; padding: 12px; gap: 8px; }
  .fact strong { font-size: 1.45rem; }
  .fact > span:last-child { font-size: .6rem; }
  .fact-lunch { grid-column: 1 / -1; border-top: 1px solid #dde8f1; border-left: 0; }
  .facts-card .fact:nth-child(2) { border-bottom: 1px solid #dde8f1; }
  .schedule, .events-section, .contact-section { padding-bottom: 72px; }
  .section-heading { display: block; margin-bottom: 25px; }
  .section-heading h2 { font-size: 2.15rem; }
  .section-heading > p { margin-top: 13px; font-size: .8rem; }
  .compact-heading { display: flex; align-items: end; }
  .compact-heading .outline-link { flex: 0 0 auto; margin-bottom: 0; font-size: 0; }
  .compact-heading .outline-link span { font-size: 1rem; }
  .timeline, .event-groups { grid-template-columns: 1fr; }
  .day-card { min-height: 290px; padding: 23px; }
  .day-content { padding-top: 34px; }
  .event-group-heading { padding: 16px; gap: 10px; }
  .event-group-heading h3 { font-size: 1rem; }
  .event-group-heading p { font-size: .56rem; }
  .group-fee { font-size: .55rem; }
  .event-list { padding: 3px 16px 12px; }
  .day-one-focus { grid-template-columns: 1fr 1fr; }
  .day-one-note { grid-column: 1 / -1; }
  .day-two-event { grid-template-columns: auto 1fr; gap: 16px; padding: 21px; }
  .day-two-details { grid-column: 1 / -1; justify-items: start; display: flex; flex-wrap: wrap; align-items: center; gap: 7px 13px; }
  .day-two-details > small { margin: 0; }
  .pricing-section { padding: 72px 0; }
  .pricing-inner { grid-template-columns: 1fr; gap: 32px; }
  .pricing-copy > p:last-child { font-size: .8rem; }
  .price-row { grid-template-columns: 28px 1fr auto; min-height: 78px; gap: 8px; }
  .price-row strong { font-size: .75rem; }
  .price-row small { font-size: .58rem; }
  .price-row > b { font-size: 1.04rem; }
  .price-row > b span { display: block; margin: 0; font-size: .5rem; text-align: right; }
  .register-section { padding: 72px 0; }
  .register-card { grid-template-columns: 1fr; gap: 16px; padding: 30px 27px; }
  .register-art { width: 104px; height: 104px; }
  .register-art b { font-size: 2rem; }
  .register-art small { font-size: .52rem; }
  .register-actions { grid-column: auto; width: 100%; }
  .register-actions .button { flex: 1 1 190px; min-width: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 69px; }
  .footer-inner { display: grid; align-items: start; gap: 18px; }
  .footer-event { text-align: left; }
}

@media (max-width: 390px) {
  .hero-actions .button { width: 100%; }
  .poster-card-top { padding: 0 9px; font-size: .52rem; }
  .poster-card-top a { font-size: 0; }
  .poster-card-top a span { font-size: .82rem; }
  .fact { padding: 10px 8px; }
  .fact > span:last-child { font-size: .55rem; }
  .group-fee { display: none; }
  .day-one-focus { grid-template-columns: 1fr; }
  .day-one-note { grid-column: auto; }
  .day-two-event { grid-template-columns: 1fr; }
  .day-two-badge { display: none; }
  .day-two-details .button { width: 100%; }
}

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