* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  margin: 0;
  background: #FFFFFF;
  font-family: 'Montserrat', system-ui, sans-serif;
  color: #1D1D1D;
}

h1, h2, h3, h4 { font-family: 'Merriweather', serif; }
a { color: #0056B3; text-decoration: none; }
a:hover { color: #003d80; }
input:focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #0056B3;
  border-color: #0056B3;
}
::selection { background: #BDBDBD; }

.wrap { width: 100%; overflow-x: hidden; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 40px; background: #FFFFFF; border-bottom: 1px solid #E0E0E0;
}
.nav-logo {
  font-family: 'Merriweather', serif; font-weight: 900; font-size: 30px;
  letter-spacing: -0.01em; display: flex; align-items: baseline; gap: 8px; color: #1D1D1D;
}
.nav-logo .tag { font-family: 'Montserrat', sans-serif; color: #0056B3; font-size: 16px; font-weight: 700; letter-spacing: 0.08em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a.link { font-size: 15px; font-weight: 600; color: #333333; }
.btn-outline {
  font-size: 14px; font-weight: 700; padding: 10px 18px; border-radius: 999px;
  border: 1.5px solid #0056B3; color: #0056B3;
}
.btn-solid {
  font-size: 14px; font-weight: 700; padding: 11px 22px; border-radius: 999px;
  background: #0056B3; color: white; border: none; cursor: pointer;
}

/* HERO */
.hero {
  position: relative; padding: 80px 40px 96px; display: grid;
  grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
  max-width: 1200px; margin: 0 auto;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px;
  border-radius: 999px; background: #E8F0FA; color: #0056B3; font-size: 13px;
  font-weight: 700; letter-spacing: 0.03em; margin-bottom: 24px;
}
.hero h1 { font-size: 52px; line-height: 1.1; font-weight: 900; letter-spacing: -0.01em; margin: 0 0 22px; color: #000000; }
.hero p { font-size: 18px; line-height: 1.6; color: #4F4F4F; max-width: 520px; margin: 0 0 34px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary-lg { font-size: 16px; font-weight: 700; padding: 15px 28px; border-radius: 999px; background: #0056B3; color: white; }
.btn-secondary-lg { font-size: 16px; font-weight: 700; padding: 15px 28px; border-radius: 999px; border: 1.5px solid #BDBDBD; color: #282828; }
.hero-media {
  position: relative; border-radius: 16px; overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08); aspect-ratio: 16/9; background: #1D1D1D;
  width: 100%; height: 100%;
}
.hero-media video {
  width: 100%; height: 100%; object-fit: contain; display: block; background: #1D1D1D;
}

/* SECTION GENERIC */
.section { padding: 96px 40px; max-width: 1200px; margin: 0 auto; }
.section.bleed { max-width: none; }
.section-header { margin-bottom: 48px; max-width: 640px; }
.eyebrow-label { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; color: #0056B3; margin-bottom: 10px; }
.section-header h2 { font-size: 40px; font-weight: 900; letter-spacing: -0.01em; margin: 0; color: #000000; }
.section-header p { font-size: 17px; color: #4F4F4F; margin: 14px 0 0; }

.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }

.card {
  padding: 32px 26px; border-radius: 16px; background: #FFFFFF;
  border: 1px solid #E0E0E0; box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.card .num { font-family: 'Merriweather', serif; font-size: 32px; font-weight: 900; color: #BDBDBD; margin-bottom: 14px; }
.card .title { font-size: 17px; font-weight: 700; margin-bottom: 10px; color: #1D1D1D; }
.card .desc { font-size: 14.5px; line-height: 1.6; color: #4F4F4F; }

.bullet-list { display: flex; flex-direction: column; gap: 20px; }
.bullet-item { display: flex; gap: 14px; }
.bullet-dot { width: 8px; height: 8px; border-radius: 999px; background: #0056B3; margin-top: 8px; flex-shrink: 0; }
.bullet-item .title { font-weight: 700; color: #1D1D1D; }
.bullet-item .desc { color: #4F4F4F; }

.bg-alt { background: #F7F8FA; }

.timeline-item { display: flex; gap: 18px; padding-bottom: 26px; position: relative; }
.timeline-rail { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.timeline-dot { width: 12px; height: 12px; border-radius: 999px; background: #0056B3; flex-shrink: 0; }
.timeline-line { width: 1.5px; flex: 1; background: #BDBDBD; margin-top: 4px; }
.timeline-when { font-size: 13px; font-weight: 700; color: #0056B3; margin-bottom: 4px; }
.timeline-title { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: #1D1D1D; }
.timeline-desc { font-size: 14.5px; line-height: 1.55; color: #4F4F4F; }

.presence-card { padding: 24px; border-radius: 16px; background: #FFFFFF; border: 1px solid #E0E0E0; }
.presence-card .title { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: #1D1D1D; }
.presence-card .desc { font-size: 14.5px; line-height: 1.6; color: #4F4F4F; }

.culture-card { padding: 32px 26px; border-radius: 16px; background: #F7F8FA; border: 1px solid #E0E0E0; }

/* CONTACT */
.contact { padding: 96px 40px; background: #282828; }
.contact-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; }
.contact-info { color: #FFFFFF; }
.contact-info .eyebrow-label { color: #6FA8E0; }
.contact-info h2 { font-size: 36px; font-weight: 900; letter-spacing: -0.01em; margin: 0 0 18px; color: #FFFFFF; }
.contact-info > p { font-size: 16px; line-height: 1.65; color: #BDBDBD; margin: 0 0 36px; }
.contact-detail { display: flex; flex-direction: column; gap: 18px; font-size: 15px; color: #E0E0E0; }
.contact-detail .label { font-weight: 700; color: white; margin-bottom: 4px; }

.contact-form-card { background: #FFFFFF; border-radius: 24px; padding: 40px; }
.role-tabs { display: flex; gap: 8px; margin-bottom: 26px; background: #F0F1F3; padding: 5px; border-radius: 12px; }
.role-tab {
  flex: 1; text-align: center; padding: 11px 8px; border-radius: 8px; font-size: 14px;
  font-weight: 700; cursor: pointer; color: #828282; background: transparent; border: none;
}
.role-tab.active { background: white; color: #1D1D1D; box-shadow: 0 1px 3px rgba(0,0,0,0.12); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid input, .form-grid textarea {
  padding: 14px 16px; border-radius: 12px; border: 1px solid #BDBDBD;
  font-size: 15px; font-family: inherit; width: 100%;
}
.span-2 { grid-column: span 2; }
.form-grid textarea { resize: none; }
.submit-btn {
  grid-column: span 2; padding: 15px; text-align: center; border-radius: 999px;
  background: #0056B3; color: white; font-weight: 700; font-size: 15px; cursor: pointer;
  border: none; width: 100%;
}
.field-error { grid-column: span 2; color: #D8000C; font-size: 13px; margin-top: -8px; }
.alert { grid-column: span 2; padding: 12px 16px; border-radius: 12px; font-size: 14px; }
.alert-success { background: #E6F4EA; color: #1E7E34; }
.alert-error { background: #FBE7E7; color: #B00020; }

/* FOOTER */
.footer {
  padding: 28px 40px; background: #1D1D1D; color: #828282; font-size: 13px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding: 48px 20px 64px; }
  .hero h1 { font-size: 36px; }
  .section { padding: 64px 20px; }
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; gap: 20px; }
  .contact { padding: 64px 20px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: span 1; }
  .field-error, .alert { grid-column: span 1; }
  .footer { padding: 24px 20px; flex-direction: column; text-align: center; }
}
