:root {
  --paper: #fbfbfa;
  --bone: #f1efea;
  --steel: #d9d6cf;
  --ink: #171717;
  --muted: #6b6861;
  --line: #ded9d0;
  --red: #c92127;
  --copper: #9a5a35;
  --max: 1160px;
  --radius: 6px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

main {
  overflow: hidden;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(201, 33, 39, 0.35);
  outline-offset: 3px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 30;
  padding: 10px 12px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: 20px;
}

.section-pad {
  padding: 86px 0 104px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(222, 217, 208, 0.9);
  background: rgba(251, 251, 250, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 26px;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(280px, 42vw);
  text-decoration: none;
}

.legal-header .brand {
  justify-self: start;
  margin-inline: 0;
}

.legal-header .header-inner {
  grid-template-columns: auto 1fr auto;
}

.legal-header-tools {
  display: flex;
  align-items: center;
  justify-self: end;
  align-self: center;
  gap: 12px;
  margin-left: auto;
}

.brand img {
  width: 100%;
  border-radius: 2px;
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: 70px;
  color: #353531;
  font-size: 14px;
  font-weight: 650;
}

.legal-header .site-nav {
  justify-self: center;
}

.legal-header .header-actions {
  justify-self: end;
  margin-left: auto;
}

.header-actions--icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.header-icon-link {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

.header-icon-link svg {
  width: 18px;
  height: 18px;
}

.header-icon-link:hover,
.header-icon-link:focus-visible {
  color: var(--red);
  border-color: rgba(201, 33, 39, 0.34);
}

.site-nav a,
.footer-inner a {
  text-decoration: none;
}

.site-nav a:hover,
.footer-inner a:hover,
.link-phone:hover,
.route-link:hover {
  color: var(--red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.link-phone {
  color: #343430;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  min-width: 0;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: scale(0.98);
}

.btn-dark {
  background: var(--ink);
  color: #fff;
}

.btn-dark:hover {
  background: #333330;
}

.btn-light {
  background: #fff;
  color: var(--ink);
}

.btn-mail {
  border-color: #d3d0c9;
  background: #f1f1ee;
  color: var(--ink);
}

.btn-mail:hover {
  background: #e7e7e3;
  border-color: #c2beb6;
}

.btn-small {
  min-height: 38px;
  padding: 10px 13px;
  font-size: 14px;
}

.nav-toggle {
  display: none;
  justify-self: end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
  font: inherit;
  font-weight: 800;
}

.nav-toggle i {
  display: inline-block;
  width: 18px;
  height: 2px;
  margin-left: 8px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor, 0 -6px 0 currentColor;
  vertical-align: middle;
}

.hero {
  padding-top: 0;
}

.hero.section-pad {
  padding: 0;
}

.hero-grid {
  position: relative;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--ink);
  font-family: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  max-width: 650px;
  margin-bottom: 22px;
  font-size: clamp(46px, 5.2vw, 72px);
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 53px);
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.18;
}

.lead {
  max-width: 650px;
  color: #393936;
  font-size: clamp(19px, 2.1vw, 25px);
  line-height: 1.45;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

@media (max-width: 1220px) {
  .site-nav {
    gap: 24px;
  }
}

@media (max-width: 820px) {
  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .location-meta .btn {
    width: 100%;
  }

  .legal-header .header-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: auto;
  }

  .legal-header .header-actions .btn {
    width: 100%;
  }
}

.hero-copy-wrap,
.hero-copy,
.hero-media,
.section-heading,
.contact-copy {
  min-width: 0;
}

.hero-copy-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-copy {
  width: 50%;
  max-width: 680px;
  padding: clamp(36px, 5vw, 56px);
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(251, 251, 250, 0.96) 0%, rgba(251, 251, 250, 0.9) 62%, rgba(251, 251, 250, 0.14) 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 1;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

@media (min-width: 641px) and (max-width: 820px) {
  .hero-copy {
    width: min(54%, 360px);
    padding: 20px 18px;
  }

  .hero-media img {
    aspect-ratio: 4 / 3;
    object-position: 92% 26%;
  }
}

.hero-media figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.services-layout {
  display: grid;
  max-width: 1460px;
  padding-inline: 24px;
}

.section-heading {
  max-width: 760px;
}

.section-heading p:last-child {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.services-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 10px 18px 22px 0;
}

.services-intro h2 {
  max-width: 12ch;
}

.services-intro p:last-child {
  max-width: 34ch;
  font-size: 17px;
}

.service-card {
  display: grid;
  grid-template-columns: 136px 1fr;
  height: 196px;
  align-self: start;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-card img {
  width: 136px;
  height: 100%;
  min-height: 168px;
  object-fit: cover;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), filter 220ms ease;
}

.service-card div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px 18px 20px;
}

.service-number {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--red);
  font-family: "SF Mono", Consolas, monospace;
  font-size: 12px;
  font-weight: 900;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.services-support {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 72px;
  width: 100%;
}

.services-support__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  margin-bottom: 0;
  padding: 26px 28px 28px;
  border: 1px solid rgba(201, 33, 39, 0.16);
  border-left: 4px solid var(--red);
  background:
    linear-gradient(135deg, rgba(201, 33, 39, 0.08) 0%, rgba(255, 255, 255, 0.98) 34%),
    #fff;
  box-shadow: 0 20px 44px rgba(69, 60, 46, 0.08);
}

.services-support__intro h2 {
  max-width: 10ch;
  margin-bottom: 16px;
}

.services-support__intro p:last-child {
  max-width: 28rem;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.services-support__list {
  display: grid;
  align-content: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  width: 100%;
  padding: 30px;
  border: 1px solid rgba(217, 214, 207, 0.95);
  background:
    radial-gradient(circle at top left, rgba(201, 33, 39, 0.05), transparent 26%),
    linear-gradient(180deg, #fff 0%, #faf8f4 100%);
  box-shadow: 0 20px 48px rgba(69, 60, 46, 0.08);
  list-style: none;
}

.services-support__list li {
  position: relative;
  min-width: 0;
}

.services-support__list a {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 18px 22px;
  border: 1px solid rgba(222, 217, 208, 0.95);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: var(--ink);
  text-decoration: none;
  line-height: 1.45;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.services-support__list a:hover,
.services-support__list a:focus-visible {
  border-color: rgba(201, 33, 39, 0.34);
  background: #fff;
  box-shadow: 0 14px 26px rgba(69, 60, 46, 0.08);
  transform: translateY(-1px);
}

.services-support__list a::after {
  content: "↗";
  flex: 0 0 auto;
  margin-left: 16px;
  color: var(--red);
  font-size: 18px;
  line-height: 1;
}

.services-partners {
  margin-top: 28px;
}

.google-reviews {
  margin-top: 28px;
}

.google-reviews__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #faf8f4 100%);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: 0 18px 44px rgba(84, 74, 58, 0.08);
}

.google-reviews__copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  max-width: 58ch;
}

.google-reviews__cta {
  display: grid;
  justify-items: start;
  gap: 16px;
  justify-self: end;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(222, 217, 208, 0.9);
  background: rgba(255, 255, 255, 0.72);
}

.google-reviews__stars {
  margin: 0;
  color: #c8422d;
  font-size: clamp(24px, 2.5vw, 30px);
  letter-spacing: 0.18em;
}

.google-reviews__score {
  margin: -4px 0 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.google-reviews__items {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  min-width: 0;
  padding-top: clamp(20px, 3vw, 28px);
  border-top: 1px solid rgba(222, 217, 208, 0.95);
}

.google-review-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  min-height: 320px;
  padding: clamp(18px, 2vw, 22px);
  border: 1px solid rgba(222, 217, 208, 0.82);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.google-review-card__head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.google-review-card__head img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--bone);
}

.google-review-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.google-review-card__head p {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  margin: 4px 0 0;
  color: #c8422d;
  font-size: 13px;
  line-height: 1.2;
}

.google-review-card__head small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.google-review-card__body {
  position: relative;
  max-height: 11.6em;
  overflow: hidden;
}

.google-review-card__body::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.2em;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 88%);
}

