/* ==========================================================================
   Taylor Parker Landscapes — stylesheet
   Palette: deep olive/copper/cream editorial, in the spirit of the brand.
   ========================================================================== */

:root{
  --ink:#1b241e;
  --olive:#263a2d;
  --deep:#17271e;
  --paper:#f3f0e8;
  --cream:#faf8f2;
  --stone:#e9e3d4;
  --copper:#b96d45;
  --copperLight:#c98a63; /* copper for use on deep-green backgrounds — the base
                            copper only reaches ~3.4:1 there, this reaches ~5.2:1 */
  --line:rgba(27,36,30,.18);
  --lineLight:rgba(255,255,255,.22);
}

/* ---------- reset & base ---------- */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font:16px/1.6 "Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{display:block;max-width:100%}
ul,ol{margin:0;padding:0}

:focus-visible{outline:2px solid var(--copper);outline-offset:3px}

.shell{width:min(1320px,calc(100% - 96px));margin-inline:auto}
.section{padding-block:100px}

.skipLink{position:absolute;left:16px;top:-60px;z-index:100;padding:12px 20px;background:var(--copper);color:#fff;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:top .2s ease}
.skipLink:focus{top:16px}

/* ---------- hero ---------- */
.hero{position:relative;min-height:900px;height:100svh;max-height:1080px;overflow:hidden;color:#fff;background:var(--deep)}
.heroImage,.heroShade{position:absolute;inset:0}
.heroImage{background:url("taylor-parker-garden-hero.png") center/cover no-repeat;transform:scale(1.02)}
.heroShade{background:
  linear-gradient(90deg,rgba(11,23,15,.86),rgba(15,27,19,.57) 38%,rgba(15,27,19,.04) 74%),
  linear-gradient(180deg,rgba(9,18,12,.48),transparent 24%,transparent 70%,rgba(9,18,12,.58))}

.siteHeader{position:relative;z-index:2;height:112px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid rgba(255,255,255,.32)}
.brand{justify-self:start;display:inline-flex;height:68px;align-items:center;overflow:hidden}
.brand img{height:100%;width:auto;display:block}
.footerBrand img{width:100%;height:100%;object-fit:contain}
.mainNav{display:flex;gap:42px;font-size:13px;letter-spacing:.09em;text-transform:uppercase}
.mainNav a,.footerLinks a{position:relative}
.mainNav a[aria-current="page"],.mobileNavLinks a[aria-current="page"]{color:var(--copper)}
.mainNav a:after,.footerLinks a:after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:currentColor;transition:right .22s ease}
.mainNav a:hover:after,.mainNav a:focus-visible:after,.footerLinks a:hover:after,.footerLinks a:focus-visible:after{right:0}
.headerActions{justify-self:end;display:flex;align-items:center;gap:32px}
.headerPhone{min-height:44px;display:flex;align-items:center;gap:9px;color:#fff;font-size:14px;font-weight:700;letter-spacing:.01em;transition:color .2s}
.headerPhone svg{width:16px;height:16px;flex:none}
.headerPhone:hover,.headerPhone:focus-visible{color:var(--copper)}
.headerCta{min-height:44px;display:flex;align-items:center;gap:24px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.headerCta span,.button span{font-size:18px}

.navToggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;cursor:pointer}
.navToggle svg{width:20px;height:20px}

.heroContent{position:relative;z-index:1;padding-top:clamp(110px,15vh,178px)}
.eyebrow{margin:0 0 26px;color:var(--copper);font-size:12px;font-weight:600;letter-spacing:.2em;line-height:1.4;text-transform:uppercase}
.eyebrow.light{color:rgba(255,255,255,.78)}
h1,h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.045em;line-height:.94}
.hero h1{max-width:810px;font-size:clamp(76px,8.1vw,128px);letter-spacing:-.015em;line-height:1.1}
.heroCopy{max-width:500px;margin:38px 0 0;color:rgba(255,255,255,.84);font-size:18px;line-height:1.65}
.heroActions{display:flex;align-items:center;gap:40px;margin-top:46px;flex-wrap:wrap}

.button{min-height:58px;display:inline-flex;align-items:center;justify-content:space-between;gap:48px;padding:0 24px;border:1px solid transparent;border-radius:0;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.12em;line-height:1;text-transform:uppercase;transition:color .22s,background .22s}
.buttonLight{background:var(--cream);color:var(--ink)}
.buttonLight:hover,.buttonLight:focus-visible{background:var(--copper);color:#fff}
.buttonDark{background:var(--olive);color:#fff}
.buttonDark:hover,.buttonDark:focus-visible{background:var(--copper)}
.buttonCopper{width:100%;margin-top:14px;background:var(--copper);color:#fff}
.buttonCopper:hover,.buttonCopper:focus-visible{background:var(--cream);color:var(--ink)}
.buttonCopper:disabled{opacity:.6;cursor:not-allowed}
.textLink{display:inline-flex;align-items:center;gap:26px;padding-block:8px;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.darkLink{border-bottom:1px solid var(--line)}

.heroFoot{position:absolute;z-index:1;left:50%;bottom:34px;transform:translateX(-50%);display:flex;justify-content:flex-end;gap:46px;color:rgba(255,255,255,.64);font-size:10px;font-weight:600;letter-spacing:.17em;text-transform:uppercase}
.heroFoot span{display:flex;align-items:center;gap:14px}
.heroFoot span:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--copper)}

/* ---------- page banner (interior pages) ---------- */
.pageBanner{position:relative;color:#fff;background:var(--deep)}
.pageBannerBody{padding-block:64px 96px}
.pageBanner h1{max-width:760px;font-size:clamp(56px,6vw,96px)}
.pageBanner .heroCopy{max-width:560px}
.pageCrumb{margin:0 0 24px;color:rgba(255,255,255,.5);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.pageCrumb a{color:rgba(255,255,255,.5);border-bottom:1px solid rgba(255,255,255,.3)}
.pageCrumb a:hover{color:#fff}

/* ---------- mobile nav overlay ---------- */
.mobileNav{position:fixed;inset:0;z-index:60;display:flex;flex-direction:column;justify-content:space-between;padding:28px min(6%,40px) 48px;background:var(--deep);color:#fff;visibility:hidden;opacity:0;transform:translateY(-12px);transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s}
.mobileNav.isOpen{visibility:visible;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}
.mobileNavTop{display:flex;align-items:center;justify-content:space-between;height:88px}
.mobileNavClose{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;cursor:pointer}
.mobileNavClose svg{width:18px;height:18px}
.mobileNavLinks{display:flex;flex-direction:column;gap:6px}
.mobileNavLinks a{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.16);font:400 32px/1.1 Georgia,"Times New Roman",serif}
.mobileNavFoot{display:flex;flex-direction:column;gap:18px}
.mobileNavFoot a{align-self:flex-start}
body.navLock{overflow:hidden}

/* ---------- section label & shared heading grids ---------- */
.sectionLabel{display:flex;align-items:center;gap:20px;color:rgba(27,36,30,.58);font-size:10px;font-weight:600;letter-spacing:.17em;text-transform:uppercase}
.labelLine{width:58px;height:1px;background:currentColor;opacity:.55}
.sectionLabelLight{color:rgba(255,255,255,.56)}

.intro{display:grid;grid-template-columns:.7fr 1.45fr .85fr;gap:72px;align-items:start}
.introLead h2{font-size:clamp(58px,5.5vw,88px)}
.introLead h2 em,.contactCopy h2 em{color:var(--copper);font-weight:400;font-style:normal}
.introBody{padding-top:28px}
.introBody>p{margin:0 0 24px;color:#4f5a52;line-height:1.8}
.introBody .textLink{margin-top:18px}

.servicesHeading,.approachHeader,.galleryHeading,.testimonialsHeading,.faqHeading{display:grid;grid-template-columns:.75fr 1.55fr .8fr;gap:72px;align-items:end;margin-top:44px}
.servicesHeading .eyebrow,.approachHeader .eyebrow,.galleryHeading .eyebrow,.testimonialsHeading .eyebrow,.faqHeading .eyebrow{align-self:start;padding-top:12px}
.servicesHeading h2,.approachHeader h2,.galleryHeading h2,.testimonialsHeading h2,.faqHeading h2{font-size:clamp(62px,6vw,96px)}
.servicesHeading>p:last-child,.galleryHeading>p:last-child,.testimonialsHeading>p:last-child,.faqHeading>p:last-child{margin:0 0 8px;line-height:1.75}

/* ---------- services ---------- */
.services{color:#fff;background:var(--olive)}
.servicesHeading>p:last-child{color:rgba(255,255,255,.66)}
.serviceList{margin-top:62px;border-top:1px solid rgba(255,255,255,.22)}
.serviceRow{display:grid;grid-template-columns:64px minmax(200px,320px) 1fr auto;align-items:center;column-gap:44px;padding:34px 0;border-bottom:1px solid rgba(255,255,255,.22);transition:background .22s}
.serviceRow:hover{background:rgba(255,255,255,.055)}
.serviceRowNum{color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.14em}
.serviceRow h3,.steps h3{margin:0;font:400 30px/1.2 Georgia,"Times New Roman",serif}
.serviceRow p{margin:0;color:rgba(255,255,255,.64);line-height:1.7;font-size:15px}
.serviceRowArrow{color:var(--copper);font-size:22px;justify-self:end}

/* ---------- feature ---------- */
.feature{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(340px,.6fr);gap:96px;align-items:center}
.featureVisual img{width:100%;aspect-ratio:1.12/1;object-fit:cover;object-position:58% center}
.imageCaption{display:flex;justify-content:space-between;padding-top:16px;color:rgba(27,36,30,.54);font-size:10px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.featureCopy h2{font-size:clamp(54px,5vw,82px)}
.featureCopy>p:not(.eyebrow){margin:36px 0;color:#536056;line-height:1.85}
.featureCopy ul{margin:0 0 42px;list-style:none;border-top:1px solid var(--line)}
.featureCopy li{display:flex;gap:22px;padding:16px 0;border-bottom:1px solid var(--line);font-size:14px}
.featureCopy li span{color:var(--copper);font-size:10px;letter-spacing:.1em}

/* ---------- founder / quote band ---------- */
.quoteBand{background:var(--paper)}
.quoteInner{display:grid;grid-template-columns:1.5fr .9fr;gap:96px;align-items:center}
.quoteMark{margin:0 0 14px;font:400 96px/.6 Georgia,"Times New Roman",serif;color:var(--copper)}
.quoteText{margin:0;font:400 clamp(28px,2.6vw,38px)/1.45 Georgia,"Times New Roman",serif;color:var(--ink);letter-spacing:-.01em}
.quoteAttr{display:flex;align-items:center;gap:16px;margin-top:34px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#5e685f}
.quoteAttr .attrLine{width:34px;height:1px;background:var(--copper)}
.statList{display:grid;gap:38px;padding-left:56px;border-left:1px solid var(--line)}
.statList b{display:block;font:400 56px/1 Georgia,"Times New Roman",serif;color:var(--olive)}
.statList p{margin:8px 0 0;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#5e685f}

/* ---------- gallery / our work ---------- */
.gallery{background:var(--cream)}
.galleryGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:58px}
.galleryItem{position:relative;overflow:hidden;background:var(--olive);aspect-ratio:4/5}
.galleryArt{position:absolute;inset:0;width:100%;height:100%}
.galleryShade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(23,39,30,0) 45%,rgba(15,23,17,.88))}
.galleryText{position:absolute;left:0;right:0;bottom:0;padding:26px 28px;color:#fff}
.galleryTag{display:block;margin-bottom:8px;color:rgba(255,255,255,.7);font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}
.galleryText h3{margin:0 0 2px;font:400 26px Georgia,"Times New Roman",serif}
.galleryText p{margin:0;color:rgba(255,255,255,.72);font-size:13px}
.galleryNote{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px;margin-top:44px;padding-top:28px;border-top:1px solid var(--line);color:#5e685f;font-size:14px;line-height:1.7}

.galleryItem{cursor:pointer}
.galleryItem .galleryArt{transition:transform .5s ease}
.galleryItem:hover .galleryArt,.galleryItem:focus-visible .galleryArt{transform:scale(1.045)}

/* ---------- case study (individual project page) ---------- */
.caseVisual{aspect-ratio:2.2/1;overflow:hidden;background:var(--olive)}
.caseVisual .galleryArt{position:static;display:block;width:100%;height:100%}
.caseIntro{display:grid;grid-template-columns:1.5fr .9fr;gap:96px;align-items:start;margin-top:64px}
.caseIntro .introBody{padding-top:0}
.caseFacts{padding:36px;background:var(--paper);border:1px solid var(--line)}
.caseFacts dt{color:#5e685f;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.caseFacts dd{margin:6px 0 26px;font-size:15px;color:var(--ink)}
.caseFacts dd:last-of-type{margin-bottom:0}
.caseFacts .button{margin-top:8px}

.caseGallery{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:88px}
.caseGallery .galleryItem{aspect-ratio:4/3;cursor:default}
.caseGallery .galleryItem:hover .galleryArt{transform:none}

.caseNav{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-top:64px;padding-top:32px;border-top:1px solid var(--line)}

/* rich text typography — used by hand-written case-study copy and by WordPress's the_content() output */
.introBody h2{margin:44px 0 18px;font:400 32px/1.2 Georgia,"Times New Roman",serif;color:var(--ink)}
.introBody h2:first-child{margin-top:0}
.introBody h3{margin:32px 0 14px;font:400 24px/1.25 Georgia,"Times New Roman",serif;color:var(--ink)}
.introBody ul,.introBody ol{margin:0 0 24px;padding-left:22px;color:#4f5a52;line-height:1.8}
.introBody li{margin-bottom:8px}
.introBody strong{color:var(--ink)}

/* ---------- approach ---------- */
.approach{background:var(--stone)}
.approachHeader>p:last-child{color:#536056}
.steps{display:grid;grid-template-columns:repeat(4,1fr);margin:62px 0 0;list-style:none;border-top:1px solid var(--line)}
.steps li{min-height:262px;padding:28px 28px 20px 0;border-right:1px solid var(--line)}
.steps li+li{padding-left:28px}
.steps li:last-child{border-right:0}
.stepNumber{display:block;margin-bottom:52px;color:var(--copper);font-size:10px;letter-spacing:.15em}
.steps h3{font-size:30px}
.steps p{margin:0;color:#5e685f;font-size:14px;line-height:1.75}

/* ---------- reasons / why us ----------
   Deep-green statement section, matching hero / services / contact. Built as a
   full-width row list (not the 4-up steps grid) so it reads as its own moment
   rather than a repeat of the approach section directly above it. */
.reasons{color:#fff;background:var(--deep)}
.reasonsHeader{display:grid;grid-template-columns:.75fr 1.55fr .8fr;gap:72px;align-items:end;margin-top:44px}
.reasonsHeader .eyebrow{align-self:start;padding-top:12px}
.reasonsHeader h2{font-size:clamp(62px,6vw,96px)}
.reasonsHeader>p:last-child{color:rgba(255,255,255,.64)}
.reasonPoints{margin:62px 0 0;padding:0;list-style:none;border-top:1px solid var(--lineLight)}
.reasonPoints li{display:grid;grid-template-columns:64px minmax(200px,320px) 1fr;align-items:baseline;column-gap:44px;padding:34px 0;border-bottom:1px solid var(--lineLight);transition:background .22s}
.reasonPoints li:hover{background:rgba(255,255,255,.055)}
.reasonNumber{color:var(--copperLight);font-size:11px;letter-spacing:.14em}
.reasonPoints h3{margin:0;font:400 30px/1.2 Georgia,"Times New Roman",serif;color:#fff}
.reasonPoints p{margin:0;color:rgba(255,255,255,.64);font-size:15px;line-height:1.7}

/* ---------- FAQ ---------- */
.faq{background:var(--cream)}
.faqHeader{max-width:640px}
.faqList{margin-top:48px;border-top:1px solid var(--line)}
.faqItem{border-bottom:1px solid var(--line)}
.faqItem summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 0;cursor:pointer;list-style:none;font:400 22px/1.3 Georgia,"Times New Roman",serif;color:var(--ink)}
.faqItem summary::-webkit-details-marker{display:none}
.faqIcon{position:relative;flex:none;width:20px;height:20px}
.faqIcon:before,.faqIcon:after{content:"";position:absolute;top:50%;left:50%;background:var(--copper);transform:translate(-50%,-50%);transition:transform .25s ease}
.faqIcon:before{width:14px;height:1.5px}
.faqIcon:after{width:1.5px;height:14px}
.faqItem[open] .faqIcon:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}
.faqItem p{max-width:640px;margin:0 0 30px;color:#536056;line-height:1.8}

/* ---------- contact ---------- */
.contact{color:#fff;background:var(--deep)}
.contactInner{display:grid;grid-template-columns:1.15fr .85fr;gap:130px;padding-block:108px}
.contactCopy h2{font-size:clamp(64px,6vw,98px)}
.contactCopy>p:not(.eyebrow){max-width:530px;margin:38px 0 26px;color:rgba(255,255,255,.66);font-size:17px;line-height:1.8}
.contactMeta{display:flex;flex-direction:column;gap:10px;margin-top:6px}
.contactEmail{display:inline-block;padding-bottom:4px;border-bottom:1px solid rgba(255,255,255,.35);font-size:14px}
.contactArea{color:rgba(255,255,255,.55);font-size:13px;letter-spacing:.03em}
.projectForm{padding-top:10px}
.projectForm label{display:block;margin-bottom:24px}
.projectForm label>span{display:block;margin-bottom:7px;color:rgba(255,255,255,.55);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.projectForm input,.projectForm select,.projectForm textarea{width:100%;padding:11px 0;border:0;border-bottom:1px solid rgba(255,255,255,.28);border-radius:0;outline:0;background:transparent;color:#fff;resize:vertical}
.formRow{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.projectForm select{appearance:none;-webkit-appearance:none;color-scheme:dark;padding-right:22px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23b96d45' stroke-width='1.4'/%3E%3C/svg%3E") right center/12px no-repeat}
.projectForm select:invalid{color:rgba(255,255,255,.36)}
.projectForm select option{background-color:var(--olive);color:#fff}
.projectForm select option:checked,.projectForm select option:hover,.projectForm select option:focus{background-color:var(--copper);color:#fff}
.projectForm select option[value=""]{color:rgba(255,255,255,.6)}
.projectForm input::placeholder,.projectForm textarea::placeholder{color:rgba(255,255,255,.36)}
.projectForm input:focus,.projectForm select:focus,.projectForm textarea:focus{border-bottom-color:var(--copper)}
.formNote{margin:14px 0 0;color:rgba(255,255,255,.4);font-size:11px;letter-spacing:.03em}
.formStatus{margin:14px 0 0;font-size:12px;letter-spacing:.03em;color:rgba(255,255,255,.75)}
.formStatus[hidden]{display:none}

/* ---------- footer ---------- */
.footer{color:rgba(255,255,255,.7);background:#101c15}
.footerInner{min-height:240px;display:grid;grid-template-columns:1fr 1.2fr 1fr;grid-template-rows:1fr auto;gap:12px 60px;align-items:center;padding-block:34px}
.footerBrand{display:inline-flex;width:88px;height:88px;align-items:center;overflow:hidden}
.footerInner>p:not(.copyright){font:21px Georgia,"Times New Roman",serif;text-align:center}
.footerCol{justify-self:end;display:flex;flex-direction:column;align-items:flex-end;gap:18px}
.footerLinks{display:flex;gap:28px;font-size:11px;letter-spacing:.11em;text-transform:uppercase}
.footerSocial{display:flex;gap:14px}
.footerSocial a{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.32);border-radius:50%;color:rgba(255,255,255,.75);transition:color .2s,border-color .2s}
.footerSocial a:hover,.footerSocial a:focus-visible{color:var(--copper);border-color:var(--copper)}
.footerSocial svg{width:18px;height:18px}
.copyright{grid-column:1/-1;margin:0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.4);font-size:10px;letter-spacing:.09em;text-transform:uppercase}

/* ---------- scroll reveal ---------- */
[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
[data-reveal].inView{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){
  [data-reveal]{opacity:1;transform:none;transition:none}
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media(max-width:1100px){
  .siteHeader{grid-template-columns:1fr auto}
  .mainNav{display:none}
  .navToggle{display:inline-flex}
}

@media(max-width:960px){
  .quoteInner{grid-template-columns:1fr;gap:56px}
  .statList{border-left:0;padding-left:0;grid-auto-flow:column;justify-content:space-between}
}

@media(max-width:820px){
  .shell{width:min(100% - 56px,1120px)}
  .section{padding-block:72px}
  .hero{min-height:820px}
  .intro{grid-template-columns:1fr 2fr}
  .introBody{grid-column:2}
  .servicesHeading,.approachHeader,.galleryHeading,.testimonialsHeading,.faqHeading{grid-template-columns:1fr 2fr}
  .servicesHeading>p:last-child,.approachHeader>p:last-child,.galleryHeading>p:last-child,.testimonialsHeading>p:last-child,.faqHeading>p:last-child{grid-column:2;margin-top:18px}
  .serviceRow{grid-template-columns:44px 1fr;column-gap:24px;row-gap:12px;padding:28px 0}
  .serviceRow p{grid-column:2;max-width:none}
  .serviceRowArrow{grid-column:2;justify-self:start}
  .feature,.contactInner{grid-template-columns:1fr}
  .featureVisual img{aspect-ratio:1.3/1}
  .steps{grid-template-columns:repeat(2,1fr)}
  .steps li:nth-child(2){border-right:0}
  .steps li:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .reasonsHeader{grid-template-columns:1fr 2fr}
  .reasonsHeader>p:last-child{grid-column:2;margin-top:18px}
  .reasonPoints li{grid-template-columns:44px 1fr;column-gap:24px;row-gap:12px;padding:28px 0}
  .reasonPoints p{grid-column:2}
  .galleryGrid{grid-template-columns:repeat(2,1fr)}
  .caseIntro{grid-template-columns:1fr;gap:56px}
  .caseGallery{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:560px){
  .shell{width:calc(100% - 36px)}
  .section{padding-block:60px}
  .hero{min-height:760px}
  .heroImage{background-position:62% center}
  .heroShade{background:linear-gradient(90deg,rgba(11,23,15,.84),rgba(11,23,15,.28)),linear-gradient(180deg,rgba(9,18,12,.44),transparent 40%,rgba(9,18,12,.56))}
  .siteHeader{height:88px}
  .brand{height:47px}
  .headerCta span:not(.arrow){display:none}
  .headerCta{gap:12px;font-size:10px}
  .headerActions{gap:16px}
  .headerPhone svg{display:none}
  .headerPhone{font-size:12px}
  .heroContent{padding-top:100px}
  .hero h1{font-size:clamp(55px,16.5vw,78px)}
  .heroCopy{max-width:90%;margin-top:28px;font-size:15px}
  .heroActions{align-items:flex-start;flex-direction:column;gap:20px;margin-top:32px}
  .heroFoot{display:none}
  .intro,.servicesHeading,.approachHeader,.galleryHeading,.testimonialsHeading,.faqHeading,.reasonsHeader{display:block}
  .sectionLabel{margin-bottom:54px}
  .introLead h2,.servicesHeading h2,.featureCopy h2,.approachHeader h2,.contactCopy h2,.galleryHeading h2,.testimonialsHeading h2,.faqHeading h2,.reasonsHeader h2{font-size:clamp(48px,14vw,66px)}
  .introBody{padding-top:40px}
  .servicesHeading>p:last-child,.approachHeader>p:last-child,.galleryHeading>p:last-child,.testimonialsHeading>p:last-child,.faqHeading>p:last-child,.reasonsHeader>p:last-child{margin-top:28px}
  .serviceList{margin-top:60px}
  .serviceRow h3{font-size:24px}
  .reasonPoints{margin-top:60px}
  .reasonPoints h3{font-size:24px}
  .feature{gap:54px}
  .featureVisual img{aspect-ratio:.92/1}
  .steps{grid-template-columns:1fr;margin-top:60px}
  .steps li,.steps li+li,.steps li:nth-child(2){min-height:0;padding:26px 0 30px;border-right:0;border-bottom:1px solid var(--line)}
  .stepNumber{margin-bottom:38px}
  .galleryGrid{grid-template-columns:1fr;margin-top:56px}
  .caseGallery{grid-template-columns:1fr;margin-top:56px}
  .caseNav{flex-direction:column;gap:16px}
  .statList{grid-auto-flow:row}
  .quoteMark{font-size:72px}
  .contactInner{padding-block:90px;gap:70px}
  .formRow{grid-template-columns:1fr}
  .footerInner{grid-template-columns:1fr;grid-template-rows:auto;justify-items:start;gap:24px;padding-block:52px 28px}
  .footerInner>p:not(.copyright){text-align:left}
  .footerCol{justify-self:start;align-items:flex-start}
  .copyright{grid-column:1;width:100%}
}
