:root {
  --night: #061f3b;
  --deep: #003870;
  --card: #07588f;
  --ink: #ffffff;
  --body: #dceaf5;
  --muted: #aec6d8;
  --blue: #7ec8e3;
  --lime: #ccdb2f;
  --rule: rgba(255, 255, 255, .15);
  --rule-strong: rgba(255, 255, 255, .28);
  --jumo-blue: #117fc3;
  --jumo-navy: #003870;
  --jumo-accent: #ccdb2f;
  --page: 1180px;
}

html { scroll-behavior: smooth; }

body {
  background: var(--night);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

h1,
h2,
.fact-v,
.venue-name,
.vf-v,
.chef-name,
.chip,
.spec-h,
.talk-title,
.step-h,
.q-t,
.guest-t b,
.host-n,
.rsvp-v,
.btn {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fact-k,
.venue-addr,
.vf-k,
.need-k,
.talk-when,
.talk-by,
.step-n,
.proof-label,
.proof-a,
.tl-t,
.q-n,
.host-r,
.rsvp-k,
.disclaimer {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.proof-q,
.talk-sub { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

.wrap,
.hero-inner { max-width: var(--page); }

.wrap { padding: 0 32px; }

.brand-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 72px;
  display: flex;
  align-items: center;
  padding: 0 max(28px, calc((100vw - var(--page)) / 2));
  background: rgba(0, 56, 112, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(14px);
}

.brand-shell {
  width: 100%;
  max-width: var(--page);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand-logo { display: inline-flex; flex: 0 0 auto; }
.brand-logo img { display: block; width: 226px; height: 40px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 4px; width: 100%; }
.nav-item { position: relative; }
.nav-link,
.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 11px;
  border: 0;
  border-radius: 8px;
  color: rgba(255, 255, 255, .9);
  background: transparent;
  font: inherit;
  font-size: .82rem;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
}

.nav-link:hover,
.nav-trigger:hover,
.nav-trigger[aria-expanded="true"] { color: #fff; background: rgba(255, 255, 255, .09); }
.nav-trigger::after { content: "⌄"; transform: translateY(-2px); color: var(--jumo-accent); }
.nav-menu {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  width: 250px;
  padding: 10px;
  margin: 0;
  list-style: none;
  border: 1px solid rgba(0, 56, 112, .12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 32, 68, .2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}

.nav-item:hover .nav-menu,
.nav-item:focus-within .nav-menu,
.nav-item.open .nav-menu { opacity: 1; visibility: visible; transform: none; }
.nav-menu a { display: block; padding: 10px 11px; border-radius: 8px; color: var(--jumo-navy); font-size: .84rem; font-weight: 650; text-decoration: none; }
.nav-menu a:hover,
.nav-menu a:focus { background: #eef5fa; color: #0066b3; outline: none; }
.site-nav > .nav-item:last-of-type .nav-menu,
.site-nav > .nav-item:nth-last-child(2) .nav-menu { right: 0; left: auto; }
.nav-mega { width: 520px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px; }
.nav-group + .nav-group { border-left: 1px solid #dde3e8; padding-left: 10px; }
.nav-menu .nav-group-title { color: #0066b3; font-size: .94rem; font-weight: 800; }
.nav-cta { margin-left: 8px; color: var(--jumo-navy); background: var(--jumo-accent); border-radius: 999px; padding: 0 17px; }
.nav-cta:hover { color: var(--jumo-navy); background: #ddea5d; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; background: transparent; color: #fff; font-size: 1.2rem; cursor: pointer; }

.hero {
  min-height: min(780px, calc(100vh - 72px));
  background:
    radial-gradient(circle at 86% 18%, rgba(17, 127, 195, .38) 0, rgba(17, 127, 195, 0) 34%),
    radial-gradient(circle at 12% 92%, rgba(204, 219, 47, .12) 0, rgba(204, 219, 47, 0) 28%),
    linear-gradient(150deg, #003870 0%, #062744 62%, #07192e 100%);
}

.hero-inner { padding: 64px 32px 42px; gap: 42px; }
.hero-logo { display: none; }
.hero-mid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 72px; }
h1 { font-size: clamp(52px, 6vw, 84px); line-height: .98; letter-spacing: -.045em; }
h2 { font-size: clamp(30px, 3.2vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.hero-kicker { color: var(--jumo-accent); font-size: 18px; }
.hero-deck { font-size: 19px; line-height: 1.55; }
.hero-sub { font-size: 16px; line-height: 1.6; }
.hero-rsvp { margin-top: 2px; }

section { padding: 72px 0; }
.sec-head { margin-bottom: 32px; }
.split { gap: 64px; }
.venue,
.chef,
.offer,
.spec-note,
.timing,
.rsvp,
.talk { border-radius: 10px; }
.venue,
.chef,
.timing { background: #0a2d50; }
.offer,
.rsvp,
.talk { background: #083f6d; }
.chef { border-left: 4px solid var(--lime); }
.offer,
.talk { border-top: 4px solid var(--lime); }
.chip { color: #003870; border-radius: 999px; }
.btn { color: #003870; border-radius: 999px; padding: 14px 24px; font-weight: 750; }
.btn:hover { background: #ddea5d; }
.spec-list li::before { border-radius: 50%; }

.site-footer { margin-top: 0; background: #003870; color: #fff; border-top: 5px solid #117fc3; }
.site-footer__inner { width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 48px 0 28px; }
.site-footer__primary,
.site-footer__secondary { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.site-footer__primary { padding-bottom: 34px; }
.site-footer__brand { display: inline-flex; align-items: center; width: 250px; height: 58px; }
.site-footer__brand img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.site-footer__social { display: flex; align-items: center; gap: 12px; }
.site-footer__social a { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(255,255,255,.04); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.site-footer__social a:hover,
.site-footer__social a:focus-visible { background: #117fc3; border-color: #117fc3; transform: translateY(-2px); outline: none; }
.site-footer__social img { display: block; width: 21px; height: 21px; object-fit: contain; }
.site-footer__secondary { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.site-footer__legal { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; }
.site-footer__legal a,
.site-footer__copyright { color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.5; }
.site-footer__legal a { text-decoration: none; }
.site-footer__legal a:hover,
.site-footer__legal a:focus-visible { color: var(--lime); }
.site-footer__copyright { margin: 0; white-space: nowrap; }

@media (max-width: 1060px) {
  .brand-bar { height: 64px; padding: 0 20px; }
  .brand-logo img { width: 190px; height: 34px; }
  .brand-shell { gap: 14px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 2px; padding: 14px 20px 20px; background: var(--jumo-navy); border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 40px rgba(0,32,68,.22); }
  .site-nav.open { display: flex; }
  .nav-link,
  .nav-trigger { width: 100%; justify-content: space-between; min-height: 46px; font-size: .92rem; }
  .nav-item { width: 100%; }
  .nav-menu,
  .nav-mega { position: static; display: none; width: 100%; grid-template-columns: 1fr; margin: 2px 0 8px; opacity: 1; visibility: visible; transform: none; box-shadow: none; }
  .nav-item.open .nav-menu { display: block; }
  .nav-item.open .nav-mega { display: grid; }
  .nav-group + .nav-group { border-left: 0; border-top: 1px solid #dde3e8; padding: 10px 0 0; }
  .nav-cta { margin-left: 0; justify-content: center; color: var(--jumo-navy); }
  .hero { min-height: 0; }
  .hero-mid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 720px) {
  .wrap,
  .hero-inner { padding-left: 22px; padding-right: 22px; }
  h1 { font-size: clamp(44px, 14vw, 62px); }
  section { padding: 54px 0; }
  .site-footer__inner { width: min(100% - 40px, 1180px); padding-top: 38px; }
  .site-footer__primary,
  .site-footer__secondary { align-items: flex-start; flex-direction: column; }
  .site-footer__brand { width: 220px; }
}

