:root {
  --ink: #202124;
  --muted: #62676d;
  --paper: #f6f2ea;
  --white: #ffffff;
  --tile: #e9eef0;
  --line: #d7d3ca;
  --blue: #236da8;
  --blue-dark: #174f7d;
  --clay: #a8624b;
  --green: #4d6b58;
  --focus: #f0b84f;
  --shadow: 0 18px 45px rgba(34, 31, 28, 0.14);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

:where(a, button, input, textarea):focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 20;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  clip: auto;
  padding: 0.7rem 1rem;
  background: var(--ink);
  color: var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0.8rem 5vw;
  background: rgba(246, 242, 234, 0.92);
  border-bottom: 1px solid rgba(32, 33, 36, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 48px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--ink);
  color: var(--white);
  border: 2px solid var(--blue);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.95rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  color: var(--muted);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.35rem 0.65rem;
  background: var(--white);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.language-switch:hover,
.language-switch:focus-visible {
  border-color: var(--blue);
  color: var(--blue-dark);
}

.nav-toggle {
  display: none;
}

.hero {
  min-height: 82svh;
  display: flex;
  align-items: center;
  padding: 5rem 5vw;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(19, 22, 25, 0.9) 0%, rgba(19, 22, 25, 0.68) 42%, rgba(19, 22, 25, 0.2) 100%),
    url("assets/img/generated/hero-freestanding-bath-1600.jpg") center 52% / cover no-repeat;
  background-image:
    linear-gradient(90deg, rgba(19, 22, 25, 0.9) 0%, rgba(19, 22, 25, 0.68) 42%, rgba(19, 22, 25, 0.24) 100%),
    image-set(
      url("assets/img/generated/hero-freestanding-bath-1600.avif") type("image/avif") 1x,
      url("assets/img/generated/hero-freestanding-bath-2200.avif") type("image/avif") 2x,
      url("assets/img/generated/hero-freestanding-bath-1600.webp") type("image/webp") 1x,
      url("assets/img/generated/hero-freestanding-bath-2200.webp") type("image/webp") 2x,
      url("assets/img/generated/hero-freestanding-bath-1600.jpg") type("image/jpeg") 1x,
      url("assets/img/generated/hero-freestanding-bath-2200.jpg") type("image/jpeg") 2x
    );
  background-position: center 52%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-copy {
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #9ccbf2;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 1.1rem;
  font-size: 4rem;
  line-height: 0.98;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.05;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-lede {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.25rem;
}

.hero-area {
  max-width: 650px;
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.hero-actions,
.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--blue);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--blue-dark);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: var(--white);
}

.proof-strip div {
  min-height: 118px;
  padding: 1.5rem 5vw;
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.15;
}

.proof-strip span {
  color: var(--muted);
}

.section,
.split-section,
.contact-section {
  padding: 6rem 5vw;
}

main section[id] {
  scroll-margin-top: 84px;
}

.section-heading {
  width: min(880px, 100%);
  margin-bottom: 2rem;
}

.section-heading p {
  max-width: 730px;
  color: var(--muted);
}

.section-heading.compact {
  margin-bottom: 1.4rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.service-card,
.testimonial-grid figure {
  min-height: 260px;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-card:nth-child(2) {
  border-top-color: var(--blue);
}

.service-card:nth-child(3) {
  border-top-color: var(--green);
}

.service-card:nth-child(4) {
  border-top-color: var(--clay);
}

.service-number {
  display: inline-block;
  margin-bottom: 1.2rem;
  color: var(--blue);
  font-weight: 900;
}

.service-card p,
.split-copy p,
.testimonial-grid blockquote,
.contact-copy p {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 4rem;
  align-items: center;
  background: var(--white);
}

.split-section.reverse {
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
  background: var(--paper);
}

.split-section.reverse .split-media {
  order: 2;
}

.split-media picture {
  display: block;
}

.split-media img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split-copy {
  max-width: 680px;
}

.check-list,
.steps-list {
  padding: 0;
  margin: 1.5rem 0 0;
}

.check-list li {
  list-style: none;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
}

.check-list li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 0.7rem;
  background: var(--blue);
}

.band {
  padding: 4rem 5vw;
  background: var(--ink);
  color: var(--white);
}

.band-inner {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 4rem;
  align-items: end;
}

.band h2 {
  margin: 0;
}

.band p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  gap: 0.8rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--tile);
  cursor: pointer;
}

.gallery-item.wide {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.gallery-item picture {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.035);
}

.gallery-item span {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  display: grid;
  gap: 0.05rem;
  padding: 0.4rem 0.6rem;
  border-radius: 4px;
  background: rgba(32, 33, 36, 0.82);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.15;
}

