:root {
  --primary: #282973;
  --primary-2: #20215f;
  --primary-3: #171849;
  --secondary: #c0bfbf;
  --white: #ffffff;
  --ink: #17182a;
  --muted: #676979;
  --soft: #f5f5f8;
  --line: #e4e4eb;
  --radius: 18px;
  --shadow: 0 18px 55px rgba(27, 29, 75, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 9999;
  background: #fff;
  color: var(--primary);
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 110px 0; }
.soft { background: var(--soft); }
.eyebrow {
  margin: 0 0 16px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow.light { color: var(--secondary); }
h1,h2,h3,p { margin-top: 0; }
h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 600;
}
h3 { font-size: 24px; line-height: 1.2; }
h4 { font-size: 20px; line-height: 1.5; }
p { line-height: 1.8; }

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 50;
  color: #fff;
}
.nav-wrap {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand { width: 190px; height: 52px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 190px; transform: translateY(-1px); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 500; }
.main-nav > a:not(.nav-cta) { opacity: .82; }
.main-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta {
  border: 1px solid rgba(255,255,255,.55);
  padding: 12px 18px;
  border-radius: 999px;
}
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; }

.hero {
  min-height: 780px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(192,191,191,.18), transparent 26%),
    radial-gradient(circle at 18% 88%, rgba(93,96,191,.35), transparent 28%),
    linear-gradient(135deg, #181946 0%, #282973 54%, #20215f 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 85%);
}
.hero-mark {
  position: absolute;
  right: -90px;
  top: 100px;
  font-size: 350px;
  line-height: 1;
  font-weight: 700;
  color: rgba(255,255,255,.045);
  letter-spacing: -0.14em;
  user-select: none;
}
.hero-mark span { color: rgba(192,191,191,.08); }
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 220px;
  padding-bottom: 190px;
}
.hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(58px, 8.3vw, 104px);
  line-height: .96;
  letter-spacing: -0.06em;
  font-weight: 600;
}
.hero h1 span { color: var(--secondary); font-weight: 400; }
.hero-copy {
  max-width: 660px;
  margin: 30px 0 38px;
  color: rgba(255,255,255,.76);
  font-size: 18px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--primary); }
