:root {
  --ink: #101313;
  --ink-soft: #1a1f1e;
  --paper: #f5f3ed;
  --white: #fff;
  --gold: #d7b66a;
  --gold-dark: #a78132;
  --silver: #bfc3c4;
  --muted: #737779;
  --line: #d7dadc;
  --error: #d7b66a;
  --radius: 22px;
  --container: 1200px;
  --header: 82px;
  --shadow: 0 24px 70px rgba(9, 15, 14, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; }
h2 { margin-bottom: 0; font-size: clamp(2.1rem, 4vw, 3.55rem); letter-spacing: -.055em; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; color: var(--ink); background: var(--gold); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 17px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: rgba(255,255,255,.72); }
.eyebrow--gold { color: var(--gold-dark); }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }

.button { min-height: 48px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 7px; font-weight: 700; line-height: 1.2; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #f1ce7a; outline-offset: 3px; }
.button--gold { color: #141612; background: var(--gold); box-shadow: 0 10px 28px rgba(215,182,106,.18); }
.button--gold:hover { background: #e6c87f; }
.button--dark { color: white; background: var(--ink); }
.button--large { min-height: 56px; padding-inline: 25px; }
.button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding: 8px 0; font-weight: 700; border-bottom: 1px solid currentColor; }
.text-link--light { color: white; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header); color: white; background: linear-gradient(180deg, rgba(7,10,9,.84), transparent); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(15,18,18,.97); box-shadow: 0 12px 32px rgba(0,0,0,.18); }
.nav-wrap { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.logo-monogram { position: relative; width: 58px; height: 40px; flex: 0 0 auto; overflow: hidden; background: #000; border: 1px solid rgba(215,182,106,.16); border-radius: 4px; }
.logo-monogram img { position: absolute; top: 50%; left: 50%; width: 90px; max-width: none; height: auto; transform: translate(-50%,-50%); }
.logo-type { font-family: "Manrope", sans-serif; font-size: 16px; font-weight: 800; letter-spacing: -.03em; }
.logo-type small { color: var(--gold); font-size: 9px; letter-spacing: .1em; }
.desktop-nav { display: flex; gap: 32px; color: rgba(255,255,255,.72); font-size: 13px; }
.desktop-nav a:hover { color: white; }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.nav-phone { font-size: 13px; font-weight: 700; }
.nav-actions .button { min-height: 43px; font-size: 12px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 850px; overflow: hidden; color: white; background: var(--ink); }
.hero-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,10,9,.96) 0%, rgba(6,10,9,.78) 49%, rgba(6,10,9,.34) 100%), linear-gradient(0deg, rgba(6,10,9,.76), transparent 42%), url("assets/birmingham-bathroom-panorama-5.webp") 58% center / cover; }
.hero-backdrop::after { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero-grid { position: relative; min-height: 850px; padding-top: calc(var(--header) + 38px); padding-bottom: 70px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(410px, .75fr); align-items: start; gap: 70px; }
.hero-copy { max-width: 680px; }
.hero h1 { margin-bottom: 26px; font-size: clamp(2.8rem, 5.2vw, 5.2rem); line-height: 1.14; letter-spacing: -.05em; word-spacing: .1em; }
.hero h1 .hero-room { color: white; font-style: italic; }
.hero h1 .hero-outcome { display: block; margin-top: .08em; color: var(--gold); word-spacing: .12em; }
.final-cta h2 em { color: var(--gold); font-style: normal; }
.hero-lede { max-width: 620px; margin-bottom: 30px; color: rgba(255,255,255,.76); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-proof { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 8px 20px; color: rgba(255,255,255,.65); font-size: 12px; }
.hero-proof strong { color: white; }
.hero-proof span::before { content: "•"; margin-right: 20px; color: var(--gold); }

.quote-card { padding: 30px; color: white; background: rgba(9,11,11,.96); border: 1px solid rgba(215,182,106,.42); border-radius: var(--radius); box-shadow: 0 28px 80px rgba(0,0,0,.38); backdrop-filter: blur(18px); }
.quote-card__head { display: flex; justify-content: space-between; gap: 18px; }
.quote-card h2 { margin-bottom: 0; font-size: 29px; letter-spacing: -.045em; }
.quote-icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: var(--gold); border-radius: 50%; font-size: 20px; }
.quote-card .eyebrow { color: var(--gold); }
.quote-intro { margin: 14px 0 20px; color: var(--silver); font-size: 13px; }
.quote-form { display: grid; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 5px; }
.field > span { color: #e4e6e6; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.field small { color: var(--silver); font-size: inherit; font-weight: 500; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; min-height: 44px; padding: 10px 12px; color: white; background: var(--ink-soft); border: 1px solid rgba(191,195,196,.35); border-radius: 7px; outline: 0; color-scheme: dark; transition: border .2s, background .2s, box-shadow .2s; }
.field input::placeholder, .field textarea::placeholder { color: rgba(191,195,196,.58); }
.field select option { color: white; background: var(--ink-soft); }
.field textarea { min-height: 82px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: #232727; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,182,106,.18); }
.field.has-error input, .field.has-error select, .field.has-error textarea, .consent.has-error { border-color: var(--error); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; padding: 6px; border: 1px solid transparent; border-radius: 6px; color: var(--silver); font-size: 10px; }
.consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--gold-dark); }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.form-status { min-height: 18px; margin: -4px 0 0; color: var(--error); font-size: 11px; font-weight: 700; }
.privacy { margin: -7px 0 0; color: rgba(191,195,196,.68); font-size: 9px; line-height: 1.45; }

.problem-strip { color: white; background: var(--ink-soft); border-top: 1px solid rgba(255,255,255,.08); }
.problem-strip__grid { min-height: 110px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.problem-strip p { margin: 0; color: rgba(255,255,255,.67); font-size: 15px; }
.problem-strip strong { color: white; }
.problem-strip span { color: var(--gold); font-size: 28px; }

.section-head { margin-bottom: 55px; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-head > div { max-width: 720px; }
.section-head > p { max-width: 410px; margin-bottom: 5px; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: white; border: 1px solid var(--line); }
.benefit-card { position: relative; min-height: 330px; padding: 38px; overflow: hidden; border-right: 1px solid var(--line); }
.benefit-card::after { content: ""; position: absolute; top: -62px; right: -62px; width: 170px; height: 170px; border: 1px solid rgba(167,129,50,.14); border-radius: 50%; pointer-events: none; }
.benefit-card:last-child { border-right: 0; }
.benefit-card__visual { position: relative; z-index: 1; margin-bottom: 58px; display: flex; align-items: center; justify-content: space-between; }
.benefit-icon { width: 66px; height: 66px; display: grid; place-items: center; color: var(--gold-dark); background: linear-gradient(145deg, rgba(215,182,106,.2), rgba(215,182,106,.05)); border: 1px solid rgba(167,129,50,.3); border-radius: 50%; box-shadow: 0 14px 32px rgba(16,19,19,.08); }
.benefit-icon i { font-size: 32px; line-height: 1; }
.benefit-number { color: var(--gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.benefit-card h3 { font-size: 24px; letter-spacing: -.035em; }
.benefit-card p { margin-bottom: 0; color: var(--muted); }

.section--dark { color: white; background: var(--ink); }
.section--dark .section-head > p { color: rgba(255,255,255,.62); }
.portfolio-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.compare, .tour { position: relative; height: 520px; overflow: hidden; background: #202321; border-radius: var(--radius); }
.compare img, .tour__image { width: 100%; height: 100%; object-fit: cover; }
.compare__after { position: absolute; inset: 0; }
.compare__before { position: absolute; inset: 0; width: var(--position); overflow: hidden; }
.compare__before img { width: calc((min(100vw - 48px, var(--container)) - 20px) * .55); max-width: none; }
.compare__range { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; opacity: 0; }
.compare__line { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--position); width: 2px; background: white; transform: translateX(-50%); pointer-events: none; }
.compare__line span { position: absolute; top: 50%; left: 50%; width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); background: white; border-radius: 50%; transform: translate(-50%,-50%); }
.compare__label { position: absolute; z-index: 2; top: 20px; padding: 7px 10px; color: white; background: rgba(0,0,0,.64); border-radius: 5px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.compare__label--before { left: 20px; }.compare__label--after { right: 20px; }
.tour { width: 100%; padding: 0; color: white; border: 0; }
.tour__image { transition: opacity .18s ease, transform .5s ease; }
.tour:hover .tour__image { transform: scale(1.02); }
.tour__focus { position: absolute; inset: 30px; pointer-events: none; }
.tour__focus span { position: absolute; width: 38px; height: 38px; border-color: rgba(255,255,255,.66); }
.tour__focus span:nth-child(1) { top: 0; left: 0; border-top: 1px solid; border-left: 1px solid; }.tour__focus span:nth-child(2) { top: 0; right: 0; border-top: 1px solid; border-right: 1px solid; }.tour__focus span:nth-child(3) { bottom: 0; left: 0; border-bottom: 1px solid; border-left: 1px solid; }.tour__focus span:nth-child(4) { right: 0; bottom: 0; border-right: 1px solid; border-bottom: 1px solid; }
.tour__control { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 15px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; text-align: left; background: rgba(13,16,15,.84); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; backdrop-filter: blur(10px); }
.tour__icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-size: 12px; font-weight: 800; }
.tour__control strong, .tour__control small { display: block; }.tour__control strong { font-size: 12px; }.tour__control small { color: rgba(255,255,255,.6); font-size: 10px; }
.project__meta { padding: 18px 4px 0; display: flex; justify-content: space-between; align-items: center; }
.project__meta span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project__meta h3 { margin: 5px 0 0; font-size: 19px; }
.project__tag { padding: 6px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; }
.gallery-strip { margin-top: 50px; display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.gallery-thumb { position: relative; height: 130px; padding: 0; overflow: hidden; background: #222; border: 1px solid transparent; border-radius: 10px; opacity: .58; transition: opacity .2s, border .2s; }
.gallery-thumb:hover, .gallery-thumb.is-active { opacity: 1; border-color: var(--gold); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb span { position: absolute; right: 8px; bottom: 7px; width: 28px; height: 28px; display: grid; place-items: center; color: white; background: rgba(0,0,0,.72); border-radius: 50%; font-size: 9px; }

.process-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.75fr); align-items: start; gap: clamp(55px,8vw,110px); }
.process-heading { max-width: 650px; }
.process-heading > p:not(.eyebrow) { max-width: 590px; margin: 24px 0 0; color: var(--muted); }
.timeline { position: relative; margin-top: 52px; }
.timeline-step { position: relative; min-height: 150px; padding: 4px 105px 58px 70px; }
.timeline-step::before { content: ""; position: absolute; top: 48px; bottom: 0; left: 24px; width: 1px; background: var(--line); }
.timeline-step:last-child { min-height: 0; padding-bottom: 0; }
.timeline-step:last-child::before { display: none; }
.timeline-icon { position: absolute; z-index: 1; top: 0; left: 0; width: 49px; height: 49px; display: grid; place-items: center; color: var(--gold-dark); background: var(--warm); border: 1px solid var(--silver); }
.timeline-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.timeline-number { position: absolute; top: -22px; right: 0; color: rgba(16,19,19,.07); font-family: "Manrope", sans-serif; font-size: clamp(4.8rem,7vw,6.6rem); font-weight: 800; letter-spacing: -.08em; line-height: 1; }
.timeline-step > div > p:first-child { margin-bottom: 7px; color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.timeline-step h3 { margin-bottom: 10px; font-size: 24px; letter-spacing: -.04em; }
.timeline-step > div > p:last-child { max-width: 590px; margin-bottom: 0; color: var(--muted); }
.process-summary { position: sticky; top: 112px; overflow: hidden; color: white; background: var(--ink); border: 1px solid rgba(16,19,19,.12); border-radius: 20px; box-shadow: 0 34px 72px rgba(16,19,19,.2); }
.process-summary__image { position: relative; height: 190px; overflow: hidden; }
.process-summary__image::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, var(--ink)); }
.process-summary__image img { width: 100%; height: 100%; object-fit: cover; }
.process-summary__image > span { position: absolute; z-index: 1; right: 24px; bottom: 14px; left: 24px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.process-summary__body { padding: 6px 26px 25px; }
.process-summary__body h3 { margin-bottom: 14px; font-size: clamp(1.7rem,2.7vw,2.35rem); letter-spacing: -.055em; }
.process-summary__body > p:not(.eyebrow) { color: rgba(255,255,255,.64); font-size: 12px; }
.process-summary__steps { margin: 20px 0 24px; padding: 19px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 18px; border-block: 1px solid rgba(255,255,255,.12); list-style: none; }
.process-summary__steps li { display: flex; gap: 7px; color: rgba(255,255,255,.66); font-size: 9px; }
.process-summary__steps strong { color: var(--gold); }
.process-summary__body small { display: block; margin-top: 11px; color: rgba(255,255,255,.44); font-size: 9px; text-align: center; }

.commitment { position: relative; padding: 90px 0; color: white; background: linear-gradient(90deg, rgba(9,11,11,.9), rgba(9,11,11,.66)), url("assets/kitchen-stock-unsplash.webp") center 58% / cover no-repeat; border-block: 1px solid rgba(215,182,106,.28); }
.commitment__inner { position: relative; z-index: 1; max-width: 940px; text-align: center; }
.commitment h2 { margin-bottom: 24px; font-size: clamp(2.1rem, 4vw, 3.6rem); }
.commitment__inner > p:last-child { margin-bottom: 0; color: rgba(255,255,255,.76); }
.commitment .eyebrow { justify-content: center; color: var(--gold); }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-intro { align-self: start; }
.faq-intro > p:not(.eyebrow) { margin: 24px 0 30px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 22px; list-style: none; font-family: "Manrope", sans-serif; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold-dark); font-size: 22px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 44px 24px 0; color: var(--muted); }

.final-cta { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: white; background: var(--ink); }
.final-cta__image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,10,9,.96), rgba(7,10,9,.54)), url("assets/birmingham-bathroom-panorama-1.webp") center / cover; }
.final-cta__content { position: relative; }
.final-cta h2 { max-width: 780px; margin-bottom: 23px; font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.075em; }
.final-cta__content > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.72); font-size: 17px; }
.final-actions { margin-top: 32px; display: flex; align-items: center; gap: 25px; }

