/*
Theme Name: Ramos V. Outdoor Elegance
Theme URI: https://ramosvlandscape.com/
Author: Ramos V.
Description: Custom WordPress theme for Ramos V. Lawn Services & Landscape LLC.
Version: 1.0.0
Text Domain: ramosv
*/

:root {
  --rv-cream: oklch(98% .005 95);
  --rv-secondary: oklch(95% .012 120);
  --rv-charcoal: oklch(22% .014 150);
  --rv-ink: #343b36;
  --forest: oklch(42% .072 152);
  --rv-green: var(--forest);
  --rv-gold: oklch(76% .135 85);
  --rv-border: oklch(90% .01 120);
  --rv-white: #fff;
  --rv-container: 1280px;
  --rv-serif: "Fraunces", Georgia, serif;
  --rv-sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--rv-cream); color: var(--rv-ink); font: 400 16px/1.5 var(--rv-sans); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
.rv-container { width: min(100%, var(--rv-container)); margin-inline: auto; padding-inline: 40px; }
.rv-eyebrow { color: var(--rv-green); font-size: 11.52px; font-weight: 700; line-height: 1.5; letter-spacing: .22em; text-transform: uppercase; }
.rv-section-title { max-width: 768px; margin: 20px 0 0; color: var(--rv-charcoal); font: 500 48px/1.1 var(--rv-serif); letter-spacing: -.72px; }
.rv-button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 9px; padding: 14px 28px; border: 0; background: var(--rv-green); color: var(--rv-cream); font-size: 12.48px; font-weight: 700; line-height: 18.72px; letter-spacing: .16em; text-transform: uppercase; transition: .3s ease; }
.rv-button:hover { background: #315e45; transform: translateY(-2px); }
.rv-button--gold { background: var(--rv-gold); color: #242b27; }
.rv-button--gold:hover { background: #e5b74d; }
.rv-button--outline { border: 1px solid rgba(248,246,239,.55); background: transparent; color: var(--rv-cream); }
.rv-button--outline:hover { border-color: var(--rv-cream); background: rgba(255,255,255,.08); }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 16px 0; color: var(--rv-cream); background: linear-gradient(to bottom, rgba(35,43,38,.7), transparent); transition: .4s ease; }
.site-header.is-scrolled { padding: 8px 0; background: rgba(35,43,38,.97); box-shadow: 0 8px 28px rgba(0,0,0,.14); }
.site-header__inner { display: flex; height: 96px; align-items: center; gap: 32px; }
.site-header.is-scrolled .site-header__inner { height: 68px; }
.site-logo { flex: 0 0 auto; }
.site-logo img { width: auto; height: 96px; transition: height .4s ease; }
.is-scrolled .site-logo img { height: 72px; }
.site-nav { display: flex; align-items: center; margin-left: 52.5px; }
.site-nav ul { display: flex; align-items: center; gap: 36px; margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; display: block; color: rgba(248,246,239,.85); font-size: 12.48px; font-weight: 600; line-height: 18.72px; letter-spacing: .16em; text-transform: uppercase; }
.site-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--rv-gold); content: ""; transform: scaleX(0); transition: transform .25s; }
.site-nav a:hover, .site-nav .current-menu-item a { color: var(--rv-gold); }
.site-nav a:hover::after, .site-nav .current-menu-item a::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.header-phone { display: flex; align-items: center; gap: 8px; color: rgba(248,246,239,.8); font-size: 14px; font-weight: 600; line-height: 20px; white-space: nowrap; }
.header-phone svg { width: 16px; height: 16px; flex: 0 0 16px; }
.header-quote { min-height: 0; padding: 12px 24px; border: 0; font-size: 11.84px; line-height: 17.76px; letter-spacing: .16em; white-space:nowrap; }
html[lang^="es"] .header-quote { min-width:190px; padding-inline:22px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: var(--rv-cream); }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: currentColor; transition: .3s; }