.btn-outline { border-color: rgba(255,255,255,.4); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.08); }
.btn-primary { background: var(--primary); color: #fff; }
.hero-bottom {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  border-top: 1px solid rgba(255,255,255,.14);
  background: rgba(18,19,61,.28);
  backdrop-filter: blur(8px);
}
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-metrics > div {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 34px;
  border-right: 1px solid rgba(255,255,255,.12);
}
.hero-metrics > div:first-child { padding-left: 0; }
.hero-metrics > div:last-child { border-right: 0; }
.hero-metrics strong { font-size: 38px; font-weight: 500; }
.hero-metrics span { color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.5; max-width: 145px; }

.two-col { display: grid; grid-template-columns: 1fr 1.1fr; gap: 90px; align-items: start; }
.intro { border-bottom: 1px solid var(--line); }
.lead-copy p { margin: 0; font-size: 21px; line-height: 1.75; color: #454757; }
.lead-copy strong { color: var(--primary); }

.experience-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.experience-card {
  min-height: 440px;
  border-radius: 30px;
  background: linear-gradient(155deg, var(--primary), var(--primary-3));
  color: #fff;
  padding: 54px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.experience-card::after {
  content: '×';
  position: absolute;
  right: -18px;
  bottom: -85px;
  color: rgba(255,255,255,.08);
  font-size: 270px;
  font-weight: 300;
}
.stat-number { display: block; font-size: 116px; font-weight: 600; line-height: .95; letter-spacing: -0.07em; }
.stat-label { display: block; margin: 12px 0 30px; color: var(--secondary); font-size: 18px; }
.experience-card p { max-width: 300px; color: rgba(255,255,255,.74); }
.experience-copy > p:not(.eyebrow) { color: var(--muted); }
.mini-points { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.mini-points span { border: 1px solid #d9d9e2; padding: 9px 13px; border-radius: 999px; color: #4b4d5a; font-size: 13px; background: #fff; }

.section-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 60px; margin-bottom: 56px; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  min-height: 370px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-icon { width: 54px; height: 54px; color: var(--primary); margin-bottom: 64px; }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-no { position: absolute; top: 34px; right: 34px; color: #a0a1ae; font-size: 12px; letter-spacing: .16em; }
.service-card h3 { margin-bottom: 16px; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; }

.events-section { background: var(--primary-3); color: #fff; position: relative; overflow: hidden; }
.events-section::before {
  content: 'Q×R';
  position: absolute;
  left: -36px;
  bottom: -130px;
  font-size: 280px;
  font-weight: 700;
  color: rgba(255,255,255,.025);
}
.section-heading.inverted > p { color: rgba(255,255,255,.62); }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; }
.event-card { min-height: 420px; background: #fff; color: var(--ink); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.event-card.featured { background: #000000; color: #fff; }
.event-card.coming { background: #d9d9dd; }
.event-topline { min-height: 78px; padding: 28px 30px; border-bottom: 1px solid rgba(0,0,0,.08); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #747583; }
.featured .event-topline { border-bottom-color: rgba(255,255,255,.13); color: var(--secondary); }
.event-body { padding: 34px 30px; display: flex; flex-direction: column; flex: 1; }
.event-type { color: var(--primary); font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 600; }
.featured .event-type { color: var(--secondary); }
.event-body h3 { margin: 12px 0 16px; font-size: 34px; }
.event-body p { color: #666877; font-size: 14px; }
.featured .event-body p { color: rgba(255,255,255,.68); }
.event-body a { margin-top: auto; font-weight: 600; font-size: 13px; display: flex; justify-content: space-between; align-items: center; padding-top: 26px; border-top: 1px solid rgba(0,0,0,.09); }
.featured .event-body a { border-top-color: rgba(255,255,255,.13); }
.event-body a span { font-size: 20px; }

.event-logo-left {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.deliver-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.lead-small { color: var(--muted); font-size: 17px; margin-top: 0; }
.outcomes { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 36px; border-top: 1px solid var(--line); }
.outcomes span { padding: 18px 0; border-bottom: 1px solid var(--line); color: #444653; font-size: 14px; }
.outcomes span:nth-child(odd) { padding-right: 22px; }

.why { background: var(--primary); color: #fff; position: relative; overflow: hidden; }
.why-watermark { position: absolute; right: 2%; top: -160px; font-size: 520px; font-weight: 200; color: rgba(255,255,255,.045); line-height: 1; }
.why-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.why h2 span { color: var(--secondary); font-weight: 300; }
.why-grid > div > p:not(.eyebrow) { color: rgba(255,255,255,.76); font-size: 19px; max-width: 610px; }
.why-list { margin-top: 34px; }
.why-list div { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); }
.why-list strong { font-weight: 600; }
.why-list span { color: rgba(255,255,255,.62); font-size: 14px; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.contact-intro { position: sticky; top: 30px; }
.contact-intro > p:not(.eyebrow) { margin-top: 26px; color: var(--muted); }
.contact-note { margin-top: 46px; display: flex; align-items: center; gap: 20px; border-top: 1px solid var(--line); padding-top: 30px; }
.note-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: var(--secondary); font-size: 32px; font-weight: 300; }
.contact-note p { margin: 0; line-height: 1.55; color: #3f4151; }
.contact-form { background: var(--soft); padding: 36px; border-radius: 22px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-grid label { display: block; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 600; color: #575966; }
input, select, textarea {
  width: 100%;
  border: 1px solid #d7d7df;
  background: #fff;
  border-radius: 10px;
  padding: 13px 14px;
  outline: none;
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
input:focus, select:focus, textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(40,41,115,.1); }
textarea { resize: vertical; min-height: 130px; }
.phone-row { display: grid; grid-template-columns: 86px 1fr; gap: 8px; }
.form-bottom { margin-top: 24px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-status { margin: 0; font-size: 13px; color: var(--muted); }
.form-status.error { color: #9b2f2f; }

.site-footer { background: #141538; color: #fff; padding: 76px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .6fr .6fr; gap: 60px; }
.footer-brand img { width: 180px; margin-bottom: 24px; }
.footer-brand p { color: rgba(255,255,255,.58); font-size: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 14px; font-size: 13px; color: rgba(255,255,255,.7); }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: 11px; }
.footer-bottom div { display: flex; gap: 20px; }

@media (max-width: 960px) {
  .section { padding: 82px 0; }
  .main-nav { gap: 18px; }
  .two-col, .experience-grid, .deliver-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .service-grid, .events-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-icon { margin-bottom: 42px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .experience-card { min-height: 360px; }
  .contact-intro { position: static; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .nav-wrap { height: 80px; }
  .brand, .brand img { width: 155px; }
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 80px;
    left: 16px;
    right: 16px;
    padding: 20px;
    border-radius: 16px;
    background: rgba(20,21,56,.97);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: .2s ease;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 10px 12px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 180px; padding-bottom: 230px; }
  .hero h1 { font-size: clamp(52px, 17vw, 82px); }
  .hero-copy { font-size: 16px; }
  .hero-mark { font-size: 230px; right: -80px; top: 210px; }
  .hero-metrics { grid-template-columns: 1fr; padding: 8px 0; }
  .hero-metrics > div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding: 12px 0; }
  .hero-metrics > div:last-child { border-bottom: 0; }
  .hero-metrics strong { font-size: 26px; min-width: 54px; }
  .hero-metrics span { max-width: none; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .contact-form { padding: 24px 18px; }
  .outcomes { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}