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

    :root {
      --navy: #0F1D3A;
      --navy-mid: #162444;
      --navy-light: #1E2F52;
      --cream: #F7F6F3;
      --cream-alt: #EFEDE8;
      --ink: #1A1A2E;
      --ink-mid: #4A4A6A;
      --ink-light: #9090AA;
      --white: #FFFFFF;
    }

    html { scroll-behavior: smooth; }
    body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--ink); }

    /* ─── NAV ─────────────────────────────────────────── */
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      height: 68px;
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 48px;
      background: rgba(15, 29, 58, 0.85);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      transition: background 0.3s ease, box-shadow 0.3s ease;
    }
    nav.scrolled {
      background: var(--white);
      box-shadow: 0 1px 0 rgba(0,0,0,0.06);
    }
    .nav-logo {
      text-decoration: none;
      flex-shrink: 0;
    }
    .nav-logo img {
      height: 36px;
      display: block;
      filter: brightness(0) invert(1);
      transition: filter 0.3s ease;
    }
    nav.scrolled .nav-logo img { filter: none; }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 36px;
      list-style: none;
    }
    .nav-links a {
      font-family: 'DM Sans', sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-decoration: none;
      color: rgba(255,255,255,0.68);
      transition: color 0.3s ease;
    }
    .nav-links a:hover { color: rgba(255,255,255,0.9); }
    nav.scrolled .nav-links a { color: var(--ink-mid); }
    nav.scrolled .nav-links a:hover { color: var(--ink); }

    .nav-quicksand .nav-qs-hover { display: none; }
    .nav-quicksand:hover .nav-qs-default { display: none; }
    .nav-quicksand:hover .nav-qs-hover { display: inline; }

    .nav-fr {
      background: none;
      border: none;
      cursor: pointer;
      font-family: 'DM Sans', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: rgba(255,255,255,0.68);
      transition: color 0.3s ease;
      padding: 0;
      outline: none;
    }
    nav.scrolled .nav-fr { color: var(--ink-mid); }
    .nav-cta {
      font-family: 'DM Sans', sans-serif;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      background: var(--white) !important;
      color: var(--navy) !important;
      border-radius: 3px;
      padding: 10px 22px;
      border: none;
      transition: opacity 0.2s ease;
      white-space: nowrap;
    }
    .nav-cta:hover { opacity: 0.9; }
    nav.scrolled .nav-cta {
      background: var(--navy) !important;
      color: var(--white) !important;
    }
    .nav-hamburger {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px;
      flex-direction: column;
      gap: 5px;
    }
    .nav-hamburger span {
      display: block;
      width: 22px;
      height: 2px;
      background: rgba(255,255,255,0.8);
      transition: background 0.3s ease;
      border-radius: 1px;
    }
    nav.scrolled .nav-hamburger span { background: var(--ink); }
    .nav-mobile-menu {
      display: none;
      position: fixed;
      top: 68px;
      left: 0; right: 0;
      background: var(--white);
      padding: 28px 32px;
      flex-direction: column;
      gap: 20px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
      z-index: 99;
    }
    .nav-mobile-menu.open { display: flex; }
    .nav-mobile-menu a {
      font-family: 'DM Sans', sans-serif;
      font-size: 16px;
      color: var(--ink-mid);
      text-decoration: none;
      padding: 4px 0;
    }
    .nav-mobile-menu .nav-cta {
      background: var(--navy) !important;
      color: var(--white) !important;
      text-align: center;
      border-radius: 3px;
      padding: 12px 22px;
    }

    /* ─── PAGE HERO ───────────────────────────────────── */
    .page-hero {
      background: var(--navy);
      padding: 148px 80px 96px;
      position: relative;
      overflow: hidden;
    }
    .page-hero-noise {
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
      opacity: 0.03;
      pointer-events: none;
    }
    .page-hero-inner {
      max-width: 820px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }
    .page-hero-eyebrow {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 32px;
    }
    .eyebrow-line {
      display: block;
      width: 24px;
      height: 1px;
      background: rgba(255,255,255,0.6);
      flex-shrink: 0;
    }
    .eyebrow-text {
      font-family: 'DM Sans', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.16em;
      color: rgba(255,255,255,0.38);
      text-transform: uppercase;
    }
    .page-hero h1 {
      font-family: 'Fraunces', serif;
      font-weight: 300;
      font-size: clamp(34px, 4.5vw, 60px);
      line-height: 1.1;
      color: var(--white);
      margin-bottom: 28px;
      letter-spacing: -0.01em;
    }
    .page-hero h1 em { font-style: italic; }
    .page-hero-sub {
      font-family: 'DM Sans', sans-serif;
      font-weight: 300;
      font-size: 17px;
      line-height: 1.7;
      color: rgba(255,255,255,0.52);
      max-width: 600px;
    }

    /* ─── SECTION COMMON ──────────────────────────────── */
    section { padding: 100px 80px; }
    .section-inner { max-width: 820px; margin: 0 auto; }
    .section-label {
      font-family: 'DM Sans', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--ink-light);
      display: block;
      margin-bottom: 18px;
    }

    /* ─── SERVICES GRID ───────────────────────────────── */
    .services-section { background: var(--cream); }
    .services-section.alt { background: var(--cream-alt); }
    .services-section.dark { background: var(--navy); }

    .service-card {
      border-radius: 6px;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.07);
      margin-bottom: 0;
    }

    .service-header {
      background: var(--navy);
      padding: 48px 56px 40px;
    }
    .service-number {
      font-family: 'DM Sans', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.28);
      margin-bottom: 20px;
      display: block;
    }
    .service-header h2 {
      font-family: 'Fraunces', serif;
      font-weight: 300;
      font-size: clamp(26px, 3vw, 38px);
      color: var(--white);
      line-height: 1.15;
      letter-spacing: -0.01em;
      margin-bottom: 18px;
    }
    .service-tagline {
      font-family: 'Fraunces', serif;
      font-style: italic;
      font-weight: 300;
      font-size: 17px;
      color: rgba(255,255,255,0.52);
      line-height: 1.5;
    }

    .service-body {
      background: var(--white);
      padding: 48px 56px;
    }
    .service-items {
      list-style: none;
    }
    .service-items li {
      font-family: 'DM Sans', sans-serif;
      font-size: 15px;
      font-weight: 300;
      color: var(--ink-mid);
      line-height: 1.65;
      padding: 14px 0;
      border-bottom: 1px solid rgba(0,0,0,0.06);
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }
    .service-items li:last-child { border-bottom: none; }
    .service-items li::before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--ink-light);
      flex-shrink: 0;
      margin-top: 9px;
    }

    /* ─── SERVICES WRAPPER ────────────────────────────── */
    .services-wrapper {
      max-width: 820px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    /* ─── CTA SECTION ─────────────────────────────────── */
    .section-cta { background: var(--cream-alt); text-align: center; }
    .section-cta h2 {
      font-family: 'Fraunces', serif;
      font-weight: 300;
      font-size: clamp(26px, 3vw, 42px);
      color: var(--ink);
      margin-bottom: 20px;
      line-height: 1.2;
      letter-spacing: -0.01em;
    }
    .section-cta h2 em { font-style: italic; }
    .section-cta p {
      font-family: 'DM Sans', sans-serif;
      font-size: 16px;
      font-weight: 300;
      color: var(--ink-mid);
      line-height: 1.7;
      margin-bottom: 40px;
      max-width: 540px;
      margin-left: auto;
      margin-right: auto;
    }
    .cta-btn {
      display: inline-block;
      font-family: 'DM Sans', sans-serif;
      font-size: 15px;
      font-weight: 500;
      text-decoration: none;
      background: var(--navy);
      color: var(--white);
      border-radius: 3px;
      padding: 16px 36px;
      transition: opacity 0.2s ease;
    }
    .cta-btn:hover { opacity: 0.88; }

    /* ─── FOOTER ──────────────────────────────────────── */
    footer {
      background: var(--navy);
      border-top: 1px solid rgba(255,255,255,0.07);
      padding: 36px 80px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }
    .footer-copy {
      font-family: 'DM Sans', sans-serif;
      font-size: 12px;
      color: rgba(255,255,255,0.22);
    }
    .footer-links {
      display: flex;
      align-items: center;
      gap: 22px;
      flex-wrap: wrap;
    }
    .footer-links a {
      font-family: 'DM Sans', sans-serif;
      font-size: 12px;
      color: rgba(255,255,255,0.38);
      text-decoration: none;
      transition: color 0.2s ease;
    }
    .footer-links a:hover { color: rgba(255,255,255,0.7); }

    /* ─── COOKIE BANNER ───────────────────────────────── */
    .cookie-banner {
      position: fixed;
      bottom: 0; left: 0; right: 0;
      background: var(--navy-mid);
      border-top: 1px solid rgba(255,255,255,0.1);
      padding: 20px 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      z-index: 200;
      flex-wrap: wrap;
    }
    .cookie-banner.hidden { display: none; }
    .cookie-text {
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      color: rgba(255,255,255,0.55);
      line-height: 1.55;
      flex: 1;
    }
    .cookie-text a { color: rgba(255,255,255,0.75); text-decoration: underline; }
    .cookie-actions { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
    .btn-accept {
      background: var(--white);
      color: var(--navy);
      border: none;
      border-radius: 999px;
      padding: 9px 24px;
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      font-weight: 500;
      cursor: pointer;
      transition: opacity 0.2s ease;
    }
    .btn-accept:hover { opacity: 0.88; }
    .btn-decline {
      background: none;
      border: none;
      color: rgba(255,255,255,0.42);
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      cursor: pointer;
      padding: 0;
      transition: color 0.2s ease;
    }
    .btn-decline:hover { color: rgba(255,255,255,0.75); }

    /* ─── RESPONSIVE ──────────────────────────────────── */
    @media (max-width: 900px) {
      nav { padding: 0 24px; }
      .nav-links { display: none; }
      .nav-hamburger { display: flex; }

      section { padding: 72px 24px; }
      .page-hero { padding: 108px 24px 72px; }
      footer { padding: 28px 24px; flex-direction: column; align-items: flex-start; }

      .service-header { padding: 36px 28px 32px; }
      .service-body { padding: 36px 28px; }

      .cookie-banner { padding: 16px 24px; }
    }