.footer { padding: 70px 0 28px; color: white; background: #090b0b; }
.footer-grid { padding-bottom: 55px; display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: 60px; }
.footer .logo { margin: 0; display: inline-flex; align-items: center; gap: 12px; }
.footer .logo-monogram { width: 72px; height: 48px; margin: 0; }
.footer .logo-monogram img { width: 108px; }
.footer .logo-type { margin: 0; display: inline; color: white; }
.footer-grid > div:first-child p { max-width: 360px; margin: 20px 0 0; color: rgba(255,255,255,.5); }
.footer-grid h3 { margin-bottom: 16px; color: var(--gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) span { display: block; margin: 8px 0; color: rgba(255,255,255,.62); font-size: 12px; }
.footer-grid a:hover { color: white; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.34); border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.toast { position: fixed; z-index: 250; right: 24px; bottom: 24px; max-width: 410px; padding: 16px 19px; display: flex; align-items: center; gap: 13px; color: white; background: #171a19; border: 1px solid rgba(215,182,106,.45); border-radius: 12px; box-shadow: var(--shadow); transform: translateY(140%); opacity: 0; transition: transform .32s, opacity .32s; }
.toast.is-visible { transform: none; opacity: 1; }
.toast > span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: var(--gold); border-radius: 50%; font-weight: 800; }
.toast strong, .toast small { display: block; }.toast strong { font-size: 12px; }.toast small { color: rgba(255,255,255,.6); font-size: 10px; }

.sphere-modal { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.sphere-open { overflow: hidden; }
.sphere-modal.is-open { visibility: visible; opacity: 1; }
.sphere-modal__backdrop { position: absolute; inset: 0; background: rgba(5,7,6,.9); backdrop-filter: blur(10px); }
.sphere-modal__panel { position: relative; width: min(1120px, 100%); height: min(780px, calc(100vh - 48px)); display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; background: #111; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; box-shadow: var(--shadow); }
.sphere-modal__header { min-height: 74px; padding: 12px 16px 12px 22px; display: grid; grid-template-columns: 1fr auto 46px; align-items: center; gap: 22px; color: white; background: #111; }
.sphere-modal__header p { margin: 0 0 2px; color: var(--gold); font-size: 9px; text-transform: uppercase; }.sphere-modal__header h2 { font-size: 20px; }
.sphere-modal__hint { color: rgba(255,255,255,.5) !important; text-transform: none !important; }
.sphere-modal__close { width: 42px; height: 42px; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-size: 24px; }
.sphere-modal__viewer { min-height: 0; background: #181a19; }
.sphere-modal__projects { min-height: 94px; padding: 10px; display: grid; grid-template-columns: repeat(5, minmax(115px,1fr)); gap: 8px; overflow-x: auto; background: #111; }
.sphere-project { position: relative; padding: 0; overflow: hidden; color: white; background: #222; border: 1px solid transparent; border-radius: 8px; opacity: .62; }
.sphere-project.is-active { opacity: 1; border-color: var(--gold); }.sphere-project img { width: 100%; height: 72px; object-fit: cover; }.sphere-project span { position: absolute; left: 7px; bottom: 5px; padding: 2px 5px; background: rgba(0,0,0,.7); font-size: 8px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }.reveal--delay-2 { transition-delay: .22s; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .desktop-nav { gap: 20px; }.nav-phone { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding-top: calc(var(--header) + 28px); }.hero-copy { max-width: 760px; }.quote-card { max-width: 760px; }
  .process-grid, .faq-grid { gap: 55px; }
  .compare__before img { width: calc((100vw - 68px) * .55); }
}

@media (max-width: 820px) {
  :root { --header: 70px; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .desktop-nav, .nav-actions { display: none; }.nav-wrap { display: flex; justify-content: space-between; }
  .menu-toggle { width: 44px; height: 44px; padding: 0; display: grid; place-content: center; gap: 6px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; }
  .menu-toggle span { width: 18px; height: 1px; display: block; background: currentColor; transition: transform .2s; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 70px; inset-inline: 0; padding: 22px 18px 26px; display: grid; gap: 4px; background: rgba(13,16,15,.99); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: transform .3s, opacity .3s, visibility .3s; }.mobile-nav.is-open { transform: none; opacity: 1; visibility: visible; }.mobile-nav > a:not(.button) { padding: 11px 4px; color: rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.08); }.mobile-nav .button { margin-top: 10px; }
  .hero { min-height: 0; }.hero-grid { min-height: 0; padding-top: calc(var(--header) + 24px); padding-bottom: 70px; }.hero-backdrop { background: linear-gradient(90deg, rgba(6,10,9,.95), rgba(6,10,9,.62)), url("assets/birmingham-bathroom-panorama-5.webp") 63% center / cover; }
  .problem-strip__grid { min-height: 140px; grid-template-columns: 1fr; gap: 8px; padding-block: 24px; }.problem-strip span { transform: rotate(90deg); justify-self: start; }
  .section-head { align-items: start; flex-direction: column; gap: 20px; }.section-head > p { max-width: 640px; }
  .benefit-grid { grid-template-columns: 1fr; }.benefit-card { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }.benefit-card:last-child { border-bottom: 0; }.benefit-card__visual { margin-bottom: 40px; }
  .portfolio-grid { grid-template-columns: 1fr; gap: 55px; }.compare__before img { width: calc(100vw - 36px); }.gallery-strip { grid-template-columns: repeat(3,1fr); }
  .process-grid, .faq-grid { grid-template-columns: 1fr; }.process-summary { position: static; max-width: 620px; }.faq-intro { max-width: 650px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }.section { padding: 78px 0; }.logo-type { font-size: 14px; }
  .hero-grid { padding-top: calc(var(--header) + 18px); gap: 38px; }.hero h1 { font-size: 40px; line-height: 1.16; letter-spacing: -.035em; word-spacing: .07em; }.hero-lede { font-size: 15px; }.hero-actions, .final-actions { align-items: stretch; flex-direction: column; gap: 9px; }.hero-actions .text-link, .final-actions .text-link { width: fit-content; }.hero-proof { display: grid; gap: 5px; }.hero-proof span::before { margin-right: 8px; }
  .quote-card { padding: 23px 18px; }.quote-card h2 { font-size: 25px; }.form-row { grid-template-columns: 1fr; }.privacy { font-size: 9px; }
  .section-head { margin-bottom: 38px; }.benefit-card { padding: 28px; }
  .compare, .tour { height: 400px; }.compare__before img { width: calc(100vw - 28px); }.project__meta { align-items: start; flex-direction: column; gap: 10px; }.gallery-strip { grid-template-columns: 1fr 1fr; }.gallery-thumb { height: 104px; }.gallery-thumb:last-child { grid-column: 1 / -1; }
  .timeline-step { min-height: 138px; padding: 4px 52px 48px 62px; }.timeline-icon { width: 44px; height: 44px; }.timeline-step::before { top: 43px; left: 22px; }.timeline-number { top: -12px; font-size: 4rem; }.process-summary__image { height: 170px; }.process-summary__body { padding-inline: 20px; }.commitment { padding: 70px 0; }
  .final-cta { min-height: 560px; }.final-cta h2 { font-size: 43px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 28px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; }
  .toast { right: 14px; bottom: 14px; left: 14px; }
  .sphere-modal { padding: 0; }.sphere-modal__panel { width: 100%; height: 100svh; border: 0; border-radius: 0; }.sphere-modal__header { grid-template-columns: 1fr 44px; padding-inline: 14px; }.sphere-modal__hint { display: none; }.sphere-modal__projects { grid-template-columns: repeat(5,104px); justify-content: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}
