:root {
  --navy: #111a39;
  --blue: #304c9a;
  --accent: #4663ad;
  --ink: #17213b;
  --muted: #61708d;
  --line: #dfe5ee;
  --mist: #f3f6fa;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(17, 26, 57, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 14px; background: var(--navy); color: white; }
.skip-link:focus { top: 16px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.9rem); max-width: 11ch; }
h2 { font-size: clamp(2.1rem, 4.4vw, 4.2rem); max-width: 13ch; }
h3 { font-size: 1.45rem; }
p { margin: 0; }
.lead { color: #44536e; font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 26px; border-radius: 3px; background: var(--blue); color: white; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #213b86; box-shadow: 0 14px 28px rgba(48,76,154,.24); }
.button.ghost { background: transparent; color: var(--navy); border: 1px solid #bcc7d9; }
.button.light { background: white; color: var(--navy); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(223,229,238,.85); backdrop-filter: blur(16px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-logo { width: 225px; height: auto; }
.nav { display: flex; align-items: center; gap: 27px; }
.nav a { text-decoration: none; font-size: .92rem; font-weight: 700; color: #26334e; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--accent); }
.menu-button { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--mist); color: var(--navy); font-size: 1.35rem; }

.hero { min-height: calc(100vh - 82px); display: grid; align-items: center; overflow: hidden; background: linear-gradient(120deg, #fff 0 54%, #eef2f8 54%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(38px, 7vw, 100px); align-items: center; padding: 70px 0; }
.hero-copy { display: grid; gap: 26px; position: relative; z-index: 2; }
.hero-copy h1 span { color: var(--accent); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-visual { position: relative; min-height: 620px; }
.hero-visual::before { content: ""; position: absolute; inset: 4% -9% 10% 13%; background: var(--blue); border-radius: 3px; transform: translate(18px, 18px); opacity: .12; }
.hero-visual img { width: 82%; height: 560px; object-fit: cover; margin: 0 0 0 auto; border-radius: 3px; box-shadow: var(--shadow); position: relative; }
.hero-stamp { position: absolute; left: 2%; bottom: 7%; width: 158px; min-height: 112px; padding: 18px 14px; border-radius: 3px; background: var(--navy); color: white; display: grid; place-items: center; text-align: center; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; font-size: .72rem; border: 5px solid white; }

.section { padding: 110px 0; }
.section.alt { background: var(--mist); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.section-head .lead { max-width: 700px; justify-self: end; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.story-copy { display: grid; gap: 22px; }
.story-panel { background: var(--navy); color: white; padding: clamp(36px, 6vw, 76px); border-radius: 4px; position: relative; overflow: hidden; }
.story-panel::after { content: "18"; position: absolute; right: -18px; bottom: -72px; color: rgba(255,255,255,.06); font-size: 17rem; line-height: 1; font-weight: 900; }
.story-panel h3 { color: white; font-size: clamp(2rem,4vw,3.5rem); margin: 16px 0 22px; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 70px; }
.metric { padding: 32px; background: white; }
.metric strong { display: block; color: var(--blue); font-size: 2.2rem; line-height: 1; margin-bottom: 10px; }

.brand-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; max-width: 940px; margin: 0 auto; }
.brand-card { position: relative; min-height: 520px; overflow: hidden; color: white; text-decoration: none; background: var(--navy); box-shadow: 0 12px 30px rgba(17,26,57,.12); }
.brand-card img { width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform .6s, opacity .4s; }
.brand-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(9,16,38,.92)); }
.brand-card-content { position: absolute; z-index: 2; inset: auto 30px 30px; }
.brand-card h3 { color: white; font-size: clamp(1.8rem,3vw,2.8rem); margin: 8px 0 10px; }
.brand-card:hover img { transform: scale(1.04); opacity: .92; }
.brand-card .arrow { color: #dbe4ff; font-weight: 800; }

.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.value { border-top: 4px solid var(--blue); padding: 30px 28px; background: white; box-shadow: 0 12px 34px rgba(17,26,57,.08); }
.value h3 { margin-bottom: 14px; }

.cta { margin: 0 0 72px; padding: clamp(42px, 7vw, 82px); color: white; background: linear-gradient(125deg, var(--navy), #233b85); border-radius: 4px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.cta h2 { color: white; max-width: 16ch; }
.cta p { color: #d7def0; margin-top: 18px; max-width: 650px; }

.brand-hero { min-height: 72vh; display: grid; align-items: end; position: relative; overflow: hidden; color: white; background: var(--navy); }
.brand-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .66; }
.brand-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,15,35,.92) 0%, rgba(8,15,35,.55) 53%, rgba(8,15,35,.1)); }
.brand-hero-content { position: relative; z-index: 2; padding: 120px 0 80px; }
.brand-hero h1 { color: white; max-width: 12ch; }
.brand-hero .lead { color: #eef2fb; max-width: 660px; margin-top: 25px; }
.brand-wordmark { display: inline-block; margin-bottom: 24px; font-size: .82rem; text-transform: uppercase; letter-spacing: .24em; font-weight: 900; color: #dbe4ff; }
.editorial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.editorial-copy { display: grid; gap: 22px; }
.editorial-copy h2 { max-width: 11ch; }
.feature-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.feature-item { padding: 26px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 80px 1fr; gap: 20px; }
.feature-item span { color: var(--accent); font-weight: 900; }
.feature-item h3 { margin-bottom: 6px; }
.quote { padding: 70px; background: var(--mist); border-left: 7px solid var(--blue); font-size: clamp(1.45rem,3vw,2.5rem); line-height: 1.25; color: var(--navy); font-weight: 700; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.contact-card { background: var(--navy); color: white; padding: 42px; border-radius: 4px; }
.contact-card h2 { color: white; font-size: 2.4rem; margin-bottom: 26px; }
.contact-list { display: grid; gap: 22px; }
.contact-list a { color: white; text-decoration-color: rgba(255,255,255,.4); }
.contact-list small { display: block; color: #a9b7d6; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; margin-bottom: 4px; }
.contact-intro { display: grid; gap: 22px; align-content: center; }

.site-footer { background: #0a1128; color: #aeb9d0; padding: 65px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 50px; padding-bottom: 52px; }
.footer-logo { width: 210px; margin-bottom: 20px; padding: 9px 12px; background: white; border-radius: 2px; }
.footer-title { color: white; font-weight: 800; margin-bottom: 12px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #aeb9d0; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.11); padding-top: 24px; font-size: .86rem; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s, transform .6s; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-button { display: grid; place-items: center; }
  .nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 22px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav.is-open { display: flex; }
  .hero { background: linear-gradient(180deg, #fff 0 58%, var(--mist) 58%); }
  .hero-grid, .story-grid, .section-head, .editorial-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 54px 0; }
  .hero-visual { min-height: 500px; }
  .hero-visual img { width: 90%; height: 460px; }
  .section-head .lead { justify-self: start; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 440px; }
  .values { grid-template-columns: 1fr; }
  .cta { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .header-inner { height: 72px; }
  .brand-logo { width: 185px; }
  .nav { top: 72px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  .section { padding: 78px 0; }
  .hero-visual { min-height: 405px; }
  .hero-visual img { width: 93%; height: 380px; border-radius: 3px; }
  .hero-stamp { width: 128px; min-height: 94px; border-width: 4px; }
  .metrics { grid-template-columns: 1fr; }
  .brand-card { min-height: 400px; }
  .feature-item { grid-template-columns: 52px 1fr; }
  .quote { padding: 38px 28px; }
  .cta { border-radius: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
