:root {
  --black: #111111;
  --ink: #202020;
  --gold: #f5af1f;
  --gold-light: #f8c968;
  --cream: #f7f4ee;
  --white: #ffffff;
  --muted: #6d6b66;
  --line: #dedbd4;
  --container: 1200px;
  --shadow: 0 18px 50px rgba(20, 18, 14, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--black);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}
h1 { font-size: clamp(3.1rem, 7vw, 6.7rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.45rem, 5vw, 4.6rem); letter-spacing: -.045em; }
h3 { font-size: 1.55rem; letter-spacing: -.02em; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px;
  color: var(--black); background: var(--gold); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.eyebrow {
  margin-bottom: 18px; color: #9a6a00; font-size: .76rem; font-weight: 800;
  letter-spacing: .2em; line-height: 1.3; text-transform: uppercase;
}
.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 24px; border: 2px solid var(--gold); border-radius: 2px; color: var(--black);
  background: var(--gold); font-size: .8rem; font-weight: 800; letter-spacing: .08em;
  line-height: 1.2; text-transform: uppercase; transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); background: var(--gold-light); }
.button svg, .mobile-call svg { width: 19px; fill: currentColor; }
.button--outline { color: var(--white); border-color: rgba(255,255,255,.5); background: transparent; }
.button--outline:hover { color: var(--black); border-color: var(--white); background: var(--white); }
.button--small { min-height: 43px; padding: 10px 18px; }
.button--dark { color: var(--white); border-color: var(--black); background: var(--black); }
.button--dark:hover { color: var(--black); border-color: var(--gold); background: var(--gold); }
.text-link {
  display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px;
  border-bottom: 1px solid var(--ink); font-size: .8rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
}
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link--light { border-color: var(--gold); color: var(--gold); }

