:root {
      --navy: #06192b;
      --navy-soft: #09243d;
      --navy-deep: #020b14;
      --gold: #d6a048;
      --gold-light: #f3cf80;
      --cream: #fff8ea;
      --paper: #fffdf8;
      --text: #17283a;
      --muted: #6e7784;
      --line: rgba(214, 160, 72, 0.28);
      --glass: rgba(255, 255, 255, 0.08);
      --shadow: 0 24px 80px rgba(6, 25, 43, 0.14);
      --radius-lg: 30px;
      --radius-md: 22px;
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }

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

    html { scroll-behavior: smooth; }

    body {
      font-family: Arial, Helvetica, sans-serif;
      background: #f8f1e4;
      color: var(--text);
      line-height: 1.65;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    button, input, select, textarea { font: inherit; }

    .container {
      width: min(1160px, calc(100% - 40px));
      margin-inline: auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(3, 13, 24, 0.86);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(18px);
    }

    .nav-wrap {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand {
      color: #fff;
      line-height: 1;
      text-transform: uppercase;
      min-width: 0;
    }

    .brand strong {
      display: block;
      color: var(--gold-light);
      font-family: Georgia, 'Times New Roman', serif;
      font-size: clamp(19px, 3.5vw, 24px);
      font-weight: 500;
      letter-spacing: 0.14em;
    }

    .brand span {
      display: block;
      margin-top: 7px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.23em;
      white-space: nowrap;
    }

    .main-nav {
      display: flex;
      align-items: center;
      gap: 28px;
      margin-left: auto;
    }

    .main-nav a {
      color: rgba(255, 255, 255, 0.78);
      font-size: 14px;
      font-weight: 700;
      transition: color 0.2s ease;
    }

    .main-nav a:hover { color: #fff; }

    .btn {
      min-height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 13px 20px;
      border: 0;
      border-radius: 999px;
      font-weight: 800;
      line-height: 1;
      cursor: pointer;
      white-space: nowrap;
      transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, opacity 0.3s ease, visibility 0.3s ease;
    }

    .btn:hover { transform: translateY(-2px); }

    .btn-primary {
      color: var(--navy);
      background: linear-gradient(135deg, var(--gold-light), var(--gold));
      box-shadow: 0 14px 30px rgba(214, 160, 72, 0.28);
    }

    .btn-soft {
      color: #fff;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.16);
    }

    .icon {
      width: 24px;
      height: 24px;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .hero {
      position: relative;
      min-height: calc(100svh - 72px);
      display: grid;
      place-items: center;
      padding: 74px 0 56px;
      color: #fff;
      background:
        radial-gradient(circle at 14% 12%, rgba(243, 207, 128, 0.22), transparent 24%),
        radial-gradient(circle at 88% 20%, rgba(214, 160, 72, 0.22), transparent 30%),
        linear-gradient(135deg, var(--navy) 0%, #08243e 48%, #020b14 100%);
      overflow: hidden;
    }

    .parallax-layer {
      position: absolute;
      pointer-events: none;
      will-change: transform;
    }

    .orb-1 {
      width: 360px;
      height: 360px;
      right: -120px;
      top: 90px;
      border-radius: 50%;
      border: 34px solid rgba(214, 160, 72, 0.12);
    }

    .orb-2 {
      width: 240px;
      height: 240px;
      left: -90px;
      bottom: 10%;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(243, 207, 128, 0.12), transparent 68%);
    }

    .grid-lines {
      inset: 0;
      opacity: 0.38;
      background:
        linear-gradient(120deg, transparent 0 57%, rgba(214, 160, 72, 0.08) 57.2% 57.7%, transparent 58% 100%),
        repeating-linear-gradient(90deg, transparent 0 76px, rgba(255, 255, 255, 0.035) 77px 78px);
    }

    .hero-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.04fr 0.96fr;
      gap: 56px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      color: var(--gold-light);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.22em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 42px;
      height: 1px;
      background: var(--gold);
    }

    h1 {
      max-width: 680px;
      color: var(--gold-light);
      font-family: Georgia, 'Times New Roman', serif;
      font-size: clamp(46px, 8vw, 94px);
      line-height: 0.94;
      font-weight: 500;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .hero-title small {
      display: block;
      margin-top: 18px;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      font-size: clamp(15px, 2vw, 21px);
      font-weight: 800;
      line-height: 1.45;
      letter-spacing: 0.28em;
    }

    .hero-copy {
      max-width: 620px;
      margin-top: 24px;
      color: rgba(255, 255, 255, 0.82);
      font-size: clamp(16px, 2vw, 18px);
    }

    .hero-copy strong { color: #fff; }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }

    .mini-proof {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 34px;
    }

    .mini-proof div {
      padding: 16px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.055);
      backdrop-filter: blur(10px);
    }

    .mini-proof strong {
      display: block;
      color: var(--gold-light);
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 28px;
      line-height: 1;
    }

    .mini-proof span {
      display: block;
      margin-top: 7px;
      color: rgba(255, 255, 255, 0.7);
      font-size: 12px;
      line-height: 1.45;
    }

    .portrait-card {
      position: relative;
      padding: 13px;
      border: 1px solid rgba(214, 160, 72, 0.36);
      border-radius: 34px;
      background: rgba(255, 255, 255, 0.055);
      box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
      transform: translateZ(0);
    }

    .portrait-frame {
      overflow: hidden;
      border-radius: 25px;
      aspect-ratio: 0.82;
      background: linear-gradient(135deg, rgba(214, 160, 72, 0.28), rgba(255, 255, 255, 0.05));
    }

    .portrait-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }

    .float-card {
      position: absolute;
      left: -34px;
      bottom: 38px;
      max-width: 285px;
      padding: 22px;
      border: 1px solid rgba(214, 160, 72, 0.32);
      border-radius: 22px;
      color: var(--navy);
      background: rgba(255, 253, 248, 0.94);
      box-shadow: var(--shadow);
      backdrop-filter: blur(16px);
    }

    .float-card strong {
      display: block;
      color: var(--gold);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .float-card p {
      margin-top: 7px;
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 21px;
      line-height: 1.25;
    }

    section { padding: 86px 0; }

    .section-head {
      max-width: 760px;
      margin-bottom: 34px;
    }

    .label {
      color: var(--gold);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    h2 {
      margin-top: 10px;
      color: var(--navy);
      font-family: Georgia, 'Times New Roman', serif;
      font-size: clamp(31px, 4.8vw, 54px);
      line-height: 1.08;
      font-weight: 600;
    }

    .section-head p {
      margin-top: 16px;
      color: var(--muted);
      font-size: 17px;
    }

    .about { background: var(--cream); }

    .about-grid {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 24px;
      align-items: stretch;
    }

    .card {
      border: 1px solid rgba(6, 25, 43, 0.08);
      border-radius: var(--radius-lg);
      background: var(--paper);
      box-shadow: 0 18px 60px rgba(6, 25, 43, 0.08);
    }

    .about-card { padding: 34px; }
    .about-card p { color: var(--muted); }
    .about-card p + p { margin-top: 16px; }

    .quote-card {
      position: relative;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 34px;
      overflow: hidden;
      color: #fff;
      background:
        radial-gradient(circle at 16% 20%, rgba(214, 160, 72, 0.22), transparent 30%),
        linear-gradient(135deg, var(--navy), #03101c);
    }

    .quote-card::after {
      content: "";
      position: absolute;
      width: 220px;
      height: 220px;
      right: -70px;
      bottom: -82px;
      border: 34px solid rgba(214, 160, 72, 0.12);
      border-radius: 50%;
    }

    .quote-card blockquote {
      position: relative;
      z-index: 1;
      color: var(--gold-light);
      font-family: Georgia, 'Times New Roman', serif;
      font-size: clamp(27px, 4vw, 42px);
      line-height: 1.16;
    }

    .quote-card p {
      position: relative;
      z-index: 1;
      max-width: 520px;
      margin-top: 26px;
      color: rgba(255, 255, 255, 0.77);
    }

    .services { background: #fffdf7; position: relative; overflow: hidden; }

    .services::before {
      content: "";
      position: absolute;
      width: 520px;
      height: 520px;
      right: -260px;
      top: 24px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(214, 160, 72, 0.13), transparent 64%);
    }

    .service-grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      z-index: 1;
    }

    .service-card {
      position: relative;
      min-height: 306px;
      padding: 30px;
      overflow: hidden;
      transition: transform 0.24s ease, box-shadow 0.24s ease;
    }

    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 70px rgba(6, 25, 43, 0.12);
    }

    .service-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 5px;
      background: linear-gradient(90deg, var(--gold), var(--gold-light));
    }

    .icon-box {
      width: 66px;
      height: 66px;
      display: grid;
      place-items: center;
      margin-bottom: 24px;
      border-radius: 22px;
      color: var(--gold-light);
      background: linear-gradient(135deg, var(--navy), #0b2a48);
      box-shadow: 0 12px 30px rgba(6, 25, 43, 0.16);
    }

    .service-card h3,
    .approach-card h3,
    .enquiry-box h3 {
      color: var(--navy);
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 24px;
      line-height: 1.22;
      margin-bottom: 12px;
    }

    .service-card p,
    .approach-card p,
    .enquiry-box p {
      color: var(--muted);
    }

    .approach {
      background: linear-gradient(180deg, #f8f1e4 0%, var(--cream) 100%);
    }

    .approach-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      counter-reset: step;
    }

    .approach-card {
      position: relative;
      padding: 28px;
      counter-increment: step;
    }

    .step-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 16px;
      margin-bottom: 22px;
    }

    .step-number {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: var(--navy);
      background: var(--gold-light);
      font-weight: 900;
    }

    .step-icon {
      color: var(--gold);
      opacity: 0.95;
    }

    .cta-band {
      padding: 0;
      background: var(--cream);
    }

    .cta-inner {
      position: relative;
      overflow: hidden;
      padding: 50px;
      border-radius: 34px;
      color: #fff;
      background:
        radial-gradient(circle at 14% 22%, rgba(243, 207, 128, 0.22), transparent 28%),
        linear-gradient(135deg, var(--navy), #03101c);
      box-shadow: var(--shadow);
    }

    .cta-inner::after {
      content: "PARTNER • PLAN • PROSPER";
      position: absolute;
      right: -8px;
      bottom: 4px;
      color: rgba(255, 255, 255, 0.055);
      font-family: Georgia, 'Times New Roman', serif;
      font-size: clamp(42px, 8vw, 94px);
      white-space: nowrap;
    }

    .cta-content {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .cta-content h2 { color: #fff; max-width: 720px; }
    .cta-content p { max-width: 620px; margin-top: 14px; color: rgba(255, 255, 255, 0.76); }

    .enquiry {
      background: var(--cream);
      padding-bottom: calc(92px + var(--safe-bottom));
    }

    .enquiry-grid {
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      gap: 24px;
      align-items: start;
    }

    .enquiry-copy,
    .enquiry-box {
      padding: 34px;
    }

    .enquiry-copy {
      color: #fff;
      background:
        radial-gradient(circle at 20% 16%, rgba(243, 207, 128, 0.22), transparent 32%),
        linear-gradient(135deg, var(--navy), #03101c);
    }

    .enquiry-copy h2 { color: #fff; }
    .enquiry-copy p { margin-top: 16px; color: rgba(255, 255, 255, 0.76); }

    .check-list {
      display: grid;
      gap: 14px;
      margin-top: 26px;
      list-style: none;
    }

    .check-list li {
      display: grid;
      grid-template-columns: 38px 1fr;
      gap: 12px;
      align-items: start;
      color: rgba(255, 255, 255, 0.82);
    }

    .check-list span {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      color: var(--gold-light);
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(214, 160, 72, 0.24);
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
      margin-top: 22px;
    }

    .field { display: grid; gap: 8px; }
    .field.full { grid-column: 1 / -1; }

    label {
      color: var(--navy);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    input, select, textarea {
      width: 100%;
      min-height: 52px;
      padding: 14px 15px;
      border: 1px solid rgba(6, 25, 43, 0.14);
      border-radius: 15px;
      color: var(--navy);
      background: #fffdf9;
      outline: none;
      transition: border 0.2s ease, box-shadow 0.2s ease;
    }

    textarea { min-height: 116px; resize: vertical; }

    input:focus, select:focus, textarea:focus {
      border-color: var(--gold);
      box-shadow: 0 0 0 4px rgba(214, 160, 72, 0.14);
    }

    .submit-row {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 20px;
    }

    .submit-row small { color: var(--muted); }

    footer {
      padding: 28px 0;
      color: rgba(255, 255, 255, 0.7);
      background: #03101c;
      font-size: 14px;
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .footer-links { display: flex; gap: 18px; flex-wrap: wrap; }

    .mobile-cta {
      display: none;
      position: fixed;
      left: 14px;
      right: 14px;
      bottom: calc(12px + var(--safe-bottom));
      z-index: 60;
      box-shadow: 0 18px 50px rgba(6, 25, 43, 0.26);
    }

    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.75s ease, transform 0.75s ease;
    }

    .reveal.visible { opacity: 1; transform: translateY(0); }

    @media (max-width: 980px) {
      .main-nav { display: none; }
      .hero { min-height: auto; padding-top: 56px; }
      .hero-grid, .about-grid, .enquiry-grid, .cta-content { grid-template-columns: 1fr; }
      .hero-grid { display: flex; flex-direction: column; gap: 34px; }
      .hero-grid > .portrait-card { order: -1; }
      .service-grid, .approach-grid { grid-template-columns: 1fr 1fr; }
      .cta-content { display: grid; }
      .float-card { left: 24px; bottom: 24px; }
    }

    @media (max-width: 720px) {
      .container { width: min(100% - 28px, 1160px); }
      .site-header { position: sticky; }
      .nav-wrap { min-height: 64px; justify-content: center; }
      .nav-wrap > .btn { display: none; }
      .brand strong { letter-spacing: 0.1em; }
      .brand span { max-width: 190px; overflow: hidden; text-overflow: ellipsis; letter-spacing: 0.14em; }
      .hero { padding: 44px 0 38px; }
      .eyebrow { font-size: 10px; letter-spacing: 0.16em; }
      .eyebrow::before { width: 30px; }
      .hero-title small { letter-spacing: 0.16em; }
      .hero-actions, .submit-row { width: 100%; }
      .hero-actions .btn, .submit-row .btn { width: 100%; min-height: 52px; }
      .mini-proof { grid-template-columns: 1fr; gap: 10px; }
      .mini-proof div { display: flex; align-items: center; gap: 12px; padding: 14px; }
      .mini-proof span { margin-top: 0; }
      .portrait-card { padding: 9px; border-radius: 26px; }
      .portrait-frame { border-radius: 20px; aspect-ratio: 0.9; max-height: 520px; }
      .float-card { position: relative; left: auto; bottom: auto; max-width: none; margin: -48px 14px 0; padding: 18px; }
      .float-card p { font-size: 19px; }
      section { padding: 62px 0; }
      .section-head { margin-bottom: 26px; }
      .about-card, .quote-card, .service-card, .approach-card, .enquiry-copy, .enquiry-box, .cta-inner { padding: 24px; border-radius: 24px; }
      .service-grid, .approach-grid, .form-grid { grid-template-columns: 1fr; }
      .service-card { min-height: auto; }
      .cta-inner::after { display: none; }
      .check-list li { grid-template-columns: 34px 1fr; }
      .check-list span { width: 34px; height: 34px; }
      .footer-inner { justify-content: center; text-align: center; }
      .footer-links { justify-content: center; }
      .mobile-cta { display: inline-flex; }
      .orb-1, .orb-2 { opacity: 0.45; }
    }

    @media (max-width: 420px) {
      .container { width: min(100% - 22px, 1160px); }
      h1 { font-size: clamp(42px, 16vw, 58px); }
      .hero-title small { font-size: 13px; }
      h2 { font-size: 30px; }
      .btn { padding-inline: 16px; }
      .portrait-frame { aspect-ratio: 0.84; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
      .reveal { opacity: 1; transform: none; }
      .parallax-layer, [data-parallax] { transform: none !important; }
    }

.cta-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
