

:root {
  --green: #4f8f2f;
  --green-dark: #24582e;
  --green-soft: #eaf3e5;
  --lime: #79b938;
  --blue: #1b8097;
  --ink: #173224;
  --muted: #5e7165;
  --cream: #f7f7f1;
  --white: #ffffff;
  --line: #dce6dc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
svg { display: block; width: 1em; height: 1em; }
button, input { font: inherit; }
.container { width: min(1320px, calc(100% - 64px)); margin: 0 auto; }

.service-bar { color: #fff; background: var(--green-dark); font-size: 13px; font-weight: 650; }
.service-bar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.service-bar-inner span:last-child { color: #cfebb4; }
.site-header { z-index: 20; position: relative; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 94px; display: flex; align-items: center; gap: 44px; }
.brand { flex: 0 0 auto; margin-right: auto; display: block; }
.brand img { width: 225px; height: auto; display: block; }
nav { display: flex; align-items: center; gap: 28px; color: var(--ink); font-size: 14px; font-weight: 680; }
nav a { padding: 13px 0; border-bottom: 2px solid transparent; }
nav a:hover, nav a:focus-visible { color: var(--green); border-color: var(--lime); }
.header-phone { min-height: 50px; padding: 0 21px; border: 1.5px solid var(--green-dark); border-radius: 7px; display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-weight: 780; }
.header-phone svg { fill: var(--green); }

.hero { min-height: 760px; display: grid; grid-template-columns: 43% 57%; overflow: hidden; background: linear-gradient(135deg, #fff 0%, var(--cream) 100%); }
.hero-copy { z-index: 2; padding: clamp(70px, 7vw, 112px) clamp(38px, 5.2vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 19px; color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 850; }
h1 { max-width: 700px; margin: 0; color: var(--green-dark); font-size: clamp(50px, 4.35vw, 75px); line-height: 1.01; letter-spacing: -.055em; }
.hero-lead { max-width: 610px; margin: 27px 0 0; color: var(--muted); font-size: 19px; line-height: 1.58; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 24px; }
.button { min-height: 62px; padding: 0 29px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-weight: 800; }
.button-primary { color: #fff; background: linear-gradient(90deg, var(--green), var(--lime)); box-shadow: 0 13px 30px rgba(65,130,48,.24); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 17px 35px rgba(65,130,48,.3); }
.text-link { color: var(--green-dark); border-bottom: 1px solid #9cb19f; font-weight: 760; }
.trust-row { margin-top: 43px; display: flex; align-items: flex-start; gap: 22px; }
.trust-row > span { flex: 1; max-width: 175px; display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 13px; line-height: 1.25; font-weight: 740; }
.trust-row i { flex: 0 0 34px; width: 34px; height: 34px; border: 1.5px solid var(--lime); border-radius: 50%; display: grid; place-items: center; color: var(--green); }
.trust-row svg, .service-checks svg { fill: none; stroke: currentColor; stroke-width: 2.3; }

.hero-visual { min-width: 0; position: relative; background: #dce9d3; }
.hero-image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hero-quote-card { position: absolute; right: 36px; bottom: 34px; width: min(390px, calc(100% - 72px)); padding: 27px; border-top: 5px solid var(--lime); border-radius: 12px; background: rgba(255,255,255,.97); box-shadow: 0 24px 65px rgba(25,62,33,.24); }
.card-kicker { margin: 0 0 8px; color: var(--green); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 850; }
.hero-quote-card h2 { margin: 0; color: var(--green-dark); font-size: 27px; letter-spacing: -.035em; }
.hero-quote-card > p:not(.card-kicker) { margin: 9px 0 17px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.hero-quote-card form { display: grid; gap: 10px; }
.hero-quote-card label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.hero-quote-card input { width: 100%; height: 47px; padding: 0 14px; color: var(--ink); border: 1px solid #cbd9cc; border-radius: 6px; background: #fff; }
.hero-quote-card input:focus { border-color: var(--green); outline: 3px solid rgba(121,185,56,.23); }
.hero-quote-card textarea { width: 100%; min-height: 74px; padding: 12px 14px; color: var(--ink); border: 1px solid #cbd9cc; border-radius: 6px; background: #fff; font: inherit; resize: vertical; }
.hero-quote-card textarea:focus { border-color: var(--green); outline: 3px solid rgba(121,185,56,.23); }
.hero-quote-card button { height: 52px; padding: 0 17px; border: 0; border-radius: 6px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--green); font-weight: 800; cursor: pointer; }
.hero-quote-card button:disabled { opacity: .68; cursor: wait; }
.hero-quote-card small { margin-top: 11px; display: block; color: var(--muted); text-align: center; font-size: 11px; }
.hero-quote-card .form-error { margin: 2px 0 0; color: #9a2f2f; font-size: 12px; line-height: 1.45; }
.hero-quote-card .form-error a { text-decoration: underline; font-weight: 750; }
.form-message { min-height: 170px; padding: 30px; border-radius: 8px; display: flex; flex-direction: column; justify-content: center; color: var(--green-dark); background: var(--green-soft); text-align: center; }
.form-message strong { font-size: 24px; }
.form-message span { margin-top: 7px; color: var(--muted); font-size: 13px; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { min-height: 124px; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 24px 27px; border-right: 1px solid var(--line); display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 10px; }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid > div > span { grid-row: 1 / 3; align-self: start; color: var(--lime); font-size: 12px; font-weight: 850; }
.proof-grid strong { color: var(--green-dark); font-size: 15px; }
.proof-grid small { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.4; }

.section { padding: 112px 0; }
.section h2 { margin: 0; color: var(--green-dark); font-size: clamp(40px, 4vw, 62px); line-height: 1.06; letter-spacing: -.046em; }
.service-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.service-image-stack { min-height: 645px; position: relative; }
.service-image-main { width: 87%; height: 570px; border-radius: 14px; object-fit: cover; }
.service-image-small { position: absolute; right: 0; bottom: 0; width: 43%; height: 290px; border: 9px solid #fff; border-radius: 12px; object-fit: cover; }
.experience-badge { position: absolute; left: 26px; bottom: 29px; width: 178px; min-height: 143px; padding: 22px; border-radius: 9px; display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--green); }
.experience-badge strong { font-size: 52px; line-height: 1; }
.experience-badge span { margin-top: 7px; font-size: 13px; }
.service-copy .lead-copy { margin: 27px 0 13px; color: var(--ink); font-size: 20px; line-height: 1.55; font-weight: 640; }
.service-copy > p:not(.eyebrow):not(.lead-copy) { color: var(--muted); line-height: 1.7; }
.service-checks { margin: 28px 0 34px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 22px; list-style: none; color: var(--green-dark); font-size: 14px; font-weight: 720; }
.service-checks li { display: flex; align-items: center; gap: 9px; }
.service-checks svg { flex: 0 0 21px; width: 21px; color: var(--green); }

.video-section { background: var(--cream); border-top: 1px solid var(--line); }
.video-layout { display: grid; grid-template-columns: 1fr 360px; align-items: center; gap: 90px; }
.video-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 34px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.video-frame { width: 100%; aspect-ratio: 9 / 16; overflow: hidden; border-radius: 14px; background: #dce9d3; box-shadow: 0 24px 65px rgba(25,62,33,.18); }
.video-frame iframe { width: 100%; height: 100%; display: block; border: 0; }

.benefits-band { padding: 76px 0; background: var(--green-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefits-layout { display: grid; grid-template-columns: .85fr 1.45fr auto; align-items: center; gap: 55px; }
.benefits-layout h2 { margin: 0; color: var(--green-dark); font-size: clamp(34px, 3.2vw, 50px); line-height: 1.08; letter-spacing: -.04em; }
.benefits-layout ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 34px; list-style: none; }
.benefits-layout li { display: flex; align-items: flex-start; gap: 12px; }
.benefits-layout li > svg { flex: 0 0 25px; width: 25px; fill: none; stroke: var(--green); stroke-width: 2.3; }
.benefits-layout li span { display: flex; flex-direction: column; color: var(--muted); font-size: 13px; line-height: 1.5; }
.benefits-layout li strong { margin-bottom: 4px; color: var(--green-dark); font-size: 15px; }

.options-grid { margin-top: 54px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.options-grid article { padding: 38px 34px; border: 1px solid var(--line); border-top: 5px solid var(--lime); border-radius: 12px; background: var(--cream); }
.options-grid h3 { margin: 0 0 12px; color: var(--green-dark); font-size: 24px; letter-spacing: -.03em; }
.options-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.other-services { margin-top: 30px; padding: 30px 34px; border: 1px solid var(--line); border-radius: 12px; }
.other-services h3 { margin: 0 0 17px; color: var(--green); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 850; }
.other-services ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px 26px; list-style: none; color: var(--green-dark); font-size: 14px; font-weight: 720; }
.other-services li { display: flex; align-items: center; gap: 10px; }
.other-services li::before { content: ""; flex: 0 0 7px; height: 7px; border-radius: 50%; background: var(--lime); }

.process-section { color: #fff; background: var(--green-dark); }
.section-heading { display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: 85px; }
.section-heading h2 { color: var(--green-dark); }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.process-heading h2 { color: #fff; }
.process-heading .eyebrow { color: #b8df89; }
.process-heading > p { color: #bad0bf; }
.steps { margin: 64px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.steps li { min-width: 0; min-height: 470px; border-right: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; overflow: hidden; }
.steps li:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.step-image { width: 100%; height: 165px; display: block; object-fit: cover; }
.steps > li > span { margin: 24px 25px 0; color: #b8df89; font-size: 13px; font-weight: 850; }
.steps div { margin: auto 25px 28px; padding-top: 27px; }
.steps h3 { margin: 0 0 11px; font-size: 20px; line-height: 1.25; }
.steps p { margin: 0; color: #bad0bf; font-size: 14px; line-height: 1.6; }
.section-cta { margin-top: 36px; display: flex; justify-content: center; }
.button-light { color: var(--green-dark); background: #fff; box-shadow: 0 14px 35px rgba(8,32,16,.22); }

.gallery-section { background: var(--cream); }
.cronulla-story { margin-top: 48px; padding: 30px 35px; border-left: 5px solid var(--lime); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; background: #fff; box-shadow: 0 14px 35px rgba(31,74,37,.08); }
.cronulla-story > span { color: var(--green); text-transform: uppercase; letter-spacing: .11em; font-size: 11px; font-weight: 850; }
.cronulla-story p { margin: 0; color: var(--green-dark); font-size: 18px; line-height: 1.5; font-weight: 680; }
.cronulla-story a { color: var(--green-dark); border-bottom: 1px solid #9cb19f; font-weight: 800; white-space: nowrap; }
.gallery-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 270px; gap: 14px; }
.gallery-grid figure { margin: 0; border-radius: 9px; position: relative; overflow: hidden; background: #dfe7dc; }
.gallery-grid .gallery-before-after { grid-column: span 2; grid-row: span 2; }
.gallery-grid .gallery-tall { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figure::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(20,53,29,.75)); }
.gallery-grid figcaption { z-index: 1; position: absolute; right: 18px; bottom: 16px; left: 18px; color: #fff; font-size: 14px; font-weight: 760; }

.review-section { background: #e9f3e4; }
.review-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: stretch; gap: 80px; }
.review-intro { display: flex; flex-direction: column; }
.review-controls { margin-top: auto; display: flex; align-items: center; gap: 16px; }
.review-controls button { width: 50px; height: 50px; border: 1px solid #9ebc97; border-radius: 50%; color: var(--green-dark); background: transparent; font-size: 19px; cursor: pointer; }
.review-controls button:hover { color: #fff; background: var(--green); border-color: var(--green); }
.review-controls span { color: var(--muted); font-size: 13px; }
.review-card { min-height: 430px; padding: 55px; border-radius: 15px; display: flex; flex-direction: column; justify-content: center; background: #fff; box-shadow: 0 18px 50px rgba(31,74,37,.09); }
.stars { margin: 0 0 23px; color: #e9a322; letter-spacing: .15em; }
blockquote { margin: 0; color: var(--green-dark); font-size: clamp(27px, 3vw, 42px); line-height: 1.35; letter-spacing: -.035em; font-weight: 700; }
.review-author { margin: 30px 0 0; display: flex; flex-direction: column; }
.review-author span { margin-top: 4px; color: var(--muted); font-size: 13px; }

.why-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.why-copy > p:not(.eyebrow) { margin: 26px 0 37px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.feature-grid div { padding-top: 18px; border-top: 2px solid var(--lime); display: flex; flex-direction: column; }
.feature-grid strong { color: var(--green-dark); }
.feature-grid span { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.why-cta { width: max-content; margin-top: 34px; }
.why-image { height: 640px; border-radius: 14px; overflow: hidden; }
.why-image img { width: 100%; height: 100%; object-fit: cover; }

.faq-section { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 105px; }
.faq-layout > div:first-child > p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.faq-phone { width: max-content; margin-top: 28px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--green-dark); font-size: 18px; font-weight: 750; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--green); font-size: 26px; font-weight: 400; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -8px 50px 29px 0; color: var(--muted); line-height: 1.65; }

.final-cta { padding: 78px 0; color: #fff; background: linear-gradient(110deg, #4f8f2f, #79b938); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 65px; }
.final-cta .eyebrow { color: #e0f2ca; }
.final-cta h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.final-cta p:not(.eyebrow) { max-width: 720px; margin: 13px 0 0; color: #e8f6dc; }
.final-actions { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 13px; }
.button-white { min-width: 285px; color: var(--green-dark); background: #fff; box-shadow: 0 14px 35px rgba(24,70,29,.18); }
.final-actions > a:last-child { border-bottom: 1px solid rgba(255,255,255,.6); font-weight: 720; }

footer { padding: 54px 0; color: #b5c9b9; background: #14351e; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 50px; }
.footer-brand { width: max-content; padding: 12px 18px; border-radius: 7px; background: #fff; }
.footer-brand img { width: 210px; }
.footer-grid p { font-size: 13px; line-height: 1.6; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; font-size: 13px; }
.footer-grid > div a { color: #fff; font-size: 18px; font-weight: 780; }
.footer-grid > div a.footer-email { max-width: 100%; font-size: 14px; font-weight: 650; word-break: break-word; }
.footer-grid > div .footer-links { margin-top: 5px; display: flex; gap: 18px; }
.footer-grid > div .footer-links a { font-size: 13px; font-weight: 680; border-bottom: 1px solid rgba(255,255,255,.35); }
.mobile-bar { display: none; }

@media (max-width: 1180px) {
  nav { display: none; }
  .hero { grid-template-columns: 48% 52%; }
  .hero-copy { padding-inline: 38px; }
  .trust-row { flex-direction: column; gap: 12px; }
  .trust-row > span { max-width: none; }
  .service-layout, .why-layout { gap: 55px; }
  .video-layout { grid-template-columns: 1fr 320px; gap: 55px; }
  .benefits-layout { grid-template-columns: 1fr 1.3fr; }
  .benefits-layout > .button { grid-column: 1 / 3; width: max-content; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .steps li:nth-child(4) { border-left: 1px solid rgba(255,255,255,.18); }
  .review-layout { gap: 50px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 32px, 680px); }
  .service-bar-inner { justify-content: center; text-align: center; }
  .service-bar-inner span:last-child { display: none; }
  .site-header { position: sticky; top: 0; }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 185px; }
  .header-phone { margin-left: auto; width: 47px; min-height: 47px; padding: 0; justify-content: center; font-size: 0; }
  .header-phone svg { width: 19px; height: 19px; }
  .hero { min-height: auto; display: flex; flex-direction: column; }
  .hero-copy { padding: 52px 24px 44px; }
  h1 { font-size: clamp(44px, 12vw, 59px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { align-self: center; }
  .trust-row { display: grid; grid-template-columns: 1fr; margin-top: 34px; }
  .hero-visual { min-height: 0; display: flex; flex-direction: column; background: #fff; }
  .hero-image { position: static; width: 100%; height: 360px; object-position: center 48%; }
  .hero-quote-card { position: static; right: auto; bottom: auto; left: auto; width: auto; margin: 0 16px 28px; border-radius: 0 0 12px 12px; box-shadow: 0 18px 45px rgba(25,62,33,.16); }
  .proof-grid { grid-template-columns: 1fr 1fr; padding: 10px 0; }
  .proof-grid > div, .proof-grid > div:first-child { min-height: 118px; border: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .service-layout, .section-heading, .why-layout, .faq-layout, .review-layout { grid-template-columns: 1fr; }
  .service-layout, .section-heading, .why-layout, .faq-layout, .review-layout { gap: 44px; }
  .benefits-layout { grid-template-columns: 1fr; gap: 34px; }
  .benefits-layout > .button { grid-column: auto; width: 100%; }
  .cronulla-story { grid-template-columns: 1fr; padding: 26px; gap: 12px; }
  .cronulla-story a { width: max-content; margin-top: 5px; }
  .service-image-stack { min-height: 520px; }
  .service-image-main { height: 455px; }
  .service-image-small { height: 220px; }
  .service-checks { grid-template-columns: 1fr; }
  .video-layout { grid-template-columns: 1fr; gap: 34px; justify-items: center; }
  .video-copy { width: 100%; }
  .video-frame { width: min(330px, 100%); }
  .options-grid { grid-template-columns: 1fr; gap: 20px; }
  .options-grid article { padding: 30px 26px; }
  .other-services { padding: 26px; }
  .other-services ul { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; margin-top: 44px; }
  .steps li, .steps li:first-child, .steps li:nth-child(4) { min-height: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .step-image { height: 220px; }
  .steps > li > span { margin: 24px 24px 0; }
  .steps div { margin: 30px 24px 30px; padding-top: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; }
  .gallery-grid .gallery-before-after { grid-column: 1 / 3; grid-row: auto; height: 310px; }
  .gallery-grid .gallery-tall { grid-row: span 2; }
  .review-intro { min-height: 250px; }
  .review-card { min-height: 420px; padding: 36px 28px; }
  .why-image { height: 500px; grid-row: 1; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-actions { width: 100%; align-items: stretch; }
  .final-actions > a:last-child { align-self: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-grid > div { align-items: flex-start; }
  .mobile-bar { z-index: 40; position: fixed; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 28px rgba(22,66,30,.18); }
  .mobile-bar a { min-height: 58px; display: grid; place-items: center; color: #fff; background: var(--green-dark); font-size: 14px; font-weight: 820; }
  .mobile-bar a:last-child { background: var(--green); }
  body { padding-bottom: 58px; }
}

@media (max-width: 520px) {
  .brand img { width: 158px; }
  .hero-image { height: 315px; }
  .hero-quote-card { margin-inline: 12px; padding: 24px 20px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div:nth-child(odd) { border-right: 0; }
  .section h2 { font-size: 39px; }
  .service-image-stack { min-height: 450px; }
  .service-image-main { width: 100%; height: 420px; }
  .service-image-small { display: none; }
  .experience-badge { left: 17px; bottom: 17px; }
  .gallery-grid { display: flex; flex-direction: column; }
  .gallery-grid figure, .gallery-grid .gallery-before-after { height: 285px; }
  .gallery-grid .gallery-before-after { height: 230px; }
  .feature-grid { grid-template-columns: 1fr; }
  .other-services ul { grid-template-columns: 1fr; }
  .benefits-layout ul { grid-template-columns: 1fr; }
  .why-cta { width: 100%; }
  blockquote { font-size: 27px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise .55s ease both; }
  .hero-copy > *:nth-child(2) { animation-delay: .06s; }
  .hero-copy > *:nth-child(3) { animation-delay: .12s; }
  .hero-copy > *:nth-child(4) { animation-delay: .18s; }
  .hero-copy > *:nth-child(5) { animation-delay: .24s; }
  .button { transition: transform .2s ease, box-shadow .2s ease; }
  @keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
}
