:root {
  --navy: #071b37;
  --blue: #0544a4;
  --blue-bright: #1769cf;
  --sky: #dceef9;
  --sky-deep: #b7d8ed;
  --gold: #d2a84e;
  --gold-soft: #f4e5ba;
  --coral: #d97865;
  --ink: #102642;
  --ink-soft: #5d6d82;
  --paper: #f7f5ef;
  --white: #ffffff;
  --line: rgba(7, 27, 55, 0.15);
  --display: 'EB Garamond', Georgia, serif;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --hero-image: url('https://img1.wsimg.com/isteam/ip/1b040337-4b69-4f98-8413-643fbc3451b6/IMG_0614.jpg');
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.5; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.page-shell { max-width: 760px; min-height: 100vh; margin: 0 auto; background: var(--paper); box-shadow: 0 0 60px rgba(0, 0, 0, .22); }

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 73px; padding: 12px 20px; background: var(--white); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; color: var(--navy); text-decoration: none; }
.brand-logo-wrap { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; overflow: hidden; border: 1px solid var(--sky-deep); border-radius: 50%; background: var(--white); }
.brand-logo { width: 38px; height: 38px; object-fit: contain; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-family: var(--display); font-size: 19px; font-weight: 700; line-height: .9; }
.brand-copy small { margin-top: 4px; color: var(--ink-soft); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.header-label { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }

.hero { position: relative; min-height: 372px; overflow: hidden; padding: 36px 22px 32px; isolation: isolate; background: var(--blue); background-image: var(--hero-image); background-position: center; background-size: cover; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, rgba(4, 24, 57, .95) 0%, rgba(5, 68, 164, .75) 52%, rgba(5, 68, 164, .24) 100%); }
.hero-content { position: relative; max-width: 545px; color: var(--white); }
.hero-topline { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 58px; color: var(--gold-soft); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.eyebrow { margin: 0 0 8px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-soft); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 600px; margin-bottom: 16px; font-family: var(--display); font-size: clamp(56px, 14vw, 98px); font-weight: 600; letter-spacing: -.055em; line-height: .76; }
h1 em { display: block; color: var(--gold-soft); font-style: normal; }
.hero-copy { max-width: 390px; margin-bottom: 22px; color: rgba(255, 255, 255, .84); font-size: 14px; }
.hero-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: var(--white); font-size: 10px; font-weight: 700; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.status-dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px rgba(210, 168, 78, .2); }
.meta-divider { width: 24px; height: 1px; background: rgba(255, 255, 255, .4); }
.hero-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; padding-bottom: 5px; color: var(--white); border-bottom: 1px solid var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hero-link:hover { color: var(--gold-soft); }
.hero-stamp { position: absolute; right: -42px; bottom: 26px; display: grid; width: 145px; height: 145px; place-content: center; border: 1px solid rgba(244, 229, 186, .6); border-radius: 50%; color: var(--gold-soft); font-family: var(--display); font-size: 18px; line-height: .85; text-align: center; transform: rotate(-11deg); }
.hero-stamp::before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(244, 229, 186, .36); border-radius: 50%; }
.hero-stamp strong, .hero-stamp span { position: relative; }
.hero-stamp span { color: var(--white); font-size: 15px; }

.welcome-strip { display: flex; align-items: center; gap: 13px; padding: 17px 22px; color: var(--navy); background: var(--gold-soft); border-bottom: 1px solid rgba(7, 27, 55, .12); }
.welcome-strip .eyebrow { margin-bottom: 2px; color: var(--blue); font-size: 9px; }
.welcome-strip p:last-child { margin: 0; font-family: var(--display); font-size: 21px; font-weight: 600; line-height: 1; }
.welcome-mark { color: var(--blue); font-size: 23px; }