.google-review-card.is-expanded .google-review-card__body {
  max-height: none;
}

.google-review-card.is-expanded .google-review-card__body::after {
  display: none;
}

.google-review-card__body p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  text-wrap: pretty;
}

.google-review-card__toggle {
  align-self: flex-start;
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--red);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.google-review-card__toggle:hover {
  color: var(--ink);
}

.services-partners__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.services-partners__item {
  display: grid;
  place-items: center;
  min-height: 108px;
  margin: 0;
  padding: 20px 18px;
  border: 1px solid rgba(217, 214, 207, 0.95);
  background: linear-gradient(180deg, #fff 0%, #faf8f4 100%);
}

.services-partners__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.services-partners__item img {
  width: 100%;
  max-width: 150px;
  max-height: 40px;
  object-fit: contain;
}

.location-section {
    padding: 86px 0 104px;
  }

.reference-section {
  border-top: 1px solid var(--line);
  background: #fff;
}

.references-layout {
  display: grid;
  gap: 38px;
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.reference-item {
  display: block;
  position: relative;
  isolation: isolate;
  min-height: 190px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.reference-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-lightbox {
  width: min(94vw, 1280px);
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
}

.gallery-lightbox::backdrop {
  background: rgba(17, 17, 17, 0.84);
  backdrop-filter: blur(6px);
}

.gallery-lightbox__panel {
  display: grid;
  gap: 14px;
  width: min(92vw, 1080px);
  margin-inline: auto;
}

.gallery-lightbox__toolbar {
  display: flex;
  justify-content: flex-end;
}

.gallery-lightbox__figure {
  width: 100%;
  margin: 0;
  padding: 22px;
  border-radius: 18px;
  background: rgba(11, 11, 11, 0.94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.gallery-lightbox__image {
  width: 100%;
  height: min(76vh, 760px);
  object-fit: contain;
}

.gallery-lightbox__nav,
.gallery-lightbox__close {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(11, 11, 11, 0.78);
  color: #fff;
  cursor: pointer;
}

.gallery-lightbox__nav {
  min-width: 92px;
  padding: 14px 18px;
}

.gallery-lightbox__controls {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.gallery-lightbox__close {
  padding: 10px 14px;
}

.reference-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0.08) 100%),
    linear-gradient(135deg, rgba(201, 33, 39, 0.18) 0%, rgba(201, 33, 39, 0) 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.reference-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), filter 220ms ease;
}

.reference-feature {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 448px;
}

.reference-wide {
  grid-column: span 2;
  min-height: 250px;
}

@media (hover: hover) {
  .service-card:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 33, 39, 0.3);
    box-shadow: 0 14px 32px rgba(23, 23, 23, 0.07);
  }

  .service-card:hover img {
    transform: scale(1.04);
    filter: contrast(1.03) saturate(0.95);
  }

  .reference-item:hover {
    border-color: rgba(201, 33, 39, 0.38);
    box-shadow: 0 18px 42px rgba(23, 23, 23, 0.08);
  }

  .reference-item:hover::after {
    opacity: 1;
  }

  .reference-item:hover img {
    transform: scale(1.04);
    filter: contrast(1.04) saturate(0.94);
  }
}

.reference-item figcaption {
  display: grid;
  gap: 3px;
  padding: 14px 16px 16px;
}

.reference-item span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reference-item strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
}

