*{box-sizing:border-box}
html{scroll-behavior:smooth}
:root{--navy:#05233d;--navy2:#0a3150;--gold:#e4ad48;--ivory:#faf8f3;--ink:#10213b}
body{margin:0;font:16px/1.6 Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
.wrap{width:min(1200px,92%);margin:auto}

.site-header{position:sticky;top:0;z-index:20;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{min-height:98px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{display:block;width:385px;max-width:36vw;height:auto}
nav{display:flex;align-items:center;gap:29px}
nav a{color:#fff;text-decoration:none;font-weight:600;font-size:15px;white-space:nowrap}
nav a.active{color:var(--gold);position:relative}
nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:3px;background:var(--gold)}
.nav-cta{background:linear-gradient(#f4cc76,#dca33d);color:#071b34!important;padding:13px 19px;border-radius:6px;font-weight:800}
.menu{display:none;color:#fff;background:none;border:0;font-size:27px}

.hero{display:grid;grid-template-columns:47% 53%;min-height:528px;background:var(--navy)}
.hero-copy{background:radial-gradient(circle at 74% 43%,#0e3c62 0,#072844 46%,#051d35 100%);display:flex;align-items:center}
.copy-inner{padding:54px 4vw 54px max(5.5vw,56px)}
.kicker{color:#fff;letter-spacing:.26em;font-size:13px;white-space:nowrap}
.hero h1{margin:19px 0 16px;display:flex;flex-direction:column;font:700 clamp(39px,3.6vw,54px)/1.045 Georgia,serif;color:#fff;white-space:nowrap}
.hero h1 .gold{color:#efb751}
.gold-rule{width:108px;height:5px;background:#efb751;border-radius:3px;margin:27px 0}
.sub{color:#fff;font-size:18px;margin-bottom:29px}
.primary-btn{display:inline-block;background:linear-gradient(#f3c86d,#dfa63f);color:#081b32;border:0;border-radius:5px;padding:15px 22px;text-decoration:none;font-size:17px;font-weight:800;cursor:pointer}
.primary-btn strong{font-size:24px;margin-left:22px}
.hero-visual{background:url("hero-approved.jpg") center center/cover no-repeat;min-height:528px}

.feature-strip{background:#fff;display:grid;grid-template-columns:repeat(5,1fr);padding:22px 4vw;box-shadow:0 4px 15px rgba(0,0,0,.06)}
.feature{display:flex;align-items:center;justify-content:center;gap:14px;padding:8px 12px;border-right:1px solid #d6b56d;color:#0b2850}
.feature:last-child{border:0}
.feature b{font-size:14px;line-height:1.25;letter-spacing:.03em}
.circle{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:#082746;color:#f0bd5b;border:4px solid #d9a845;font-size:27px;font-weight:bold;flex:0 0 auto}

.statement{background:radial-gradient(circle at 50% 0,#0d385d,#06213c 55%,#04182d);padding:48px 20px;text-align:center;color:#fff;position:relative;overflow:hidden}
.statement:before,.statement:after{content:"";position:absolute;width:70%;height:1px;background:linear-gradient(90deg,transparent,#dca541,transparent);opacity:.55}
.statement:before{left:-12%;bottom:25px;transform:rotate(-7deg)}
.statement:after{right:-12%;bottom:8px;transform:rotate(7deg)}
.statement p{font:italic 25px/1.35 Georgia,serif;margin:0;position:relative;z-index:2}

.section{padding:78px 0}
.section h2,.contact h2{font:700 clamp(31px,4vw,44px)/1.12 Georgia,serif;color:var(--navy);margin:.25em 0 .5em}
.eyebrow{color:#96691b;font-size:12px;font-weight:800;letter-spacing:.18em}
.eyebrow.light{color:var(--gold)}
.two{display:grid;grid-template-columns:1.12fr .88fr;gap:55px}
.panel{background:var(--navy);color:#fff;padding:34px;border-top:5px solid var(--gold)}
.panel h3{color:var(--gold);font:700 22px Georgia}

.serve-bg{background:#fff;border-top:1px solid #eee}
.center{text-align:center}
.intro{max-width:820px;margin:0 auto 32px}
.serve-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.serve-grid span{background:var(--navy);color:#fff;text-align:center;padding:24px 15px;border-top:4px solid var(--gold);font-weight:700}

.ivory{background:var(--ivory)}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:36px}
.cards article{background:#fff;padding:28px;border-top:4px solid var(--gold);box-shadow:0 6px 22px rgba(10,30,50,.06)}
.cards h3{font:700 24px Georgia;color:var(--navy);margin:0}
.cards h4{color:#936c25;margin:.4em 0}
.revenue{grid-column:1/-1;background:var(--navy)!important;color:#fff}
.revenue h3{color:var(--gold)!important}
.revenue h4{color:#fff}
.badge{display:inline-block;background:var(--gold);color:var(--navy);padding:5px 8px;font-size:11px;font-weight:800;letter-spacing:.09em;margin-bottom:13px}

.contact{background:var(--navy);color:#fff;padding:78px 0}
.contact h2{color:#fff}
.contact a{color:var(--gold)}
form{background:#fff;color:var(--ink);padding:30px}
label{display:block;font-weight:700;font-size:13px;margin-bottom:13px}
input,textarea{display:block;width:100%;margin-top:5px;padding:11px;border:1px solid #ccd2da;font:inherit}
.warning{display:block;color:#657086;margin-top:12px}

footer{background:#031426;color:#d9e0e8;padding:20px 0}
.foot{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px}
.foot img{width:270px;max-width:45vw}

@media(max-width:1180px) and (min-width:981px){
  .brand img{width:315px}
  nav{gap:17px}
  nav a{font-size:12px}
  .nav-cta{padding:11px 13px}
  .hero{grid-template-columns:51% 49%}
  .copy-inner{padding-left:5.5vw;padding-right:3vw}
  .hero h1{font-size:clamp(36px,3.4vw,46px)}
  .kicker{font-size:10px}
  .sub{font-size:15px}
  .feature{gap:9px;padding:7px 8px}
  .feature b{font-size:12px}
  .circle{width:56px;height:56px;font-size:21px;border-width:3px}
}

@media(max-width:980px){
  .brand img{width:300px;max-width:70vw}
  .nav{min-height:82px}
  .menu{display:block}
  nav{display:none;position:absolute;top:82px;left:0;right:0;background:var(--navy);padding:22px 4%;flex-direction:column;align-items:flex-start}
  nav.open{display:flex}
  .nav-cta{width:100%;text-align:center}
  .hero{grid-template-columns:1fr}
  .hero-visual{min-height:420px}
  .feature-strip{grid-template-columns:1fr 1fr}
  .feature{border-bottom:1px solid #e7d7b4}
  .feature:last-child{grid-column:1/-1}
  .two{grid-template-columns:1fr}
}

@media(max-width:620px){
  .brand img{width:285px;max-width:75vw}
  .copy-inner{padding:45px 7%}
  .hero h1{font-size:40px;white-space:normal}
  .kicker{font-size:10px;white-space:normal}
  .sub{font-size:17px}
  .hero-visual{min-height:330px}
  .feature-strip{grid-template-columns:1fr}
  .feature{border-right:0}
  .feature:last-child{grid-column:auto}
  .serve-grid,.cards{grid-template-columns:1fr}
  .revenue{grid-column:auto}
  .statement p{font-size:20px}
  .foot{flex-direction:column;align-items:flex-start}
}


/* V10 — exact header and anchor fix */
html { scroll-padding-top: 104px; }

.site-header {
  background: #05233d;
  overflow: hidden;
}

.site-header .wrap.nav {
  width: 100%;
  max-width: none;
  min-height: 104px;
  padding: 0 48px;
  margin: 0;
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: center;
  column-gap: 36px;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 360px;
  height: 104px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.brand img {
  display: block;
  width: 354px;
  height: 97px;
  max-width: none;
  object-fit: contain;
  object-position: left center;
  margin: 0;
  padding: 0;
}

nav {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}

nav a {
  font-size: 14px;
}

#home, #about, #services, #serve, #contact {
  scroll-margin-top: 104px;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .site-header .wrap.nav {
    padding: 0 24px;
    grid-template-columns: 300px 1fr;
    column-gap: 18px;
  }
  .brand {
    width: 300px;
  }
  .brand img {
    width: 296px;
    height: auto;
  }
  nav {
    gap: 15px;
  }
  nav a {
    font-size: 12px;
  }
  .nav-cta {
    padding: 10px 12px;
  }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 84px; }

  .site-header .wrap.nav {
    min-height: 84px;
    padding: 0 18px;
    grid-template-columns: 1fr auto;
    column-gap: 12px;
  }

  .brand {
    width: auto;
    height: 84px;
  }

  .brand img {
    width: min(285px, 72vw);
    height: auto;
  }

  #home, #about, #services, #serve, #contact {
    scroll-margin-top: 84px;
  }

  nav {
    top: 84px;
  }
}


/* V11 — full-page structural correction based on all five screenshots */

/* One consistent sticky header everywhere */
html{
  scroll-behavior:smooth;
  scroll-padding-top:96px;
}
body{overflow-x:hidden}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  width:100%;
  height:96px;
  background:#05233d;
  overflow:hidden;
}

.site-header .wrap.nav{
  width:min(1240px,94%);
  max-width:1240px;
  height:96px;
  min-height:96px;
  margin:0 auto;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.brand{
  flex:0 0 320px;
  width:320px;
  height:88px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:hidden;
  margin:0;
  padding:0;
}

.brand img{
  display:block;
  width:316px;
  max-width:316px;
  height:auto;
  object-fit:contain;
  object-position:left center;
  margin:0;
  padding:0;
}

.site-header nav{
  position:static;
  display:flex;
  flex:1 1 auto;
  justify-content:flex-end;
  align-items:center;
  gap:25px;
  margin:0;
  padding:0;
  background:transparent;
}

.site-header nav a{
  font-size:14px;
  line-height:1;
}
.site-header .nav-cta{padding:13px 17px}

/* Every destination starts directly below the header */
#home,#about,#services,#serve,#contact{
  scroll-margin-top:96px;
}

/* Remove the oversized empty landing areas visible in screenshots */
#about.section,
#services.section,
#serve.section{
  padding-top:58px !important;
  padding-bottom:58px !important;
  margin-top:0 !important;
  min-height:0 !important;
}

#contact.contact{
  padding-top:58px !important;
  padding-bottom:58px !important;
  margin-top:0 !important;
  min-height:0 !important;
}

/* Keep section titles close to their content */
#about .eyebrow,
#services .eyebrow,
#serve .eyebrow,
#contact .eyebrow{
  margin-top:0;
}
#services h2,
#serve h2{
  margin-top:8px;
}
#services .cards{margin-top:28px}
#serve .intro{margin-bottom:26px}

/* Prevent accidental blank spacer blocks between sections */
.statement + .section,
.section + .section,
.section + .contact{
  margin-top:0 !important;
}

/* Homepage remains the approved layout */
.hero{margin:0}
.feature-strip{margin:0}
.statement{margin:0}

/* Desktop fit */
@media (min-width:981px) and (max-width:1220px){
  .site-header .wrap.nav{
    width:96%;
    gap:16px;
  }
  .brand{
    flex-basis:270px;
    width:270px;
  }
  .brand img{
    width:266px;
    max-width:266px;
  }
  .site-header nav{gap:15px}
  .site-header nav a{font-size:12px}
  .site-header .nav-cta{padding:11px 12px}
}

/* Mobile/tablet */
@media (max-width:980px){
  html{scroll-padding-top:82px}
  .site-header{height:82px;overflow:visible}
  .site-header .wrap.nav{
    width:94%;
    height:82px;
    min-height:82px;
  }
  .brand{
    flex:0 1 auto;
    width:auto;
    height:76px;
  }
  .brand img{
    width:min(285px,72vw);
    max-width:72vw;
  }
  .site-header nav{
    display:none;
    position:absolute;
    top:82px;
    left:0;
    right:0;
    flex-direction:column;
    align-items:flex-start;
    padding:20px 4%;
    background:#05233d;
  }
  .site-header nav.open{display:flex}
  #home,#about,#services,#serve,#contact{scroll-margin-top:82px}
  #about.section,#services.section,#serve.section,#contact.contact{
    padding-top:42px !important;
    padding-bottom:42px !important;
  }
}


/* V12 — keep the full Home experience on one laptop screen */
@media (min-width:981px){
  .site-header{
    height:82px;
  }

  .site-header .wrap.nav{
    height:82px;
    min-height:82px;
  }

  .brand{
    height:76px;
    flex-basis:285px;
    width:285px;
  }

  .brand img{
    width:282px;
    max-width:282px;
  }

  .site-header nav{
    gap:20px;
  }

  .site-header nav a{
    font-size:13px;
  }

  .site-header .nav-cta{
    padding:10px 14px;
  }

  html{
    scroll-padding-top:82px;
  }

  #home,#about,#services,#serve,#contact{
    scroll-margin-top:82px;
  }

  .hero{
    min-height:350px;
    grid-template-columns:47% 53%;
  }

  .hero-copy{
    min-height:350px;
  }

  .copy-inner{
    padding-top:28px;
    padding-bottom:28px;
  }

  .kicker{
    font-size:10px;
    margin:0 0 8px;
  }

  .hero h1{
    font-size:clamp(32px,3.1vw,43px);
    margin:8px 0 8px;
    line-height:1.01;
  }

  .gold-rule{
    width:78px;
    height:4px;
    margin:16px 0;
  }

  .sub{
    font-size:14px;
    margin:0 0 16px;
  }

  .primary-btn{
    padding:10px 16px;
    font-size:14px;
  }

  .primary-btn strong{
    font-size:20px;
    margin-left:15px;
  }

  .hero-visual{
    min-height:350px;
  }

  .feature-strip{
    padding:10px 3vw;
    min-height:88px;
  }

  .feature{
    padding:4px 8px;
    gap:8px;
  }

  .feature b{
    font-size:11px;
  }

  .circle{
    width:48px;
    height:48px;
    font-size:18px;
    border-width:3px;
  }

  .statement{
    padding:18px 20px;
    min-height:64px;
  }

  .statement p{
    font-size:18px;
    line-height:1.2;
  }

  .statement:before,
  .statement:after{
    opacity:.35;
  }
}

@media (min-width:981px) and (max-height:720px){
  .site-header{
    height:76px;
  }

  .site-header .wrap.nav{
    height:76px;
    min-height:76px;
  }

  .brand{
    height:70px;
    flex-basis:270px;
    width:270px;
  }

  .brand img{
    width:266px;
    max-width:266px;
  }

  html{
    scroll-padding-top:76px;
  }

  #home,#about,#services,#serve,#contact{
    scroll-margin-top:76px;
  }

  .hero,
  .hero-copy,
  .hero-visual{
    min-height:320px;
  }

  .copy-inner{
    padding-top:20px;
    padding-bottom:20px;
  }

  .feature-strip{
    min-height:78px;
    padding-top:7px;
    padding-bottom:7px;
  }

  .statement{
    min-height:54px;
    padding:13px 18px;
  }

  .statement p{
    font-size:16px;
  }
}


/* V13 — compact Services page so all five services are visible together */
.services-compact{
  padding-top:34px !important;
  padding-bottom:34px !important;
}

.services-compact .eyebrow{
  margin:0 0 4px;
}

.services-compact h2{
  margin:4px 0 24px;
  font-size:clamp(30px,3.2vw,46px);
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
}

.services-grid article{
  background:#fff;
  border-top:4px solid var(--gold);
  box-shadow:0 6px 18px rgba(10,30,50,.05);
  padding:20px 22px;
  min-height:205px;
}

.services-grid article:nth-child(1),
.services-grid article:nth-child(2),
.services-grid article:nth-child(3){
  grid-column:span 2;
}

.services-grid article:nth-child(4){
  grid-column:span 3;
}

.services-grid .revenue-card{
  grid-column:span 3;
  background:var(--navy);
  color:#fff;
}

.services-grid h3{
  margin:0 0 4px;
  font:700 22px Georgia,serif;
  color:var(--navy);
}

.services-grid h4{
  margin:0 0 10px;
  color:#96691b;
  font-size:15px;
}

.services-grid p{
  margin:0;
  font-size:14px;
  line-height:1.45;
}

.services-grid .revenue-card h3{
  color:var(--gold);
}

.services-grid .revenue-card h4{
  color:#fff;
}

.services-grid .badge{
  margin-bottom:8px;
}

@media (min-width:981px) and (max-height:760px){
  .services-compact{
    padding-top:24px !important;
    padding-bottom:24px !important;
  }

  .services-compact h2{
    margin-bottom:18px;
    font-size:38px;
  }

  .services-grid{
    gap:12px;
  }

  .services-grid article{
    padding:16px 18px;
    min-height:175px;
  }

  .services-grid h3{
    font-size:19px;
  }

  .services-grid h4{
    font-size:13px;
    margin-bottom:7px;
  }

  .services-grid p{
    font-size:12.5px;
    line-height:1.35;
  }
}

@media(max-width:980px){
  .services-grid{
    grid-template-columns:1fr;
  }

  .services-grid article,
  .services-grid article:nth-child(1),
  .services-grid article:nth-child(2),
  .services-grid article:nth-child(3),
  .services-grid article:nth-child(4),
  .services-grid .revenue-card{
    grid-column:auto;
    min-height:0;
  }
}


/* MULTI-PAGE WEBSITE OVERRIDES */
body{min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
.site-header{position:sticky;top:0}
.page-main{background:#fff}
.page-section{padding:64px 0}
.page-title{font:700 clamp(36px,4.5vw,58px)/1.08 Georgia,serif;color:var(--navy);margin:.25em 0 .6em}
.light-title{color:#fff}
.page-contact{padding:64px 0}
nav a.active{color:var(--gold);position:relative}
nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:3px;background:var(--gold)}
.home-only{min-height:430px}
@media(max-width:980px){
  .page-section,.page-contact{padding:42px 0}
  .page-title{font-size:38px}
}


/* Simplified header logo: symbol + STRONG only */
.brand{
  flex:0 0 300px;
  width:300px;
  height:86px;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.brand img{
  width:295px;
  max-width:295px;
  height:auto;
  object-fit:contain;
  object-position:left center;
  display:block;
}
.foot img{
  width:220px;
  max-width:42vw;
}

@media (max-width:1180px) and (min-width:981px){
  .brand{
    flex-basis:250px;
    width:250px;
  }
  .brand img{
    width:246px;
    max-width:246px;
  }
}

@media (max-width:980px){
  .brand{
    width:auto;
    flex:0 1 auto;
  }
  .brand img{
    width:min(250px,66vw);
    max-width:66vw;
  }
}


/* FINAL FOOTER TWEAKS */
footer .foot{
  justify-content:center;
  text-align:center;
}
footer .foot img{
  display:none !important;
}

/* On Home, the approved navy statement is the visible footer */
.home-copyright{
  display:none;
}

.statement{
  margin:0;
  background:radial-gradient(circle at 50% 0,#0d385d,#06213c 55%,#04182d);
  color:#fff;
  text-align:center;
}
.statement p{
  margin:0;
  font-family:Georgia,serif;
  font-style:italic;
}


/* FINAL RESPONSIVE PASS — desktop, tablet, and mobile */
img{max-width:100%;height:auto}
a,button,input,textarea{-webkit-tap-highlight-color:transparent}
input,textarea,button{border-radius:0}

/* Keep content readable on very wide desktop displays. */
@media (min-width:1400px){
  .site-header .wrap.nav,.wrap{max-width:1280px}
  .hero{grid-template-columns:minmax(560px,47%) 1fr}
}

/* Tablet and mobile navigation */
@media (max-width:980px){
  .site-header{height:78px;overflow:visible}
  .site-header .wrap.nav{height:78px;min-height:78px;width:92%;position:relative}
  .brand{height:72px;min-width:0}
  .brand img{width:min(235px,66vw);max-width:66vw}
  .menu{
    display:flex;align-items:center;justify-content:center;
    width:46px;height:46px;flex:0 0 46px;
    border:1px solid rgba(255,255,255,.22);border-radius:6px;
    font-size:25px;line-height:1;cursor:pointer
  }
  .site-header nav{
    top:78px;left:0;right:0;width:100%;
    max-height:calc(100vh - 78px);overflow-y:auto;
    padding:14px 5% 20px;gap:0;
    box-shadow:0 12px 24px rgba(0,0,0,.18);
    border-top:1px solid rgba(255,255,255,.1)
  }
  .site-header nav a{
    width:100%;padding:14px 4px;font-size:16px;line-height:1.25;
    border-bottom:1px solid rgba(255,255,255,.09)
  }
  .site-header nav a.active:after{display:none}
  .site-header nav .nav-cta{margin-top:12px;padding:15px 16px;border-bottom:0}

  .hero{grid-template-columns:1fr;min-height:0}
  .hero-copy{min-height:0}
  .copy-inner{width:100%;padding:44px 7% 42px}
  .hero h1{font-size:clamp(36px,7vw,48px);white-space:normal;line-height:1.04}
  .kicker{white-space:normal;line-height:1.7}
  .sub{max-width:620px}
  .hero-visual{min-height:360px;background-position:center center}

  .feature-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:16px 4%}
  .feature{justify-content:flex-start;min-height:84px;border-bottom:1px solid #e7d7b4}
  .feature:nth-child(even){border-right:0}
  .feature:last-child{grid-column:1/-1;border-bottom:0;justify-content:center}

  .page-section,.page-contact{padding:46px 0}
  .two{gap:34px}
  .panel{padding:28px}
  .services-grid article{padding:22px}
  form{padding:26px}
}

/* Small tablets and large phones */
@media (max-width:760px){
  .wrap{width:90%}
  .serve-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .serve-grid span{padding:20px 12px}
  .page-title{font-size:clamp(34px,8vw,43px)}
  .statement{padding:34px 7%}
  .statement p{font-size:20px}
  .statement br{display:none}
}

/* Phones */
@media (max-width:620px){
  body{font-size:15px;line-height:1.55}
  .site-header{height:72px}
  .site-header .wrap.nav{height:72px;min-height:72px;width:92%}
  .brand{height:66px}
  .brand img{width:min(205px,64vw);max-width:64vw}
  .menu{width:42px;height:42px;flex-basis:42px;font-size:23px}
  .site-header nav{top:72px;max-height:calc(100vh - 72px)}

  .copy-inner{padding:36px 7% 34px}
  .kicker{font-size:9px;letter-spacing:.18em}
  .hero h1{font-size:clamp(34px,10.2vw,42px);margin:14px 0 12px}
  .gold-rule{margin:20px 0;width:82px;height:4px}
  .sub{font-size:16px;margin-bottom:22px}
  .primary-btn{max-width:100%;padding:13px 17px;font-size:15px}
  .primary-btn strong{margin-left:12px}
  .hero-visual{min-height:270px}

  .feature-strip{grid-template-columns:1fr;padding:10px 7%}
  .feature,.feature:last-child{grid-column:auto;justify-content:flex-start;min-height:72px;border-right:0;border-bottom:1px solid #e7d7b4}
  .feature:last-child{border-bottom:0}
  .circle{width:52px;height:52px;font-size:20px}
  .feature b{font-size:12px}

  .page-section,.page-contact{padding:36px 0}
  .page-title{font-size:clamp(32px,9.4vw,40px);line-height:1.08;margin-bottom:.7em}
  .two{gap:26px}
  .panel{padding:24px;border-top-width:4px}
  .panel h3{font-size:20px}
  .serve-grid{grid-template-columns:1fr}
  .serve-grid span{padding:18px 14px}
  .services-compact{padding-top:30px!important;padding-bottom:30px!important}
  .services-grid{gap:14px}
  .services-grid article{padding:20px;box-shadow:0 4px 14px rgba(10,30,50,.06)}
  .services-grid h3{font-size:21px}
  .services-grid h4{font-size:14px}
  .services-grid p{font-size:14px}

  form{padding:22px 18px}
  input,textarea{font-size:16px;padding:12px} /* prevents iOS zoom */
  form .primary-btn{width:100%;text-align:center}
  .warning{font-size:12px;line-height:1.45}
  footer{padding:18px 0}
  .foot{font-size:11px;line-height:1.5}
}

/* Very narrow phones */
@media (max-width:380px){
  .wrap{width:88%}
  .brand img{width:min(185px,61vw);max-width:61vw}
  .hero h1{font-size:32px}
  .primary-btn{width:100%;text-align:center}
  .statement p{font-size:18px}
}