.day-picker, .schedule-section, .attire-section { padding: 31px 22px; border-top: 1px solid var(--line); }
.section-heading, .selected-day-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 21px; }
.section-heading.compact { align-items: center; }
h2 { margin-bottom: 0; font-family: var(--display); font-size: 43px; font-weight: 600; letter-spacing: -.04em; line-height: .88; }
.today-button { padding: 8px 11px; color: var(--blue); border: 1px solid var(--blue); border-radius: 99px; background: transparent; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.today-button:hover { color: var(--white); background: var(--blue); }
.today-button:focus-visible, .day-tab:focus-visible, .hero-link:focus-visible { outline: 3px solid rgba(210, 168, 78, .7); outline-offset: 3px; }
.day-tabs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; }
.day-tab { min-height: 75px; padding: 9px 5px; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 2px; background: var(--white); cursor: pointer; text-align: center; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.day-tab:hover { transform: translateY(-2px); color: var(--blue); border-color: var(--blue); }
.day-tab[aria-selected="true"] { color: var(--white); border-color: var(--blue); background: var(--blue); box-shadow: 4px 4px 0 var(--gold); transform: translateY(-2px); }
.day-tab.is-empty { opacity: .62; }
.day-tab .day-week, .day-tab .day-month { display: block; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.day-tab strong { display: block; margin: 2px 0 0; font-family: var(--display); font-size: 29px; font-weight: 600; line-height: .88; }

.schedule-section { background: var(--sky); }
.selected-day-heading { align-items: end; margin-bottom: 18px; }
.selected-day-heading .eyebrow { margin-bottom: 6px; }
.selected-day-heading h2 { font-size: 48px; }
.event-count { padding-bottom: 4px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.event-list { display: grid; gap: 10px; }
.event-card { display: grid; grid-template-columns: 76px 1fr; gap: 15px; position: relative; padding: 20px 16px 20px 0; background: var(--white); border: 1px solid rgba(5, 68, 164, .14); box-shadow: 0 5px 0 rgba(5, 68, 164, .08); }
.event-card::before { content: ''; position: absolute; left: -1px; top: -1px; bottom: -1px; width: 4px; background: var(--card-accent, var(--blue)); }
.event-time { padding-left: 14px; color: var(--ink-soft); font-size: 11px; font-weight: 800; line-height: 1.25; }
.event-time span { display: block; margin-top: 4px; color: var(--blue); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.event-title { margin: 0 0 8px; color: var(--navy); font-family: var(--display); font-size: 31px; font-weight: 600; letter-spacing: -.03em; line-height: .9; }
.event-speaker { margin: 0 0 12px; color: var(--ink-soft); font-size: 12px; }
.event-speaker strong { color: var(--ink); font-weight: 800; }
.attire-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; color: var(--ink); border: 1px solid var(--line); background: var(--paper); font-size: 10px; font-weight: 800; line-height: 1.25; }
.attire-pill::before { content: ''; width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--pill-color, var(--blue)); box-shadow: inset 0 0 0 1px rgba(7, 27, 55, .2); }
.event-note { margin: 8px 0 0; color: var(--ink-soft); font-size: 10px; font-style: italic; }
.empty-state { padding: 27px 20px; color: var(--ink-soft); background: var(--white); border: 1px dashed var(--blue); }

.attire-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.attire-note { display: flex; gap: 9px; min-height: 80px; padding: 12px 10px; background: var(--white); border: 1px solid var(--line); }
.attire-note strong, .attire-note small { display: block; }.attire-note strong { font-size: 11px; line-height: 1.2; }.attire-note small { margin-top: 6px; color: var(--ink-soft); font-size: 9px; line-height: 1.35; }
.swatch { width: 13px; height: 13px; flex: 0 0 auto; margin-top: 1px; border-radius: 50%; background: var(--coral); }.swatch-blue { background: var(--blue); }.swatch-white { background: var(--white); border: 1px solid var(--line); }.spark { color: var(--gold); font-size: 30px; }
.attire-footnote { max-width: 460px; margin: 17px 0 0; color: var(--ink-soft); font-size: 11px; }
.quiet-note { display: flex; gap: 15px; margin: 5px 22px 27px; padding: 18px 0 0; color: var(--ink-soft); border-top: 1px solid var(--line); }.quiet-note-mark { color: var(--gold); font-size: 18px; }.quiet-note strong { color: var(--navy); font-size: 12px; }.quiet-note p { max-width: 440px; margin: 4px 0 0; font-size: 11px; }
.site-footer { display: flex; justify-content: space-between; gap: 12px; padding: 19px 22px 25px; color: rgba(255, 255, 255, .72); background: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 520px) {
  .site-header { min-height: 65px; padding: 10px 15px; }.header-label { font-size: 8px; }.brand-logo-wrap { width: 38px; height: 38px; }.brand-logo { width: 34px; height: 34px; }.brand-copy strong { font-size: 17px; }
  .hero { min-height: 390px; padding: 27px 17px 30px; }.hero-topline { margin-bottom: 56px; font-size: 8px; }.hero-copy { max-width: 300px; font-size: 13px; }.hero-stamp { right: -57px; bottom: 25px; width: 128px; height: 128px; font-size: 16px; }.hero-stamp span { font-size: 13px; }
  .welcome-strip { padding: 15px 17px; }.welcome-strip p:last-child { font-size: 19px; }
  .day-picker, .schedule-section, .attire-section { padding: 28px 17px; }.quiet-note { margin-right: 17px; margin-left: 17px; }.section-heading, .selected-day-heading { align-items: end; }.today-button { font-size: 8px; }.day-tabs { gap: 4px; }.day-tab { min-height: 67px; }.day-tab strong { font-size: 25px; }.selected-day-heading h2 { font-size: 42px; }.event-card { grid-template-columns: 63px 1fr; gap: 10px; padding-right: 10px; }.event-time { padding-left: 10px; font-size: 10px; }.event-title { font-size: 28px; }.attire-grid { grid-template-columns: 1fr; }.attire-note { min-height: auto; align-items: center; }.attire-note small { margin-top: 3px; }.site-footer { flex-direction: column; gap: 5px; padding-right: 17px; padding-left: 17px; }
}

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