
*{box-sizing:border-box}
:root{
  --blue:#12365d;--blue-dark:#0b2848;--orange:#99b9cd;--orange-dark:#4c7188;--green:#2f6b3f;
  --cream:#f7f5f0;--ink:#19314c;--muted:#63788d;--line:#d9e0e6;
  --white:#fff;--max:1160px;--shadow:0 16px 34px rgba(18,54,93,.12)
}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);line-height:1.55;background:#fff}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}

.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:3px solid var(--orange)}
.nav{min-height:84px;display:grid;grid-template-columns:285px 1fr 220px;align-items:center;gap:18px}
.brand{display:flex;align-items:center;min-width:0}
.brand img{display:block;width:267px;height:auto;max-height:96px;object-fit:contain}
.nav-links{display:flex;align-items:center;justify-content:center;gap:24px;font-size:16.8px;font-weight:950;color:var(--blue);white-space:nowrap;text-transform:uppercase}
.nav-links a:hover{color:var(--orange-dark)}.nav-links a.active{background:var(--orange);color:#fff;border-radius:999px;padding:8px 12px}
.nav-email{justify-self:end;font-size:16.8px;font-weight:950;color:var(--blue);white-space:nowrap}
.menu-btn{display:none}

.hero{background:var(--orange);padding:70px 0 38px;overflow:hidden}
.hero-main{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.hero-copy{min-width:0}
.eyebrow{font-size:19px;line-height:1.18;letter-spacing:.075em;text-transform:uppercase;font-weight:950;color:#fff;margin-bottom:20px;max-width:590px}
.hero h1{font-family:Georgia,"Times New Roman",serif;color:var(--blue);font-size:clamp(50px,5.7vw,80px);line-height:.96;letter-spacing:-.045em;margin:0 0 24px}
.hero h1 span{display:block}
.hero h1 span+span{color:var(--green);margin-top:7px}
.hero-copy p{font-size:18px;color:#fff;max-width:650px;margin:0 0 30px}
.actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:62px;padding:0 32px;border-radius:10px;border:2px solid var(--blue);font-weight:950;font-size:15px}
.btn-primary{background:var(--blue);color:#fff;border-color:var(--blue)}
.btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}
.btn-secondary{background:#f7f5f0;color:var(--blue)}
.btn-secondary:hover{background:var(--cream);border-color:var(--blue)}

.hero-photo{min-height:440px;display:flex;align-items:flex-end;justify-content:center;align-self:stretch;position:relative}
.hero-photo img{display:block;width:100%;height:auto;max-height:510px;object-fit:contain;object-position:center bottom}
.hero-photo-empty{width:100%;height:100%;min-height:420px}

.hero-proof{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding-top:28px;border-top:1px solid rgba(255,255,255,.55);margin-top:4px}
.hero-proof div{min-height:48px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--blue);font-size:15px;font-weight:950;padding:6px 10px}
.hero-proof div+div{border-left:1px solid rgba(18,54,93,.35)}
.hero-proof div:first-letter{color:var(--blue)}

.section{padding:72px 0}
.section.alt{background:var(--cream)}
.section-orange{background:var(--orange)}
.section-head{max-width:720px;margin-bottom:30px}
.eyebrow.small{font-size:11px;color:var(--orange-dark);margin-bottom:10px}
h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--blue);line-height:1.08;letter-spacing:-.035em;margin:0 0 14px}
h2{font-size:clamp(34px,3.8vw,50px)}
h3{font-size:24px}
.section-head p{color:var(--muted);font-size:16px;margin:0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{padding:25px;background:#f7f5f0;border:1px solid var(--line);border-radius:16px;box-shadow:0 6px 20px rgba(18,54,93,.04)}
.card .num{font-size:11px;letter-spacing:.16em;color:var(--orange-dark);font-weight:950}
.card p{color:var(--muted);margin:0}
.service-list{margin:0;padding-left:20px;color:var(--muted)}.service-list li{margin:8px 0}
.home-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.home-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.home-price-card{position:relative;padding:25px;background:#f7f5f0;border:1px solid var(--line);border-radius:16px;box-shadow:0 6px 20px rgba(18,54,93,.04);display:flex;flex-direction:column}
.home-price-card.featured{border:1px solid var(--line);box-shadow:var(--shadow)}
.home-badge{position:absolute;top:-12px;left:22px;background:var(--blue);color:#fff;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.home-price{font-family:Georgia,"Times New Roman",serif;color:var(--blue);font-size:35px;font-weight:700;margin:5px 0}
.home-price small{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:12px;color:var(--muted);font-weight:800}
.home-price-sub{color:var(--muted);min-height:68px}
.home-checks{list-style:none;padding:0;margin:17px 0 25px}.home-checks li{margin:9px 0;color:#42576d;font-size:14px}.home-checks li:before{content:"✓";color:var(--green);font-weight:950;margin-right:8px}.home-price-card .btn{margin-top:auto}
.home-note{margin-top:18px;padding:15px 18px;border-left:3px solid var(--blue);background:#f7f5f0;color:var(--blue);font-size:13px}
.home-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.home-about-copy p{color:var(--muted)}
.home-video-placeholder{aspect-ratio:16/9;border-radius:16px;background:var(--blue);color:#fff;display:grid;place-items:center;text-align:center;padding:25px}.home-video-placeholder span{display:grid;place-items:center;width:54px;height:54px;border:1px solid rgba(255,255,255,.45);border-radius:50%;margin:0 auto 10px}.home-video-placeholder strong,.home-video-placeholder small{display:block}
.home-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px}
.home-contact-panel{background:var(--blue);color:#fff;border-radius:20px;padding:30px}.home-contact-panel h3{color:#fff}.home-contact-panel p{color:#cbd7e3}.home-contact-options{display:grid;gap:10px;margin-top:20px}.home-contact-option{border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:13px}.home-contact-option strong{display:block}
.home-form-card{border:1px solid var(--line);border-radius:20px;padding:27px;background:#fff}.home-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.home-field{display:grid;gap:6px}.home-field.full{grid-column:1/-1}.home-field label{font-size:12px;font-weight:950;color:var(--blue)}.home-field input,.home-field select,.home-field textarea{width:100%;border:1px solid #cfd6dd;border-radius:8px;padding:10px 12px;outline:none;background:#f7f5f0;color:var(--ink);font:inherit}.home-field input:focus,.home-field select:focus,.home-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,54,93,.12)}.home-field textarea{min-height:115px;resize:vertical}.home-form-note{font-size:11px;color:var(--muted);margin-top:10px}
.section-orange .eyebrow.small,.section-orange h2,.section-orange .section-head p{color:var(--blue)}
.home-faq{max-width:850px}.home-faq details{border-top:1px solid var(--line);padding:17px 0}.home-faq details:last-child{border-bottom:1px solid var(--line)}.home-faq summary{cursor:pointer;font-weight:950;color:var(--blue)}.home-faq details p{color:var(--muted)}

footer{background:var(--orange);color:var(--blue);padding:40px 0 20px}
footer .brand img{width:180px}
footer p,footer a{color:var(--blue);font-size:13px}
.footer-links{display:grid;gap:7px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px}
.footer-bottom{border-top:1px solid rgba(18,54,93,.25);margin-top:28px;padding-top:17px;display:flex;justify-content:space-between;color:var(--blue);font-size:11px}

@media(max-width:1050px){
  .nav{grid-template-columns:240px 1fr 175px}.brand img{width:218px}.nav-links{gap:14px}.nav-email{font-size:16.8px}
  .hero-main{gap:30px}.hero h1{font-size:58px}
  .home-about-grid,.home-contact-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .container{width:min(var(--max),calc(100% - 28px))}
  .nav{min-height:112px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:12px;row-gap:5px;padding:8px 0}.site-header .brand{grid-column:1/-1;grid-row:1;justify-self:center}.site-header .brand img{width:218px}
  .menu-btn{display:block;grid-column:2;grid-row:2;align-self:center;justify-self:end;margin-left:0;border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 10px;color:var(--blue);font-weight:900;cursor:pointer;position:relative;z-index:1}
  .nav-email{display:block;grid-column:1;grid-row:2;justify-self:start;font-size:16.8px}
  .nav-links{display:none;position:absolute;left:14px;right:14px;top:100%;background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
  .nav-links.open{display:flex}.nav-links a{padding:7px 9px}
  .hero{padding:50px 0 30px}.hero-main{grid-template-columns:1fr;gap:24px}
  .eyebrow{font-size:16px}.hero h1{font-size:48px}.hero-copy p{font-size:16px}
  .hero-photo{min-height:300px}.hero-photo-empty{min-height:300px}
  .hero-proof{grid-column:auto;grid-template-columns:1fr;gap:8px;padding-top:20px}
  .hero-proof div{min-height:42px}.hero-proof div+div{border-left:0}
  .section{padding:58px 0}.cards,.home-services-grid,.home-pricing-grid,.home-form-grid{grid-template-columns:1fr}.home-field.full{grid-column:auto}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:7px}
}

/* Navigation-only presentation */
.site-header .container.nav{width:min(1392px,calc(100% - 40px))}
.site-header .nav-links,.site-header .nav-email,.site-header .menu-btn{font-weight:400;font-style:italic;text-transform:none}
@media(max-width:760px){.site-header .container.nav{width:min(1392px,calc(100% - 28px))}}
/* Requested home-page refinements */
.hero-proof{border-top:0}
.hero-proof div+div{border-left:0}
.hero-proof .proof-check{display:inline-flex;align-items:center;justify-content:center;flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:var(--green);color:#fff;margin-right:8px;line-height:1}
.hero .btn-primary,.hero .btn-primary:hover{border-color:#fff}
.home-services-grid{max-width:1000px;margin-inline:auto}
.home-services-grid .card{padding:22px}
.home-services-grid h3{text-align:center}
#pricing > .container > .section-head h2,#contact > .container > .section-head h2{color:#fff}
#contact-form > button[type="submit"]{margin-top:16px}
/* Home-page heading outlines and pricing hover borders */
#pricing > .container > .section-head h2,#contact > .container > .section-head h2{-webkit-text-stroke:0.6px var(--blue);paint-order:stroke fill}
.home-price-card:hover{border-color:var(--blue);outline:1px solid var(--blue);outline-offset:0}
/* Balanced hero spacing, slimmer services, and raised pricing cards */
.hero{padding-bottom:38px}
.hero-main{row-gap:38px}
.hero-proof{padding-top:0;margin-top:0}
.home-services-grid{max-width:900px}
.home-price-card{transition:transform .18s ease,border-color .18s ease}
.home-price-card:hover{transform:translateY(-8px)}
@media(prefers-reduced-motion:reduce){.home-price-card{transition:none}}
/* Owner portrait blended into the lower-right quarter of the hero. */
.hero{position:relative;isolation:isolate}
.hero .hero-photo{position:absolute;right:0;bottom:0;width:50%;height:50%;min-height:0;overflow:hidden;z-index:-1;pointer-events:none;mask-image:linear-gradient(to right,transparent,#000 18%,#000 86%,transparent),linear-gradient(to bottom,transparent,#000 7%);mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,transparent,#000 18%,#000 86%,transparent),linear-gradient(to bottom,transparent,#000 7%);-webkit-mask-composite:source-in}
.hero .hero-photo img{position:absolute;bottom:0;left:0;width:100%;height:263%;max-height:none;object-fit:cover;object-position:center bottom;image-orientation:from-image}
.hero .hero-proof{grid-column:1;grid-template-columns:1fr;gap:4px}
.hero .hero-proof div{justify-content:flex-start;text-align:left}
@media(max-width:760px){
  .hero{padding-bottom:0}
  .hero .hero-proof{grid-column:auto}
  .hero .hero-photo{position:relative;grid-row:3;width:calc(100% + 28px);margin-inline:-14px;height:320px;z-index:0}
}