.topbar { position: relative; z-index: 101; color: #e8e5de; background: #090909; font-size: .76rem; }
.topbar__inner {
  min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.topbar p { margin: 0; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topbar__links { display: flex; align-items: center; gap: 10px; }
.topbar a:hover { color: var(--gold); }

.site-header {
  position: absolute; z-index: 100; top: 38px; right: 0; left: 0;
  border-bottom: 1px solid rgba(255,255,255,.18); color: var(--white);
  transition: background .25s, box-shadow .25s;
}
.site-header.is-sticky {
  position: fixed; top: 0; color: var(--ink); background: rgba(255,255,255,.96);
  box-shadow: 0 8px 24px rgba(0,0,0,.08); backdrop-filter: blur(10px);
}
.header__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand__logo {
  width: 184px; height: 68px; padding: 4px 7px; border-radius: 2px;
  background: var(--white); object-fit: contain;
}
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) {
  position: relative; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.site-nav > a:not(.button)::after {
  position: absolute; right: 0; bottom: -7px; left: 0; height: 2px;
  background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s;
}
.site-nav > a:hover::after, .site-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; padding: 9px; border: 0; color: inherit; background: none; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero {
  position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden;
  color: var(--white); background: #111 url("/assets/faucet-hero.webp") center/cover no-repeat;
}
.hero__video {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none;
}
.hero__video iframe {
  position: absolute; top: 50%; left: 50%; width: max(100vw, 177.78vh);
  height: max(56.25vw, 100vh); border: 0; opacity: 0;
  transform: translate(-50%, -50%) scale(1.02); transition: opacity .7s ease;
}
.hero__video iframe.is-ready { opacity: 1; }
.hero__overlay {
  position: absolute; z-index: 0; inset: 0;
  background: linear-gradient(90deg, rgba(5,4,8,.9) 0%, rgba(5,4,8,.64) 47%, rgba(5,4,8,.18) 100%);
}
.hero__content { position: relative; z-index: 1; padding-top: 130px; padding-bottom: 90px; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { max-width: 850px; margin-bottom: 24px; color: var(--white); }
.hero__lead { max-width: 650px; margin-bottom: 18px; color: #e7e4df; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero__promise { margin-bottom: 34px; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.08rem; font-style: italic; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__scroll {
  position: absolute; z-index: 2; right: 34px; bottom: 40px; display: flex; align-items: center;
  gap: 10px; color: #ddd; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
  transform: rotate(90deg); transform-origin: right center;
}
.hero__scroll span { color: var(--gold); font-size: 1.1rem; }

.reasons { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--black); }
.reason { min-height: 185px; display: flex; gap: 18px; padding: 36px 28px; color: #dedede; border-right: 1px solid #303030; }
.reason--gold { color: #3d321a; background: var(--gold-light); border-right-color: rgba(0,0,0,.12); }
.reason__number { flex: 0 0 auto; color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.reason--gold .reason__number { color: #725000; }
.reason h2 { margin-bottom: 10px; color: inherit; font-family: Arial, sans-serif; font-size: 1.05rem; letter-spacing: .01em; }
.reason p { margin: 0; font-size: .86rem; line-height: 1.5; }

.intro { overflow: hidden; background: var(--cream); }
.intro__grid { display: grid; grid-template-columns: 1fr 1.25fr 1fr; align-items: center; gap: 5%; }
.intro__image { position: relative; }
.intro__image::before {
  position: absolute; z-index: 0; width: 82%; height: 78%; background: var(--gold); content: "";
}
.intro__image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 3/4; object-fit: cover; box-shadow: var(--shadow); }
.intro__image--one { transform: translateY(-36px); }
.intro__image--one::before { right: -14px; bottom: -14px; }
.intro__image--two { transform: translateY(55px); }
.intro__image--two::before { top: -14px; left: -14px; background: var(--black); }
.intro__copy { padding: 30px 0; }
.intro__copy h2 { margin-bottom: 26px; }
.intro__lead { color: var(--ink); font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.5; }
.intro__copy > p:not(.eyebrow):not(.intro__lead) { color: var(--muted); }
.experience { display: flex; align-items: center; gap: 18px; margin: 30px 0; }
.experience strong { color: var(--gold); font-family: Georgia, serif; font-size: 4rem; line-height: 1; }
.experience span { padding-left: 18px; border-left: 1px solid var(--line); font-size: .76rem; font-weight: 800; letter-spacing: .07em; line-height: 1.5; text-transform: uppercase; }

.section-heading {
  display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); align-items: end;
  gap: 70px; margin-bottom: 56px;
}
.section-heading h2 { max-width: 740px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 8px; color: var(--muted); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card {
  min-height: 305px; position: relative; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--white); transition: color .25s, background .25s, transform .25s;
}
.service-card:hover { z-index: 1; color: #e3e3e3; background: var(--black); transform: translateY(-5px); }
.service-card:hover h3 { color: var(--white); }
.service-card--featured { color: #e3e3e3; background: var(--black); }
.service-card--featured h3 { color: var(--white); }
.service-card__icon { display: block; margin-bottom: 30px; color: var(--gold); font-family: Georgia, serif; font-size: 2rem; }
.service-card__number { position: absolute; top: 32px; right: 32px; color: #a7a49e; font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { margin-bottom: 14px; }
.service-card p:last-child { margin-bottom: 0; color: inherit; font-size: .92rem; }
.service-card--more { display: none; min-height: 230px; }
.services__grid.is-expanded .service-card--more { display: block; }
.services__toggle { display: flex; margin: 36px auto 0; cursor: pointer; }

.emergency { min-height: 590px; display: grid; grid-template-columns: 1.15fr .85fr; }
.emergency__image { background: url("/assets/pipe-fitting.webp") center/cover no-repeat; }
.emergency__copy {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  padding: 70px max(40px, calc((100vw - var(--container)) / 2)); color: #ddd; background: var(--black);
}
.emergency__copy .eyebrow { color: var(--gold); }
.emergency__copy h2 { color: var(--white); }
.emergency__copy p:not(.eyebrow) { max-width: 490px; margin-bottom: 30px; }

.gallery { background: var(--cream); }
.gallery__grid { height: 306px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; gap: 18px; }
.gallery figure { margin: 0; overflow: hidden; background: #ddd; }
.gallery__wide { grid-row: 1 / 3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery figure:hover img { transform: scale(1.035); }
.section-action { display: flex; width: fit-content; margin: 36px auto 0; }

.testimonials { color: var(--white); background: var(--black); }
.testimonials__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.testimonials .eyebrow { color: var(--gold); }
.testimonials h2 { max-width: 440px; color: var(--white); }
.slider__controls { display: flex; gap: 10px; margin-top: 40px; }
.slider__controls button {
  width: 50px; height: 50px; border: 1px solid #555; color: var(--white); background: transparent;
  cursor: pointer; transition: color .2s, border .2s, background .2s;
}
.slider__controls button:hover { color: var(--black); border-color: var(--gold); background: var(--gold); }
.slider { position: relative; min-height: 410px; }
.testimonial { display: none; margin: 0; }
.testimonial.is-active { display: block; animation: fade-in .35s ease; }
.quote-mark { height: 80px; color: var(--gold); font-family: Georgia, serif; font-size: 7rem; line-height: 1; }
.testimonial > p { max-width: 690px; color: #f0eee9; font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.15rem); line-height: 1.45; }
.testimonial footer { display: flex; flex-direction: column; padding-left: 18px; border-left: 3px solid var(--gold); }
.testimonial footer strong { letter-spacing: .05em; }
.testimonial footer span { color: #aaa; font-size: .84rem; }
@keyframes fade-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.tips__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tip-card { min-height: 280px; padding: 35px; border: 1px solid var(--line); background: var(--white); transition: box-shadow .2s, transform .2s; }
.tip-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.tip-card span { color: #9b7900; font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.tip-card h3 { margin: 38px 0 18px; font-size: 1.7rem; }
.tip-card p { color: var(--muted); }

.contact { color: #3d321a; background: var(--gold-light); }
.contact__grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 10%; }
.contact .eyebrow { color: #725000; }
.contact h2 { max-width: 760px; }
.contact__grid > div > p:last-child { max-width: 690px; font-size: 1.05rem; }
.contact__card { padding: 40px; background: var(--white); box-shadow: var(--shadow); }
.contact__card p { margin-bottom: 4px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact__phone { display: block; margin-bottom: 24px; color: var(--black); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15; }
.contact__card .button { width: 100%; }
.contact__card small { display: block; margin-top: 18px; color: var(--muted); text-align: center; }

.footer { padding: 80px 0 22px; color: #bdbdbd; background: #090909; }
.footer__grid { display: grid; grid-template-columns: 1.35fr .65fr 1fr .7fr; gap: 55px; }
.brand--footer { margin-bottom: 24px; color: var(--white); }
.brand--footer .brand__logo { width: 220px; height: 110px; padding: 6px 9px; }
.footer__about p { max-width: 360px; }
.footer h2 { margin-bottom: 22px; color: var(--white); font-family: Arial, sans-serif; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.footer a { display: block; margin: 7px 0; overflow-wrap: anywhere; }
.footer a:hover { color: var(--gold); }
.footer__bottom {
  display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px;
  border-top: 1px solid #292929; color: #777; font-size: .75rem;
}
.footer__bottom p { margin: 0; }
.mobile-call { display: none; }

/* Standalone content pages */
.page-hero {
  min-height: 610px; position: relative; display: flex; align-items: flex-end; overflow: hidden;
  color: var(--white); background: #111 var(--page-hero-image) center/cover no-repeat;
}
.page-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5,4,8,.88), rgba(5,4,8,.45) 65%, rgba(5,4,8,.2));
}
.page-hero__content { position: relative; z-index: 1; padding-top: 220px; padding-bottom: 85px; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { max-width: 960px; margin-bottom: 22px; color: var(--white); font-size: clamp(3.2rem, 7vw, 6rem); }
.page-hero__content > p:last-child:not(.eyebrow) { max-width: 720px; margin: 0; color: #eee; font-size: 1.2rem; }
.page-hero--compact { min-height: 670px; background-position: center; }
.page-hero--compact .page-hero__overlay { background: linear-gradient(0deg, rgba(5,4,8,.92), rgba(5,4,8,.2) 75%); }
.page-hero--compact h1 { max-width: 1050px; font-size: clamp(3rem, 6vw, 5.4rem); }

.story { background: var(--cream); }
.story__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.story h2 { max-width: 520px; }
.prose { max-width: 760px; color: var(--muted); }
.prose--lead { font-size: 1.15rem; }
.prose--lead p:first-child { color: var(--ink); font-family: Georgia, serif; font-size: 1.45rem; }
.foundation { color: #ddd; background: var(--black); }
.foundation__grid { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 10%; }
.foundation h2 { color: var(--white); }
.foundation__copy .eyebrow { color: var(--gold); }
.foundation__copy p:not(.eyebrow) { max-width: 710px; }
.about-stat { display: flex; flex-direction: column; padding: 55px; border: 1px solid #414141; background: #181818; }
.about-stat strong { color: var(--gold); font-family: Georgia, serif; font-size: 7rem; line-height: .9; }
.about-stat span { max-width: 230px; margin-top: 25px; color: var(--white); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-reasons__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-reasons__grid article { min-height: 330px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-reasons__grid span { color: #9a6a00; font-size: .7rem; font-weight: 800; }
.about-reasons__grid h3 { margin: 50px 0 18px; }
.about-reasons__grid p { color: var(--muted); }
.promise { background: var(--cream); }
.promise__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.promise__grid > div { padding: 60px; background: var(--white); }
.promise__grid p:not(.eyebrow) { color: var(--muted); }
.promise__grid .button, .promise__grid .text-link { margin-top: 18px; }

.gallery-page { background: var(--cream); }
.gallery-wall { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; gap: 18px; }
.gallery-wall figure { min-height: 390px; margin: 0; overflow: hidden; background: #ddd; }
.gallery-wall__feature { grid-row: span 2; }
.gallery-wall img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-wall figure:hover img { transform: scale(1.035); }

.blog-index { background: var(--cream); }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.post-card { background: var(--white); box-shadow: 0 12px 35px rgba(20,18,14,.07); }
.post-card:first-child { grid-column: 1 / 3; display: grid; grid-template-columns: 1.1fr .9fr; }
.post-card__image { min-height: 310px; overflow: hidden; background: #ddd; }
.post-card:first-child .post-card__image { min-height: 480px; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-card:hover .post-card__image img { transform: scale(1.035); }
.post-card__body { padding: 38px; }
.post-card__body h2 { margin-bottom: 18px; font-size: 2rem; }
.post-card:first-child h2 { font-size: 2.8rem; }
.post-card__body > p:not(.post-card__date) { color: var(--muted); }
.post-card__date { color: #9a6a00; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.article { background: var(--white); }
.article__layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; justify-content: center; gap: 90px; }
.article__content > section { margin-bottom: 54px; }
.article__content h2 { margin-bottom: 22px; font-size: clamp(2rem, 4vw, 3rem); }
.article__content p { color: #494844; font-size: 1.08rem; line-height: 1.85; }
.article__callout { margin-top: 70px; padding: 45px; background: var(--gold-light); }
.article__callout p { color: #3d321a; }
.article__aside { position: sticky; top: 120px; align-self: start; padding: 30px 0 30px 28px; border-left: 2px solid var(--gold); }
.article__aside p:not(.eyebrow) { color: var(--muted); font-size: .92rem; }
.page-contact { border-top: 1px solid rgba(0,0,0,.08); }

@media (max-width: 1020px) {
  .site-nav { gap: 16px; }
  .site-nav > a:not(.button) { font-size: .7rem; }
  .reasons { grid-template-columns: repeat(2, 1fr); }
  .intro__grid { grid-template-columns: .9fr 1.1fr; }
  .intro__image--two { display: none; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer__grid > div:last-child { display: none; }
  .gallery-wall { grid-template-columns: repeat(2, 1fr); }
  .article__layout { grid-template-columns: minmax(0, 720px); }
  .article__aside { display: none; }
}

@media (max-width: 800px) {
  .section { padding: 80px 0; }
  .topbar__inner { min-height: 34px; justify-content: center; }
  .topbar p, .topbar__links span, .topbar__links a:last-child { display: none; }
  .site-header { top: 34px; }
  .header__inner { min-height: 76px; }
  .brand__logo { width: 150px; height: 58px; padding: 3px 5px; }
  .menu-toggle { display: block; z-index: 2; cursor: pointer; }
  .site-nav {
    position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: flex-start;
    justify-content: center; gap: 20px; padding: 90px 30px; color: var(--white); background: rgba(10,10,10,.98);
    transform: translateX(100%); transition: transform .25s;
  }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav > a:not(.button) { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; text-transform: none; }
  .site-header.is-sticky .site-nav { color: var(--white); }
  .site-header.menu-active .menu-toggle { color: var(--white); }
  .hero { min-height: 700px; background-position: 58% center; }
  .hero__overlay { background: rgba(5,4,8,.7); }
  .hero__content { padding-top: 135px; }
  .hero__scroll { display: none; }
  .reason { min-height: 160px; }
  .intro__grid { grid-template-columns: 1fr; }
  .intro__image--one { max-height: 430px; transform: none; }
  .intro__image--one img { height: 430px; aspect-ratio: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
  .emergency { grid-template-columns: 1fr; }
  .emergency__image { min-height: 390px; }
  .emergency__copy { min-height: 480px; padding: 60px 30px; }
  .gallery__grid { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 410px; }
  .gallery__wide { grid-column: 1 / 3; grid-row: auto; }
  .testimonials__layout { grid-template-columns: 1fr; gap: 45px; }
  .tips__grid { grid-template-columns: 1fr; }
  .tip-card { min-height: auto; }
  .contact__grid { grid-template-columns: 1fr; gap: 38px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__about { grid-column: 1 / 3; }
  .page-hero { min-height: 550px; }
  .page-hero__content { padding-top: 190px; padding-bottom: 65px; }
  .story__grid, .foundation__grid, .promise__grid { grid-template-columns: 1fr; }
  .about-reasons__grid { grid-template-columns: 1fr; }
  .about-stat { max-width: 420px; }
  .post-card:first-child { display: block; }
  .post-card:first-child .post-card__image { min-height: 360px; }
}

@media (max-width: 560px) {
  body { padding-bottom: 62px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  h2 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .hero { min-height: 750px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .reasons { grid-template-columns: 1fr; }
  .reason { min-height: auto; }
  .services__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; padding: 30px; }
  .gallery__grid { display: block; }
  .gallery figure { height: 330px; margin-bottom: 14px; }
  .gallery__wide { height: 420px !important; }
  .testimonial > p { font-size: 1.45rem; }
  .contact__card { padding: 28px 22px; }
  .contact__phone { font-size: 2.2rem; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__about { grid-column: auto; }
  .footer__grid > div:nth-child(2) { display: none; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .mobile-call {
    position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; min-height: 62px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    color: var(--black); background: var(--gold); font-size: .82rem; font-weight: 900;
    letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 -5px 20px rgba(0,0,0,.18);
  }
  .page-hero { min-height: 580px; }
  .page-hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .page-hero__content > p:last-child:not(.eyebrow) { font-size: 1rem; }
  .promise__grid > div { padding: 38px 26px; }
  .gallery-wall, .post-grid { grid-template-columns: 1fr; }
  .gallery-wall figure, .gallery-wall__feature { min-height: 380px; grid-row: auto; }
  .post-card:first-child { grid-column: auto; }
  .post-card__image, .post-card:first-child .post-card__image { min-height: 250px; }
  .post-card__body { padding: 28px 24px; }
  .post-card:first-child h2 { font-size: 2rem; }
  .article__callout { padding: 30px 24px; }
}

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

/* Premium visual direction */
:root {
  --black: #11110f;
  --ink: #25241f;
  --gold: #c6a15b;
  --gold-light: #dfc58f;
  --cream: #f2efe7;
  --white: #fffdf8;
  --muted: #716e65;
  --line: rgba(39, 35, 27, .14);
  --container: 1280px;
  --shadow: 0 30px 80px rgba(20, 18, 12, .13);
}

body {
  background: var(--white);
  font-family: Inter, "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -.005em;
}

h1, h2, h3,
.contact__phone,
.experience strong,
.about-stat strong {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  font-weight: 400;
}

h1 { letter-spacing: -.065em; }
h2 { letter-spacing: -.052em; }
h3 { letter-spacing: -.035em; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }

.container { width: min(calc(100% - 64px), var(--container)); }
.section { padding: 140px 0; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #886b35;
  font-size: .68rem;
  letter-spacing: .24em;
}
.eyebrow::before {
  width: 34px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.button {
  min-height: 56px;
  padding: 15px 27px;
  border: 1px solid var(--gold);
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  font-size: .7rem;
  letter-spacing: .15em;
}
.button:hover { box-shadow: 0 14px 32px rgba(0,0,0,.14); transform: translateY(-2px); }
.button--outline { border-color: rgba(255,255,255,.5); box-shadow: none; }
.button--small { min-height: 45px; padding: 12px 20px; }
.text-link { font-size: .7rem; letter-spacing: .14em; }

.topbar {
  color: #c8c4b9;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: #0b0b0a;
}
.topbar__inner { min-height: 42px; }
.topbar p { font-size: .66rem; letter-spacing: .16em; }
.topbar__links { font-size: .7rem; letter-spacing: .04em; }

.site-header { top: 42px; border-bottom-color: rgba(255,255,255,.15); }
.header__inner { min-height: 108px; }
.site-header.is-sticky { background: rgba(255,253,248,.95); }
.brand {
  position: relative;
  gap: 14px;
  padding: 7px 12px;
  overflow: hidden;
  border: 1px solid rgba(198,161,91,.55);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(255,253,248,.98), rgba(237,226,205,.96));
  box-shadow: 0 14px 35px rgba(0,0,0,.2);
}
.brand::after {
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  content: "";
}
.brand__logo {
  width: 220px;
  height: 84px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  filter: drop-shadow(0 7px 16px rgba(0,0,0,.22));
  box-shadow: none;
}
.brand__mark {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--white);
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 1rem;
  letter-spacing: -.08em;
  line-height: 1;
}
.brand__mark span { margin: 0 1px; color: var(--gold); font-size: .72em; }
.brand__name { display: flex; flex-direction: column; line-height: 1; }
.brand__name strong {
  color: var(--white);
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 400;
  letter-spacing: -.03em;
}
.brand__name small {
  margin-top: 7px;
  color: #d0cdc5;
  font-size: .53rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.site-header.is-sticky .brand__mark { color: var(--black); }
.site-header.is-sticky .brand__name strong { color: var(--black); }
.site-header.is-sticky .brand__name small { color: var(--muted); }
.site-nav { gap: 31px; }
.site-nav > a:not(.button) { font-size: .67rem; letter-spacing: .12em; }

.hero {
  min-height: 900px;
  background-position: 60% center;
}
.hero__video::after {
  position: absolute;
  inset: 0;
  background: rgba(25,20,10,.08);
  content: "";
}
.hero__overlay {
  background:
    linear-gradient(90deg, rgba(6,6,5,.94) 0%, rgba(6,6,5,.78) 42%, rgba(6,6,5,.18) 78%, rgba(6,6,5,.32) 100%),
    linear-gradient(0deg, rgba(6,6,5,.38), transparent 48%);
}
.hero__content { padding-top: 195px; padding-bottom: 115px; }
.hero h1 { max-width: 900px; margin-bottom: 32px; font-size: clamp(4rem, 7.3vw, 7rem); }
.hero h1 em { display: inline-block; }
.hero__lead {
  max-width: 600px;
  margin-bottom: 28px;
  color: #dedbd3;
  font-size: clamp(1.05rem, 1.7vw, 1.27rem);
  line-height: 1.7;
}
.hero__proof, .page-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0 0 36px;
  color: #e5e1d8;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero__proof span, .page-hero__proof span { display: flex; align-items: center; }
.hero__proof span:not(:last-child)::after,
.page-hero__proof span:not(:last-child)::after {
  width: 3px;
  height: 3px;
  margin: 0 16px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}
.hero__actions { gap: 14px; }
.hero__scroll { right: 30px; bottom: 60px; color: #aaa69d; font-size: .6rem; letter-spacing: .23em; }

.reasons {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 64px), var(--container));
  margin: -54px auto 0;
  background: #151513;
  box-shadow: 0 28px 65px rgba(0,0,0,.24);
}
.reason {
  min-height: 194px;
  padding: 38px 30px;
  color: #d4d1c8;
  border-right-color: rgba(255,255,255,.1);
  background: transparent;
}
.reason--gold {
  color: #dedbd2;
  border-right-color: rgba(255,255,255,.1);
  background: #1e1d1a;
}
.reason__number, .reason--gold .reason__number { color: var(--gold); }
.reason h2 {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 700;
}
.reason p { color: #a7a49c; }

.intro { padding-top: 175px; background: var(--cream); }
.intro__grid { gap: 6%; }
.intro__image::before { background: transparent; border: 1px solid var(--gold); }
.intro__image--two::before { background: transparent; border-color: #6f6b61; }
.intro__image img { filter: saturate(.82) contrast(1.04); box-shadow: var(--shadow); }
.intro__copy h2 { margin-bottom: 30px; }
.intro__lead { font-size: 1.32rem; }
.experience strong { color: #9f7b3d; }

.section-heading { gap: 100px; margin-bottom: 70px; }
.section-heading > p { max-width: 400px; line-height: 1.8; }

.services { background: var(--white); }
.services__grid { gap: 1px; border: 0; background: var(--line); }
.service-card {
  min-height: 340px;
  padding: 42px;
  border: 0;
  background: var(--white);
}
.service-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.service-card:hover::after { transform: scaleX(1); }
.service-card:hover { color: #d9d6cf; background: #171715; transform: none; }
.service-card--featured { color: #d9d6cf; background: #171715; }
.service-card--featured::after { transform: scaleX(1); }
.service-card__icon { margin-bottom: 45px; color: var(--gold); font-size: 1.65rem; }
.service-card h3 { font-size: 1.75rem; }

.emergency { min-height: 700px; grid-template-columns: 1.08fr .92fr; }
.emergency__image {
  position: relative;
  filter: saturate(.76) contrast(1.05);
}
.emergency__copy { padding-right: max(60px, calc((100vw - var(--container)) / 2)); padding-left: clamp(55px, 7vw, 120px); }
.emergency__copy h2 { margin-bottom: 28px; }

.gallery { background: var(--cream); }
.gallery__grid { height: 344px; gap: 12px; }
.gallery figure, .gallery-wall figure { position: relative; }
.gallery figure::after, .gallery-wall figure::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.035);
  content: "";
  pointer-events: none;
}
.gallery img, .gallery-wall img { filter: saturate(.78) contrast(1.06); }

.testimonials { background: #121210; }
.testimonials__layout { gap: 12%; }
.testimonial > p { color: #ebe7df; font-size: clamp(1.6rem, 2.8vw, 2.35rem); }
.quote-mark { color: var(--gold); opacity: .9; }
.slider__controls button { border-color: #4a4842; }

.tips { background: var(--white); }
.tips__grid { gap: 1px; background: var(--line); }
.tip-card { min-height: 310px; padding: 42px; border: 0; box-shadow: none; }
.tip-card:hover { box-shadow: none; transform: none; background: var(--cream); }
.tip-card h3 { font-size: 1.75rem; }

.contact {
  position: relative;
  overflow: hidden;
  color: #ddd8ce;
  background: #23221e;
}
.contact::before {
  position: absolute;
  top: -50%;
  right: -10%;
  width: 55vw;
  height: 55vw;
  border: 1px solid rgba(198,161,91,.16);
  border-radius: 50%;
  content: "";
}
.contact .eyebrow { color: var(--gold); }
.contact h2 { color: var(--white); }
.contact__grid { position: relative; z-index: 1; }
.contact__card {
  padding: 46px;
  border-top: 3px solid var(--gold);
  background: var(--white);
  box-shadow: 0 35px 80px rgba(0,0,0,.28);
}
.contact__phone { font-size: clamp(2rem, 3vw, 3rem); }

.footer { padding-top: 95px; background: #0c0c0b; }
.brand--footer {
  display: inline-flex !important;
  background: linear-gradient(135deg, #fffdf8, #e9dcc3);
}
.brand--footer .brand__logo {
  width: 245px;
  height: 122px;
  padding: 0;
}
.footer__bottom { border-top-color: #262520; }

.page-hero {
  min-height: 720px;
  background-position: center;
}
.page-hero__overlay {
  background:
    linear-gradient(90deg, rgba(5,5,4,.93), rgba(5,5,4,.56) 58%, rgba(5,5,4,.22)),
    linear-gradient(0deg, rgba(5,5,4,.58), transparent 55%);
}
.page-hero__content { padding-top: 270px; padding-bottom: 95px; }
.page-hero h1 { max-width: 1060px; margin-bottom: 26px; }
.page-hero__content > p:last-of-type:not(.eyebrow) { line-height: 1.7; }
.page-hero__proof { margin: 30px 0 0; }
.page-hero--compact { min-height: 760px; }

.story { background: var(--cream); }
.story__grid { gap: 12%; }
.prose--lead p:first-child { font-size: 1.55rem; line-height: 1.6; }
.foundation { background: #151513; }
.about-stat { border-color: #46433c; background: #1d1c19; }
.about-stat strong { color: var(--gold); }
.about-reasons__grid { gap: 1px; border: 0; background: var(--line); }
.about-reasons__grid article { padding: 46px; border: 0; background: var(--white); }
.promise { background: var(--cream); }
.promise__grid { gap: 16px; background: transparent; }
.promise__grid > div { padding: 70px; box-shadow: 0 20px 55px rgba(20,18,14,.06); }

.gallery-page, .blog-index { background: var(--cream); }
.gallery-wall { gap: 12px; }
.gallery-wall figure { min-height: 430px; }
.post-grid { gap: 16px; }
.post-card {
  display: grid;
  grid-template-rows: 340px auto;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(20,18,14,.08);
}
.post-card:first-child {
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: minmax(480px, auto);
}
.post-card__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
}
.post-card__image img { filter: saturate(.8) contrast(1.04); }
.post-card__body {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 46px;
  background: var(--white);
}
.post-card__body h2 {
  color: var(--black);
  font-weight: 400;
}
.article__content p { color: #555249; }
.article__aside { border-left-color: var(--gold); }
.article__callout { border-left: 4px solid var(--gold); background: var(--cream); }

/* Service booking */
.booking-page {
  position: relative;
  min-height: 100vh;
  padding: 220px 0 140px;
  overflow: hidden;
  color: #d8d4ca;
  background:
    linear-gradient(105deg, rgba(12,12,11,.98), rgba(23,22,19,.94)),
    url("/assets/pipe-fitting.webp") center/cover;
}
.booking-page__glow {
  position: absolute;
  top: 80px;
  right: -12vw;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(198,161,91,.12);
  border-radius: 50%;
  box-shadow: 0 0 140px rgba(198,161,91,.05);
}
.booking-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(560px, 1.22fr);
  align-items: start;
  gap: clamp(60px, 8vw, 120px);
}
.booking-intro {
  position: sticky;
  top: 140px;
  padding-top: 34px;
}
.booking-intro .eyebrow { color: var(--gold); }
.booking-intro h1 {
  max-width: 600px;
  margin-bottom: 28px;
  color: var(--white);
  font-size: clamp(4rem, 7vw, 6.8rem);
}
.booking-intro__lead {
  max-width: 540px;
  margin-bottom: 48px;
  color: #bcb8ae;
  font-size: 1.14rem;
  line-height: 1.75;
}
.booking-assurances { border-top: 1px solid rgba(255,255,255,.12); }
.booking-assurances > div {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 18px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.booking-assurances > div > span {
  color: var(--gold);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.booking-assurances p { margin: 0; color: #aaa69d; font-size: .9rem; line-height: 1.55; }
.booking-assurances strong {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.booking-emergency {
  margin-top: 36px;
  padding: 24px 26px;
  border-left: 3px solid var(--gold);
  background: rgba(255,255,255,.055);
}
.booking-emergency p { margin-bottom: 5px; color: #a9a59c; font-size: .76rem; }
.booking-emergency a { color: var(--white); font-family: "Iowan Old Style", Georgia, serif; font-size: 1.45rem; }
.booking-emergency a span { margin-left: 8px; color: var(--gold); }

.booking-card {
  color: var(--ink);
  border-top: 4px solid var(--gold);
  background: var(--white);
  box-shadow: 0 42px 100px rgba(0,0,0,.38);
}
.booking-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 48px 52px 36px;
  border-bottom: 1px solid var(--line);
}
.booking-card__header .eyebrow { margin-bottom: 12px; }
.booking-card__header h2 { margin: 0; font-size: clamp(2.5rem, 4vw, 3.7rem); }
.booking-card__secure {
  flex: 0 0 auto;
  margin-top: 7px;
  padding: 7px 10px;
  color: #6d5832;
  border: 1px solid rgba(198,161,91,.45);
  background: #f5edde;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.service-form { padding: 42px 52px 50px; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.form-field { margin-bottom: 26px; }
.form-field label {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 9px;
  color: #302f2a;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.form-field label span {
  color: #8c8578;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #d9d4ca;
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: #fffefa;
  font: inherit;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-field input,
.form-field select { min-height: 54px; padding: 12px 15px; }
.form-field textarea { min-height: 142px; padding: 15px; resize: vertical; line-height: 1.6; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #a57d32;
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(198,161,91,.18);
}
.form-field input:user-invalid,
.form-field select:user-invalid,
.form-field textarea:user-invalid { border-color: #a33c32; }
.form-field small { display: block; margin-top: 7px; color: #827e75; font-size: .7rem; }
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
.form-consent {
  display: grid;
  grid-template-columns: 19px 1fr;
  align-items: start;
  gap: 12px;
  margin: 2px 0 26px;
  color: #615e56;
  font-size: .78rem;
  line-height: 1.5;
  cursor: pointer;
}
.form-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #9c752e; }
.form-submit { width: 100%; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status {
  min-height: 24px;
  margin: 16px 0 0;
  padding: 0;
  font-size: .82rem;
  font-weight: 700;
  text-align: center;
}
.form-status[data-state="success"] {
  padding: 13px 16px;
  color: #275f3b;
  background: #e8f3eb;
}
.form-status[data-state="error"] {
  padding: 13px 16px;
  color: #8b2925;
  background: #f8eae8;
}
.form-status[data-state="loading"] { color: #7e6535; }
.form-privacy { margin: 12px 0 0; color: #8a867d; font-size: .67rem; text-align: center; }

@media (max-width: 1020px) {
  .site-nav { gap: 17px; }
  .reasons { grid-template-columns: repeat(2, 1fr); }
  .booking-layout { grid-template-columns: minmax(0, .75fr) minmax(520px, 1.25fr); gap: 45px; }
}

@media (max-width: 800px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .section { padding: 95px 0; }
  .topbar__inner { min-height: 36px; }
  .site-header { top: 36px; }
  .header__inner { min-height: 82px; }
  .brand__mark { width: 42px; height: 42px; }
  .brand__logo { width: 184px; height: 72px; padding: 0; }
  .brand__name strong { font-size: 1.05rem; }
  .brand__name small { font-size: .46rem; }
  .site-nav > a:not(.button) { font-family: "Iowan Old Style", Georgia, serif; font-size: 1.7rem; }
  .hero { min-height: 790px; }
  .hero__content { padding-top: 160px; padding-bottom: 90px; }
  .hero h1 { font-size: clamp(3.7rem, 12vw, 5.7rem); }
  .reasons { width: 100%; margin: 0; }
  .intro { padding-top: 110px; }
  .section-heading { gap: 22px; margin-bottom: 48px; }
  .service-card { min-height: 310px; padding: 36px; }
  .emergency { min-height: auto; }
  .emergency__copy { padding: 80px 32px; }
  .gallery__grid { height: auto; gap: 10px; }
  .post-card,
  .post-card:first-child {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 340px auto;
  }
  .post-card:first-child .post-card__image { min-height: 0; }
  .page-hero { min-height: 650px; }
  .page-hero__content { padding-top: 225px; padding-bottom: 70px; }
  .promise__grid > div { padding: 48px 38px; }
  .booking-page { padding: 165px 0 95px; }
  .booking-layout { grid-template-columns: 1fr; gap: 55px; }
  .booking-intro { position: static; padding-top: 0; }
  .booking-intro h1 { font-size: clamp(3.7rem, 13vw, 5.7rem); }
  .booking-assurances { display: grid; grid-template-columns: repeat(3, 1fr); }
  .booking-assurances > div { display: block; padding: 20px 15px; border-right: 1px solid rgba(255,255,255,.1); }
  .booking-assurances > div > span { display: block; margin-bottom: 12px; }
  .booking-card__header { padding: 40px 38px 30px; }
  .service-form { padding: 36px 38px 42px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .topbar__links { letter-spacing: .02em; }
  .brand { gap: 10px; }
  .brand__mark { width: 39px; height: 39px; }
  .brand__logo { width: 172px; height: 68px; }
  .brand__name strong { font-size: .96rem; }
  .brand__name small { margin-top: 5px; font-size: .4rem; letter-spacing: .12em; }
  .hero { min-height: 800px; background-position: 64% center; }
  .hero__overlay { background: rgba(7,7,6,.78); }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 4.8rem); }
  .hero__lead { font-size: 1rem; }
  .hero__proof, .page-hero__proof { gap: 9px 0; }
  .hero__proof span:not(:last-child)::after,
  .page-hero__proof span:not(:last-child)::after { margin: 0 10px; }
  .reasons { grid-template-columns: 1fr; }
  .reason { min-height: auto; padding: 30px 26px; }
  .service-card { min-height: 270px; }
  .contact__card { padding: 32px 24px; }
  .page-hero { min-height: 650px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .page-hero__proof { font-size: .58rem; }
  .gallery-wall figure { min-height: 410px; }
  .post-card,
  .post-card:first-child { grid-template-rows: 270px auto; }
  .post-card__body { padding: 32px 26px; }
  .booking-page { padding: 145px 0 80px; }
  .booking-intro h1 { font-size: clamp(3.25rem, 16vw, 4.6rem); }
  .booking-intro__lead { margin-bottom: 35px; font-size: 1rem; }
  .booking-assurances { grid-template-columns: 1fr; }
  .booking-assurances > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    padding: 17px 0;
    border-right: 0;
  }
  .booking-assurances > div > span { margin: 0; }
  .booking-emergency a { font-size: 1.25rem; }
  .booking-card__header { padding: 32px 24px 26px; }
  .booking-card__secure { display: none; }
  .service-form { padding: 30px 24px 36px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .form-field { margin-bottom: 22px; }
}
