:root{
  --blue:#133d73;
  --blue2:#204a78;
  --green:#2f9a49;
  --green2:#4ab05e;
  --ink:#173047;
  --text:#3f4f5b;
  --muted:#6d7b86;
  --paper:#ffffff;
  --soft:#f4f6f8;
  --line:#dde3e7;
  --shadow:0 18px 44px rgba(14,46,82,.10);
  --display:"Space Grotesk",Arial,sans-serif;
  --body:"Inter","Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--body);color:var(--text);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.wrap{width:min(1200px,calc(100% - 40px));margin:auto}
h1,h2,h3{font-family:var(--display)}

.utilityBar{background:#eef2f4;border-bottom:1px solid var(--line);font-size:13px;color:#536270}
.utilityIn{display:flex;gap:24px;justify-content:flex-end;min-height:42px;align-items:center;flex-wrap:wrap}
.siteHeader{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 14px rgba(18,44,68,.06)}
.brandRow{display:flex;justify-content:space-between;gap:32px;align-items:center;padding:16px 0}
.brandExact{display:flex;align-items:center;gap:16px;min-width:0}
.brandMark{width:64px;flex:0 0 auto}
.brandWords{width:min(560px,42vw);display:flex;flex-direction:column;gap:6px}
.brandName{max-height:34px;width:auto;object-fit:contain;object-position:left center}
.brandTagline{max-height:20px;width:auto;object-fit:contain;object-position:left center}
.brandAside{text-align:right;color:#6b7680;font-size:14px;line-height:1.5;flex:0 1 auto;text-wrap:balance}
.brandAside small{display:block;color:#82909b;font-size:12px;letter-spacing:.05em;text-transform:uppercase;margin-top:6px}
.mainNav{background:var(--blue);color:#fff}
.navIn{display:flex;justify-content:center;gap:20px;align-items:center;flex-wrap:wrap;min-height:58px;font-weight:700}
.navIn a{padding:10px 8px;border-bottom:3px solid transparent}
.navIn a:hover{border-color:#6fd373}

.hero{position:relative;min-height:560px;background:url('/assets/pivot-wide.jpg') center center/cover no-repeat;color:#fff}
.heroOverlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.82) 0%,rgba(255,255,255,.70) 33%,rgba(17,34,58,.14) 66%,rgba(13,25,41,.18) 100%)}
.heroInner{position:relative;z-index:2;min-height:560px;display:flex;align-items:center}
.heroText{max-width:660px;padding:40px 0}
.hero h1{font-family:var(--display);font-size:clamp(42px,5.6vw,78px);line-height:1.04;margin:0 0 18px;color:var(--blue);font-weight:800;letter-spacing:-.03em}
.hero p{font-size:18px;color:#354759;margin:0 0 26px;max-width:620px}
.heroActions{display:flex;gap:14px;flex-wrap:wrap}

.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:14px 22px;font-weight:800;cursor:pointer;border:1px solid transparent;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn:focus-visible,.navIn a:focus-visible,.choice:has(input:focus-visible){outline:3px solid #6fd373;outline-offset:2px}
.btnGreen{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(47,154,73,.24)}
.btnGreen:hover{background:#26863d}
.btnWhite{background:#fff;color:var(--blue);border-color:#cfd8df}
.btnBlue{background:var(--blue);color:#fff}
.btnGhost{background:#fff;color:var(--blue);border:1px solid #cad4db}

.pillarBand{background:#fff;border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.contourMotif{position:absolute;inset:0;width:100%;height:100%;z-index:0;opacity:.5}
.contourMotif path{fill:none;stroke:var(--green);stroke-width:1.4;opacity:.16}
.contourMotif path:nth-child(2){stroke:var(--blue);opacity:.12}
.contourMotif path:nth-child(3){stroke:var(--green);opacity:.10}
.pillars{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.pillar{padding:30px 24px;text-align:center;border-right:1px solid var(--line)}
.pillar:last-child{border-right:0}
.pillarIcon{width:64px;height:64px;border:2px solid #b7c3cc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;color:var(--green);background:#fff}
.pillarIcon .icon{width:30px;height:30px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.pillarStep{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;color:var(--muted);margin-bottom:4px}
.pillar h3{margin:0;color:var(--blue);font-size:19px}
.pillar p{margin:8px auto 0;max-width:240px;color:#667580;font-size:14px}

.metricBand{background:linear-gradient(90deg,#0f3561,#143f72);color:#fff}
.metrics{display:grid;grid-template-columns:repeat(4,1fr)}
.metric{padding:26px 18px;text-align:center;border-right:1px solid rgba(255,255,255,.18)}
.metric:last-child{border-right:0}
.metric strong{display:block;font-size:46px;line-height:1;font-weight:800;margin-bottom:6px}
.metric span{display:block;font-size:18px;font-weight:600;opacity:.96}

section{padding:84px 0}
.sectionKicker{text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:800;color:var(--green);margin-bottom:12px}
h2{font-family:var(--display);font-size:42px;line-height:1.1;color:var(--blue);margin:0 0 16px}
.sectionHead{display:flex;justify-content:space-between;gap:34px;align-items:end;margin-bottom:34px}
.sectionHead.center{display:block;text-align:center;max-width:900px;margin:0 auto 34px}
.sectionHead p{margin:0;max-width:640px;color:var(--muted)}
.twoCol{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.photoCard{border-radius:12px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #d9e1e6;background:#fff}
.largePhoto img{width:100%;height:420px;object-fit:cover}
.aboutSec p{margin:0 0 18px;color:#53626d;font-size:17px}

.servicesSec{background:#f6f8fa}
.serviceTiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.serviceTile{background:#fff;border:1px solid #dce4e8;border-radius:12px;padding:26px 22px;box-shadow:0 6px 18px rgba(17,44,70,.05);transition:transform .2s ease,box-shadow .2s ease}
.serviceTile:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(17,44,70,.10)}
.tileIcon{width:48px;height:48px;border-radius:10px;background:#eaf3ec;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--green)}
.tileIcon .icon{width:26px;height:26px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.serviceTile h3{margin:0 0 10px;color:var(--blue);font-size:22px}
.serviceTile p{margin:0;color:#5f6c76}

.projectsSec{background:#fff}
.projectGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.projectCard{background:#fff;border:1px solid #dbe3e7;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(18,44,68,.06);transition:transform .2s ease,box-shadow .2s ease}
.projectCard:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(18,44,68,.12)}
.projectCard img{width:100%;height:210px;object-fit:cover}
.projectBody{padding:20px}
.projectMeta{font-size:12px;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.projectCard h3{margin:0 0 8px;color:var(--blue);font-size:22px}
.projectCard p{margin:0;color:#5f6c76}

.testimonialsSec{background:#f6f8fa}
.testimonialGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.quoteCard{margin:0;background:#fff;border:1px solid #dce4e8;border-radius:14px;padding:24px;box-shadow:0 6px 16px rgba(17,44,70,.05);position:relative;transition:transform .2s ease,box-shadow .2s ease}
.quoteCard:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(17,44,70,.10)}
.quoteCard::before{content:"“";position:absolute;top:8px;left:18px;font-family:var(--display);font-size:52px;color:var(--green);opacity:.18;line-height:1}
.quoteCard p{margin:0 0 16px;color:#53626d;font-size:16px;position:relative;z-index:1}
.quoteCard cite{font-style:normal;color:var(--blue);font-weight:700}
.testimonialFinePrint{margin:22px auto 0;max-width:620px;text-align:center;font-size:12px;color:#8a97a1}

.contactSec{background:#fff}
.contactGrid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}
.contactInfo,.contactCtaBox{border-radius:14px;border:1px solid #dbe3e7;background:#fff;box-shadow:0 10px 24px rgba(17,44,70,.05);padding:30px}
.contactList{display:grid;gap:18px;margin-top:24px}
.contactList strong{display:block;color:var(--blue);margin-bottom:4px}
.contactList span{display:block;color:#55636d;font-size:17px}
.contactCtaBox{background:linear-gradient(135deg,#133d73,#0f305a);color:#fff;display:flex;flex-direction:column;justify-content:center}
.contactCtaBox h3{margin:0 0 8px;font-size:32px}
.contactCtaBox p{margin:0 0 22px;color:rgba(255,255,255,.87);font-size:17px}

.estimatorSec{background:#eef3f6;border-top:1px solid #dde4e8}
.estimatorIntro{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start}
.estimatorPitch{position:sticky;top:140px}
.estimatorPitch p{font-size:17px;color:#5e6c76}
.estimatorFact{margin-top:26px;padding:16px 18px;background:#fff;border-left:4px solid var(--green);border-radius:0 10px 10px 0;color:#56656e;box-shadow:0 8px 20px rgba(17,44,70,.04)}
.estimator{background:#fff;border:1px solid #d6dfe4;border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}
.progress{height:6px;background:#e4eaee}
.progress>div{height:100%;background:linear-gradient(90deg,var(--green),var(--blue));width:14.285%;transition:.25s}
.step{display:none;padding:34px}
.step.active{display:block}
.step h3{margin:0 0 8px;color:var(--blue);font-size:30px}
.step>.sub{margin:0 0 24px;color:var(--muted)}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}
.field label{font-size:13px;font-weight:800;color:#35506b}
.field input,.field select,.field textarea{width:100%;border:1px solid #ccd7de;border-radius:8px;padding:13px 14px;background:#fff;font:inherit;color:#22343f;outline:none}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#6a8fb4;box-shadow:0 0 0 3px rgba(19,61,115,.08)}
.field textarea{min-height:95px;resize:vertical}
.choices{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}
.choice{border:1px solid #d5dde2;border-radius:10px;padding:14px;cursor:pointer;display:flex;gap:10px;align-items:flex-start;font-size:14px;background:#fff}
.choice:has(input:checked){border-color:var(--green);background:#eff8f1}
.choice input{margin-top:3px}
.stepNav{display:flex;justify-content:space-between;padding:19px 34px;border-top:1px solid var(--line);background:#f7f9fa}
.note{font-size:12px;color:var(--muted)}
.result{display:none;padding:36px}
.result.show{display:block}
.result h3{color:var(--blue);font-size:28px;margin:20px 0 10px}
.range{font-family:Georgia,"Times New Roman",serif;font-size:48px;line-height:1.15;color:#173a4e;margin:9px 0 22px}
.pill{display:inline-flex;border-radius:999px;padding:8px 14px;background:#e7f3ea;color:#2b7c42;font-size:12px;font-weight:800}
.verify{padding:16px 18px;border:1px solid #d8dec9;background:#fbf8ea;margin-top:18px;border-radius:10px}
.fileList{font-size:12px;color:var(--muted)}

.siteFooter{background:#0e315a;color:#d7e0e8;padding-top:34px}
.footerGrid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:32px;align-items:start}
.footerIdentity{display:flex;gap:16px;align-items:flex-start}
.footerMark{width:140px;flex:0 0 auto}
.footerBrandText{width:min(430px,100%);display:flex;flex-direction:column;gap:8px}
.footerName,.footerSlogan{width:100%;height:auto;object-fit:contain;object-position:left center;filter:brightness(0) invert(1) saturate(0)}
.siteFooter h4{margin:0 0 12px;color:#fff;font-size:18px}
.siteFooter a{display:block;color:#d7e0e8;margin:6px 0}
.siteFooter p{margin:0;line-height:1.8}
.footerBottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:18px 0 22px;border-top:1px solid rgba(255,255,255,.14);margin-top:26px;font-size:13px;color:#b7c4cf}

.admin h1{font-family:var(--display);color:var(--blue)}

@media(max-width:1050px){
  .brandRow{display:block}
  .brandAside{text-align:left;margin-top:16px}
  .pillars,.metrics,.serviceTiles,.projectGrid,.testimonialGrid{grid-template-columns:1fr 1fr}
  .pillar:nth-child(2),.metric:nth-child(2),.projectGrid article:nth-child(2),.testimonialGrid blockquote:nth-child(2){border-right:0}
  .twoCol,.contactGrid,.estimatorIntro,.footerGrid{grid-template-columns:1fr}
  .estimatorPitch{position:static}
  .sectionHead{display:block}
  .sectionHead p{margin-top:12px}
}
@media(max-width:700px){
  .wrap{width:min(100% - 24px,1200px)}
  .utilityIn{justify-content:flex-start;gap:8px;padding:8px 0;font-size:12px}
  .utilityIn div{width:100%}
  .brandExact{display:block}
  .brandMark{width:120px;margin-bottom:10px}
  .brandWords{width:100%;max-width:320px}
  .brandName{max-height:none}
  .brandTagline{max-height:none}
  .navIn{justify-content:flex-start;overflow:auto;white-space:nowrap;flex-wrap:nowrap}
  .hero{min-height:500px;background-position:70% center}
  .heroOverlay{background:linear-gradient(180deg,rgba(255,255,255,.86) 0%,rgba(255,255,255,.78) 42%,rgba(255,255,255,.28) 100%)}
  .heroInner{min-height:500px;align-items:flex-start;padding-top:48px}
  .hero h1{font-size:46px}
  .hero p{font-size:16px}
  section{padding:62px 0}
  h2{font-size:32px}
  .pillars,.metrics,.serviceTiles,.projectGrid,.testimonialGrid,.grid2,.choices{grid-template-columns:1fr}
  .pillar,.metric{border-right:0;border-bottom:1px solid var(--line)}
  .metric{border-color:rgba(255,255,255,.18)}
  .metric:last-child,.pillar:last-child{border-bottom:0}
  .largePhoto img{height:260px}
  .step{padding:22px}
  .step h3{font-size:25px}
  .stepNav{padding:16px 22px}
  .range{font-size:34px}
  .footerIdentity{display:block}
  .footerMark{width:95px;margin-bottom:10px}
  .footerBrandText{width:100%}
}
