:root{
  --navy:#07131d;
  --navy-2:#0d1d29;
  --steel:#c7d2d9;
  --blue:#2a5f7a;
  --blue-dark:#214b61;
  --line:#cfd8dd;
  --paper:#f7f9fa;
  --white:#ffffff;
  --text:#0c1820;
  --muted:#46545d;
  --muted-light:#d1dce2;
  --shell:min(1180px,calc(100vw - 48px));
  --font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--white);
  color:var(--text);
  font-family:var(--font);
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit}
.shell{width:var(--shell);margin-inline:auto}

.skip-link{
  position:fixed;left:12px;top:12px;z-index:1000;
  background:#fff;color:#000;padding:10px 14px;
  transform:translateY(-180%)
}
.skip-link:focus{transform:none}

.site-header{
  position:sticky;top:0;z-index:40;
  background:rgba(255,255,255,.985);
  border-bottom:1px solid #dfe5e8;
  backdrop-filter:blur(10px)
}
.header-inner{
  height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px
}
.brand img{width:248px}
.site-nav{display:flex;align-items:center;gap:26px}
.site-nav a{
  text-decoration:none;font-size:13px;font-weight:700;color:#32424c
}
.site-nav a:hover{color:#000}
.site-nav .nav-cta{
  border:1px solid #82929c;
  padding:10px 14px;
  color:var(--text);
  background:#fff
}
.site-nav .nav-cta:hover{
  background:#eef3f5;
  border-color:#53656f
}

.hero{
  position:relative;
  min-height:690px;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(4,15,24,.995) 0%, rgba(4,15,24,.98) 40%, rgba(4,15,24,.84) 64%, rgba(4,15,24,.35) 100%),
    linear-gradient(180deg,#0d2230,#07131d);
  color:#fff
}
.hero-skyline{
  position:absolute;inset:0 0 0 35%;overflow:hidden
}
.hero-skyline img{
  width:100%;height:100%;object-fit:cover;object-position:center bottom;
  filter:saturate(.82) contrast(1.08) brightness(.9)
}
.hero-inner{
  position:relative;z-index:2;
  min-height:690px;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(330px,.55fr);
  gap:92px;
  align-items:center;
  padding-top:70px;
  padding-bottom:70px
}
.hero-copy{max-width:720px}
.eyebrow{
  margin:0 0 16px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:800;
  color:var(--blue-dark)
}
.eyebrow.light{color:#c7d8e1}

h1,h2{margin:0;font-weight:650;letter-spacing:-.045em}
h1{
  font-size:clamp(58px,7.6vw,104px);
  line-height:.95;
  max-width:780px;
  color:#fff
}
.hero-lede{
  max-width:680px;
  margin:28px 0 0;
  font-size:clamp(21px,2.1vw,30px);
  line-height:1.35;
  color:#f1f5f7;
  font-weight:450
}
.hero-actions{
  margin-top:34px;
  display:flex;align-items:center;gap:22px;flex-wrap:wrap
}
.button{
  display:inline-flex;
  min-height:48px;
  align-items:center;justify-content:center;
  padding:0 20px;
  text-decoration:none;
  font-size:13px;font-weight:800;
  border:1px solid transparent
}
.button-light{
  background:#fff;
  color:#07131d;
  border-color:#fff
}
.button-light:hover{background:#e9eff2}
.invite-note{
  font-size:13px;
  color:#d9e3e8;
  font-weight:600
}

.meeting-card{
  justify-self:end;
  width:min(100%,355px);
  padding:30px;
  background:#fff;
  color:var(--text);
  border-top:5px solid var(--blue);
  box-shadow:0 24px 70px rgba(0,0,0,.28)
}
.card-label{
  display:block;
  color:#52616a;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:10px;
  font-weight:800;
  margin-bottom:18px
}
.card-date{
  display:block;
  font-size:34px;
  line-height:1.1;
  letter-spacing:-.03em;
  color:#07131d
}
.card-place{
  display:block;
  margin-top:8px;
  color:#42515a;
  font-size:15px
}
.card-rule{
  height:1px;background:#cfd8dd;margin:26px 0 8px
}
.card-row{
  display:flex;justify-content:space-between;gap:20px;
  padding:13px 0;
  border-bottom:1px solid #d9e1e5;
  font-size:13px
}
.card-row span{color:#52616a}
.card-row strong{font-weight:750;text-align:right;color:#111d25}

.section{padding:104px 0}
.section-white{background:#fff}
.section-slate{background:var(--navy-2);color:#fff}

.about-grid,
.contact-layout,
.event-layout{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:110px;
  align-items:start
}
h2{
  font-size:clamp(42px,5vw,68px);
  line-height:1.02;
  color:var(--text)
}
.section-slate h2{color:#fff}

.large-copy{
  margin:0;
  font-size:clamp(25px,2.8vw,38px);
  line-height:1.35;
  letter-spacing:-.025em;
  max-width:820px;
  color:#17242c;
  font-weight:500
}

.event-heading p:last-child{
  margin:16px 0 0;
  color:#d5e0e5;
  font-size:18px;
  font-weight:500
}
.event-details{border-top:1px solid rgba(255,255,255,.34)}
.detail-block{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:24px;
  padding:21px 0;
  border-bottom:1px solid rgba(255,255,255,.24)
}
.detail-block span{
  color:#c3d0d7;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:700
}
.detail-block strong{
  font-size:15px;
  font-weight:700;
  color:#fff
}
.wide{margin-top:28px}

.contact-copy p{
  max-width:650px;
  margin:0 0 26px;
  color:#3f4d56;
  font-size:18px
}
.email-link{
  display:inline-block;
  font-size:clamp(23px,2.6vw,34px);
  font-weight:700;
  letter-spacing:-.03em;
  text-decoration:none;
  color:#0d2533;
  border-bottom:1px solid #4d6675;
  padding-bottom:3px
}
.email-link:hover{color:#1f5c7a}

.site-footer{
  background:#050d14;
  color:#eef4f7;
  padding:44px 0 30px
}
.footer-main{
  display:flex;align-items:center;justify-content:space-between;gap:32px
}
.footer-main img{width:230px}
.footer-meta{
  display:flex;gap:24px;align-items:center;
  font-size:12px;
  color:#c4d0d6
}
.footer-meta p{margin:0}
.footer-meta a{color:#d8e2e7}
.footer-disclaimer{
  border-top:1px solid rgba(255,255,255,.18);
  margin-top:32px;
  padding-top:22px
}
.footer-disclaimer p{
  max-width:900px;
  margin:0;
  color:#aebdc5;
  font-size:11px
}

.privacy-main{padding:90px 0 120px}
.privacy-content{max-width:760px}
.privacy-content h1{
  font-size:clamp(50px,6vw,76px);
  letter-spacing:-.04em;
  margin-bottom:30px
}
.privacy-content h2{
  font-size:26px;
  margin:40px 0 10px
}
.privacy-content p{color:#3f4d56}

:focus-visible{outline:3px solid #3d7898;outline-offset:4px}

@media (max-width:900px){
  :root{--shell:min(100% - 34px,760px)}
  .header-inner{height:auto;min-height:74px;align-items:flex-start;padding:18px 0}
  .brand img{width:215px}
  .site-nav{gap:13px;flex-wrap:wrap;justify-content:flex-end}
  .site-nav .nav-cta{display:none}

  .hero{min-height:0}
  .hero-skyline{left:28%;opacity:.38}
  .hero-inner{
    min-height:640px;
    grid-template-columns:1fr;
    gap:46px;
    align-content:center
  }
  .meeting-card{justify-self:start;width:min(100%,420px)}

  .section{padding:78px 0}
  .about-grid,.contact-layout,.event-layout{
    grid-template-columns:1fr;gap:48px
  }
}

@media (max-width:560px){
  :root{--shell:min(100% - 26px,520px)}
  .header-inner{flex-direction:column;gap:12px}
  .site-nav{width:100%;justify-content:flex-start}
  h1{font-size:clamp(52px,17vw,72px)}
  .hero-inner{padding-top:64px;padding-bottom:64px}
  .hero-skyline{left:0;opacity:.24}
  .meeting-card{padding:24px}
  .detail-block{grid-template-columns:1fr;gap:4px}
  .footer-main{align-items:flex-start;flex-direction:column}
  .footer-meta{align-items:flex-start;flex-direction:column;gap:8px}
}

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