.dream-bath-banner {
  margin-bottom: 34px;
}

.dream-bath-banner figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  aspect-ratio: 1774 / 887;
  min-height: clamp(220px, 34vw, 460px);
  background-image: url("../img/traumbad-banner-thaler-installateur.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.muted {
  background: var(--bone);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 58px;
  align-items: start;
}

.process-section {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0 1px, transparent 1px) center / 25% 100%,
    var(--bone);
}

.process-layout {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.12fr);
  gap: clamp(42px, 7vw, 92px);
}

.process-layout .section-heading {
  position: sticky;
  top: 118px;
}

.process-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.process-list article {
  display: grid;
  grid-template-columns: 44px minmax(190px, 0.75fr) minmax(260px, 1fr);
  gap: 20px;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding: 28px 0 30px;
}

.process-list span {
  color: var(--red);
  font-family: "SF Mono", Consolas, monospace;
  font-size: 12px;
  font-weight: 900;
}

.process-list h3 {
  margin-bottom: 0;
  font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: -0.02em;
}

.process-list p {
  max-width: 32rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.family-layout {
  display: grid;
}

.family-panel {
  display: grid;
  grid-template-columns: 0.88fr 1fr;
  gap: 44px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(22px, 4vw, 40px);
}

.family-panel img {
  width: 100%;
  border-radius: 3px;
}

.family-panel .eyebrow + h2 + p,
.family-panel .eyebrow + h2 + p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.family-panel__meta {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.family-bridge {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  margin-top: -34px;
  margin-bottom: -34px;
}

.family-bridge p {
  margin: 0;
  max-width: min(760px, 100%);
  padding: 18px 26px;
  border: 1px solid rgba(201, 33, 39, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(201, 33, 39, 0.1) 0%, rgba(255, 255, 255, 0.96) 18%),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(69, 60, 46, 0.08);
  color: var(--ink);
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.location-section {
  border-top: 1px solid var(--line);
  background: #fff;
}

.location-layout {
  display: grid;
  gap: 34px;
}

.location-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(69, 60, 46, 0.06);
}

.location-map {
  position: relative;
  display: block;
  min-height: 420px;
  background:
    linear-gradient(135deg, rgba(201, 33, 39, 0.08), rgba(201, 33, 39, 0) 42%),
    var(--bone);
  overflow: hidden;
}

.location-map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), filter 220ms ease;
}