/* Hero */
.home-hero { position: relative; display: flex; min-height: max(733px, 100svh); align-items: center; overflow: hidden; background: var(--rv-charcoal); }
.home-hero__image, .home-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero__image { z-index:0; object-fit: cover; }
.home-hero__overlay { z-index:1; background: linear-gradient(to bottom, oklch(22% .014 150 / .72) 0%, oklch(22% .014 150 / .42) 45%, oklch(22% .014 150 / .85) 100%); }
.hero-particle-canvas { position:absolute; z-index:2; inset:0; width:100%; height:100%; pointer-events:none; }
.home-hero__content { position: relative; z-index: 3; width: 768px; transform: translateY(3px); }
.rv-reveal-ready .rv-content-reveal { opacity:0; transform:translate3d(0,30px,0); transition:opacity 2.1s cubic-bezier(.22,1,.36,1),transform 2.1s cubic-bezier(.22,1,.36,1); transition-delay:var(--rv-content-delay,0ms); will-change:opacity,transform; }
.rv-reveal-ready .rv-content-reveal.rv-content-visible { opacity:1; transform:translate3d(0,0,0); }
.rv-reveal-ready .home-hero__content > .rv-content-reveal,.rv-reveal-ready .inner-hero__content > .rv-content-reveal { opacity:0; filter:blur(5px); transform:none; transition:opacity 2.65s cubic-bezier(.22,1,.36,1),filter 2.65s cubic-bezier(.22,1,.36,1); transition-delay:var(--rv-hero-line-delay,0ms); }
.rv-reveal-ready .home-hero__content > .rv-content-reveal.rv-content-visible,.rv-reveal-ready .inner-hero__content > .rv-content-reveal.rv-content-visible { opacity:1; filter:blur(0); transform:none; }
.rv-reveal-ready .site-footer .rv-content-reveal { transform:translate3d(0,36px,0); }
.rv-reveal-ready .site-footer .rv-content-reveal.rv-content-visible { transform:translate3d(0,0,0); }
.home-hero .rv-eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--rv-gold); }
.home-hero .rv-eyebrow::before { width: 32px; height: 1px; flex: 0 0 32px; background: currentColor; content: ""; }
.home-hero h1 { margin: 28px 0 0; color: var(--rv-cream); font: 500 72px/1.03 var(--rv-serif); letter-spacing: -1.08px; }
.home-hero__copy { max-width: 672px; margin: 28px 0 0; color: rgba(248,246,239,.8); font-size: 18px; line-height: 29.25px; }
.home-hero__buttons { display: flex; gap: 16px; margin-top: 40px; }
.home-hero__trust { margin: 40px 0 0; color: rgba(248,246,239,.6); font-size: 11.52px; font-weight: 700; line-height: 17.28px; letter-spacing: 2.5344px; text-transform: uppercase; }
/* Stats */
.home-stats { padding: 56px 0; border-bottom: 1px solid var(--rv-border); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.stat { text-align: center; }
.stat__value { margin: 0; color: oklch(42% .072 152); font: 400 48px/48px var(--rv-serif); }
.stat__value--check { display: flex; align-items: center; justify-content: center; }
.stat__value--check svg { width: 48px; height: 48px; }
.stat__label { margin: 12px 0 0; color: #657068; font-size: 11.52px; font-weight: 700; line-height: 17.28px; letter-spacing: 2.5344px; text-transform: uppercase; }

/* Shared home sections */
.home-section { padding: 128px 0; }
.section-intro p { max-width: 768px; margin: 20px 0 0; color: #68726b; font-size: 18px; line-height: 29.25px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 64px; }
.services .services-grid { margin-top: 64px; }
.section-intro .rv-eyebrow { display: inline-flex; align-items: center; gap: 12px; }
.section-intro .rv-eyebrow::before { width: 32px; height: 1px; flex: 0 0 32px; background: currentColor; content: ""; }
.services { padding-bottom: 121px; }
.service-card { display: flex; min-height: 405px; flex-direction: column; overflow: hidden; border: 1px solid var(--rv-border); background: #fff; transition: transform .4s, box-shadow .4s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 16px 35px rgba(35,43,38,.12); }
.service-card__media { aspect-ratio: 4/3; overflow: hidden; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.service-card:hover img { transform: scale(1.05); }
.service-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.service-card h3 { margin: 0; color: var(--rv-charcoal); font: 500 20px/1.4 var(--rv-serif); letter-spacing: -.3px; }
.service-card p { margin: 12px 0 0; color: #6c756e; font-size: 14px; line-height: 22.75px; }
.service-card__link { display: inline-flex; align-items: center; align-self: flex-start; gap: 8px; margin-top: auto; padding-top: 24px; color: var(--rv-green); font-size: 11.52px; font-weight: 700; line-height: 17.28px; letter-spacing: 1.8432px; text-transform: uppercase; }
.service-card__link span { transition: transform .25s; }
.service-card__link svg { width: 16px; height: 16px; transition: transform .25s; }
.service-card:hover .service-card__link span { transform: translateX(5px); }
.service-card:hover .service-card__link svg { transform: translateX(5px); }

.why { padding-bottom: 145px; background: var(--rv-secondary); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.why-image { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; box-shadow: 0 8px 24px rgba(35,43,38,.08); }
.why-content .rv-section-title { max-width: 568px; }
.why-grid { min-height: 565px; }
.feature-list { margin-top: 48px; }
.feature { display: flex; gap: 20px; margin-bottom: 36px; }
.feature:last-child { margin-bottom: 0; }
.feature__icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border: 1px solid oklch(42% .072 152); background: oklch(42% .072 152); color: var(--rv-cream); font-size: 18px; }
.feature__icon svg { width: 20px; height: 20px; }
.why-content .rv-eyebrow { display: inline-flex; align-items: center; gap: 12px; }
.why-content .rv-eyebrow::before { width: 32px; height: 1px; flex: 0 0 32px; background: currentColor; content: ""; }
.feature h3 { margin: 0; color: var(--rv-charcoal); font: 500 18px/28px var(--rv-serif); letter-spacing: -.27px; }
.feature p { margin: 6px 0 0; color: #6c756e; font-size: 14px; line-height: 22.75px; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 214px 214px; gap: 20px; margin-top: 64px; }
.gallery > .rv-container > .rv-eyebrow,
.testimonials > .rv-container > .rv-eyebrow { display: inline-flex; align-items: center; gap: 12px; }
.gallery > .rv-container > .rv-eyebrow::before,
.testimonials > .rv-container > .rv-eyebrow::before { width: 32px; height: 1px; flex: 0 0 32px; background: currentColor; content: ""; }
.gallery { padding-bottom: 137px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s, box-shadow .4s; }
.gallery-grid img:first-child { grid-row: span 2; }
.gallery-grid img:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(35,43,38,.16); }
.section-action { margin-top: 48px; text-align: center; }

.testimonials { padding-bottom: 136px; background: var(--rv-secondary); text-align: center; }
.testimonials .rv-section-title { margin-inline: auto; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 64px; text-align: left; }
.testimonial { display: flex; min-height: 325px; flex-direction: column; margin: 0; padding: 32px; border: 1px solid var(--rv-border); background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.testimonial:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(34,48,40,.12); }
.testimonial__stars { color: var(--rv-gold); font-size: 17px; letter-spacing: .16em; }
.testimonial p { flex: 1; margin: 20px 0 0; color: var(--rv-charcoal); font-family: var(--rv-serif); font-size: 18px; line-height: 29.25px; }
.testimonial__stars { font-size: 16px; line-height: 24px; letter-spacing: normal; }
.testimonial cite { display: block; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--rv-border); color: var(--rv-charcoal); font-size: 14px; font-style: normal; font-weight: 700; line-height: 20px; }
.testimonial cite span { color: #7b837d; font-weight: 400; }

.home-cta { position: relative; overflow: hidden; padding: 128px 0 133px; background-color: var(--rv-charcoal); text-align: center; }
.home-cta::before { position: absolute; z-index: 0; inset: 0; background-image: radial-gradient(rgba(255,255,255,.035) 1px, transparent 1px); background-size: 4px 4px; content: ""; }
.home-cta::after { position: absolute; z-index: 0; inset: 0; background-image: radial-gradient(circle at 20% 0%, var(--forest) 0%, transparent 55%); content: ""; opacity: .6; }
.home-cta__inner { position: relative; z-index: 1; width: min(100%, 896px); max-width: 896px; margin: auto; padding-inline: 24px; }
.home-cta .home-cta__inner::before { position: absolute; top: -45px; left: 50%; width: 56px; height: 1px; background: var(--rv-gold); content: ""; transform: translateX(-50%); }
.home-cta h2 { margin: 32px 0 0; color: var(--rv-cream); font: 500 48px/1.25 var(--rv-serif); letter-spacing: -.72px; }
.home-cta p { max-width: 672px; margin: 20px auto 0; color: rgba(248,246,239,.7); font-size: 18px; line-height: 28px; }
.home-cta__buttons { display: flex; justify-content: center; gap: 14px; margin-top: 34px; }
.home-cta__buttons .rv-button--outline { min-height: 0; padding: 0; border: 0; background: transparent; color: var(--rv-gold); font: 400 30px/36px var(--rv-serif); letter-spacing: normal; text-transform: none; }
.home-cta__buttons .rv-button--outline:hover { background: transparent; color: #e5b74d; }

/* Footer */
.site-footer { position: relative; min-height: 520px; overflow: hidden; padding: 0; background: var(--rv-charcoal); color: rgba(248,246,239,.7); }
.site-footer::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 4px 4px; content: ""; pointer-events: none; }
.site-footer > .rv-container { position: relative; z-index: 1; }
.footer-grid { display: grid; min-height: 455px; grid-template-columns: repeat(4, 1fr); gap: 48px; padding: 80px 0 76px; }
.footer-logo { width: auto; height: 80px; }
.footer-about p { margin: 24px 0 0; font-size: 14px; line-height: 22.75px; }
.footer-social { display: flex; gap: 12px; margin-top: 24px; }
.footer-social a { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid rgba(248,246,239,.15); border-radius:2px; }
.footer-social svg { width: 16px; height: 16px; }
.site-footer h3 { margin: 0; color: var(--rv-gold); font: 700 11.52px/17.28px var(--rv-sans); letter-spacing: 2.5344px; text-transform: uppercase; }
.site-footer ul { margin: 24px 0 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 12px; font-size: 14px; line-height: 20px; }
.site-footer li:last-child { margin-bottom: 0; }
.site-footer a:hover { color: var(--rv-gold); }
.site-footer .footer-hours { margin-top: 16px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; }
.footer-contact li { margin-bottom:16px; }
.footer-contact svg { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 2px; color: var(--rv-gold); }
.footer-hours li { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.footer-hours li span:last-child { color:rgba(248,246,239,.5); }
.footer-bottom { position: relative; display: flex; height: 65px; align-items: center; justify-content: space-between; gap: 30px; margin: 0; padding: 0; color:rgba(248,246,239,.5); font-size: 12px; line-height: 16px; }
.footer-bottom::before { position: absolute; top: 0; left: 50%; width: 100vw; height: 1px; background: rgba(248,246,239,.1); content: ""; transform: translateX(-50%); }
.footer-bottom > * { opacity:1 !important; transform:none !important; }
.mobile-bar { display: none; }
.language-switcher { position:relative; z-index:103; flex:0 0 auto; }
.language-switcher__toggle { display:flex; height:38px; align-items:center; gap:7px; padding:0 11px; border:1px solid rgba(248,246,239,.2); background:rgba(34,42,38,.88); color:var(--rv-cream); font:700 10px/1 var(--rv-sans); letter-spacing:.08em; cursor:pointer; }
.language-switcher__toggle svg { width:10px; height:7px; fill:none; stroke:currentColor; stroke-width:1.5; transition:transform .2s ease; }
.language-switcher.is-open .language-switcher__toggle svg { transform:rotate(180deg); }
.language-switcher__options { position:absolute; top:calc(100% + 5px); right:0; display:none; width:100%; min-width:0; flex-direction:column; align-items:center; gap:0; padding:3px; border:1px solid rgba(248,246,239,.2); background:rgba(34,42,38,.88); box-shadow:0 8px 20px rgba(0,0,0,.16); }
.language-switcher.is-open .language-switcher__options { display:flex; }
.language-switcher a { display:grid; min-width:30px; height:28px; place-items:center; padding:0 6px; color:rgba(248,246,239,.68); font:700 10px/1 var(--rv-sans); letter-spacing:.08em; transition:.2s ease; }
.language-switcher__options a { width:100%; }
.language-switcher__options a.is-current { display:none; }
.language-switcher a:hover,.language-switcher a.is-current { background:var(--rv-gold); color:var(--rv-charcoal); }

@media (min-width:1024px) and (max-width:1450px) {
  .site-nav { margin-left:36px; }
  .site-nav ul { gap:26px; }
  .header-actions { gap:12px; }
  .header-phone { display:flex; font-size:13px; }
  .language-switcher__toggle { display:flex; }
  .language-switcher__options { position:absolute; top:calc(100% + 5px); right:0; display:none; width:100%; min-width:0; flex-direction:column; gap:0; padding:3px; }
  .language-switcher.is-open .language-switcher__options { display:flex; }
  .language-switcher__options a { width:100%; }
  .language-switcher__options a.is-current { display:none; }
}

/* Inner pages */
.inner-hero { position: relative; display: flex; min-height: 62vh; align-items: flex-end; overflow: hidden; padding: 112px 0 64px; background: var(--rv-charcoal); }
.inner-hero__image,.inner-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.inner-hero__image { z-index:0; object-fit: cover; }
.inner-hero__shade { z-index:1; background: linear-gradient(90deg,rgba(27,35,30,.91),rgba(27,35,30,.58) 58%,rgba(27,35,30,.32)); }
.about-hero .inner-hero__shade { background: linear-gradient(to bottom, oklch(22% .014 150 / .72) 0%, oklch(22% .014 150 / .42) 45%, oklch(22% .014 150 / .85) 100%); }
.gallery-hero .inner-hero__shade { background:linear-gradient(to bottom,oklch(22% .014 150 / .72) 0%,oklch(22% .014 150 / .42) 45%,oklch(22% .014 150 / .85) 100%); }
.reviews-page .inner-hero__shade { background:linear-gradient(to bottom,oklch(22% .014 150 / .72) 0%,oklch(22% .014 150 / .42) 45%,oklch(22% .014 150 / .85) 100%); }
.contact-page > .inner-hero .inner-hero__shade { background:linear-gradient(to bottom,oklch(22% .014 150 / .72) 0%,oklch(22% .014 150 / .42) 45%,oklch(22% .014 150 / .85) 100%); }
.inner-hero__content { position: relative; z-index: 3; }
.rv-eyebrow--line { display: inline-flex; align-items: center; gap: 12px; color: var(--rv-gold); }
.rv-eyebrow--line::before { width: 32px; height: 1px; flex: 0 0 32px; background: currentColor; content: ""; }
.rv-eyebrow--forest { color: var(--rv-green); }
.inner-hero h1 { max-width: 768px; margin: 24px 0 0; color: var(--rv-cream); font: 500 60px/1.05 var(--rv-serif); letter-spacing: -.9px; }
.inner-hero p { max-width: 672px; margin: 24px 0 0; color: rgba(248,246,239,.8); font-size: 18px; line-height: 29.25px; }
.inner-section { padding: 128px 0; }
.about-story { min-height: 580px; padding-block: 128px; }
.two-col { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 64px; }
.about-copy { align-self: start; padding-top: 112px; color: #68726b; }
.about-copy p,.team-copy p { margin: 0 0 24px; font-size: 16px; line-height: 26px; }
.about-copy .about-quote { margin: 0; color: var(--rv-charcoal); font: 400 20px/28px var(--rv-serif); }
.value-section { display: flex; min-height: 530px; align-items: center; background: var(--rv-secondary); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.value-card { min-height: 274px; padding: 40px; border: 1px solid var(--rv-border); background: #fff; transition: box-shadow .3s ease, transform .3s ease; }
.value-card:hover { box-shadow: 0 18px 40px rgba(34,42,38,.12); transform: translateY(-6px); }
.value-icon { display: grid; width: 48px; height: 48px; place-items: center; background: var(--rv-green); color: var(--rv-cream); }
.value-icon svg { width: 21px; height: 21px; }
.value-card h2 { margin: 28px 0 0; color: var(--rv-charcoal); font: 500 24px/32px var(--rv-serif); letter-spacing: -.36px; }
.value-card p { margin: 16px 0 0; color: #68726b; font-size: 14px; line-height: 22.75px; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.team-copy { margin-top: 32px; color: #68726b; }
.team-copy p:last-child { margin-bottom: 0; }
.team-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.service-area { height: 683px; background: var(--rv-charcoal); color: var(--rv-cream); }
.service-area .rv-section-title { color: var(--rv-cream); }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 64px; }
.area-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0; padding: 0; list-style: none; }
.area-grid li { display: flex; align-items: center; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid rgba(248,246,239,.1); font-size: 14px; }
.area-grid li svg { width: 17px; height: 17px; color: var(--rv-gold); }
.office { min-height: 219px; padding: 32px; border: 1px solid rgba(248,246,239,.1); }
.office h3 { margin: 0; color: var(--rv-gold); font: 700 11.52px/17.28px var(--rv-sans); letter-spacing: 2.5344px; text-transform: uppercase; }
.office address { margin-top: 24px; color: var(--rv-cream); font: 400 24px/32px var(--rv-serif); font-style: normal; }
.office a { display: block; margin-top: 24px; color: var(--rv-gold); font: 400 18px/28px var(--rv-serif); }
.inner-cta { position: relative; overflow: hidden; padding: 128px 0; background: #222a26; text-align: center; }
.inner-cta::before { position:absolute; inset:0; background-image:radial-gradient(circle at 20% 0%,var(--forest) 0%,transparent 55%); opacity:.6; content:""; }
.inner-cta::after { position:absolute; inset:0; background-image:radial-gradient(rgba(255,255,255,.035) 1px,transparent 1px); background-size:4px 4px; content:""; }
.inner-cta .home-cta__inner { position: relative; z-index: 1; }
.inner-cta__rule { display:block; width:56px; height:1px; margin:0 auto 32px; background:var(--rv-gold); }
.inner-cta h2 { margin: 0; color: var(--rv-cream); font: 500 48px/60px var(--rv-serif); letter-spacing: -.72px; }
.inner-cta p { max-width: 672px; margin: 20px auto 0; color: rgba(248,246,239,.7); font-size: 18px; line-height: 28px; }
.inner-cta .rv-button { margin-top: 40px; }

.services-hero { min-height: 62vh; }
.services-hero .inner-hero__shade { background:linear-gradient(to bottom,oklch(22% .014 150 / .72) 0%,oklch(22% .014 150 / .42) 45%,oklch(22% .014 150 / .85) 100%); }
.services-hero h1 { max-width: 900px; }
.service-detail { display: flex; min-height: 638.375px; align-items: center; padding: 80px 0; }
.service-detail:nth-child(even) { background: var(--rv-secondary); }
.service-detail__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.service-detail:nth-child(even) .service-detail__image { order: 2; }
.service-detail__image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow:0 12px 28px rgba(34,42,38,.12); }
.service-detail__copy h2 { margin: 20px 0 0; color: var(--rv-charcoal); font: 500 36px/40px var(--rv-serif); letter-spacing: -.54px; }
.service-detail__copy>p { max-width: 520px; margin: 20px 0 0; color: #68726b; font-size: 16px; line-height: 26px; }
.service-detail__copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; margin: 28px 0 0; padding: 0; list-style: none; }
.service-detail__copy li { display: flex; align-items: center; gap: 10px; color: oklch(22% .014 150); font-size: 14px; line-height: 22.75px; }
.service-detail__copy li svg { width: 16px; height: 16px; flex: 0 0 16px; color: var(--rv-gold); }
.service-quote { margin-top: 32px; }

/* Gallery */
.gallery-archive { min-height: 1401px; padding:112px 0; background:var(--rv-cream); }
.gallery-filters { display:flex; flex-wrap:wrap; justify-content:flex-start; gap:12px; margin-bottom:46px; }
.gallery-filters button { padding:10px 16px; border:1px solid var(--rv-border); background:transparent; color:#68726b; font:700 11px/17px var(--rv-sans); letter-spacing:.12em; text-transform:uppercase; cursor:pointer; }
.gallery-filters button.is-active,.gallery-filters button:hover { border-color:var(--rv-green); background:var(--rv-green); color:#fff; }
.gallery-wall { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:start; }
.gallery-column { display:flex; min-width:0; flex-direction:column; gap:20px; }
.gallery-wall img { width:100%; height:auto; object-fit:cover; transition:.35s ease; }
.gallery-wall img:hover { box-shadow:0 18px 38px rgba(34,42,38,.16); transform:translateY(-5px); }
.before-after { min-height:1146px; padding:128px 0; background:var(--rv-secondary); }
.section-lead { max-width:640px; margin:24px 0 56px; color:#68726b; line-height:26px; }
.comparison { --comparison-position:50%; --comparison-width:896px; position:relative; width:min(100%,896px); aspect-ratio:896/600; overflow:hidden; user-select:none; }
.comparison>img,.comparison__before img { width:100%; height:100%; object-fit:cover; }
.comparison__before { position:absolute; inset:0 auto 0 0; width:var(--comparison-position); overflow:hidden; }
.comparison__before img { width:var(--comparison-width); max-width:none; }
.comparison__line { position:absolute; z-index:2; top:0; bottom:0; left:var(--comparison-position); width:2px; background:#fff; transform:translateX(-1px); pointer-events:none; }
.comparison__handle { position:absolute; top:50%; left:50%; display:grid; width:46px; height:46px; place-items:center; border:1px solid var(--rv-gold); border-radius:50%; background:var(--rv-charcoal); color:var(--rv-gold); transform:translate(-50%,-50%); box-shadow:0 4px 18px rgba(0,0,0,.2); }
.comparison__handle svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.comparison__range { position:absolute; z-index:3; inset:0; width:100%; height:100%; margin:0; opacity:0; cursor:ew-resize; touch-action:pan-y; }
.comparison:has(.comparison__range:focus-visible) .comparison__handle { outline:3px solid #fff; outline-offset:3px; }
.comparison__label { position:absolute; z-index:1; top:16px; padding:8px 14px; background:rgba(34,42,38,.9); color:#fff; font-size:11px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; pointer-events:none; }
.comparison__label--before { left:24px; }
.comparison__label--after { right:24px; background:oklch(76% .135 85); color:var(--rv-charcoal); }
.comparison-caption { margin:16px 0 0; color:#68726b; font-size:13px; }

/* Reviews */
.review-score { display:flex; min-height:311px; align-items:center; justify-content:center; flex-direction:column; gap:0; border-bottom:1px solid var(--rv-border); background:var(--rv-cream); text-align:center; }
.score-number { color:var(--rv-green); font:400 60px/1 var(--rv-serif); }
.stars { color:var(--rv-gold); letter-spacing:.1em; }
.review-score .stars { margin-top:14px; font-size:20px; line-height:24px; }
.review-score span { display:block; margin-top:12px; color:#68726b; font-size:11.52px; font-weight:700; line-height:17.28px; letter-spacing:.2em; text-transform:uppercase; }
.review-score a { margin-top:24px; color:var(--rv-green); font-size:14px; font-weight:600; line-height:20px; text-decoration:underline; }
.rv-reveal-ready .review-score > .rv-content-reveal { opacity:0; filter:blur(4px); transform:none; transition:opacity 2.65s cubic-bezier(.22,1,.36,1),filter 2.65s cubic-bezier(.22,1,.36,1); transition-delay:var(--rv-content-delay,0ms); }
.rv-reveal-ready .review-score > .rv-content-reveal.rv-content-visible { opacity:1; filter:blur(0); transform:none; }
.review-list { min-height:1145px; padding:128px 0; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.review-card { position:relative; display:flex; height:292px; min-height:292px; flex-direction:column; padding:32px; border:1px solid var(--rv-border); background:#fff; transition:.3s ease; }
.review-card:hover { box-shadow:0 18px 40px rgba(34,42,38,.12); transform:translateY(-6px); }
.review-card .rv-eyebrow { position:absolute; top:32px; right:32px; display:block; margin:0; padding:7px 12px; background:var(--rv-secondary); }
.review-card blockquote { margin:24px 0 auto; color:var(--rv-charcoal); font:400 16px/26px var(--rv-sans); }
.review-card footer { padding-top:20px; border-top:1px solid var(--rv-border); color:#68726b; font-size:14px; }
.review-card footer strong { color:var(--rv-charcoal); }
.review-prompt { min-height:319px; padding:80px 24px; background:var(--rv-secondary); text-align:center; }
.review-prompt h2,.contact-main h2 { margin:0; color:var(--rv-charcoal); font:500 36px/44px var(--rv-serif); }
.review-prompt p { margin:16px auto 28px; color:#68726b; }

/* Contact */
.contact-main { min-height:1026px; padding:128px 0; }
.contact-grid { display:grid; grid-template-columns:minmax(0,620px) minmax(0,517px); gap:63px; }
.quote-form { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:40px; }
.quote-form p { margin:0; }
.quote-form p:has(.form-wide),.quote-form .wpcf7-response-output { grid-column:1/-1; }
.quote-form .wpcf7-form-control-wrap { display:block; }
.wpcf7.quote-form { display:block; margin-top:40px; }
.wpcf7.quote-form form { display:grid; grid-template-columns:1fr 1fr; column-gap:24px; row-gap:24px; margin:0; }
.quote-form > p,.wpcf7.quote-form form > p { margin:0 !important; }
.quote-form > br,.wpcf7.quote-form form > br,.quote-form > p:empty,.wpcf7.quote-form form > p:empty,.quote-form > p:has(> br:only-child),.wpcf7.quote-form form > p:has(> br:only-child) { display:none !important; }
.quote-form label > br { display:none !important; }
.quote-form > p:nth-of-type(n+5),.wpcf7.quote-form form > p:nth-of-type(n+5),.quote-form p:has([name="service-interested"]),.quote-form p:has([name="project-details"]),.quote-form p:has(.wpcf7-submit) { grid-column:1/-1; }
.quote-form .wpcf7-spinner { margin:0 0 0 12px; }
.quote-form label { color:oklch(52% .012 150); font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.quote-form input,.quote-form select,.quote-form textarea { width:100%; margin-top:10px; padding:14px; border:1px solid var(--rv-border); border-radius:0; background:#fff; color:var(--rv-charcoal); font:400 15px/22px var(--rv-sans); }
.quote-form input,.quote-form select { height:52px; }
.quote-form textarea { height:130px; resize:vertical; }
.form-wide { grid-column:1/-1; }
.quote-form .rv-button { width:max-content; }
.quote-form .rv-button { background:var(--rv-gold); color:var(--rv-charcoal); }
.response-note { margin-top:20px; color:#68726b; font-size:13px; }
.contact-card { min-height:771px; padding:40px; border:0; background:var(--rv-charcoal); color:#fff; }
.contact-card h2 { color:#fff; font-size:25px; line-height:32px; }
.contact-card__details { margin-top:32px; }
.contact-card__row { display:grid; grid-template-columns:22px 1fr; gap:14px; align-items:start; margin-top:24px; }
.contact-card__row svg { width:20px; height:20px; fill:none; stroke:var(--rv-gold); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.contact-card__row a,.contact-card__row address { display:block; margin:0; color:#fff; font:400 14px/22px var(--rv-sans); font-style:normal; }
.contact-card__row:first-child a { color:#fff; font:400 18px/24px var(--rv-sans); }
.contact-card__hours { margin-top:24px; }
.contact-card__hours p { margin:0 0 3px; color:#b7bdb9; font-size:14px; line-height:21px; }
.contact-social { display:flex; gap:12px; margin-top:32px; }
.contact-social a { display:grid; width:40px; height:40px; place-items:center; margin:0; border:1px solid rgba(255,255,255,.18); color:#d9ddda; font:600 17px/1 var(--rv-sans); }
.contact-social svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:1.7; }
.contact-map { display:block; width:100%; height:260px; margin-top:32px; border:0; }
.contact-call { min-height:188px; padding:0; background-color:var(--rv-green); background-image:radial-gradient(rgba(255,255,255,.035) 1px,transparent 1px),radial-gradient(circle at 20% 0%,rgba(15,57,38,.48),transparent 58%); background-size:4px 4px,auto; color:#fff; }
.contact-call__inner { display:flex; min-height:188px; align-items:center; justify-content:space-between; gap:48px; }
.contact-call h2 { margin:0; font:500 30px/38px var(--rv-serif); }
.contact-call a { display:inline-flex; min-width:204px; min-height:60px; align-items:center; justify-content:center; padding:16px 32px; border:0; background:var(--rv-gold); box-shadow:none; color:var(--rv-charcoal); font:500 20px/28px var(--rv-serif); }
.services-cta h2 { max-width: 900px; margin-inline: auto; }

@media (max-width: 1023px) {
  .rv-container { width: 100%; padding-inline: 24px; }
  .site-nav, .header-phone { display: none; }
  .header-actions { margin-left: auto; }
  .language-switcher__toggle { display:flex; }
  .language-switcher__options { position:absolute; top:calc(100% + 5px); right:0; display:none; width:100%; min-width:0; flex-direction:column; gap:0; padding:3px; }
  .language-switcher.is-open .language-switcher__options { display:flex; }
  .language-switcher__options a { width:100%; }
  .language-switcher__options a.is-current { display:none; }
  .menu-toggle { display: block; }
  .site-nav.is-open { position: fixed; display: block; inset: 0; z-index: -1; padding: 150px 32px 40px; background: #222a26; }
  .site-nav.is-open ul { align-items: flex-start; flex-direction: column; gap: 18px; }
  .site-nav.is-open a { font: 400 36px/1.1 var(--rv-serif); letter-spacing: 0; text-transform: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .two-col,.team-grid,.service-detail__grid { gap: 48px; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-hero { min-height: 100svh; }
  .home-hero__content { width: 100%; }
  .home-hero h1 { font-size: 60px; line-height: 1.03; letter-spacing: -.9px; }
  .home-stats { padding: 56px 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .home-section { padding: 96px 0; }
  .rv-section-title { font-size: 36px; line-height: 39.6px; letter-spacing: -.54px; }
  .services { padding-bottom: 94px; }
  .why { padding-bottom: 113px; }
  .why-grid { grid-template-columns: 1fr; gap: 64px; }
  .why-image { height: auto; }
  .gallery { padding-bottom: 111px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, calc((100vw - 83px) * .375)); }
  .testimonials { padding-bottom: 111px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial { min-height: 0; }
  .home-cta { padding: 96px 0; }
  .home-cta h2 { font-size: 36px; line-height: 45px; letter-spacing: -.54px; }

  .inner-hero,.services-hero { min-height: 62svh; padding-bottom: 64px; }
  .inner-hero h1 { font-size: 48px; line-height: 1.05; letter-spacing: -.72px; }
  .inner-section { padding: 96px 0; }
  .about-story { min-height: 0; padding-block: 96px; }
  .two-col,.team-grid,.area-grid,.service-detail__grid { grid-template-columns: 1fr; gap: 64px; }
  .about-copy { padding-top: 0; }
  .value-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3,274.25px); gap: 40px; }
  .value-card { min-height: 274.25px; padding: 40px; }
  .area-grid { margin-top: 56px; gap: 48px; }
  .service-area { height: auto; min-height: 821px; }
  .office { min-height: 219.27px; padding: 32px; }
  .inner-cta { padding: 96px 0; }
  .inner-cta h2 { font-size: 36px; line-height: 45px; letter-spacing: -.54px; }
  .service-detail { min-height: 0; padding: 80px 0; }
  .service-detail:nth-child(1),.service-detail:nth-child(2),.service-detail:nth-child(8) { min-height: 1105px; }
  .service-detail:nth-child(n+3):nth-child(-n+7) { min-height: 1048px; }
  .service-detail__grid { gap: 56px; }
  .service-detail__copy h2 { font-size: 36px; line-height: 40px; letter-spacing: -.54px; }
  .service-detail:nth-child(even) .service-detail__image { order: 0; }
  .footer-grid { min-height: 0; padding: 80px 0 60px; }
}

@media (max-width: 768px) {
  body { padding-bottom: 49.27px; }
  .rv-container { width: 100%; padding-inline: 24px; }
  .site-header, .site-header.is-scrolled { padding: 16px 0; }
  .site-header.is-scrolled { padding: 4px 0; }
  .site-header__inner { height: 72px; }
  .site-header.is-scrolled .site-header__inner { height: 72px; }
  .site-logo img, .is-scrolled .site-logo img { height: 72px; }
  .menu-toggle { width: 28px; height: 28px; padding: 0; }
  .menu-toggle span { margin: 5px 0; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .site-logo,.menu-toggle { position: relative; z-index: 102; }
  .site-nav.is-open { z-index: 101; top: 0; right: auto; bottom: auto; left: 0; display: flex; width: 100vw; max-width: none; height: 100dvh; align-items: flex-start; margin: 0; padding: 136px 24px 170px; background-color: var(--rv-charcoal); background-image: radial-gradient(circle at 15% 0%, oklch(42% .072 152 / .42), transparent 52%), radial-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 4px 4px; transform: none; }
  .site-nav.is-open::after { position: absolute; right: 24px; bottom: 132px; left: 24px; height: 1px; background: rgba(248,246,239,.12); content: ""; }
  .site-nav.is-open ul { width: 100%; gap: 0; }
  .site-nav.is-open li { width: 100%; border-bottom: 1px solid rgba(248,246,239,.09); }
  .site-nav.is-open a { padding: 14px 0; color: rgba(248,246,239,.88); font-size: 26px; line-height: 1.1; }
  .site-nav.is-open .current-menu-item a { color: var(--rv-gold); }
  .site-nav.is-open a::after { display: none; }
  .header-quote { display: none; }
  body.menu-open .header-phone { position:fixed; z-index:104; right:auto; bottom:82px; left:24px; display:flex; color:var(--rv-gold); font-size:16px; line-height:22px; }
  body.menu-open .header-quote { position:fixed; z-index:104; right:24px; bottom:24px; left:24px; display:flex; width:auto; min-width:0; min-height:39px; padding:10px 18px; font-size:10px; line-height:15px; }
  body.menu-open .mobile-bar { display:none; }
  .language-switcher { position:absolute; top:50%; right:58px; transform:translateY(-50%); }
  .language-switcher__toggle { display:flex; height:30px; padding-inline:8px; background:rgba(34,42,38,.72); font-size:9px; }
  .language-switcher__options { position:absolute; top:calc(100% + 5px); right:0; display:none; width:100%; min-width:0; flex-direction:column; gap:0; padding:3px; }
  .language-switcher.is-open .language-switcher__options { display:flex; }
  .language-switcher a { min-width:28px; height:26px; padding:0 5px; font-size:9px; }
  .home-hero { min-height: 720px; min-height: 100svh; }
  .home-hero__content { width: 100%; padding-top: 116px; transform: none; }
  .home-hero h1 { margin-top: 28px; font-size: 36px; line-height: 1.03; letter-spacing: -.54px; }
  .home-hero__copy { font-size: 16px; line-height: 26px; }
  .home-hero__buttons { align-items: flex-start; flex-direction: column; }
  .home-hero__buttons .rv-button { width: auto; }
  .home-hero__trust { margin-bottom:32px; line-height:1.7; }
  .home-stats { padding: 56px 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .stat__value { font-size: 36px; line-height: 40px; }
  .stat__value--check svg { width: 40px; height: 40px; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(3), .stat:nth-child(4) { padding-top: 4px; }
  .home-section { padding: 96px 0; }
  .rv-section-title { font-size: 30px; line-height: 33px; letter-spacing: -.45px; }
  .section-intro p { font-size: 16px; line-height: 26px; }
  .services-grid, .services .services-grid { grid-template-columns: 1fr; gap: 32px; margin-top: 64px; }
  .service-card { min-height: 0; }
  .why-grid { grid-template-columns: 1fr; gap: 64px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, calc((100vw - 83px) * .375)); gap: 20px; }
  .gallery-grid img:first-child { grid-row: span 2; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 32px; margin-top: 64px; }
  .testimonial { min-height: 0; }
  .testimonial p { min-height: 0; }
  .home-cta { padding: 96px 0; }
  .home-cta h2 { font-size: 30px; line-height: 37.5px; letter-spacing: -.45px; }
  .home-cta p { font-size: 16px; line-height: 24px; }
  .home-cta__buttons { align-items: center; flex-direction: column; }
  .footer-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 80px; }
  .footer-bottom { height: auto; min-height: 90px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .inner-hero,.services-hero { min-height: 520px; padding-bottom: 56px; }
  .inner-hero,.services-hero { min-height: 62svh; }
  .inner-hero h1 { font-size: 36px; line-height: 1.05; letter-spacing: -.54px; }
  .inner-hero p { font-size: 15px; line-height: 24px; }
  .inner-section { padding: 96px 0; }
  .about-story { min-height: 0; padding-block: 96px; }
  .two-col,.team-grid,.service-detail__grid { grid-template-columns: 1fr; gap: 64px; }
  .area-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-copy { padding-top: 0; }
  .value-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 274.25px); gap: 40px; }
  .value-card { min-height: 274.25px; padding: 40px; }
  .area-grid { margin-top: 48px; }
  .area-grid ul { min-height: 180px; grid-template-columns: 1fr 1fr; }
  .office { min-height: 219.27px; padding: 32px; }
  .service-area { height: auto; min-height: 840px; }
  .inner-cta { padding: 96px 0; }
  .inner-cta h2 { font-size: 30px; line-height: 37.5px; letter-spacing: -.45px; }
  .inner-cta p { font-size: 16px; line-height: 24px; }
  .service-detail { min-height: 0; padding: 64px 0; }
  .service-detail:nth-child(1),.service-detail:nth-child(2),.service-detail:nth-child(8) { min-height:897px; }
  .service-detail:nth-child(3),.service-detail:nth-child(4),.service-detail:nth-child(6) { min-height:865px; }
  .service-detail:nth-child(5),.service-detail:nth-child(7) { min-height:833px; }
  .service-detail:nth-child(even) .service-detail__image { order: 0; }
  .service-detail__copy h2 { font-size: 38px; line-height: 1.1; }
  .service-detail__copy ul { grid-template-columns: 1fr; }
  .mobile-bar { position: fixed; z-index: 110; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1px 1fr; height: 49.27px; box-shadow: 0 -4px 18px rgba(0,0,0,.16); }
  .mobile-bar::before { grid-column: 2; grid-row: 1; background: rgba(248,246,239,.18); content: ""; }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 0; background: var(--rv-charcoal); color: #fff; font: 700 11.52px/17.28px var(--rv-sans); letter-spacing: .08em; text-transform: uppercase; }
  .mobile-bar a:first-child { grid-column: 1; }
  .mobile-bar a:first-child svg { width: 14px; height: 14px; color: var(--rv-gold); }
  .mobile-bar a:last-child { grid-column: 3; }
  .mobile-bar a:last-child { background: var(--rv-gold); color: #222a26; }
  .gallery-archive { min-height:0; padding:80px 0 96px; }
  .gallery-archive { min-height:2999px; }
  .gallery-filters { justify-content:flex-start; margin-bottom:40px; overflow-x:auto; flex-wrap:nowrap; }
  .gallery-filters button { flex:0 0 auto; }
  .gallery-wall { grid-template-columns:1fr; gap:20px; }
  .gallery-wall img,.gallery-wall img:first-child,.gallery-wall img:nth-child(5) { height:auto; margin-bottom:0; }
  .before-after { min-height:0; padding:96px 0; }
  .comparison { width:100%; height:auto; aspect-ratio:327/208; }
  .review-score { min-height:311px; gap:0; }
  .score-number { font-size:60px; }
  .review-list { min-height:0; padding:96px 0; }
  .review-grid { grid-template-columns:1fr; gap:32px; }
  .review-card { height:auto; min-height:292px; padding:32px; }
  .review-card:first-child,.review-card:nth-child(2) { height:auto; min-height:292px; }
  .review-prompt { padding:80px 24px; }
  .review-prompt h2,.contact-main h2 { font-size:30px; line-height:37px; }
  .contact-main { min-height:0; padding:96px 0; }
  .contact-grid { grid-template-columns:1fr; gap:64px; }
  .quote-form { grid-template-columns:1fr; }
  .wpcf7.quote-form form { grid-template-columns:1fr; }
  .quote-form>* { grid-column:1; }
  .quote-form .rv-button { width:100%; }
  .contact-card { min-height:0; padding:32px 24px; }
  .contact-map { height:220px; }
  .contact-call { min-height:250px; text-align:center; }
  .contact-call__inner { min-height:250px; flex-direction:column; gap:18px; }
  .contact-call h2,.contact-call a { font-size:26px; line-height:34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .hero-particle-canvas { display:none; }
}
