:root{
    --navy-deep:#0E2A4D;
    --navy-mid:#163C66;
    --navy-soft:#2C5683;
    --gold:#C08A3E;
    --gold-soft:#D9AE6D;
    --cream:#F8F5EF;
    --cream-2:#F1ECE2;
    --ink-muted:#6E84A0;
    --white:#FFFFFF;
    --radius-lg:28px;
    --radius-md:18px;
    --maxw:1180px;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Inter',sans-serif;
    color:var(--navy-deep);
    background:var(--cream);
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  img{display:block;max-width:100%;}
  a{color:inherit;text-decoration:none;}
  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px;}
  .eyebrow{
    font-family:'JetBrains Mono',monospace;
    letter-spacing:.18em;
    text-transform:uppercase;
    font-size:12.5px;
    font-weight:500;
  }
  h1,h2,h3{font-family:'Fraunces',serif;line-height:1.08;}
  .serif-italic{font-style:italic;font-weight:500;}
  :focus-visible{outline:3px solid var(--gold);outline-offset:3px;}

  /* ---------- dot grid texture ---------- */
  .dots-navy{
    background-image:radial-gradient(circle, rgba(255,255,255,.16) 1.6px, transparent 1.7px);
    background-size:22px 22px;
  }
  .dots-cream{
    background-image:radial-gradient(circle, rgba(14,42,77,.10) 1.6px, transparent 1.7px);
    background-size:22px 22px;
  }

  /* ---------- header ---------- */
  header{
    position:sticky;top:0;z-index:50;
    background:rgba(248,245,239,.88);
    backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(14,42,77,.08);
  }
  .nav{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;max-width:var(--maxw);margin:0 auto;}
  .brand{display:flex;align-items:center;gap:11px;}
  .brand img{height:34px;width:auto;}
  .brand-name{font-family:'JetBrains Mono',monospace;font-weight:600;letter-spacing:.12em;font-size:14px;}
  .nav-links{display:flex;align-items:center;gap:34px;}
  .nav-links a{font-size:14.5px;font-weight:500;color:var(--navy-mid);transition:color .2s;}
  .nav-links a:hover{color:var(--gold);}
  .btn{
    display:inline-flex;align-items:center;gap:9px;
    font-weight:600;font-size:14.5px;
    padding:13px 26px;border-radius:999px;
    border:1.5px solid transparent;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
    cursor:pointer;
  }
  .btn-gold{background:var(--gold);color:var(--white);box-shadow:0 8px 18px -8px rgba(192,138,62,.7);}
  .btn-gold:hover{transform:translateY(-2px);box-shadow:0 12px 22px -8px rgba(192,138,62,.85);}
  .btn-outline-navy{border-color:rgba(14,42,77,.3);color:var(--navy-deep);}
  .btn-outline-navy:hover{border-color:var(--navy-deep);background:rgba(14,42,77,.04);}
  .btn-outline-cream{border-color:rgba(255,255,255,.4);color:var(--white);}
  .btn-outline-cream:hover{border-color:var(--white);background:rgba(255,255,255,.08);}
  .nav-cta{display:none;}
  @media(min-width:880px){.nav-cta{display:inline-flex;}}
  .nav-links{display:none;}
  @media(min-width:880px){.nav-links{display:flex;}}
  .menu-btn{display:inline-flex;background:none;border:none;}
  @media(min-width:880px){.menu-btn{display:none;}}

  /* ---------- hero ---------- */
  .hero{position:relative;background:var(--cream);overflow:hidden;}
  .hero-grid{
    display:grid;grid-template-columns:1fr;
    max-width:var(--maxw);margin:0 auto;
    position:relative;z-index:2;
  }
  @media(min-width:980px){.hero-grid{grid-template-columns:1.05fr .95fr;}}
  .hero-left{padding:74px 32px 64px;display:flex;flex-direction:column;gap:30px;position:relative;z-index:2;}
  .hero-left .brand img{height:64px;margin-bottom:6px;}
  .hero-left .brand{margin-bottom:6px;}
  .hero h1{font-size:clamp(34px,4.4vw,52px);font-weight:600;color:var(--navy-deep);}
  .hero h1 .accent{color:var(--gold);font-style:italic;}
  .hero .lede{font-size:17px;color:var(--navy-mid);max-width:440px;line-height:1.6;}
  .hero .lede strong{color:var(--navy-deep);}
  .cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:6px;}
  .divider-dot{display:flex;align-items:center;gap:14px;margin-top:4px;}
  .divider-dot .dot{width:7px;height:7px;border-radius:50%;background:var(--gold);}
  .divider-dot .line{height:1.5px;width:74px;background:linear-gradient(90deg,var(--gold),transparent);}

  .hero-right{
    position:relative;
    background:linear-gradient(165deg,var(--navy-mid),var(--navy-deep) 65%);
    color:var(--white);
    padding:74px 32px 64px;
    overflow:hidden;
  }
  .hero-right::before{
    content:"";position:absolute;inset:0;
    background-image:radial-gradient(circle, rgba(255,255,255,.14) 1.6px, transparent 1.7px);
    background-size:24px 24px;
    mask-image:linear-gradient(to bottom, transparent, rgba(0,0,0,.9) 35%, rgba(0,0,0,.9) 100%);
  }
  .hero-right-inner{position:relative;z-index:2;}
  .hero-right .eyebrow{color:var(--gold-soft);margin-bottom:8px;display:block;}
  .hero-right h2{font-size:clamp(22px,2.6vw,28px);font-weight:600;margin-bottom:8px;}
  .hero-right .rule{height:1px;width:100%;background:rgba(255,255,255,.15);margin:20px 0 26px;}
  .service-row{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.10);}
  .service-row:last-child{border-bottom:none;}
  .service-ico{
    flex:0 0 auto;width:54px;height:54px;border-radius:50%;
    background:var(--cream);border:2px solid var(--gold-soft);
    display:flex;align-items:center;justify-content:center;
  }
  .service-ico svg{width:25px;height:25px;stroke:var(--navy-deep);}
  .service-text h3{font-family:'Inter',sans-serif;font-weight:700;font-size:16px;letter-spacing:.01em;margin-bottom:3px;}
  .service-text p{font-size:14px;color:rgba(255,255,255,.72);line-height:1.5;}

  .ally-badge{
    position:relative;z-index:5;
    margin:-46px auto 0;
    max-width:230px;
    background:var(--navy-deep);
    border:3px solid var(--gold-soft);
    border-radius:50%;
    aspect-ratio:1;
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    text-align:center;color:var(--white);
    padding:22px;
    box-shadow:0 18px 40px -16px rgba(14,42,77,.55);
  }
  .ally-badge svg{width:34px;height:34px;stroke:var(--gold-soft);margin-bottom:10px;}
  .ally-badge p{font-family:'Inter',sans-serif;font-weight:700;font-size:13.5px;line-height:1.35;letter-spacing:.01em;}
  @media(max-width:979px){.ally-badge{display:none;}}

  /* ---------- trust band ---------- */
  .trust{
    background:var(--white);
    border-top:1px solid rgba(14,42,77,.08);
    border-bottom:1px solid rgba(14,42,77,.08);
  }
  .trust-inner{
    max-width:var(--maxw);margin:0 auto;padding:30px 32px;
    display:grid;grid-template-columns:1fr;gap:24px;
  }
  @media(min-width:760px){.trust-inner{grid-template-columns:repeat(4,1fr);gap:20px;}}
  .trust-item{display:flex;align-items:center;gap:13px;}
  .trust-item svg{width:26px;height:26px;stroke:var(--gold);flex:0 0 auto;}
  .trust-item span{font-size:14px;font-weight:600;line-height:1.3;}

  /* ---------- services section ---------- */
  section{padding:96px 0;}
  .section-head{max-width:640px;margin-bottom:54px;}
  .section-head .eyebrow{color:var(--gold);margin-bottom:14px;}
  .section-head h2{font-size:clamp(28px,3.4vw,38px);font-weight:600;color:var(--navy-deep);}
  .section-head p{margin-top:16px;font-size:16px;color:var(--ink-muted);line-height:1.6;}

  .services-section{background:var(--cream-2);position:relative;}
  .services-grid{display:grid;grid-template-columns:1fr;gap:20px;}
  @media(min-width:720px){.services-grid{grid-template-columns:repeat(2,1fr);}}
  @media(min-width:1080px){.services-grid{grid-template-columns:repeat(3,1fr);}}
  .service-card{
    background:var(--white);
    border-radius:var(--radius-md);
    padding:30px 26px;
    border:1px solid rgba(14,42,77,.07);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .service-card:hover{transform:translateY(-5px);box-shadow:0 22px 40px -22px rgba(14,42,77,.25);border-color:rgba(192,138,62,.4);}
  .service-card .ico-circle{
    width:56px;height:56px;border-radius:50%;
    background:var(--cream);border:1.5px solid var(--gold);
    display:flex;align-items:center;justify-content:center;margin-bottom:18px;
  }
  .service-card .ico-circle svg{width:26px;height:26px;stroke:var(--navy-deep);}
  .service-card h3{font-family:'Inter',sans-serif;font-weight:700;font-size:18px;margin-bottom:8px;color:var(--navy-deep);}
  .service-card p{font-size:14.5px;line-height:1.6;color:var(--ink-muted);}
  .service-card.featured{background:var(--navy-deep);border-color:var(--navy-deep);}
  .service-card.featured h3,.service-card.featured p{color:var(--white);}
  .service-card.featured p{color:rgba(255,255,255,.72);}
  .service-card.featured .ico-circle{background:transparent;border-color:var(--gold-soft);}
  .service-card.featured .ico-circle svg{stroke:var(--gold-soft);}

  /* ---------- approach / why us ---------- */
  .approach{background:var(--cream);}
  .approach-grid{display:grid;grid-template-columns:1fr;gap:54px;align-items:center;}
  @media(min-width:940px){.approach-grid{grid-template-columns:.85fr 1.15fr;}}
  .approach-visual{
    position:relative;border-radius:var(--radius-lg);
    background:linear-gradient(160deg,var(--navy-mid),var(--navy-deep));
    aspect-ratio:1/1; max-width:420px;
    display:flex;align-items:center;justify-content:center;
    overflow:hidden;
  }
  .approach-visual::before{
    content:"";position:absolute;inset:0;
    background-image:radial-gradient(circle, rgba(255,255,255,.13) 1.6px, transparent 1.7px);
    background-size:24px 24px;
  }
  .approach-visual .mark{position:relative;z-index:2;width:46%;opacity:.95;}
  .approach-list{display:flex;flex-direction:column;gap:26px;margin-top:30px;}
  .approach-row{display:flex;gap:18px;}
  .approach-num{
    font-family:'JetBrains Mono',monospace;font-weight:500;font-size:13px;color:var(--gold);
    flex:0 0 30px;padding-top:3px;
  }
  .approach-row h4{font-size:17px;font-weight:700;margin-bottom:5px;color:var(--navy-deep);}
  .approach-row p{font-size:14.5px;color:var(--ink-muted);line-height:1.6;max-width:480px;}

  /* ---------- CTA / contact ---------- */
  .cta-section{
    background:linear-gradient(165deg,var(--navy-mid),var(--navy-deep) 60%);
    color:var(--white);
    position:relative;overflow:hidden;
  }
  .cta-section::before{
    content:"";position:absolute;inset:0;
    background-image:radial-gradient(circle, rgba(255,255,255,.10) 1.6px, transparent 1.7px);
    background-size:24px 24px;
  }
  .cta-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:48px;}
  @media(min-width:940px){.cta-grid{grid-template-columns:.95fr 1.05fr;}}
  .cta-left .eyebrow{color:var(--gold-soft);margin-bottom:14px;}
  .cta-left h2{font-size:clamp(28px,3.6vw,40px);font-weight:600;margin-bottom:18px;}
  .cta-left p{font-size:16px;color:rgba(255,255,255,.78);line-height:1.65;max-width:420px;margin-bottom:26px;}
  .contact-list{display:flex;flex-direction:column;gap:16px;}
  .contact-list .row{display:flex;align-items:center;gap:13px;font-size:15px;color:rgba(255,255,255,.9);}
  .contact-list svg{width:20px;height:20px;stroke:var(--gold-soft);flex:0 0 auto;}
  .contact-list .ph{color:rgba(255,255,255,.55);font-family:'JetBrains Mono',monospace;font-size:13px;}

  .form-card{
    background:var(--cream);
    border-radius:var(--radius-md);
    padding:34px;
    color:var(--navy-deep);
  }
  .form-card h3{font-family:'Inter',sans-serif;font-weight:700;font-size:18px;margin-bottom:4px;}
  .form-card .sub{font-size:13.5px;color:var(--ink-muted);margin-bottom:22px;}
  .field{margin-bottom:16px;display:flex;flex-direction:column;gap:6px;}
  .field label{font-size:12.5px;font-weight:600;color:var(--navy-mid);letter-spacing:.02em;}
  .field input,.field textarea{
    font-family:'Inter',sans-serif;font-size:14.5px;
    padding:12px 14px;border-radius:10px;
    border:1.5px solid rgba(14,42,77,.16);
    background:var(--white);color:var(--navy-deep);
    resize:none;
  }
  .field input:focus,.field textarea:focus{border-color:var(--gold);outline:none;}
  .form-submit{width:100%;justify-content:center;margin-top:6px;}
  .form-note{font-size:12px;color:var(--ink-muted);margin-top:12px;text-align:center;}
  .form-success{display:none;text-align:center;padding:30px 6px;}
  .form-success svg{width:44px;height:44px;stroke:var(--gold);margin:0 auto 14px;}
  .form-success h3{margin-bottom:6px;}
  .form-success p{font-size:14px;color:var(--ink-muted);}

  /* ---------- footer ---------- */
  footer{background:var(--navy-deep);color:rgba(255,255,255,.7);padding:60px 0 0;}
  .footer-top{display:grid;grid-template-columns:1fr;gap:40px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.12);}
  @media(min-width:760px){.footer-top{grid-template-columns:1.3fr 1fr 1fr;}}
  .footer-brand img{height:46px;margin-bottom:14px;}
  .footer-brand p{font-size:14px;line-height:1.6;max-width:280px;color:rgba(255,255,255,.55);}
  .footer-col h5{font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-soft);margin-bottom:16px;}
  .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:11px;}
  .footer-col a{font-size:14px;color:rgba(255,255,255,.72);transition:color .2s;}
  .footer-col a:hover{color:var(--white);}
  .footer-bottom{
    display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center;
    padding:24px 0 30px;font-size:12.5px;color:rgba(255,255,255,.45);
  }
  .footer-strip{
    border-top:1px solid rgba(255,255,255,.08);
    padding:18px 0;text-align:center;
    font-family:'JetBrains Mono',monospace;font-size:11.5px;letter-spacing:.12em;
    color:rgba(255,255,255,.4);
  }

  /* mobile nav drawer */
  .mobile-drawer{
    position:fixed;inset:0;background:var(--navy-deep);z-index:100;
    display:flex;flex-direction:column;padding:26px 28px;
    transform:translateX(100%);transition:transform .3s ease;
  }
  .mobile-drawer.open{transform:translateX(0);}
  .mobile-drawer .close-btn{align-self:flex-end;background:none;border:none;color:var(--white);}
  .mobile-drawer nav{display:flex;flex-direction:column;gap:26px;margin-top:50px;}
  .mobile-drawer nav a{font-family:'Fraunces',serif;font-size:26px;color:var(--white);font-weight:500;}
  .mobile-drawer .btn{margin-top:36px;align-self:flex-start;}

  @media(prefers-reduced-motion:reduce){
    *{transition:none !important;animation:none !important;}
  }
