/* ==========================================================================
   CFR Pools — Design System
   Navy / gold / crimson heraldic-luxury palette. Fraunces display + Inter body.
   ========================================================================== */

:root{
  --navy-950:#060f1c;
  --navy-900:#0b1d33;
  --navy-800:#122b47;
  --navy-700:#1c3d5e;
  --gold-300:#e8cf7f;
  --gold-400:#d8b84a;
  --gold-500:#c9a227;
  --gold-600:#a3801a;
  --crimson-700:#7a1f2b;
  --cream-50:#faf6ec;
  --cream-100:#f3ecd9;
  --ink-900:#181614;
  --ink-700:#4a453c;
  --white:#ffffff;

  --font-display:"Fraunces", Georgia, "Times New Roman", serif;
  --font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --wrap:1280px;
  --wrap-narrow:820px;
  --radius:2px;
  --ease:cubic-bezier(.19,1,.22,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:var(--font-body);color:var(--ink-900);background:var(--white);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;}
img{max-width:100%;display:block;height:auto;}
ul,ol{margin:0;padding:0;list-style:none;}
a{color:inherit;text-decoration:none;}
button{font:inherit;background:none;border:0;cursor:pointer;color:inherit;}
input,textarea,select{font:inherit;}
h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:500;line-height:1.12;margin:0 0 .5em;letter-spacing:-.01em;color:var(--navy-900);}
p{margin:0 0 1.2em;}
.screen-reader-text{position:absolute!important;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden;}
.skip-link{position:absolute;top:-100px;left:0;background:var(--navy-900);color:var(--white);padding:12px 20px;z-index:9999;}
.skip-link:focus{top:0;}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 32px;}
.wrap--narrow{max-width:var(--wrap-narrow);}

/* ---------- Type scale ---------- */
h1{font-size:clamp(2.4rem,4.4vw,4.4rem);}
h2{font-size:clamp(1.9rem,3vw,3rem);}
h3{font-size:1.3rem;}
.entry-content h2{margin-top:1.6em;}
.entry-content h3{margin-top:1.4em;}
.entry-content p{color:var(--ink-700);}
.entry-content a{color:var(--gold-600);text-decoration:underline;text-underline-offset:3px;}
.entry-content img{border-radius:var(--radius);margin:1.6em 0;}

.eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-body);font-weight:600;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-600);margin-bottom:16px;}
.eyebrow--light{color:var(--gold-300);}
.eyebrow__rule{width:28px;height:1px;background:currentColor;}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 28px;font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius);border:1px solid transparent;transition:all .35s var(--ease);white-space:nowrap;}
.btn svg{width:16px;height:16px;transition:transform .35s var(--ease);}
.btn:hover svg{transform:translateX(4px);}
.btn--gold{background:linear-gradient(135deg,var(--gold-400),var(--gold-600));color:var(--navy-950);}
.btn--gold:hover{background:linear-gradient(135deg,var(--gold-300),var(--gold-500));}
.btn--ghost{border-color:rgba(255,255,255,.4);color:var(--white);}
.btn--ghost:hover{border-color:var(--gold-400);color:var(--gold-300);}
.btn--outline-gold{border-color:var(--gold-500);color:var(--gold-400);}
.btn--outline-gold:hover{background:var(--gold-500);color:var(--navy-950);}
.btn--lg{padding:18px 34px;}
.btn--block{display:flex;justify-content:center;width:100%;margin-top:18px;}

.link-more{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:.85rem;letter-spacing:.02em;color:var(--navy-900);border-bottom:1px solid var(--gold-500);padding-bottom:3px;}
.link-more svg{width:14px;height:14px;}
.link-more--light{color:var(--white);}

/* ---------- Top bar ---------- */
.topbar{background:var(--navy-950);color:var(--cream-100);font-size:.78rem;}
.topbar__inner{display:flex;justify-content:space-between;align-items:center;padding:9px 32px;gap:20px;}
.topbar__left,.topbar__right{display:flex;align-items:center;gap:22px;}
.topbar span,.topbar a{display:inline-flex;align-items:center;gap:7px;opacity:.85;}
.topbar a:hover{opacity:1;color:var(--gold-300);}
.topbar svg{width:13px;height:13px;flex:none;}
.topbar__area{display:none;}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:500;background:rgba(6,15,28,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(216,184,74,.15);transition:box-shadow .3s var(--ease);}
.site-header.is-scrolled{box-shadow:0 10px 30px rgba(6,15,28,.35);}
.site-header__inner{display:flex;align-items:center;gap:28px;padding:14px 32px;}
.site-logo{display:flex;align-items:center;gap:12px;margin-right:auto;color:var(--white);}
.site-logo img,.site-logo__img{max-height:56px;width:auto;display:block;}
.site-logo__crest{color:var(--gold-400);width:40px;height:40px;flex:none;}
.site-logo__crest svg{width:100%;height:100%;}
.site-logo__text{display:flex;flex-direction:column;line-height:1.2;}
.site-logo__title{font-family:var(--font-display);font-size:1.35rem;letter-spacing:.02em;color:var(--white);}
.site-logo__tag{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-400);}