.gallery-item small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.testimonials {
  background: var(--white);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.testimonial-grid.single {
  grid-template-columns: minmax(0, 760px);
}

.testimonial-grid figure {
  margin: 0;
}

.testimonial-grid blockquote {
  margin: 0 0 1.4rem;
  font-size: 1.08rem;
}

.testimonial-grid figcaption {
  color: var(--ink);
  font-weight: 800;
}

.collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.collage img {
  aspect-ratio: 3 / 4;
}

.collage picture:nth-child(2) {
  margin-top: 3rem;
}

.steps-list {
  display: grid;
  gap: 0.85rem;
  counter-reset: steps;
}

.steps-list li {
  list-style: none;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  counter-increment: steps;
}

.steps-list li::before {
  content: counter(steps);
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-right: 0.75rem;
  background: var(--blue);
  color: var(--white);
  font-weight: 900;
}

.steps-list strong {
  display: inline-block;
  margin-bottom: 0.2rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  gap: 4rem;
  background: var(--ink);
  color: var(--white);
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.contact-methods {
  margin-top: 2rem;
  flex-direction: column;
}

.contact-methods a {
  min-height: 64px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  text-decoration: none;
}

.contact-methods span,
.form-note {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.contact-methods strong {
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 1rem;
  align-self: start;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  padding: 0.85rem;
  color: var(--white);
  background: rgba(0, 0, 0, 0.22);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.form-note {
  margin: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 5vw;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  color: var(--muted);
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.lightbox {
  width: min(1120px, calc(100% - 2rem));
  max-height: calc(100dvh - 2rem);
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  padding: 1rem;
  background: var(--white);
  color: var(--ink);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.76);
}

.lightbox[open] {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
}

.lightbox img {
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 9rem);
  object-fit: contain;
  background: var(--tile);
}

.lightbox p {
  margin: 0;
  color: var(--muted);
}

.lightbox-close {
  display: block;
  min-width: 44px;
  min-height: 44px;
  margin: 0 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.45rem 0.7rem;
  background: var(--white);
  cursor: pointer;
}

@media (max-width: 1100px) {
  .service-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card {
    min-height: 220px;
  }
}

@media (max-width: 860px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .header-actions {
    gap: 0.55rem;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 5px;
    width: 46px;
    height: 46px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--white);
  }

  .nav-toggle span:not(.visually-hidden) {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink);
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.6rem 5vw 1rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

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

  .site-nav a {
    padding: 0.8rem 0;
  }

  .hero {
    min-height: 80svh;
    align-items: end;
    padding-top: 4rem;
    background:
      linear-gradient(180deg, rgba(19, 22, 25, 0.3) 0%, rgba(19, 22, 25, 0.88) 74%),
      url("assets/img/generated/hero-freestanding-bath-1600.jpg") center 52% / cover no-repeat;
    background-image:
      linear-gradient(180deg, rgba(19, 22, 25, 0.28) 0%, rgba(19, 22, 25, 0.9) 74%),
      image-set(
        url("assets/img/generated/hero-freestanding-bath-1600.avif") type("image/avif") 1x,
        url("assets/img/generated/hero-freestanding-bath-2200.avif") type("image/avif") 2x,
        url("assets/img/generated/hero-freestanding-bath-1600.webp") type("image/webp") 1x,
        url("assets/img/generated/hero-freestanding-bath-2200.webp") type("image/webp") 2x,
        url("assets/img/generated/hero-freestanding-bath-1600.jpg") type("image/jpeg") 1x,
        url("assets/img/generated/hero-freestanding-bath-2200.jpg") type("image/jpeg") 2x
      );
    background-position: center 52%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-lede {
    font-size: 1.08rem;
  }

  .proof-strip,
  .split-section,
  .split-section.reverse,
  .band-inner,
  .testimonial-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-strip div:last-child {
    border-bottom: 0;
  }

  .split-section.reverse .split-media {
    order: 0;
  }

  .section,
  .split-section,
  .contact-section {
    padding: 4.25rem 5vw;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 78svh;
    padding-inline: 1rem;
  }

  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .site-header,
  .section,
  .split-section,
  .contact-section,
  .band,
  .site-footer {
    padding-inline: 1rem;
  }

  .service-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 260px;
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

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

  .collage picture:nth-child(2) {
    margin-top: 0;
  }

  .site-footer {
    flex-direction: column;
  }
}

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

  .gallery-item:hover img,
  .gallery-item:focus-visible img {
    transform: none;
  }
}