.location-map span {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  background: rgba(23, 23, 23, 0.72);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

@media (hover: hover) {
  .location-map:hover img {
    transform: scale(1.03);
    filter: contrast(1.03) saturate(0.96);
  }
}

.location-meta {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: clamp(26px, 4vw, 38px);
  background:
    linear-gradient(180deg, rgba(243, 240, 234, 0.72) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.location-meta strong {
  color: var(--ink);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.15;
}

.location-meta span {
  color: #494641;
  font-size: clamp(17px, 1.6vw, 20px);
}

.location-meta .btn {
  margin-top: 16px;
  width: fit-content;
}

.contact-section {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #f3f0ea 0%, #fbfbfa 100%);
  color: var(--ink);
  padding: clamp(96px, 9vw, 144px) 0 clamp(108px, 10vw, 156px);
}

.contact-section h2,
.contact-section .eyebrow {
  color: var(--ink);
}

.contact-section p {
  color: #494641;
  max-width: 760px;
  font-size: clamp(18px, 2vw, 22px);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
  gap: clamp(46px, 7vw, 88px);
  align-items: center;
}

.contact-copy h2 {
  max-width: 760px;
  font-size: clamp(52px, 7.4vw, 94px);
  line-height: 0.96;
  text-wrap: balance;
}

.contact-card {
  display: grid;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  padding: clamp(30px, 4vw, 44px);
  color: #494641;
  font-style: normal;
  box-shadow: 0 24px 70px rgba(69, 60, 46, 0.08);
}

.contact-card strong {
  color: var(--ink);
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1.15;
}

.contact-card span {
  font-size: clamp(17px, 1.6vw, 20px);
}

.contact-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--red);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #f7f5f0;
  padding-bottom: 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(220px, 1fr);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(42px, 6vw, 74px) 0;
  color: var(--muted);
  font-size: 15px;
}

.footer-brand img {
  width: 100%;
  border-radius: 2px;
  padding: clamp(30px, 4vw, 44px) clamp(30px, 4vw, 44px) 0;
}

.footer-brand {
  align-self: start;
}

.footer-brand p {
  margin: 0;
}

.footer-brand p {
  margin-top: 16px;
  color: #353531;
  font-weight: 800;
  text-align: center;
}

.footer-contact {
  margin: 0;
  width: max-content;
  justify-self: end;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.footer-contact a {
  width: max-content;
}

.footer-legal {
  display: flex;
  gap: 18px;
  margin-top: 18px;
}

.mobile-contact {
  display: none;
}

.legal-main {
  padding: 82px 0 110px;
}

.legal-main article {
  max-width: 820px;
}

.legal-main h1 {
  font-size: clamp(42px, 7vw, 72px);
}

.legal-main h2 {
  margin-top: 44px;
  font-size: clamp(26px, 4vw, 36px);
}

.legal-main p,
.legal-main li {
  color: #3d3d39;
}

.legal-main a {
  font-weight: 800;
}

.legal-note {
  border-left: 4px solid var(--red);
  background: #fff;
  padding: 18px 20px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--i, 0) * 70ms);
}