.site-nav__list{display:flex;gap:30px;}
.site-nav__list a{font-size:.86rem;font-weight:500;letter-spacing:.02em;color:var(--cream-100);padding:8px 0;position:relative;}
.site-nav__list a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--gold-400);transition:right .3s var(--ease);}
.site-nav__list a:hover::after,.site-nav__list .current-menu-item a::after{right:0;}
.site-nav__list a:hover,.site-nav__list .current-menu-item a{color:var(--gold-300);}

.site-header__cta{display:flex;align-items:center;gap:20px;}
.phone-link{display:inline-flex;align-items:center;gap:8px;color:var(--gold-300);font-weight:600;font-size:.9rem;}
.phone-link svg{width:16px;height:16px;}
.phone-link--mobile,.phone-link--card{margin-top:24px;}

.nav-toggle{display:none;color:var(--white);width:28px;height:28px;}
.nav-toggle svg{width:100%;height:100%;}

.mobile-nav{position:fixed;inset:0;background:var(--navy-950);z-index:900;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:60px 32px;transform:translateX(100%);transition:transform .4s var(--ease);}
.mobile-nav.is-open{transform:translateX(0);}
.mobile-nav__list{display:flex;flex-direction:column;gap:22px;}
.mobile-nav__list a{font-family:var(--font-display);font-size:1.8rem;color:var(--white);}
.mobile-nav__close{position:absolute;top:22px;right:28px;width:26px;height:26px;color:var(--white);}
.mobile-nav__close svg{width:100%;height:100%;}

/* ---------- Hero ---------- */
.hero{position:relative;min-height:92vh;display:flex;align-items:center;background:var(--navy-950) var(--hero-image) center/cover no-repeat;}
.hero__scrim{position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,15,28,.92) 15%,rgba(6,15,28,.62) 55%,rgba(6,15,28,.35) 100%);}
.hero__inner{position:relative;z-index:2;max-width:760px;padding-top:60px;padding-bottom:60px;}
.hero__title{color:var(--white);margin-bottom:.4em;}
.hero__lede{color:var(--cream-100);font-size:1.15rem;max-width:560px;margin-bottom:2.2em;}
.hero__actions{display:flex;gap:18px;flex-wrap:wrap;}
.hero__scroll{position:absolute;left:32px;bottom:34px;z-index:2;display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--cream-100);font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;}
.hero__scroll span{width:1px;height:46px;background:linear-gradient(var(--gold-400),transparent);}

/* ---------- Stat strip ---------- */
.stat-strip{background:var(--cream-50);border-bottom:1px solid var(--cream-100);}
.stat-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);}
.stat-strip__item{padding:34px 20px;text-align:center;border-left:1px solid var(--cream-100);}
.stat-strip__item:first-child{border-left:0;}
.stat-strip__num{display:block;font-family:var(--font-display);font-size:2.1rem;color:var(--navy-900);}
.stat-strip__label{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-700);margin-top:4px;}

/* ---------- Sections ---------- */
.section{padding:110px 0;}
.section--dark{background:var(--navy-950);color:var(--cream-100);}
.section--dark h2,.section--dark h3{color:var(--white);}
.section--cream{background:var(--cream-50);}
.section__head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:56px;max-width:900px;}
.section__head h2{margin:0;max-width:640px;}
.section__head--center{flex-direction:column;align-items:center;text-align:center;max-width:640px;margin-left:auto;margin-right:auto;}
.section__head--center .eyebrow{justify-content:center;}

/* ---------- Services ---------- */
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--cream-100);}
.service-grid--archive{grid-template-columns:repeat(3,1fr);}
.service-card{background:var(--white);padding:38px 26px;position:relative;transition:background .3s var(--ease);}
.service-card:hover{background:var(--cream-50);}
.service-card__num{font-family:var(--font-display);font-size:.85rem;color:var(--gold-500);}
.service-card__frame{display:block;width:64px;height:64px;border-radius:50%;overflow:hidden;margin:16px 0;}
.service-card__frame img{width:100%;height:100%;object-fit:cover;}
.service-card__title{font-size:1.15rem;margin:.3em 0 .5em;}
.service-card__title a:hover{color:var(--gold-600);}
.service-card__excerpt{font-size:.9rem;color:var(--ink-700);margin-bottom:14px;}
.service-card__link{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--navy-900);}
.service-card__link svg{width:13px;height:13px;}

