:root {
  --navy: #16384a;
  --navy-deep: #0d2a38;
  --cream: #f4efe4;
  --paper: #fbf8f1;
  --sea: #769d93;
  --sea-light: #dce7e2;
  --coral: #d76b52;
  --ink: #1d2b30;
  --muted: #5d6b6e;
  --line: rgba(22, 56, 74, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
.site-header { height: 86px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; background: rgba(251,248,241,.94); backdrop-filter: blur(12px); }
.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand-name { font-family: "Newsreader", serif; font-size: 24px; color: var(--navy); }
.brand-office { margin-top: 5px; color: var(--coral); text-transform: uppercase; font-size: 10px; letter-spacing: .2em; font-weight: 700; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.nav-cta { border: 1px solid var(--navy); padding: 11px 18px; }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; padding: 9px 12px; font: inherit; }
.hero { min-height: 690px; background: var(--cream); position: relative; overflow: hidden; padding: 120px clamp(24px, 8vw, 124px) 90px; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(240px, .6fr); gap: 70px; align-items: end; }
.hero::before { content: ""; position: absolute; inset: auto -10% -33% 33%; height: 520px; border-radius: 50%; border: 95px solid rgba(118,157,147,.16); transform: rotate(-8deg); }
.hero-watermark { position: absolute; top: 55px; right: -20px; font-weight: 700; letter-spacing: .05em; font-size: clamp(80px, 15vw, 230px); color: rgba(22,56,74,.035); white-space: nowrap; }
.hero-copy, .hero-note { position: relative; z-index: 1; }
.eyebrow { color: var(--coral); text-transform: uppercase; letter-spacing: .19em; font-size: 12px; font-weight: 700; }
h1, h2 { font-family: "Newsreader", serif; font-weight: 500; color: var(--navy-deep); margin: 0; line-height: .98; }
h1 { font-size: clamp(58px, 7.3vw, 104px); max-width: 1000px; }
h1 em { color: var(--sea); font-style: italic; }
.hero-lede { max-width: 710px; margin: 32px 0; font-size: clamp(18px, 2vw, 22px); line-height: 1.6; color: #3f5358; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-block; padding: 15px 22px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--navy); color: white; }
.secondary { border: 1px solid var(--navy); color: var(--navy); }
.hero-note { border-left: 3px solid var(--coral); padding: 6px 0 6px 24px; display: flex; flex-direction: column; gap: 9px; }
.hero-note span { color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; margin-bottom: 5px; }
.hero-note strong { font-family: "Newsreader", serif; font-size: 24px; font-weight: 500; color: var(--navy); }
.intro, .service { padding: 110px clamp(24px, 8vw, 124px); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
h2 { font-size: clamp(44px, 5vw, 68px); }
.intro-copy { padding-top: 28px; }
.intro-copy p, .section-heading > p:last-child, .service-intro > p:last-child, .connect-copy > p { font-size: 18px; line-height: 1.8; color: #45575b; }
.platform { background: var(--navy-deep); color: white; padding: 110px clamp(24px, 8vw, 124px); }
.platform .section-heading { max-width: 810px; margin-bottom: 58px; }
.platform h2 { color: var(--cream); }
.platform .section-heading > p:last-child { color: #bfd0d0; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.platform-card { min-height: 290px; padding: 34px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); display: flex; flex-direction: column; }
.platform-card.featured { background: var(--sea); }
.card-number { font-size: 11px; color: #bad0cf; letter-spacing: .15em; }
.featured .card-number { color: white; }
.platform-card h3 { font-family: "Newsreader", serif; font-weight: 500; font-size: 30px; margin: auto 0 12px; }
.platform-card p { margin: 0; line-height: 1.65; color: #c8d6d6; }
.featured p { color: white; }
.statement-card { justify-content: center; background: var(--cream); }
.statement-card p { color: var(--navy); font-family: "Newsreader", serif; font-size: 30px; line-height: 1.3; }
.service { background: var(--sea-light); }
.service-list { border-top: 1px solid var(--line); }
.service-list div { padding: 24px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 155px 1fr; gap: 20px; }
.service-list span { color: var(--coral); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.service-list strong { color: var(--navy); font-size: 18px; }
.connect { background: var(--coral); color: white; padding: 95px clamp(24px, 8vw, 124px); display: grid; grid-template-columns: 1.25fr 1fr; gap: 10vw; }
.connect .eyebrow, .connect h2, .connect-copy > p { color: white; }
.light { background: white; color: var(--navy); margin-top: 8px; }
.contact-note { font-size: 12px !important; opacity: .78; }
footer { padding: 52px clamp(24px, 8vw, 124px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: end; background: var(--paper); }
.footer-brand { justify-self: start; }
footer > p { margin: 0; font-size: 13px; color: var(--muted); }
.disclaimer { justify-self: end; }
@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 86px; background: var(--paper); padding: 24px; flex-direction: column; align-items: flex-start; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; }
  .intro, .service, .connect { grid-template-columns: 1fr; gap: 38px; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr; }
  .disclaimer { justify-self: start; }
}
@media (max-width: 600px) {
  .site-header { height: 74px; }
  nav { top: 74px; }
  .brand-name { font-size: 21px; }
  .hero { padding: 72px 22px; gap: 50px; }
  h1 { font-size: 52px; }
  .intro, .service, .connect, .platform { padding: 78px 22px; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-card { min-height: 250px; }
  .service-list div { grid-template-columns: 1fr; gap: 8px; }
  footer { padding: 44px 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
