<style>
  *, *::before, *::after { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body { background: var(--bg-deep); color: var(--cream); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  img { display: block; max-width: 100%; }
  a { color: inherit; }
  a:link, a:visited { color: var(--amber-light); }
  a:hover { color: var(--amber); }

  :root {
    --bg-deep: #030814;
    --bg-2: #071433;
    --amber: #4d8ff5;
    --amber-light: #cfe2ff;
    --amber-deep: #123a86;
    --cream: #e9f0fa;
    --gold: #d99f2c;
    --silver: #dfe8f4;
  }

  .site-bg { position: fixed; inset: 0; z-index: 0; background: radial-gradient(120% 90% at 50% 0%, #0a1b41 0%, #030814 65%); }
  .bg-accent-mid { position: fixed; inset: 0; z-index: 0; background-image: url("/images/hero-bg.webp"); background-size: 220% auto; background-position: center 30%; background-repeat: no-repeat; filter: blur(24px) saturate(1.25) brightness(1.05); opacity: .45; }
  .bg-vignette-mid { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(55% 50% at 50% 45%, transparent 0%, rgba(3,8,20,0.6) 60%, rgba(3,8,20,0.94) 100%); }
  .seam-fade { position: relative; z-index: 3; height: 340px; margin-top: -340px; background: linear-gradient(180deg, rgba(3,8,20,0) 0%, rgba(3,8,20,0.25) 30%, rgba(3,8,20,0.7) 60%, rgba(3,8,20,0.95) 82%, rgba(3,8,20,1) 100%); filter: blur(14px); pointer-events: none; }

  .preloader { position: fixed; inset: 0; z-index: 100; background: radial-gradient(120% 90% at 50% 50%, #0a1b41 0%, #030814 70%); display: flex; align-items: center; justify-content: center; transition: opacity .8s ease, visibility .8s ease; }
  .preloader img { width: clamp(180px, 26vw, 340px); animation: preloadPulse 1.8s ease-in-out infinite; }
  @keyframes preloadPulse { 0%,100% { opacity: .45; transform: scale(.98); } 50% { opacity: 1; transform: scale(1.02); } }
  body:not(.loading) .preloader { opacity: 0; visibility: hidden; }

  .hero { position: relative; z-index: 2; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 4vh 4vw 6vh; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; background-image: url("/images/hero-bg.webp"); background-size: 175% auto; background-position: center 15%; background-repeat: no-repeat; will-change: transform, filter; }
  .hero-inner, .hero-spark-wrap, .hero-candi { will-change: filter, opacity; }
  .hero-candi { position: absolute; left: 50%; bottom: -2%; transform: translateX(-50%); width: min(760px, 82vw); z-index: 2; pointer-events: none; filter: drop-shadow(0 20px 60px rgba(0,0,0,0.6)); -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 76%, rgba(0,0,0,0) 100%); mask-image: linear-gradient(180deg, #000 0%, #000 76%, rgba(0,0,0,0) 100%); }
  @media (max-width: 640px) { .hero-bg { background-size: cover; background-position: center 30%; } }
  .hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,8,20,0.5) 0%, rgba(3,8,20,0.1) 30%, rgba(3,8,20,0.25) 62%, rgba(3,8,20,0.85) 90%, rgba(3,8,20,1) 100%); }
  .hero-spark-wrap { position: absolute; top: 46%; left: 50%; transform: translate(-50%,-50%); width: min(104vh, 124vw); aspect-ratio: 1; pointer-events: none; z-index: 1; -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0,0,0,0.5) 76%, rgba(0,0,0,0) 94%); mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0,0,0,0.5) 76%, rgba(0,0,0,0) 94%); }
  .hero-spark { width: 100%; opacity: .42; transform-origin: 50% 50%; filter: hue-rotate(185deg) saturate(1.6) brightness(1.15); }
  body[data-ring="off"] .hero-spark-wrap { display: none; }

  .stage-lights { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; mix-blend-mode: screen; }
  .beam { position: absolute; left: 50%; bottom: 6%; width: 34vw; height: 118%; margin-left: -17vw; transform-origin: 50% 100%; background: linear-gradient(0deg, rgba(150,205,255,0.5) 0%, rgba(80,150,255,0.2) 45%, rgba(60,130,255,0) 85%); clip-path: polygon(0% 0%, 100% 0%, 53% 100%, 47% 100%); filter: blur(48px); opacity: .38; }
  @media (prefers-reduced-motion: reduce) { .stage-lights { display: none; } }
  .spark-orbit { position: absolute; inset: 0; pointer-events: none; }
  .spark-dot { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: radial-gradient(circle, #f2f8ff 0%, rgba(120,180,255,0.9) 40%, rgba(77,143,245,0) 72%); box-shadow: 0 0 10px rgba(140,195,255,0.9); }
  .bird-layer { display: none; }

  .hero-inner, .scroll-cue { transition: opacity 1.5s cubic-bezier(.2,.7,.2,1), filter 1.5s cubic-bezier(.2,.7,.2,1), transform 1.5s cubic-bezier(.2,.7,.2,1); }
  body.loading .hero-inner { opacity: 0; filter: blur(26px); transform: scale(1.06); }
  body.loading .scroll-cue { opacity: 0; filter: blur(10px); }
  @media (prefers-reduced-motion: reduce) { .hero-inner, .scroll-cue { transition: none !important; } body.loading .hero-inner, body.loading .scroll-cue { opacity: 1 !important; filter: none !important; transform: none !important; } }

  .details > section, .hero { position: relative; }
  .orb-field { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
  .gold-orb { position: absolute; bottom: -10%; border-radius: 50%; background: radial-gradient(circle, rgba(240,248,255,1), rgba(77,143,245,0.6) 45%, transparent 72%); box-shadow: 0 0 26px rgba(140,190,255,0.55); animation: orbRise linear infinite; opacity: 0; }
  @keyframes orbRise { 0% { transform: translateY(0) scale(0.85); opacity: 0; } 12% { opacity: var(--orb-op, 0.45); } 88% { opacity: var(--orb-op, 0.45); } 100% { transform: translateY(-115vh) scale(1.15); opacity: 0; } }
  @media (prefers-reduced-motion: reduce) { .gold-orb { animation: none !important; display: none; } }

  .reveal { opacity: 0; transform: translateY(28px); filter: blur(6px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1), filter .9s cubic-bezier(.2,.7,.2,1); }
  .reveal.in { opacity: 1; transform: translateY(0); filter: blur(0); }
  @media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; } }

  .hero-inner { position: relative; z-index: 3; width: min(1200px, 94vw); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; transform: translateY(-10vh); }
  .hero-logo { width: clamp(150px, 18vw, 240px); opacity: .95; margin-bottom: 2px; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.6)); }
  .hero-tagline { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-bottom: 2px; text-align: center; text-transform: uppercase; letter-spacing: .12em; font-size: clamp(13px, 1.6vw, 16px); line-height: 1.25; }
  .hero-tagline-lead { color: var(--amber-light); }
  .hero-tagline-main { color: rgba(233,240,250,0.92); }
  .hero-title { width: clamp(300px, 56vw, 820px); filter: drop-shadow(0 12px 34px rgba(0,0,0,0.6)); margin-top: -4px; }

  .hero-badges { display: flex; flex-direction: column; align-items: center; gap: 14px; }
  .hero-when { display: inline-flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; padding: 12px 26px; border: 1px solid rgba(77,143,245,0.5); border-radius: 999px; background: rgba(12,28,64,0.45); backdrop-filter: blur(10px); font-size: clamp(13px, 1.6vw, 16px); letter-spacing: .12em; text-transform: uppercase; color: var(--amber-light); }
  .hero-when-line { display: inline-flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 12px; }
  .hero-when .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--amber); flex: none; }

  .hero-cta, a.hero-cta:link, a.hero-cta:visited { display: inline-flex; align-items: center; gap: 10px; padding: 16px 38px; border-radius: 999px; background: linear-gradient(180deg, var(--amber-light) 0%, var(--amber) 60%, var(--amber-deep) 100%); color: #05122e; font-weight: 700; font-size: 15px; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; box-shadow: 0 14px 34px rgba(77,143,245,0.35), inset 0 1px 0 rgba(255,255,255,0.5); transition: transform .2s ease; }
  .hero-cta:hover { transform: translateY(-2px); }

  .scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 1; color: rgba(233,240,250,0.55); font-size: 11px; letter-spacing: .25em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 8px; }
  .scroll-cue .arrow { width: 1px; height: 30px; background: linear-gradient(to bottom, transparent, rgba(77,143,245,0.8)); animation: scrollPulse 2s ease-in-out infinite; }
  @keyframes scrollPulse { 0%,100%{opacity:.2;transform:translateY(0);} 50%{opacity:1;transform:translateY(6px);} }

  .details { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: clamp(50px, 8vw, 100px) 20px clamp(70px, 10vw, 120px); display: flex; flex-direction: column; gap: clamp(48px, 6vw, 76px); }
  .section-head { text-align: center; position: relative; }
  .section-head .eyebrow { font-size: 11px; letter-spacing: .32em; text-transform: uppercase; color: var(--amber); margin-bottom: 10px; }
  .section-head h2 { margin: 0; font-size: clamp(24px, 3vw, 38px); font-weight: 700; letter-spacing: .02em; background: linear-gradient(180deg, var(--amber-light) 0%, var(--amber) 60%, var(--amber-deep) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .rule { width: 60px; height: 1px; margin: 16px auto 0; background: linear-gradient(90deg, transparent, var(--amber), transparent); }
  .section-spark { position: absolute; top: -60px; left: 50%; transform: translateX(-50%); width: 520px; max-width: 90vw; opacity: .5; pointer-events: none; }

  .card { background: linear-gradient(180deg, rgba(12,28,64,0.4), rgba(7,18,44,0.55)); border: 1px solid rgba(77,143,245,0.22); border-radius: 20px; padding: clamp(22px, 3vw, 34px); box-shadow: 0 20px 50px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.05); }

  .countdown { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(12px,2vw,24px); max-width: 700px; margin: 0 auto; }
  .clock { display: flex; flex-direction: column; align-items: center; }
  .clock-box { width: 100%; aspect-ratio: 1; border-radius: 16px; border: 1px solid rgba(77,143,245,0.35); background: linear-gradient(180deg, rgba(77,143,245,0.08), rgba(7,18,44,0.4)); display: flex; align-items: center; justify-content: center; font-size: clamp(24px, 4vw, 40px); font-weight: 700; color: var(--amber-light); }
  .clock .lbl { margin-top: 10px; font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: rgba(233,240,250,0.6); }

  .info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
  .info-item { display: flex; gap: 14px; padding: 20px; border-radius: 14px; background: rgba(7,18,44,0.4); border: 1px solid rgba(77,143,245,0.18); }
  .info-icon { width: 42px; height: 42px; flex-shrink: 0; border-radius: 50%; background: linear-gradient(135deg, rgba(77,143,245,0.3), rgba(18,58,134,0.35)); border: 1px solid rgba(77,143,245,0.4); display: flex; align-items: center; justify-content: center; color: var(--amber-light); }
  .info-icon svg { width: 18px; height: 18px; }
  .info-item h4 { margin: 0 0 4px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--amber); }
  .info-item p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--cream); }

  /* Agenda highlights */
  .agenda-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
  .agenda-card { padding: 22px 20px; border-radius: 16px; background: rgba(7,18,44,0.4); border: 1px solid rgba(77,143,245,0.2); display: flex; flex-direction: column; gap: 10px; }
  .agenda-day { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
  .agenda-day .d { font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--amber); }
  .agenda-day .date { font-size: 11px; color: rgba(233,240,250,0.5); }
  .agenda-title { font-size: 15px; font-weight: 600; color: var(--cream); line-height: 1.35; }
  .agenda-note { font-size: 12px; color: rgba(233,240,250,0.55); line-height: 1.5; }

  .agenda-cta { display: flex; justify-content: center; margin-top: clamp(28px, 4vw, 40px); }

  /* Dress code */
  button.dc-event { width: 100%; text-align: left; font: inherit; color: inherit; background: transparent; border: none; border-bottom: 1px solid rgba(77,143,245,0.14); cursor: pointer; transition: background .25s ease; border-radius: 10px; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 8px 20px; }
  button.dc-event:hover { background: rgba(77,143,245,0.08); }
  .dc-see { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--amber); border: 1px solid rgba(77,143,245,0.4); border-radius: 999px; padding: 5px 12px; }
  button.dc-event .dc-event-outfit { margin-left: 0; }
  .dc-modal { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center; padding: clamp(16px, 4vw, 48px); background: rgba(2,6,16,0.82); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease; }
  .dc-modal.open { opacity: 1; visibility: visible; }
  .dc-modal-inner { position: relative; width: min(980px, 100%); max-height: 86vh; overflow-y: auto; border-radius: 22px; padding: clamp(22px, 3vw, 38px); background: linear-gradient(180deg, rgba(12,28,64,0.96), rgba(5,12,30,0.98)); border: 1px solid rgba(77,143,245,0.3); box-shadow: 0 40px 120px rgba(0,0,0,0.6); transform: translateY(18px) scale(.98); transition: transform .4s cubic-bezier(.22,.9,.24,1); }
  .dc-modal.open .dc-modal-inner { transform: translateY(0) scale(1); }
  .dc-modal-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(77,143,245,0.35); background: rgba(7,18,44,0.7); color: var(--cream); cursor: pointer; font-size: 18px; line-height: 1; }
  .dc-modal-close:hover { background: rgba(77,143,245,0.2); }
  .dc-modal-eyebrow { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--amber); }
  .dc-modal-title { margin: 6px 0 4px; font-size: clamp(22px, 3vw, 32px); font-weight: 600; color: var(--cream); }
  .dc-modal-sub { margin: 0 0 22px; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: rgba(233,240,250,0.55); }
  .dc-looks { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
  .dc-look { border-radius: 16px; overflow: hidden; border: 1px solid rgba(77,143,245,0.2); background: rgba(7,18,44,0.5); }
  .dc-look img { display: block; width: 100%; height: auto; }
  .dc-look figcaption { padding: 12px 14px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(233,240,250,0.6); }

  .dresscode-tagline { text-align: center; color: rgba(233,240,250,0.7); font-size: 13px; letter-spacing: .2em; text-transform: uppercase; margin: 0 0 20px; }
  .dc-timeline { position: relative; padding-left: 34px; }
  .dc-timeline::before { content: ''; position: absolute; left: 5px; top: 6px; bottom: 6px; width: 1px; background: linear-gradient(to bottom, rgba(77,143,245,0), rgba(77,143,245,0.45) 8%, rgba(77,143,245,0.45) 92%, rgba(77,143,245,0)); }
  .dc-day { position: relative; margin-bottom: 34px; }
  .dc-day:last-child { margin-bottom: 0; }
  .dc-day-label { position: relative; display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--amber); margin-bottom: 16px; }
  .dc-day-label::before { content: ''; position: absolute; left: -34px; top: 50%; transform: translate(-1px,-50%); width: 11px; height: 11px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(77,143,245,0.15), 0 0 14px rgba(77,143,245,0.6); }
  .dc-events { display: flex; flex-direction: column; gap: 16px; }
  .dc-event { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(77,143,245,0.14); }
  .dc-day .dc-event:last-child { border-bottom: none; padding-bottom: 0; }
  .dc-event-title { font-size: 16px; font-weight: 600; color: var(--cream); }
  .dc-event-outfit { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(233,240,250,0.6); white-space: nowrap; }
  .dc-event-outfit b { color: rgba(233,240,250,0.85); font-weight: 500; }
  .dc-event-outfit .sep { color: var(--amber); opacity: .6; }

  /* One Rapiscan */
  .one-rapiscan-wrap { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; }
  .one-rapiscan-tag { width: clamp(260px, 40vw, 460px); opacity: .9; }
  .one-rapiscan-copy { max-width: 640px; font-size: 15px; line-height: 1.7; color: rgba(233,240,250,0.75); margin: 0; }

  .rsvp-wrap { text-align: center; }
  .rsvp-meta { margin-top: 14px; color: rgba(233,240,250,0.55); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

  .footer-accent { position: relative; z-index: 1; height: 320px; background-image: url("/images/hero-bg.webp"); background-size: cover; background-position: center 60%; -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.75) 35%, rgba(0,0,0,0.75) 65%, transparent 100%); mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.75) 35%, rgba(0,0,0,0.75) 65%, transparent 100%); opacity: .5; pointer-events: none; }
  .site-footer { position: relative; z-index: 2; padding: 30px 20px 40px; text-align: center; color: rgba(233,240,250,0.45); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; border-top: 1px solid rgba(77,143,245,0.12); margin-top: -80px; }

  .site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 12px 0; background: rgba(3,8,20,0.72); backdrop-filter: blur(14px) saturate(1.3); -webkit-backdrop-filter: blur(14px) saturate(1.3); border-bottom: 1px solid rgba(77,143,245,0.2); transform: translateY(-100%); opacity: 0; transition: transform .4s cubic-bezier(.2,.7,.2,1), opacity .4s ease; pointer-events: none; }
  .site-nav.show { transform: translateY(0); opacity: 1; pointer-events: auto; }
  /* Nav contents track the 1180px content column instead of the full bleed. */
  .site-nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
  .site-nav .nav-brand img { height: 22px; width: auto; }
  .site-nav .nav-links { display: flex; align-items: center; gap: clamp(16px, 3vw, 34px); }
  .site-nav .nav-links a { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: rgba(233,240,250,0.8); text-decoration: none; transition: color .2s ease; }
  .site-nav .nav-links a:hover { color: var(--amber-light); }
  .site-nav .nav-links a.nav-cta { padding: 8px 18px; border-radius: 999px; background: linear-gradient(180deg, var(--amber-light), var(--amber)); color: #05122e; font-weight: 700; }
  @media (max-width: 640px) { .site-nav .nav-links { gap: 12px; } .site-nav .nav-links a:not(.nav-cta) { display: none; } }

  @media (max-width: 900px) {
    .info-grid { grid-template-columns: 1fr; }
    .agenda-grid { grid-template-columns: repeat(2,1fr); }
  }
  @media (max-width: 640px) {
    .countdown { grid-template-columns: repeat(4,1fr); gap: 8px; }
    .hero-tagline { font-size: 11px; gap: 10px; }
    .hero-when { font-size: 11px; padding: 10px 18px; gap: 5px; }
    .hero-when-line { gap: 6px 8px; }
    .hero-title { width: clamp(240px, 78vw, 480px); }
    .agenda-grid { grid-template-columns: 1fr; }
  }