/* ---------- Project grid / cards ---------- */
.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.project-grid--archive{grid-template-columns:repeat(2,1fr);}
.project-card{position:relative;display:block;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/5;}
.project-grid--archive .project-card{aspect-ratio:16/10;}
.project-card__frame{position:absolute;inset:0;}
.project-card__frame img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease);}
.project-card:hover .project-card__frame img{transform:scale(1.06);}
.project-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(6,15,28,.88) 0%,rgba(6,15,28,.15) 50%,transparent 70%);}
.project-card__meta{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:24px;color:var(--white);}
.project-card__eyebrow{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-300);margin-bottom:8px;}
.project-card__title{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:1.3rem;}
.project-card__title svg{width:16px;height:16px;opacity:0;transform:translateX(-6px);transition:all .3s var(--ease);}
.project-card:hover .project-card__title svg{opacity:1;transform:translateX(0);}
.project-card__location{font-size:.78rem;color:var(--cream-100);margin-top:6px;opacity:.85;}

/* ---------- Process ---------- */
.process-list{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;counter-reset:step;}
.process-list__item{padding-top:26px;border-top:1px solid var(--cream-100);}
.process-list__num{font-family:var(--font-display);font-size:1.6rem;color:var(--gold-500);}
.process-list__item h3{margin-top:.3em;font-size:1.1rem;}
.process-list__item p{color:var(--ink-700);font-size:.92rem;}

/* ---------- Testimonials ---------- */
.testimonial-slider{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.testimonial-card{background:var(--white);border:1px solid var(--cream-100);border-radius:var(--radius);padding:34px;display:flex;flex-direction:column;gap:14px;}
.testimonial-card__quote{width:34px;height:26px;color:var(--gold-400);}
.testimonial-card__quote svg{width:100%;height:100%;}
.testimonial-card__stars{display:flex;gap:3px;color:var(--gold-500);}
.testimonial-card__stars svg{width:14px;height:14px;}
.testimonial-card blockquote{margin:0;font-size:.98rem;color:var(--ink-700);flex:1;}
.testimonial-card figcaption{display:flex;flex-direction:column;font-size:.85rem;padding-top:10px;border-top:1px solid var(--cream-100);}
.testimonial-card__name{font-weight:600;color:var(--navy-900);}
.testimonial-card__location{color:var(--ink-700);}
.testimonial-slider__nav{display:none;}

/* ---------- Pre-footer CTA ---------- */
.pre-footer{background:var(--navy-950);background-image:radial-gradient(circle at 85% 20%,rgba(216,184,74,.14),transparent 55%);padding:80px 0;}
.pre-footer__inner{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;}
.pre-footer__text .eyebrow{color:var(--gold-300);}
.pre-footer h2{color:var(--white);max-width:560px;margin:0;}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy-900);color:var(--cream-100);padding-top:76px;}
.site-footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.1);}
.site-footer__brand p{color:rgba(250,246,236,.7);font-size:.9rem;max-width:280px;}
.site-footer__brand .site-logo{margin-bottom:18px;}
.site-footer__social{display:flex;gap:16px;font-size:.8rem;margin-top:16px;}
.site-footer__social a:hover{color:var(--gold-300);}
.site-footer h4{color:var(--white);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-family:var(--font-body);margin-bottom:18px;}
.site-footer__list{display:flex;flex-direction:column;gap:12px;font-size:.9rem;}
.site-footer__list a:hover{color:var(--gold-300);}
.site-footer__contact{display:flex;flex-direction:column;gap:14px;font-size:.88rem;}
.site-footer__contact li{display:flex;align-items:flex-start;gap:10px;}
.site-footer__contact svg{width:15px;height:15px;flex:none;margin-top:2px;color:var(--gold-400);}
.site-footer__col p{font-size:.88rem;color:rgba(250,246,236,.75);}
.site-footer__bottom{display:flex;justify-content:space-between;padding:26px 32px;font-size:.78rem;color:rgba(250,246,236,.55);}
.site-footer__bottom a{color:var(--gold-300);}

/* ---------- Page header (interior) ---------- */
.page-header{position:relative;background:var(--navy-950) center/cover no-repeat;padding:170px 0 70px;color:var(--white);}
.page-header--image{background-image:linear-gradient(180deg,rgba(6,15,28,.86),rgba(6,15,28,.7)),var(--page-header-image);}
.page-header h1{color:var(--white);margin-bottom:.3em;}
.page-header__subtitle{max-width:620px;color:var(--cream-100);font-size:1.05rem;margin:0;}