.js .hero .reveal,
.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header:not(.legal-header) .header-inner {
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
  }

  .legal-header .header-inner {
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
  }

  .site-header:not(.legal-header) .brand {
    grid-column: 2;
    justify-self: center;
    width: min(285px, 64vw);
  }

  .legal-header .brand {
    grid-column: 2;
    justify-self: center;
    width: min(285px, 64vw);
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    grid-column: 3;
    justify-self: end;
  }

  .site-header:not(.legal-header) .site-nav,
  .site-header:not(.legal-header) .header-actions {
    grid-column: 1 / -1;
    display: none;
  }

  .legal-header .nav-toggle {
    display: inline-flex;
  }

  .legal-header .legal-header-tools {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    margin-left: auto;
  }

  .legal-header .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: none;
    justify-self: end;
    width: max-content;
    margin-left: auto;
    align-items: flex-end;
    flex-direction: column;
    border-top: 1px solid var(--line);
    padding-top: 16px;
    text-align: right;
    gap: 0;
  }

  .legal-header.is-open .site-nav {
    display: flex;
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .header-actions {
    display: flex;
  }

  .site-nav {
    justify-self: end;
    width: max-content;
    margin-left: auto;
    align-items: flex-end;
    flex-direction: column;
    border-top: 1px solid var(--line);
    padding-top: 16px;
    text-align: right;
  }

  .site-nav a,
  .footer-inner a {
    padding-bottom: 16px;
  }

  .header-actions {
    align-items: stretch;
    flex-direction: column;
    padding-bottom: 18px;
  }

  .legal-header .header-actions--icons {
    display: flex;
    justify-self: end;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
  }

  .legal-header .header-actions {
    position: static;
    margin-left: 0;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }

  .legal-header .header-actions.header-actions--icons {
    display: none;
  }

  .legal-header.is-open .header-actions.header-actions--icons {
    display: none;
  }


  .hero-grid,
  .split,
  .family-panel,
  .location-panel,
  .contact-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
    gap: 32px;
  }

  .hero-copy-wrap,
  .hero-media {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-copy {
    width: min(58%, 430px);
    padding: 22px 20px 20px;
    background: linear-gradient(90deg, rgba(251, 251, 250, 0.96) 0%, rgba(251, 251, 250, 0.92) 72%, rgba(251, 251, 250, 0.2) 100%);
  }

  .footer-inner {
    align-items: start;
  }

  .footer-contact {
    justify-self: start;
  }

  .footer-meta {
    justify-items: start;
  }

  .process-layout .section-heading {
    position: static;
  }

  .hero-media {
    width: 100%;
    min-height: 0;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-intro {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .services-intro h2,
  .services-intro p:last-child {
    max-width: none;
  }

  .services-support {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 52px;
  }

  .services-support__intro {
    display: block;
    order: -1;
    max-width: none;
    width: 100%;
  }

  .services-support__list {
    grid-template-columns: 1fr;
  }

  .services-partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .google-reviews__panel {
    grid-template-columns: 1fr;
  }

  .google-reviews__cta {
    justify-self: stretch;
  }

  .google-reviews__items {
    grid-template-columns: 1fr;
  }

  .reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-feature,
  .reference-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }

  .dream-bath-banner figure {
    background-attachment: scroll;
  }

  .gallery-lightbox__figure {
    width: 100%;
  }

}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 80px;
  }

  body {
    padding-bottom: 70px;
  }

  .shell {
    width: calc(100% - 42px);
    padding-inline: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .section-pad {
    padding: 62px 0 76px;
  }

  .hero-actions .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .brand {
    width: min(250px, 70vw);
  }

  .legal-header .brand {
    grid-column: 2;
    justify-self: center;
    width: min(230px, 58vw);
  }

  .legal-header .header-inner {
    grid-template-columns: 1fr auto 1fr;
  }

  .legal-header .site-nav {
    gap: 0;
    font-size: 12px;
  }

  .legal-header .header-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    padding-bottom: 0;
  }

  h1 {
    font-size: clamp(38px, 10.2vw, 41px);
  }

  .nav-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .nav-toggle i {
    margin-left: 0;
  }

  .hero-media img {
    aspect-ratio: 4 / 3;
    object-position: 92% 26%;
  }

  .hero-copy {
    width: min(64%, 320px);
    padding: 18px 16px 18px;
  }

  .hero-copy h1,
  .hero-copy .lead {
    max-width: none;
  }

  .hero-copy h1 {
    margin-bottom: 16px;
  }

  .hero-copy .lead {
    font-size: clamp(16px, 4.5vw, 19px);
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-intro {
    grid-column: auto;
    padding: 0;
  }

  .services-support {
    margin-top: 28px;
    gap: 16px;
  }

  .services-partners {
    margin-top: 22px;
  }

  .google-reviews {
    margin-top: 22px;
  }

  .services-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .google-reviews__panel {
    gap: 18px;
    padding: 22px 18px 24px;
  }

  .google-reviews__cta {
    justify-items: stretch;
  }

  .google-reviews__cta .btn {
    width: 100%;
  }

  .services-support__intro {
    padding: 20px 18px 22px;
  }

  .services-support__list {
    gap: 12px;
    padding: 22px 18px 24px;
  }

  .services-support__list a {
    padding: 16px 18px;
  }

  .services-partners__item {
    min-height: 92px;
    padding: 16px 14px;
  }

  .services-partners__item img {
    max-width: 132px;
    max-height: 34px;
  }

  .service-card {
    grid-template-columns: 112px 1fr;
    height: auto;
    min-height: 176px;
  }

  .service-card img {
    width: 112px;
    height: 136px;
    min-height: 136px;
  }

  .service-card div {
    padding: 16px 16px 18px;
  }

  .reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-item,
  .reference-feature,
  .reference-wide {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .gallery-lightbox__panel {
    width: 92vw;
  }

  .gallery-lightbox__figure {
    padding: 18px 18px 16px;
  }

  .gallery-lightbox__image {
    height: min(64vh, 460px);
  }

  .gallery-lightbox__controls {
    justify-content: space-between;
  }

  .gallery-lightbox__nav {
    min-width: 0;
    padding: 12px 14px;
  }

  .process-list article {
    grid-template-columns: 42px 1fr;
    gap: 12px 16px;
    padding: 24px 0;
  }

  .process-list h3,
  .process-list p {
    grid-column: 2;
  }

  .process-list p {
    font-size: 16px;
  }

  .contact-copy h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .contact-card {
    padding: 26px 22px;
  }

  .footer-inner {
    gap: 30px;
    padding: 44px 0 52px;
  }

  .footer-contact a {
    width: auto;
  }

  .footer-meta nav {
    flex-direction: column;
  }

  .mobile-contact {
    position: fixed;
    right: 21px;
    bottom: 12px;
    left: 21px;
    width: auto;
    z-index: 25;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border: 1px solid rgba(23, 23, 23, 0.12);
    border-radius: 8px;
    background: rgba(251, 251, 250, 0.94);
    padding: 8px;
    backdrop-filter: blur(12px);
  }

  .show-mobile-contact .mobile-contact {
    display: grid;
  }

  .mobile-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 6px;
    background: var(--ink);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-contact a + a {
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--ink);
  }
}

@media (max-width: 520px) {
  .hero-copy h1 {
    font-size: clamp(20px, 9.6vw, 31px);
  }
}

@media (max-width: 410px) {
  .hero-copy h1 {
    font-size: clamp(18px, 8.8vw, 23px);
  }
}

@media (max-width: 400px) {
  .hero-copy .eyebrow {
    font-size: 9px;
  }
}

@media (min-width: 981px) and (max-width: 999px) {
  .hero-actions {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .hero-actions .btn {
    padding-inline: 14px;
    font-size: 14px;
  }
}

@media (min-width: 981px) and (max-width: 1028px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-copy h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .contact-card {
    padding: 26px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .reference-item,
  .reference-item::after,
  .reference-item img,
  .gallery-lightbox__nav,
  .gallery-lightbox__close {
    transition: none;
  }

  .reference-item:hover img {
    transform: none;
    filter: none;
  }
}
