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

:root {
  --ink: #101010;
  --yellow: #ffc423;
  --paper: #fffdf8;
  --soft: #f3f0e8;
  --line: #d9d5ca;
  --muted: #68665f;
  --radius: 2px;
  --shell: min(1280px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Google Sans", Arial, sans-serif; font-size: 18px; line-height: 1.65; }
img { display: block; max-width: 100%; }
.brand img, .footer__brand img { width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.section { padding: clamp(60px, 7vw, 104px) 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 14px; top: -100px; padding: 10px 15px; background: var(--yellow); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 14px; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.eyebrow { margin: 0 0 17px; font: 700 11px/1.2 inherit; letter-spacing: .12em; text-transform: uppercase; color: var(--yellow); }
.eyebrow--dark { color: #9a7100; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 800px; margin-bottom: 25px; color: white; font-size: clamp(56px, 7.6vw, 112px); font-weight: 700; }
h1 em, h2 em { font-family: inherit; font-style: normal; font-weight: 700; letter-spacing: inherit; }
h2 { margin-bottom: 25px; font-size: clamp(46px, 5.3vw, 80px); font-weight: 800; }
h3 { line-height: 1.12; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 19px; padding: 12px 21px; border: 1px solid transparent; border-radius: var(--radius); font-size: 12px; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--whatsapp { background: var(--yellow); color: var(--ink); }
.button--quote { background: var(--ink); color: white; }
.button--yellow { background: var(--yellow); color: var(--ink); }
.button--ink { background: var(--ink); color: white; }
.button--outline-light { border-color: rgb(255 255 255 / .45); color: white; }
.button--outline-light:hover { background: white; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }
.text-link:hover { color: #876300; }
.text-link--light { color: white; border-color: rgb(255 255 255 / .65); }

.contact-bar { border-bottom: 1px solid var(--ink); background: var(--yellow); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-bar__inner { display: grid; min-height: 34px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.contact-bar a { color: var(--ink); }
.contact-bar p { margin: 0; text-align: center; }
.coverage__compact { display: none; }
.contact-bar__experience { text-align: right; }
.site-header { position: relative; z-index: 20; background: var(--ink); color: white; }
.header-main { display: grid; min-height: 105px; grid-template-columns: 235px 1fr auto; align-items: center; gap: 28px; }
.brand { width: 212px; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.3vw, 40px); }
.primary-nav a { position: relative; padding: 8px 0; font-size: 12px; font-weight: 800; }
.primary-nav a::after { position: absolute; bottom: 2px; left: 0; width: 0; height: 2px; background: var(--yellow); content: ""; transition: width .2s ease; }
.primary-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-actions .button--whatsapp { border-color: var(--yellow); background: transparent; color: var(--yellow); }
.header-actions .button--whatsapp:hover { background: var(--yellow); color: var(--ink); }
.header-actions .button--quote { background: var(--yellow); color: var(--ink); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: min(750px, calc(100vh - 145px)); overflow: hidden; background: var(--ink); color: white; }
.hero__slides, .hero__slide { min-height: inherit; }
.hero__slide { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; pointer-events: none; transition: opacity .6s ease; }
.hero__slide.is-active { position: relative; opacity: 1; pointer-events: auto; }
.hero__art { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #292823; color: rgb(255 255 255 / .58); font: 500 11px/1.2 inherit; letter-spacing: .1em; text-transform: uppercase; }
.hero__art img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.04); }
.hero__art::before, .hero__art::after { position: absolute; content: ""; }
.hero__art::before { display: none; }
.hero__art::after { right: 9%; bottom: -10%; width: min(55vw, 690px); aspect-ratio: 1; border: 1px solid rgb(255 196 35 / .66); border-radius: 50%; }
.hero__art--bathroom img { object-position: center; }
.hero__art--joinery img { object-position: center; }
.hero__art span { position: relative; z-index: 1; padding: 10px 15px; border: 1px solid rgb(255 255 255 / .28); }
.hero__art > span { display: none; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / .72), rgb(0 0 0 / .26) 62%, rgb(0 0 0 / .1)); }
.hero__content { position: relative; z-index: 2; padding: 92px 0 126px; }
.hero__lead { max-width: 500px; margin-bottom: 36px; color: rgb(255 255 255 / .9); font-size: clamp(18px, 1.6vw, 21px); }
.hero__actions { display: flex; align-items: center; gap: 27px; }
.hero__controls { position: absolute; z-index: 3; right: 0; bottom: 28px; left: 0; display: flex; align-items: center; justify-content: center; }
.hero__dots { display: flex; align-items: center; gap: 0; }
.hero__controls button { display: grid; width: 32px; height: 32px; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hero__controls button + button { margin-left: -9px; }
.hero__controls button::before { width: 6px; height: 6px; border: 1px solid rgb(255 255 255 / .76); border-radius: 50%; background: rgb(255 255 255 / .3); content: ""; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.hero__controls button:hover::before, .hero__controls button:focus-visible::before { border-color: var(--yellow); background: var(--yellow); }
.hero__controls button.is-active::before { border-color: var(--yellow); background: var(--yellow); transform: scale(1.22); }

.intro { background: var(--ink); color: white; }
.intro__grid { display: grid; grid-template-columns: minmax(340px, 1.08fr) minmax(0, .92fr); align-items: stretch; gap: clamp(34px, 5vw, 70px); }
.intro__media { position: relative; min-height: 100%; aspect-ratio: auto; overflow: hidden; background: var(--ink); }
.intro__media::after { display: none; }
.intro__media video { width: 100%; height: 100%; object-fit: contain; background: var(--ink); }
.intro__sound-toggle { position: absolute; right: 14px; bottom: 14px; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid rgb(255 255 255 / .58); border-radius: 50%; background: rgb(16 16 16 / .86); color: white; cursor: pointer; }
.sound-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.sound-icon--muted { display: none; }
.intro__sound-toggle[aria-pressed="false"] .sound-icon--speaker { display: none; }
.intro__sound-toggle[aria-pressed="false"] .sound-icon--muted { display: block; }
.intro__sound-toggle:hover, .intro__sound-toggle:focus-visible { border-color: var(--yellow); color: var(--yellow); }
.image-slot { position: relative; display: flex; align-items: center; justify-content: center; min-height: 180px; overflow: hidden; background: linear-gradient(140deg, #e3dfd4, #cac5b9); color: #666257; text-align: center; }
.image-slot::before { position: absolute; inset: 18px; border: 1px solid rgb(16 16 16 / .18); content: ""; }
.image-slot span { position: relative; z-index: 1; max-width: 150px; font: 700 10px/1.5 inherit; letter-spacing: .1em; text-transform: uppercase; }
.image-slot--portrait { min-height: 570px; }
.image-slot--portrait::after { position: absolute; right: -20px; bottom: -18px; width: 180px; height: 180px; border: 1px solid var(--yellow); border-radius: 50%; content: ""; }
.intro__copy { display: flex; min-height: 100%; flex-direction: column; justify-content: center; }
.intro__copy { max-width: 590px; }
.intro__large { max-width: 540px; font-size: 22px; line-height: 1.5; }
.intro__copy > p:not(.eyebrow) { color: rgb(255 255 255 / .72); }
.intro__copy .text-link { margin-top: 18px; }
.intro__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 24px; }
.section--soft { background: var(--yellow); }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading > p:last-child { max-width: 590px; color: rgb(16 16 16 / .74); font-size: 18px; }
.service-card, .featured-project, .project-card { background: var(--ink); color: white; }
.services__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.service-card { display: flex; min-height: 545px; flex-direction: column; padding: clamp(24px, 3vw, 30px); background: var(--ink); color: white; }
.service-card--feature { grid-row: auto; min-height: 545px; }
.service-card--dark { background: var(--ink); color: white; }
.service-card__number { margin-bottom: auto; color: #ad8509; font: 700 11px/1.2 inherit; }
.service-card__image { aspect-ratio: 1.38; min-height: 0; margin: 0 0 28px; overflow: hidden; background: #ded9cd; }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; }
.service-card h3 { margin-bottom: 12px; font-size: 27px; letter-spacing: -.05em; }
.service-card p:not(.service-card__number) { max-width: 380px; margin-bottom: 20px; color: rgb(255 255 255 / .68); font-size: 15px; line-height: 1.6; }
.service-card--dark p:not(.service-card__number) { color: rgb(255 255 255 / .68); }
.service-card a { align-self: stretch; width: 100%; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.service-card--dark a { border-color: rgb(255 255 255 / .28); }
.home-improvements { background: var(--ink); color: white; }
.home-improvements__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 17px; }
.home-improvements__panel { display: flex; min-height: 590px; flex-direction: column; justify-content: space-between; padding: clamp(30px, 4vw, 54px); border: 1px solid var(--yellow); }
.home-improvements__panel h2 { margin-bottom: 21px; font-size: clamp(44px, 5vw, 75px); }
.home-improvements__panel h2 span { color: var(--yellow); }
.home-improvements__lead { max-width: 440px; margin-bottom: 28px; color: rgb(255 255 255 / .72); font-size: 17px; line-height: 1.55; }
.home-improvements__list { display: grid; gap: 9px; margin: 36px 0; padding: 0; list-style: none; }
.home-improvements__list li { position: relative; padding-left: 26px; color: rgb(255 255 255 / .88); font-size: 15px; font-weight: 600; }
.home-improvements__list li::before { position: absolute; left: 0; color: var(--yellow); content: "✓"; font-weight: 800; }
.home-improvements__call { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 18px; min-height: 82px; padding: 16px 20px; background: var(--yellow); color: var(--ink); }
.home-improvements__call span { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-improvements__call strong { grid-column: 1; font-size: clamp(23px, 2.3vw, 31px); letter-spacing: -.04em; }
.home-improvements__call i { grid-column: 2; grid-row: 1 / span 2; font-size: 24px; font-style: normal; }
.home-improvements__visuals { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 17px; min-height: 590px; }
.home-improvements__visual { min-height: 0; margin: 0; overflow: hidden; background: var(--yellow); }
.home-improvements__visual--main { grid-row: 1 / span 2; }
.home-improvements__visual img { width: 100%; height: 100%; object-fit: cover; }
.transformation { background: var(--yellow); }
.transformation__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.transformation__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 3.5vw, 50px); background: var(--ink); color: white; }
.transformation__copy .eyebrow { color: var(--yellow); }
.transformation__copy h2 { max-width: 470px; font-size: clamp(48px, 4.3vw, 65px); }
.transformation__copy > p:not(.eyebrow) { max-width: 430px; color: rgb(255 255 255 / .72); font-size: 18px; }
.transformation__copy .button { align-self: flex-start; margin-top: 14px; }
.transformation__gallery { display: grid; grid-column: span 2; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.transformation__gallery figure { margin: 0; }
.transformation__image { aspect-ratio: 1.24; overflow: hidden; background: var(--ink); }
.transformation__image img { width: 100%; height: 100%; object-fit: cover; }
.transformation__gallery figcaption { padding-top: 11px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.reasons { background: var(--ink); color: white; }
.reasons__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 10vw, 150px); }
.reasons__title { max-width: 420px; }
.reasons__title > p:not(.eyebrow) { max-width: 370px; margin-bottom: 0; color: rgb(255 255 255 / .68); font-size: 15px; line-height: 1.65; }
.reasons__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(34px, 7vw, 100px); }
.reason-card { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid rgb(255 255 255 / .22); }
.reason-card__icon { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); }
.reason-card__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.reason-card h3 { margin-bottom: 7px; color: white; font-size: 21px; letter-spacing: -.04em; }
.reason-card p { margin: 0; color: rgb(255 255 255 / .65); font-size: 15px; line-height: 1.55; }
.section--ink { background: var(--ink); color: white; }
.section-heading--light > p:last-child { color: rgb(255 255 255 / .67); }
.work__featured { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.featured-project { display: flex; min-height: 540px; flex-direction: column; background: var(--ink); color: white; }
.featured-project > img { width: 100%; aspect-ratio: 1.38; object-fit: cover; }
.featured-project > div { display: flex; flex: 1; flex-direction: column; padding: 28px 30px 30px; }
.featured-project .eyebrow { margin-bottom: 15px; }
.featured-project h3, .work__subheading h3 { margin: 0 0 14px; font-size: 29px; letter-spacing: -.05em; }
.featured-project p:not(.eyebrow) { margin-bottom: 20px; color: rgb(255 255 255 / .68); font-size: 15px; line-height: 1.6; }
.featured-project a { align-self: stretch; width: 100%; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.work__subheading { margin: 92px 0 30px; }
.work__subheading .eyebrow { margin-bottom: 12px; }
.project-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.project-card { margin: 0; background: var(--ink); color: white; }
.project-card__image { aspect-ratio: 1.38; overflow: hidden; background: #ded9cd; }
.project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-card:hover img { transform: scale(1.03); }
.project-card figcaption { padding: 17px 20px 20px; color: var(--yellow); font-size: 15px; font-weight: 700; }
.process { background: var(--yellow); }
.process__grid { display: grid; margin: 0; padding: 0; counter-reset: process; list-style: none; }
.process__grid li { display: grid; grid-template-columns: 130px minmax(180px, .75fr) 1fr; gap: 25px; align-items: baseline; padding: 30px 0; border-top: 1px solid var(--line); }
.process__grid li:last-child { border-bottom: 1px solid var(--line); }
.process__grid span { color: #a67b00; font: 700 12px/1.2 inherit; }
.process__grid h3 { margin: 0; font-size: 24px; letter-spacing: -.04em; }
.process__grid p { margin: 0; color: var(--muted); font-size: 15px; }
.section--yellow { background: var(--yellow); }
.reviews__heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 52px; }
.reviews__heading h2 { margin-bottom: 0; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.reviews blockquote { display: flex; min-height: 260px; flex-direction: column; justify-content: space-between; margin: 0; padding: 35px; background: var(--ink); color: white; }
.reviews blockquote > p { max-width: 330px; font-family: inherit; font-size: 25px; font-weight: 600; line-height: 1.22; letter-spacing: -.03em; }
.reviews footer { font-size: 12px; font-weight: 800; }
.reviews footer span { display: block; margin-top: 4px; color: rgb(255 255 255 / .62); font: 700 10px/1.2 inherit; letter-spacing: .07em; text-transform: uppercase; }
.google-review .review-stars { margin-bottom: 8px; color: #a47c00; font-size: 14px; letter-spacing: .12em; }
.local-presence { display: grid; grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr); gap: 17px; margin-top: 60px; }
.local-presence__details { padding: clamp(30px, 4vw, 54px); background: var(--ink); color: white; }
.local-presence__details .eyebrow { margin-bottom: 28px; color: var(--yellow); }
.profile-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.profile-rating strong { font-size: 56px; font-weight: 700; line-height: .9; letter-spacing: -.07em; }
.profile-rating > span { color: var(--yellow); font-size: 16px; letter-spacing: .12em; }
.profile-rating small { width: 100%; color: rgb(255 255 255 / .66); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.local-presence__details h3 { margin: 0 0 13px; font-size: 30px; letter-spacing: -.05em; }
.local-presence__details > p:not(.eyebrow) { max-width: 460px; margin-bottom: 20px; color: rgb(255 255 255 / .75); font-size: 15px; line-height: 1.6; }
.local-presence__details address { margin-bottom: 30px; color: white; font-size: 15px; font-style: normal; font-weight: 700; line-height: 1.5; }
.profile-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links { margin-top: 38px; }
.social-link { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; padding: 8px 12px 8px 10px; border: 1px solid rgb(255 255 255 / .32); color: white; font-size: 11px; letter-spacing: .02em; }
.social-link > span { display: grid; width: 23px; height: 23px; place-items: center; background: var(--yellow); color: var(--ink); font-size: 16px; font-weight: 800; line-height: 1; }
.social-link:hover { border-color: var(--yellow); background: rgb(255 255 255 / .07); }
.local-presence__map { min-height: 500px; overflow: hidden; background: #d8d2c4; }
.local-presence__map iframe { display: block; width: 100%; height: 100%; min-height: 500px; border: 0; }
.section--ink .eyebrow--dark { color: var(--yellow); }
.faqs__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 10vw, 150px); }
.faqs__grid > div:first-child { max-width: 400px; }
.faqs__grid > div:first-child > p:not(.eyebrow) { color: rgb(255 255 255 / .68); }
.accordion { border-top: 1px solid rgb(255 255 255 / .25); }
.accordion article { border-bottom: 1px solid rgb(255 255 255 / .25); }
.accordion h3 { margin: 0; }
.faqs.section--ink .accordion button { color: white; }
.accordion button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; border: 0; background: transparent; cursor: pointer; text-align: left; font-size: 17px; font-weight: 800; }
.accordion button span { color: var(--yellow); font-size: 24px; font-weight: 400; }
.accordion button[aria-expanded="true"] span { transform: rotate(45deg); }
.accordion div p { max-width: 600px; margin: -4px 0 24px; color: rgb(255 255 255 / .68); font-size: 14px; }
.quote { padding: 57px 0; background: var(--yellow); }
.quote__inner { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.quote h2 { max-width: 800px; margin: 0; font-size: clamp(34px, 4.5vw, 61px); }
.quote__actions { display: flex; align-items: center; gap: 24px; flex-shrink: 0; }
.site-footer { padding: 70px 0 0; background: var(--ink); color: white; }
.footer__top { display: grid; grid-template-columns: 230px 1fr auto; gap: 50px; align-items: center; padding-bottom: 58px; }
.footer__brand { display: block; max-width: 220px; filter: brightness(0) saturate(100%) invert(79%) sepia(66%) saturate(715%) hue-rotate(351deg) brightness(101%) contrast(102%); }
.footer__top > p { max-width: 320px; margin: 0; color: rgb(255 255 255 / .64); font-size: 14px; }
.footer__grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 35px; padding: 42px 0 58px; border-top: 1px solid rgb(255 255 255 / .2); }
.footer__label { margin-bottom: 17px; color: var(--yellow); font: 700 10px/1.2 inherit; letter-spacing: .1em; text-transform: uppercase; }
.footer__grid a { display: block; width: fit-content; max-width: 100%; margin-bottom: 9px; overflow-wrap: anywhere; color: rgb(255 255 255 / .74); font-size: 13px; }
.footer__grid a:hover { color: var(--yellow); }
.footer__grid div:last-child p:last-child { color: rgb(255 255 255 / .74); font-size: 13px; line-height: 1.8; }
.footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding: 19px 0; border-top: 1px solid rgb(255 255 255 / .12); color: rgb(255 255 255 / .46); font-size: 10px; }
.footer__bottom p { margin: 0; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 48px, 1280px); }
  .header-main { grid-template-columns: 200px 1fr auto; gap: 15px; }
  .brand { width: 185px; }
  .primary-nav { gap: 18px; }
  .header-actions .button { padding: 11px 14px; }
  .services__grid, .work__featured, .project-gallery { grid-template-columns: 1fr 1fr; }
  .home-improvements__grid { grid-template-columns: 1fr; }
  .home-improvements__visuals { min-height: 550px; }
  .transformation__grid { grid-template-columns: 1fr; }
  .transformation__gallery { grid-column: auto; }
  .reasons__grid { grid-template-columns: 1fr; gap: 55px; }
  .service-card, .service-card--feature, .service-card--dark, .featured-project { min-height: 500px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 16px; }
  .contact-bar__inner { min-height: 40px; grid-template-columns: 1fr; justify-items: center; }
  .contact-bar a, .contact-bar__experience { display: none; }
  .contact-bar__coverage { display: block; margin: 0; font-size: 9px; letter-spacing: .05em; text-align: center; white-space: nowrap; }
  .header-main { position: relative; min-height: 77px; grid-template-columns: 1fr auto; gap: 11px; }
  .brand { width: 156px; }
  .header-actions { display: none; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; border: 1px solid var(--yellow); background: var(--ink); cursor: pointer; }
  .menu-toggle > span:not(.visually-hidden) { display: block; width: 17px; height: 2px; background: var(--yellow); }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; padding: 10px 16px 22px; border-top: 1px solid rgb(255 255 255 / .18); border-bottom: 1px solid rgb(255 255 255 / .18); background: var(--ink); box-shadow: 0 15px 25px rgb(0 0 0 / .28); }
  .primary-nav.is-open { display: flex; flex-direction: column; }
  .primary-nav a { display: flex; min-height: 44px; align-items: center; padding: 10px 0; }
  .hero { min-height: 650px; }
  .hero__content { padding: 83px 0 110px; }
  h1 { font-size: 50px; }
  h2 { font-size: clamp(38px, 12vw, 54px); }
  .hero__lead { max-width: 320px; font-size: 16px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero__art::after { right: -40%; width: 380px; }
  .intro__grid, .reasons__grid, .faqs__grid { grid-template-columns: 1fr; gap: 45px; }
  .intro__media { min-height: 0; aspect-ratio: 16 / 9; }
  .home-improvements__panel { min-height: 0; }
  .home-improvements__visuals { min-height: 430px; }
  .transformation__copy { padding: 31px 25px; }
  .transformation__gallery { gap: 10px; }
  .reasons__list { grid-template-columns: 1fr; }
  .image-slot--portrait { min-height: 400px; }
  .intro__actions { gap: 9px; }
  .intro__actions .button { padding-right: 16px; padding-left: 16px; }
  .section-heading { margin-bottom: 32px; }
  .services__grid, .reviews__grid, .work__featured, .project-gallery { grid-template-columns: 1fr; }
  .service-card, .service-card--feature, .featured-project { min-height: 0; }
  .service-card__image { min-height: 175px; }
  .work__subheading { margin-top: 62px; }
  .process__grid li { grid-template-columns: 50px 1fr; gap: 12px; }
  .process__grid p { grid-column: 2; }
  .reviews__heading, .quote__inner { align-items: flex-start; flex-direction: column; }
  .reviews blockquote { min-height: 220px; }
  .local-presence { grid-template-columns: 1fr; margin-top: 42px; }
  .local-presence__map, .local-presence__map iframe { min-height: 330px; }
  .quote__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer__top { grid-template-columns: 1fr; gap: 26px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 31px 20px; }
  .footer__bottom { flex-direction: column; gap: 4px; }
  .contact-bar a, .service-card a, .featured-project a, .footer__grid a, .text-link { min-width: 44px; min-height: 44px; align-items: center; }
}

@media (max-width: 360px) {
  .coverage__wide { display: none; }
  .coverage__compact { display: inline; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