/* ---------- About ---------- */
.about-intro__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center;}
.about-intro__image img{border-radius:var(--radius);aspect-ratio:4/5;object-fit:cover;}
.values-band .section__head{max-width:640px;}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}
.values-grid__num{font-family:var(--font-display);color:var(--gold-400);font-size:1.4rem;}
.values-grid__item h3{color:var(--white);font-size:1.1rem;margin-top:.4em;}
.values-grid__item p{color:rgba(250,246,236,.72);font-size:.9rem;}

.rg-band{background:var(--cream-50);}
.rg-band__inner{display:flex;gap:36px;align-items:flex-start;}
.rg-band__mark{width:64px;height:64px;flex:none;color:var(--gold-500);}
.rg-band__mark svg{width:100%;height:100%;}
.rg-band__text p{color:var(--ink-700);max-width:680px;}

/* ---------- Project / service detail ---------- */
.project-hero{position:relative;min-height:56vh;display:flex;align-items:flex-end;background:var(--navy-950) var(--hero-image) center/cover no-repeat;color:var(--white);}
.project-hero__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,15,28,.35),rgba(6,15,28,.92));}
.project-hero__inner{position:relative;z-index:2;padding:170px 0 56px;}
.project-hero h1{color:var(--white);}
.project-hero__location{display:flex;align-items:center;gap:8px;color:var(--cream-100);}
.project-hero__location svg{width:15px;height:15px;color:var(--gold-400);}
.back-link{display:inline-block;margin-bottom:20px;font-size:.85rem;color:var(--cream-100);opacity:.8;}
.back-link:hover{opacity:1;color:var(--gold-300);}

.project-body__grid{display:grid;grid-template-columns:1fr 320px;gap:64px;}
.project-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:2em;}
.project-gallery__img{border-radius:var(--radius);aspect-ratio:4/3;object-fit:cover;}

.spec-card{background:var(--cream-50);border:1px solid var(--cream-100);border-radius:var(--radius);padding:32px;position:sticky;top:110px;}
.spec-card h3{font-size:1.1rem;}
.spec-card ul{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;}
.spec-card li{display:flex;justify-content:space-between;font-size:.88rem;border-bottom:1px dashed var(--cream-100);padding-bottom:10px;}
.spec-card li span{color:var(--ink-700);}
.spec-card__features{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;}
.spec-card__features li{display:flex;justify-content:flex-start;gap:8px;border:0;padding:0;font-size:.88rem;}
.spec-card__features svg{width:15px;height:15px;color:var(--gold-600);flex:none;}

/* ---------- Filter bar / portfolio archive ---------- */
.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:44px;}
.filter-bar__item{padding:9px 18px;border:1px solid var(--cream-100);border-radius:30px;font-size:.82rem;font-weight:500;color:var(--ink-700);}
.filter-bar__item.is-active,.filter-bar__item:hover{background:var(--navy-900);border-color:var(--navy-900);color:var(--white);}

.pagination{display:flex;gap:8px;justify-content:center;margin-top:56px;}
.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;border:1px solid var(--cream-100);border-radius:var(--radius);font-size:.85rem;}
.pagination .page-numbers.current{background:var(--navy-900);color:var(--white);border-color:var(--navy-900);}
.pagination .page-numbers:hover{border-color:var(--gold-500);}

/* ---------- Blog ---------- */
.blog-grid{display:grid;grid-template-columns:1fr 300px;gap:56px;}
.post-list{display:flex;flex-direction:column;gap:44px;}
.post-card{display:grid;grid-template-columns:260px 1fr;gap:28px;}
.post-card__image{border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;}
.post-card__image img{width:100%;height:100%;object-fit:cover;}
.post-date{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-600);}
.post-card__title{margin:.3em 0;font-size:1.4rem;}
.post-card__title a:hover{color:var(--gold-600);}
.post-card__excerpt{color:var(--ink-700);font-size:.92rem;}
.widget{margin-bottom:40px;}
.widget-title{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid var(--cream-100);padding-bottom:10px;}
.search-form{display:flex;border:1px solid var(--cream-100);border-radius:var(--radius);overflow:hidden;}
.search-form input{flex:1;border:0;padding:12px 14px;}
.search-form button{padding:0 16px;background:var(--navy-900);color:var(--white);}
.search-form button svg{width:16px;height:16px;}

