@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Onest:wght@400;500;600;700&display=swap');

:root{
  --bg:#f6f4ef;
  --paper:#ffffff;
  --soft:#eeece6;
  --ink:#18201d;
  --muted:#67706c;
  --line:#dddcd6;
  --green:#153a32;
  --green-2:#204b41;
  --green-3:#2c6255;
  --sand:#d9c8ad;
  --warm:#9c7b57;
  --radius:22px;
  --shadow:0 16px 48px rgba(21,58,50,.10);
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;font-family:"Manrope",Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
img{display:block;width:100%;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}
.section{padding:96px 0}
.section-pad{padding:38px 0 62px}
.section-soft{background:var(--soft)}
.section-dark{background:#102d27;color:#fff}
.skip-link{position:fixed;left:16px;top:-70px;z-index:1000;background:#fff;padding:12px 16px;border-radius:10px;box-shadow:var(--shadow)}
.skip-link:focus{top:16px}

.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:var(--green-3);margin-bottom:18px}.eyebrow span{width:26px;height:2px;background:currentColor}.eyebrow.light{color:#b9d4cc}.eyebrow.center{justify-content:center}.eyebrow.center span{width:22px}
h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em;line-height:1.08}h1{font-family:"Onest",sans-serif;font-size:clamp(46px,6vw,78px);font-weight:650;margin-bottom:26px;max-width:760px}h1 em{font-style:normal;color:var(--green-3)}h2{font-family:"Onest",sans-serif;font-size:clamp(36px,4vw,54px);font-weight:650;margin-bottom:20px}h3{font-size:22px;margin-bottom:10px}.lead{font-size:19px;color:#59625e;max-width:700px;margin-bottom:32px}.section-intro{color:var(--muted);font-size:18px;max-width:620px}
.btn{border:0;border-radius:12px;padding:15px 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:750;transition:.2s ease;min-height:52px}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(21,58,50,.18)}.btn-primary:hover{background:var(--green-2);box-shadow:0 12px 28px rgba(21,58,50,.24)}.btn-ghost{background:transparent;border:1px solid #c9cbc7}.btn-ghost:hover{background:#fff;border-color:#adb3ae}.btn-light{background:#fff;color:var(--green)}.btn-light:hover{background:#f6f4ef}.btn-outline{border:1px solid #cfd3d0;background:transparent;padding:10px 16px;min-height:42px}.btn-outline:hover{border-color:var(--green);background:#f0f4f2}.btn-outline-light{border:1px solid rgba(255,255,255,.28);color:#fff;background:transparent}.btn-outline-light:hover{background:rgba(255,255,255,.08)}.btn-small{font-size:13px}.btn-block{width:100%}

.site-header{position:sticky;top:0;z-index:100;background:rgba(246,244,239,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(24,32,29,.06)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:inline-flex;align-items:center;gap:11px}.brand-mark{width:39px;height:39px;display:grid;place-items:center;color:var(--green)}.brand-mark svg{width:100%;height:100%}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy b{font-size:19px;letter-spacing:-.03em}.brand-copy small{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#7a837f;margin-top:5px}.desktop-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:650}.desktop-nav a{position:relative;padding:28px 0}.desktop-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:21px;height:2px;background:var(--green);transition:.2s}.desktop-nav a:hover::after{right:0}.header-actions{display:flex;align-items:center;gap:14px}.phone{font-weight:800;font-size:14px}.menu-toggle{display:none;width:44px;height:44px;border:1px solid #d0d3cf;background:transparent;border-radius:11px;padding:10px}.menu-toggle span{display:block;height:2px;background:#1e2925;margin:4px 0;border-radius:4px;transition:.2s}.menu-toggle.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{border-top:1px solid #e0e1dc;background:var(--bg)}.mobile-menu-inner{display:grid;padding:10px 0 24px}.mobile-menu a{padding:12px 0;font-weight:650;border-bottom:1px solid #e5e3de}.mobile-menu .mobile-phone{border-bottom:0;margin-top:7px;color:var(--green);font-weight:800}

.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:54px;min-height:670px}.hero-copy{padding:34px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px;padding-top:28px;border-top:1px solid #dbdad4}.hero-proof div{display:flex;flex-direction:column}.hero-proof b{font-size:28px;letter-spacing:-.04em;color:var(--green)}.hero-proof span{font-size:12px;color:#707974;margin-top:3px}.hero-media{position:relative;height:635px;border-radius:28px;overflow:hidden;background:#dfe5e1;box-shadow:var(--shadow)}.hero-media>img{height:100%;object-fit:cover}.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(13,29,24,.34))}.hero-badge{position:absolute;z-index:2;left:22px;bottom:22px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-radius:15px;padding:15px 16px;display:flex;gap:12px;align-items:center;max-width:330px;box-shadow:0 8px 30px rgba(0,0,0,.14)}.hero-badge svg{width:30px;height:30px;padding:6px;background:#e5eee9;border-radius:50%;stroke:var(--green);stroke-width:2.2;fill:none}.hero-badge div{display:flex;flex-direction:column}.hero-badge b{font-size:13px}.hero-badge span{font-size:11px;color:#6c7571;margin-top:3px}.hero-note{position:absolute;z-index:2;right:22px;top:22px;background:rgba(16,45,39,.88);color:#fff;border-radius:999px;padding:9px 14px;font-size:11px;font-weight:700;backdrop-filter:blur(8px)}

.trust-strip{background:#fff;border-top:1px solid #ecebe7;border-bottom:1px solid #ecebe7}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;gap:12px;align-items:flex-start;padding:27px 22px;border-right:1px solid #e8e7e2}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0}.icon-check{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#e8f0ec;color:var(--green);font-weight:900;flex:0 0 auto}.trust-item div{display:flex;flex-direction:column}.trust-item b{font-size:13px}.trust-item small{font-size:11px;color:#77807c;margin-top:4px;line-height:1.4}

.section-head{margin-bottom:42px}.split-head{display:flex;align-items:end;justify-content:space-between;gap:40px}.split-head>div{max-width:760px}.split-head>p{max-width:450px;color:var(--muted);margin-bottom:8px}.center-head{text-align:center;max-width:820px;margin-left:auto;margin-right:auto}.center-head p{color:var(--muted);font-size:17px;margin-bottom:0}.center-head.narrow{max-width:740px}
.build-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-auto-rows:290px;gap:18px}.build-card{position:relative;border-radius:20px;overflow:hidden;background:#cfd5d2}.build-card-large{grid-row:span 2}.build-card img{height:100%;object-fit:cover;transition:transform .5s ease}.build-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(12,25,21,.72))}.build-card:hover img{transform:scale(1.045)}.build-overlay{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:24px;color:#fff;display:flex;align-items:end;justify-content:space-between;gap:20px}.build-overlay small{font-size:11px;text-transform:uppercase;letter-spacing:.08em;opacity:.78}.build-overlay h3{font-size:24px;margin:5px 0 0}.build-overlay p{font-size:13px;margin:8px 0 0;opacity:.86;max-width:350px}.card-arrow{width:42px;height:42px;border:1px solid rgba(255,255,255,.36);border-radius:50%;display:grid;place-items:center;font-size:20px;transition:.2s}.build-card:hover .card-arrow{background:#fff;color:var(--green);transform:rotate(10deg)}

.adv-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.adv-card{position:relative;background:#fff;border:1px solid #e1e0db;border-radius:18px;padding:25px 22px;min-height:270px;transition:.25s}.adv-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.adv-num{position:absolute;right:18px;top:18px;font-size:11px;color:#9aa09d}.adv-icon{width:48px;height:48px;border-radius:14px;background:#edf2ef;display:grid;place-items:center;margin:15px 0 34px}.adv-icon svg{width:26px;height:26px;stroke:var(--green);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.adv-card h3{font-size:18px}.adv-card p{font-size:13px;color:var(--muted);margin-bottom:0}

.split-head.light p{color:#b8c6c1}.project-filter{display:flex;gap:8px}.filter-btn,.price-tab{border:1px solid rgba(255,255,255,.18);background:transparent;color:#c8d5d1;padding:10px 15px;border-radius:999px;font-size:13px;font-weight:700;transition:.2s}.filter-btn:hover,.filter-btn.active{background:#fff;color:var(--green);border-color:#fff}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{background:#fff;color:var(--ink);border-radius:20px;overflow:hidden;transition:.25s}.project-card:hover{transform:translateY(-5px)}.project-card[hidden]{display:none}.project-photo{height:275px;position:relative;overflow:hidden;background:#d6ddda}.project-photo img{height:100%;object-fit:cover;transition:.45s}.project-card:hover .project-photo img{transform:scale(1.045)}.project-photo>span{position:absolute;left:14px;top:14px;background:#fff;color:var(--green);padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.project-body{padding:21px}.project-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.project-title small{font-size:10px;color:#858d89;text-transform:uppercase;letter-spacing:.08em}.project-title h3{margin:5px 0 0;font-size:24px}.project-title strong{font-size:14px;color:var(--green);white-space:nowrap}.project-specs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 15px}.project-specs span{font-size:11px;color:#59625e;background:#f1f2ef;padding:7px 9px;border-radius:8px}.project-link{width:100%;border:0;border-top:1px solid #ecece8;background:transparent;padding:15px 0 0;display:flex;align-items:center;justify-content:space-between;font-weight:750;color:var(--green)}.project-link b{font-size:19px;transition:.2s}.project-link:hover b{transform:translateX(4px)}.catalog-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:28px;padding:25px 28px;border:1px solid rgba(255,255,255,.16);border-radius:17px}.catalog-cta p{margin:0;color:#c7d3cf;max-width:720px}

.stages-layout{display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:start}.timeline{margin-top:44px}.timeline-item{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid #deddd7}.timeline-item:first-child{border-top:1px solid #deddd7}.timeline-item>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#e5ece8;color:var(--green);font-size:12px;font-weight:800}.timeline-item h3{font-size:18px;margin:2px 0 7px}.timeline-item p{font-size:13px;color:var(--muted);margin:0}.stages-media{position:sticky;top:110px;height:690px;border-radius:24px;overflow:hidden}.stages-media img{height:100%;object-fit:cover}.stages-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(13,29,24,.5))}.stages-card{position:absolute;z-index:2;left:20px;right:20px;bottom:20px;background:rgba(255,255,255,.93);backdrop-filter:blur(10px);border-radius:15px;padding:17px;display:flex;flex-direction:column}.stages-card b{font-size:14px}.stages-card span{font-size:11px;color:#66706b;margin-top:3px}

.portfolio-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:repeat(2,310px);gap:18px}.portfolio-card{position:relative;border-radius:22px;overflow:hidden;background:#d4dad6}.portfolio-featured{grid-row:1/3}.portfolio-card img{height:100%;object-fit:cover;transition:.45s}.portfolio-card:hover img{transform:scale(1.035)}.portfolio-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 46%,rgba(8,21,17,.76))}.portfolio-info{position:absolute;z-index:2;left:0;right:0;bottom:0;color:#fff;padding:28px;display:flex;align-items:end;justify-content:space-between;gap:25px}.portfolio-info small{text-transform:uppercase;letter-spacing:.1em;font-size:10px;opacity:.78}.portfolio-info h3{font-size:27px;max-width:470px;margin:6px 0 0}.portfolio-meta{display:flex;gap:23px}.portfolio-meta span{display:flex;flex-direction:column;font-size:10px;opacity:.8}.portfolio-meta b{font-size:17px;opacity:1}.portfolio-info.small{padding:20px;display:block}.portfolio-info.small h3{font-size:19px}.portfolio-info.small .portfolio-meta{margin-top:14px}

.price-tabs{width:max-content;max-width:100%;margin:0 auto 24px;background:#e9e9e4;padding:5px;border-radius:999px;display:flex;overflow:auto}.price-tab{color:#66706c;border:0;white-space:nowrap}.price-tab.active{background:var(--green);color:#fff;box-shadow:0 5px 14px rgba(21,58,50,.15)}.price-panel{display:grid;grid-template-columns:.86fr 1.14fr;border:1px solid #deddd8;border-radius:24px;overflow:hidden;background:#fff}.price-main{padding:42px;background:#f0eee8}.price-main>small{text-transform:uppercase;letter-spacing:.09em;font-size:11px;color:var(--green-3);font-weight:800}.price-number{display:flex;flex-direction:column;margin:17px 0 22px}.price-number b{font-family:"Onest",sans-serif;font-size:40px;line-height:1;letter-spacing:-.04em}.price-number span{font-size:12px;color:#78807d;margin-top:8px}.price-main p{color:#626a67;font-size:14px;margin-bottom:28px}.price-includes{padding:42px}.include-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:27px}.include-head h3{margin:0}.include-head span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--green);background:#eaf0ed;padding:7px 9px;border-radius:999px}.price-includes ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:14px 22px}.price-includes li{position:relative;padding:12px 0 12px 32px;border-bottom:1px solid #ecece7;font-size:13px}.price-includes li::before{content:"✓";position:absolute;left:0;top:10px;width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:#e8f0ec;color:var(--green);font-size:11px;font-weight:900}.price-note{font-size:10px;color:#8a918e;text-align:center;margin-top:15px}

.about-section{background:#12342d;color:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.about-media{display:grid;grid-template-columns:1fr .46fr;gap:14px;height:590px}.about-main{height:100%;object-fit:cover;border-radius:22px}.about-small{align-self:end}.about-small img{height:220px;object-fit:cover;border-radius:18px}.about-small div{padding:18px 5px 0}.about-small b{display:block;font-size:13px}.about-small span{display:block;font-size:11px;color:#b9c7c2;margin-top:5px}.about-copy p{color:#bdcbc6;font-size:15px}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:34px 0}.about-stats div{padding:18px 0;border-top:1px solid rgba(255,255,255,.16)}.about-stats b{display:block;font-family:"Onest",sans-serif;font-size:29px}.about-stats span{display:block;font-size:10px;color:#b8c6c1;margin-top:4px;max-width:120px}

.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{background:#fff;border:1px solid #deddd8;border-radius:18px;padding:24px;display:flex;flex-direction:column;min-height:320px;transition:.2s}.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.review-top{display:flex;justify-content:space-between;gap:12px}.review-person{display:flex;gap:10px;align-items:center}.review-person>span{width:40px;height:40px;border-radius:50%;background:#dfe9e4;display:grid;place-items:center;color:var(--green);font-size:11px;font-weight:800}.review-person div{display:flex;flex-direction:column}.review-person b{font-size:12px}.review-person small{font-size:10px;color:#858d89;margin-top:3px}.stars{font-size:12px;color:#ad8551;letter-spacing:.08em}.review-card p{font-size:13px;color:#4f5955;margin:25px 0;line-height:1.7}.review-card time{font-size:10px;color:#8b928f;margin-top:auto}

.faq-grid{display:grid;grid-template-columns:.6fr 1.4fr;gap:80px;align-items:start}.faq-aside{position:sticky;top:120px}.faq-aside p{color:var(--muted);max-width:430px}.accordion{border-top:1px solid #d9d9d4}.faq-item{border-bottom:1px solid #d9d9d4}.faq-question{width:100%;border:0;background:transparent;padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;font-weight:750}.faq-question i{font-style:normal;font-size:25px;font-weight:400;transition:.2s}.faq-item.open .faq-question i{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.faq-answer>p{overflow:hidden;color:var(--muted);font-size:14px;max-width:700px;margin:0}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding-bottom:24px}

.contact-section{background:#0d2923;color:#fff;padding:88px 0}.contact-grid{display:grid;grid-template-columns:1fr .75fr;gap:70px;align-items:start}.contact-copy>p{color:#b8c6c1;max-width:620px}.contact-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:30px 0}.contact-list>*{display:flex;flex-direction:column;padding:16px 0;border-top:1px solid rgba(255,255,255,.16)}.contact-list small{font-size:10px;color:#90a39c;text-transform:uppercase;letter-spacing:.08em}.contact-list b{font-size:14px;margin-top:5px}.map-wrap{height:245px;border-radius:18px;overflow:hidden;background:#d7d7d1}.map-wrap iframe{width:100%;height:100%;border:0;filter:saturate(.72) contrast(.95)}.lead-form{background:#fff;color:var(--ink);padding:34px;border-radius:22px;box-shadow:0 20px 55px rgba(0,0,0,.18)}.form-head>span,.modal-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:var(--green-3);font-weight:800}.form-head h3{font-size:28px;margin:9px 0}.form-head p{font-size:12px;color:#78807d;margin-bottom:26px}.lead-form>label,.modal-form>label{display:block;margin-bottom:14px}.lead-form label>span,.modal-form label>span{display:block;font-size:11px;font-weight:700;margin-bottom:7px}.lead-form input,.lead-form select,.modal-form input{width:100%;border:1px solid #d9dcd8;background:#fbfbfa;border-radius:11px;padding:14px 13px;outline:none;transition:.2s}.lead-form input:focus,.lead-form select:focus,.modal-form input:focus{border-color:#79958c;box-shadow:0 0 0 3px rgba(44,98,85,.08)}.consent{display:flex!important;gap:9px;align-items:flex-start;margin:13px 0 0!important}.consent input{width:16px!important;height:16px;accent-color:var(--green);margin-top:2px}.consent span{font-size:9px!important;color:#838a87;line-height:1.4;margin:0!important}.form-success{margin-top:14px;padding:13px;border-radius:11px;background:#eaf1ed;color:var(--green);display:flex;flex-direction:column}.form-success b{font-size:12px}.form-success span{font-size:10px;margin-top:2px}

.site-footer{background:#071d18;color:#dce6e2;padding:50px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:50px}.light-brand .brand-mark{color:#dfe9e5}.light-brand .brand-copy small{color:#82978f}.footer-brand p{font-size:12px;color:#8fa198;max-width:290px;margin:18px 0 0}.footer-nav,.footer-contact{display:flex;flex-direction:column;gap:10px}.footer-nav>b,.footer-contact>b{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#7f958c;margin-bottom:7px}.footer-nav a,.footer-contact a{font-size:12px;color:#c4d0cb}.footer-nav a:hover,.footer-contact a:hover{color:#fff}.footer-contact .btn{margin-top:10px;width:max-content}.footer-bottom{margin-top:42px;padding-top:18px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#6f847c}

.modal{position:fixed;inset:0;z-index:500;display:none}.modal.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(7,19,15,.68);backdrop-filter:blur(5px)}.modal-dialog{position:relative;width:min(500px,calc(100% - 32px));margin:6vh auto;background:#fff;border-radius:22px;padding:35px;max-height:88vh;overflow:auto;box-shadow:0 30px 80px rgba(0,0,0,.3);animation:modalIn .2s ease}.modal-dialog h2{font-size:34px;margin:10px 0 12px}.modal-dialog>p{font-size:13px;color:var(--muted);margin-bottom:25px}.modal-close{position:absolute;right:14px;top:14px;width:40px;height:40px;border:0;background:#f0f0ec;border-radius:50%;font-size:24px;line-height:1}.modal-close:hover{background:#e5e7e3}@keyframes modalIn{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}

@media (max-width:1100px){
  .desktop-nav{display:none}.menu-toggle{display:block}.header-actions .btn-outline{display:none}.hero-grid{grid-template-columns:1fr 1fr;gap:34px}.hero-media{height:560px}.adv-grid{grid-template-columns:repeat(3,1fr)}.build-grid{grid-template-columns:1fr 1fr}.build-card-large{grid-row:auto;grid-column:span 2}.project-grid{grid-template-columns:1fr 1fr}.project-card:last-child{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr}.project-card:last-child .project-photo{height:100%}.stages-layout{gap:48px}.about-grid{gap:45px}.about-media{height:520px}.reviews-grid{grid-template-columns:1fr 1fr}.review-card:last-child{grid-column:span 2}.faq-grid{gap:45px}.footer-grid{grid-template-columns:1.3fr .7fr .7fr}.footer-contact{grid-column:1/-1;display:grid;grid-template-columns:auto auto auto 1fr;align-items:center}.footer-contact>b{margin:0}.footer-contact .btn{margin:0 0 0 auto}
}
@media (max-width:820px){
  .container{width:calc(100% - 32px)}
  .section{padding:68px 0}
  .section-pad{padding:28px 0 48px}
  .header-inner{min-height:66px}
  .header-actions .phone{display:none}
  .brand-mark{width:35px;height:35px}
  .hero-grid{grid-template-columns:1fr;min-height:auto;gap:30px}
  .hero-copy{padding:4px 0 0}
  .hero-media{height:470px;order:2}
  .hero-proof{margin-top:32px;padding-top:24px}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item:nth-child(2){border-right:0}
  .trust-item:nth-child(-n+2){border-bottom:1px solid #e8e7e2}
  .trust-item:first-child{padding-left:22px}
  .split-head{display:block}
  .split-head>p{max-width:660px;margin:10px 0 0}
  .build-grid{grid-template-columns:1fr 1fr;grid-auto-rows:240px}
  .build-card-large{grid-column:span 2}
  .adv-grid{grid-template-columns:1fr 1fr}
  .project-grid{grid-template-columns:1fr}
  .project-card:last-child{grid-column:auto;display:block}
  .project-card:last-child .project-photo{height:260px}
  .catalog-cta{align-items:flex-start;flex-direction:column}
  .stages-layout{grid-template-columns:1fr;gap:38px}
  .stages-media{position:relative;top:auto;height:470px}
  .portfolio-grid{grid-template-columns:1fr;grid-template-rows:none}
  .portfolio-featured{grid-row:auto;height:450px}
  .portfolio-card:not(.portfolio-featured){height:315px}
  .price-panel{grid-template-columns:1fr}
  .about-grid{grid-template-columns:1fr;gap:38px}
  .about-media{order:2}
  .reviews-grid{grid-template-columns:1fr}
  .review-card:last-child{grid-column:auto}
  .faq-grid{grid-template-columns:1fr;gap:36px}
  .faq-aside{position:relative;top:auto}
  .contact-grid{grid-template-columns:1fr;gap:38px}
  .lead-form{max-width:650px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:36px}
  .footer-brand{grid-column:1/-1}
  .footer-contact{grid-column:1/-1;display:flex}
  .footer-contact .btn{margin:8px 0 0}
  .footer-bottom{flex-direction:column;gap:8px}
}

@media (max-width:560px){
  html{scroll-padding-top:70px}
  .container{width:calc(100% - 32px)}
  .section{padding:52px 0}
  .section-pad{padding:18px 0 40px}
  .header-inner{min-height:62px;gap:10px}
  .brand{gap:9px}
  .brand-mark{width:33px;height:33px}
  .brand-copy b{font-size:17px}
  .brand-copy small{display:none}
  .menu-toggle{width:40px;height:40px;border-radius:10px;padding:8px}
  .mobile-menu-inner{padding:6px 0 16px}
  .mobile-menu a{padding:11px 0;font-size:14px}

  .hero-grid{gap:24px}
  .hero-copy{padding:0}
  .eyebrow{font-size:9.5px;margin-bottom:11px;gap:8px}
  .eyebrow span{width:20px}
  .hero h1{font-size:37px;line-height:1.04;margin-bottom:16px;letter-spacing:-.045em}
  .lead{font-size:15px;line-height:1.55;margin-bottom:21px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .hero-actions .btn{width:100%}
  .btn{min-height:48px;padding:13px 17px;border-radius:11px}
  .hero-proof{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px;padding-top:19px}
  .hero-proof div:last-child{grid-column:auto}
  .hero-proof b{font-size:21px}
  .hero-proof span{font-size:9.5px;line-height:1.35}
  .hero-media{height:330px;border-radius:18px}
  .hero-note{right:10px;top:10px;padding:7px 10px;font-size:8.5px}
  .hero-badge{left:10px;right:10px;bottom:10px;max-width:none;padding:11px 12px;border-radius:13px;gap:9px}
  .hero-badge svg{width:27px;height:27px}
  .hero-badge b{font-size:11.5px}
  .hero-badge span{font-size:9.5px;line-height:1.35}

  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item{min-width:0;border-right:1px solid #e8e7e2!important;border-bottom:1px solid #e8e7e2!important;padding:15px 10px!important;gap:8px}
  .trust-item:nth-child(even){border-right:0!important}
  .trust-item:nth-last-child(-n+2){border-bottom:0!important}
  .icon-check{width:24px;height:24px;font-size:12px}
  .trust-item b{font-size:11px;line-height:1.3}
  .trust-item small{font-size:9px;line-height:1.35;margin-top:3px}

  .section-head{margin-bottom:26px}
  .section-head h2,.faq-aside h2{font-size:31px;margin-bottom:13px}
  .split-head>p,.center-head p,.section-intro{font-size:13px;line-height:1.55}
  .center-head p{margin-bottom:0}

  .build-grid{grid-template-columns:1fr;grid-auto-rows:215px;gap:11px}
  .build-card-large{grid-column:auto}
  .build-card{border-radius:17px}
  .build-overlay{padding:16px}
  .build-overlay h3{font-size:20px}
  .build-overlay p{font-size:11.5px;margin-top:6px}
  .card-arrow{width:36px;height:36px;font-size:17px}

  .adv-grid{grid-template-columns:1fr;gap:10px}
  .adv-card{min-height:auto;padding:19px 18px;border-radius:16px}
  .adv-icon{width:43px;height:43px;margin:7px 0 18px;border-radius:12px}
  .adv-card h3{font-size:17px;margin-bottom:7px}
  .adv-card p{font-size:12px;line-height:1.55}

  .project-filter{margin-top:16px;width:100%;overflow:visible;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
  .filter-btn{padding:9px 6px;font-size:10.5px;text-align:center}
  .project-grid{gap:12px}
  .project-card{border-radius:17px}
  .project-photo,.project-card:last-child .project-photo{height:215px}
  .project-body{padding:17px}
  .project-title{display:block}
  .project-title h3{font-size:22px}
  .project-title strong{display:block;margin-top:7px;font-size:13px}
  .project-specs{margin:14px 0 12px}
  .project-specs span{font-size:10px;padding:6px 8px}
  .catalog-cta{margin-top:16px;padding:17px;gap:16px;border-radius:15px}
  .catalog-cta p{font-size:12px;line-height:1.5}
  .catalog-cta .btn{width:100%}

  .stages-layout{gap:28px}
  .timeline{margin-top:27px}
  .timeline-item{grid-template-columns:42px 1fr;gap:11px;padding:17px 0}
  .timeline-item>span{width:38px;height:38px;font-size:10px}
  .timeline-item h3{font-size:16px;margin:1px 0 5px}
  .timeline-item p{font-size:11.5px;line-height:1.5}
  .stages-media{height:335px;border-radius:18px}
  .stages-card{left:11px;right:11px;bottom:11px;padding:13px;border-radius:13px}
  .stages-card b{font-size:12px}
  .stages-card span{font-size:9.5px}

  .portfolio-grid{gap:11px}
  .portfolio-featured{height:360px}
  .portfolio-card:not(.portfolio-featured){height:275px}
  .portfolio-card{border-radius:18px}
  .portfolio-info{padding:17px;display:block}
  .portfolio-info h3{font-size:20px;margin-top:5px}
  .portfolio-info.small{padding:17px}
  .portfolio-info.small h3{font-size:18px}
  .portfolio-meta{margin-top:13px;gap:17px;flex-wrap:wrap}
  .portfolio-meta b{font-size:15px}

  .price-tabs{width:100%;margin-bottom:16px;border-radius:13px;padding:4px}
  .price-tab{flex:1;border-radius:10px;padding:9px 5px;font-size:9.5px}
  .price-panel{border-radius:18px}
  .price-main,.price-includes{padding:22px 18px}
  .price-number{margin:14px 0 17px}
  .price-number b{font-size:31px}
  .price-main p{font-size:12px;line-height:1.55;margin-bottom:20px}
  .include-head{display:block;margin-bottom:16px}
  .include-head h3{font-size:18px}
  .include-head span{display:inline-block;margin-top:7px}
  .price-includes ul{grid-template-columns:1fr;gap:0}
  .price-includes li{font-size:12px;padding:10px 0 10px 29px}
  .price-note{text-align:left;font-size:9px;line-height:1.45;margin-top:12px}

  .about-grid{gap:28px}
  .about-copy p{font-size:13px;line-height:1.6}
  .about-stats{grid-template-columns:1fr 1fr;gap:10px;margin:25px 0}
  .about-stats div{padding:14px 0}
  .about-stats div:last-child{grid-column:1/-1}
  .about-stats b{font-size:25px}
  .about-main{height:325px;border-radius:18px}
  .about-small{display:none}
  .about-copy .btn{width:100%}

  .reviews-grid{gap:11px}
  .review-card{min-height:auto;padding:19px 17px;border-radius:16px}
  .review-card p{font-size:12px;line-height:1.62;margin:18px 0}
  .review-top{gap:8px}
  .stars{font-size:10px}

  .faq-grid{gap:25px}
  .faq-aside p{font-size:13px;line-height:1.55}
  .faq-aside .btn{width:100%;margin-top:4px}
  .faq-question{padding:17px 0;font-size:13px;line-height:1.4;gap:14px}
  .faq-question i{font-size:22px}
  .faq-answer>p{font-size:12px;line-height:1.55}
  .faq-item.open .faq-answer>p{padding-bottom:17px}

  .contact-section{padding:54px 0}
  .contact-grid{gap:28px}
  .contact-copy h2{font-size:31px;margin-bottom:13px}
  .contact-copy>p{font-size:13px;line-height:1.55}
  .contact-list{grid-template-columns:1fr;margin:22px 0;gap:0}
  .contact-list>*{padding:12px 0}
  .map-wrap{height:220px;border-radius:16px}
  .lead-form{padding:22px 17px;border-radius:18px}
  .form-head h3{font-size:24px;margin:7px 0}
  .form-head p{margin-bottom:20px}
  .lead-form>label,.modal-form>label{margin-bottom:12px}
  .lead-form input,.lead-form select,.modal-form input{padding:13px 12px}

  .site-footer{padding:42px 0 16px}
  .footer-grid{grid-template-columns:1fr;gap:27px}
  .footer-brand{grid-column:auto}
  .footer-contact{grid-column:auto}
  .footer-nav,.footer-contact{gap:8px}
  .footer-contact .btn{margin-top:8px;width:100%}
  .footer-bottom{margin-top:28px;padding-top:15px}

  .modal-dialog{width:calc(100% - 24px);padding:27px 17px 20px;margin:2.5vh auto;max-height:95vh;border-radius:18px}
  .modal-dialog h2{font-size:28px;padding-right:28px}
  .modal-dialog>p{margin-bottom:20px}
  .modal-close{right:9px;top:9px;width:36px;height:36px}
}

@media (max-width:380px){
  .hero h1{font-size:34px}
  .hero-proof{grid-template-columns:1fr 1fr}
  .hero-proof div:last-child{grid-column:1/-1}
  .hero-media{height:310px}
  .trust-grid{grid-template-columns:1fr}
  .trust-item{border-right:0!important;border-bottom:1px solid #e8e7e2!important}
  .trust-item:last-child{border-bottom:0!important}
  .price-tab{font-size:8.8px}
}

@media (hover:none){
  .btn:hover,.adv-card:hover,.project-card:hover{transform:none}
  .build-card:hover img,.portfolio-card:hover img,.project-card:hover .project-photo img{transform:none}
}

/* Mobile footer refinement v2 */
@media (max-width:560px){
  .site-footer{
    padding:32px 0 18px;
    background:#071d18;
  }
  .site-footer .footer-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 24px;
  }

  /* Brand */
  .site-footer .footer-brand{
    order:1;
    grid-column:1/-1;
    padding:0 0 20px;
    margin:0;
    border:0;
  }
  .site-footer .light-brand{
    display:inline-flex;
    align-items:center;
    gap:10px;
  }
  .site-footer .brand-mark{
    width:38px;
    height:38px;
    flex:0 0 38px;
  }
  .site-footer .brand-copy b{
    font-size:19px;
    line-height:1.05;
    letter-spacing:-.03em;
  }
  .site-footer .brand-copy small{
    display:block;
    margin-top:4px;
    font-size:8.5px;
    line-height:1.2;
    letter-spacing:.1em;
    color:#82978f;
  }
  .site-footer .footer-brand p{
    max-width:none;
    margin:13px 0 0;
    font-size:12px;
    line-height:1.55;
    color:#9aada5;
  }

  /* Primary mobile CTA */
  .site-footer .footer-contact{
    order:2;
    grid-column:1/-1;
    display:flex !important;
    flex-direction:column;
    align-items:flex-start;
    grid-template-columns:none !important;
    gap:0;
    margin:0 0 25px;
    padding:18px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:16px;
    background:rgba(255,255,255,.045);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  }
  .site-footer .footer-contact>b{
    margin:0 0 8px;
    font-size:9px;
    line-height:1.2;
    text-transform:uppercase;
    letter-spacing:.11em;
    color:#789087;
  }
  .site-footer .footer-contact a{
    padding:0;
    overflow-wrap:anywhere;
  }
  .site-footer .footer-contact a[href^="tel:"]{
    font-family:"Onest",sans-serif;
    font-size:21px;
    line-height:1.15;
    font-weight:650;
    letter-spacing:-.025em;
    color:#fff;
  }
  .site-footer .footer-contact a[href^="mailto:"]{
    margin-top:7px;
    font-size:12px;
    line-height:1.4;
    color:#9fb2aa;
  }
  .site-footer .footer-contact .btn{
    width:100%;
    min-height:46px;
    margin:16px 0 0;
    padding:12px 16px;
    border:0;
    border-radius:11px;
    background:#f4f1e9;
    color:#12372f;
    font-size:12px;
    font-weight:800;
    box-shadow:none;
  }
  .site-footer .footer-contact .btn:active{
    transform:translateY(1px);
  }

  /* Navigation */
  .site-footer .footer-nav{
    order:3;
    min-width:0;
    gap:0;
    padding:0;
  }
  .site-footer .footer-nav>b{
    margin:0 0 10px;
    font-size:9px;
    line-height:1.2;
    text-transform:uppercase;
    letter-spacing:.11em;
    color:#71877f;
  }
  .site-footer .footer-nav a{
    display:block;
    padding:6px 0;
    font-size:12.5px;
    line-height:1.35;
    color:#d0dad6;
  }
  .site-footer .footer-nav a:active{
    color:#fff;
  }

  /* Legal row */
  .site-footer .footer-bottom{
    margin-top:25px;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.09);
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
    font-size:9px;
    line-height:1.5;
    color:#71867e;
  }
}

@media (max-width:360px){
  .site-footer{padding-top:28px}
  .site-footer .footer-grid{gap:0 17px}
  .site-footer .footer-contact{padding:16px;margin-bottom:22px}
  .site-footer .footer-contact a[href^="tel:"]{font-size:20px}
  .site-footer .footer-nav a{font-size:12px}
}

/* Mobile about section refinement */
@media (max-width:560px){
  .about-section{
    padding:48px 0 54px;
    background:
      radial-gradient(circle at 100% 0,rgba(255,255,255,.045),transparent 34%),
      #12342d;
  }
  .about-section .about-grid{
    display:flex;
    flex-direction:column;
    gap:24px;
  }
  .about-section .about-media{
    order:1;
    position:relative;
    display:block;
    width:100%;
    height:258px;
    overflow:hidden;
    border-radius:19px;
    background:#21483f;
    isolation:isolate;
  }
  .about-section .about-media::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:linear-gradient(180deg,transparent 48%,rgba(5,24,19,.48) 100%);
  }
  .about-section .about-main{
    display:block;
    width:100%;
    height:100%;
    border-radius:0;
    object-fit:cover;
    object-position:center 43%;
  }
  .about-section .about-small{
    display:block;
    position:absolute;
    z-index:2;
    left:11px;
    right:11px;
    bottom:11px;
    margin:0;
  }
  .about-section .about-small>img{display:none}
  .about-section .about-small>div{
    padding:11px 13px 12px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:13px;
    background:rgba(7,31,25,.82);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
  }
  .about-section .about-small b{
    display:block;
    margin:0;
    color:#fff;
    font-size:12px;
    line-height:1.25;
  }
  .about-section .about-small span{
    display:block;
    max-width:none;
    margin-top:3px;
    color:#c0d0ca;
    font-size:9.5px;
    line-height:1.35;
  }
  .about-section .about-copy{
    order:2;
    min-width:0;
  }
  .about-section .about-copy .eyebrow{
    margin-bottom:10px;
  }
  .about-section .about-copy h2{
    max-width:440px;
    margin:0 0 15px;
    font-size:30px;
    line-height:1.08;
    letter-spacing:-.035em;
  }
  .about-section .about-copy p{
    margin:0;
    color:#c3d0cc;
    font-size:12.5px;
    line-height:1.58;
  }
  .about-section .about-copy p+p{
    margin-top:11px;
    padding-top:11px;
    border-top:1px solid rgba(255,255,255,.1);
    color:#aebfba;
  }
  .about-section .about-stats{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
    margin:21px 0 17px;
  }
  .about-section .about-stats div,
  .about-section .about-stats div:last-child{
    grid-column:auto;
    min-width:0;
    min-height:84px;
    padding:12px 9px 11px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:12px;
    background:rgba(255,255,255,.045);
  }
  .about-section .about-stats b{
    display:block;
    font-size:22px;
    line-height:1;
    letter-spacing:-.035em;
  }
  .about-section .about-stats span{
    display:block;
    max-width:none;
    margin-top:7px;
    color:#aebfba;
    font-size:9px;
    line-height:1.3;
  }
  .about-section .about-copy .btn{
    width:100%;
    min-height:49px;
    margin:0;
  }
}

@media (max-width:360px){
  .about-section{padding:44px 0 49px}
  .about-section .about-media{height:238px;border-radius:17px}
  .about-section .about-copy h2{font-size:28px}
  .about-section .about-stats{gap:6px}
  .about-section .about-stats div,
  .about-section .about-stats div:last-child{min-height:82px;padding:11px 7px 10px}
  .about-section .about-stats b{font-size:20px}
  .about-section .about-stats span{font-size:8.4px}
}