/* ---------- Contact ---------- */
.contact-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:60px;}
.contact-form__hp{position:absolute;left:-9999px;}
.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;}
.contact-form label{display:flex;flex-direction:column;gap:8px;font-size:.85rem;font-weight:600;color:var(--navy-900);}
.contact-form__full{display:flex;flex-direction:column;gap:8px;font-size:.85rem;font-weight:600;color:var(--navy-900);margin-bottom:24px;}
.contact-form input,.contact-form select,.contact-form textarea{border:1px solid var(--cream-100);border-radius:var(--radius);padding:13px 14px;font-size:.95rem;font-weight:400;color:var(--ink-900);background:var(--white);}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:2px solid var(--gold-400);outline-offset:1px;}
.form-notice{display:flex;gap:12px;align-items:flex-start;padding:18px 20px;border-radius:var(--radius);margin-bottom:26px;font-size:.9rem;}
.form-notice svg{width:18px;height:18px;flex:none;margin-top:2px;}
.form-notice--success{background:#eef6ef;color:#245a33;}
.form-notice--error{background:#fbeceb;color:#8c2c26;}
.info-card{background:var(--cream-50);border:1px solid var(--cream-100);border-radius:var(--radius);padding:30px;margin-bottom:24px;}
.info-card ul{display:flex;flex-direction:column;gap:16px;}
.info-card li{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;}
.info-card svg{width:16px;height:16px;color:var(--gold-600);flex:none;margin-top:2px;}
.info-card--dark{background:var(--navy-950);color:var(--cream-100);border-color:var(--navy-950);}
.info-card--dark h3{color:var(--white);}

/* ---------- Misc ---------- */
.error-404{text-align:center;padding:190px 0 120px;}
.error-404 .search-form{max-width:420px;margin:34px auto 0;}
.entry-content .page-links{margin-top:2em;}

/* ---------- Scroll reveal ---------- */
[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease);}
[data-reveal].is-visible{opacity:1;transform:translateY(0);}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width:1100px){
  .service-grid{grid-template-columns:repeat(3,1fr);}
  .service-grid--archive{grid-template-columns:repeat(2,1fr);}
  .project-grid{grid-template-columns:repeat(2,1fr);}
  .testimonial-slider{grid-template-columns:repeat(2,1fr);}
  .values-grid{grid-template-columns:repeat(2,1fr);}
  .process-list{grid-template-columns:repeat(2,1fr);}
  .site-footer__grid{grid-template-columns:1fr 1fr;}
}

@media (max-width:860px){
  .topbar__left{gap:14px;}
  .topbar__area{display:none;}
  .site-nav,.site-header__cta .btn{display:none;}
  .nav-toggle{display:block;}
  .hero{min-height:82vh;}
  .stat-strip__grid{grid-template-columns:repeat(2,1fr);}
  .stat-strip__item:nth-child(2n+1){border-left:0;}
  .section{padding:76px 0;}
  .section__head{flex-direction:column;align-items:flex-start;}
  .service-grid,.service-grid--archive{grid-template-columns:1fr 1fr;}
  .project-grid,.project-grid--archive{grid-template-columns:1fr;}
  .testimonial-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:20px;margin:0 -22px;padding:0 22px 8px;}
  .testimonial-slider .testimonial-card{min-width:82%;scroll-snap-align:start;}
  .testimonial-slider__nav{justify-content:center;gap:14px;margin-top:24px;}
  .testimonial-slider__nav button{width:44px;height:44px;border:1px solid var(--cream-100);border-radius:50%;display:flex;align-items:center;justify-content:center;}
  .testimonial-slider__prev svg{transform:rotate(180deg);}
  .about-intro__grid{grid-template-columns:1fr;gap:36px;}
  .values-grid{grid-template-columns:1fr;}
  .process-list{grid-template-columns:1fr;}
  .rg-band__inner{flex-direction:column;}
  .project-body__grid{grid-template-columns:1fr;}
  .spec-card{position:static;}
  .contact-grid{grid-template-columns:1fr;}
  .contact-form__row{grid-template-columns:1fr;}
  .blog-grid{grid-template-columns:1fr;}
  .post-card{grid-template-columns:1fr;}
  .site-footer__grid{grid-template-columns:1fr;gap:36px;}
  .site-footer__bottom{flex-direction:column;gap:8px;text-align:center;}
  .pre-footer__inner{flex-direction:column;align-items:flex-start;}
  .wrap{padding:0 22px;}
  .page-header{padding:150px 0 56px;}
}

@media (max-width:480px){
  .service-grid,.service-grid--archive{grid-template-columns:1fr;}
  .hero__actions .btn{width:100%;justify-content:center;}
}
