@font-face {
  font-family: Oswald;
  src: url("../fonts/oswald-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  src: url("../fonts/oswald-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("../fonts/manrope-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("../fonts/manrope-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("../fonts/manrope-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --paper: #f4f1ea;
  --paper-2: #ebe6db;
  --white: #fffcf7;
  --ink: #2b2b2b;
  --muted: #5f5c56;
  --sage: #5f6b62;
  --sage-2: #7a877c;
  --sage-dark: #4d5650;
  --panel: #5c6560;
  --line: #d8d2c6;
  --tile: #cfc9bb;
  --ok: #6b7a6c;
  --shadow: 0 18px 50px rgba(47, 51, 46, 0.12);
  --radius: 18px;
  --wrap: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--sage-2);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 100;
}
.skip:focus {
  left: 0.8rem;
  top: 0.8rem;
}

.wrap {
  width: min(calc(100% - 2rem), var(--wrap));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--paper) 88%, white);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.4rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 0;
}

.brand strong {
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand span {
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--muted);
  font-weight: 600;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.nav a:not(.btn) {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
}

.nav a:not(.btn):hover {
  color: var(--sage);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.75rem 1.2rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--sage);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  border-color: var(--sage);
  color: var(--sage-dark);
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle span::before {
  top: -7px;
}
.nav-toggle span::after {
  top: 7px;
}

.hero {
  padding: 2.5rem 0 4.2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 2.2rem;
  align-items: center;
}

.hero h1 {
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-weight: 600;
  font-size: clamp(3.1rem, 8vw, 6.1rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.ribbon {
  display: inline-block;
  background: var(--sage-2);
  color: #fff;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.55rem 1.1rem 0.5rem;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
  padding-right: 1.6rem;
  margin-bottom: 1.1rem;
}

.lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 38rem;
  margin: 0 0 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.mosaic {
  position: relative;
  width: 100%;
  aspect-ratio: 1800 / 832;
  min-height: 0;
  overflow: visible;
}

.shot {
  --l: 0;
  --t: 0;
  --w: 1;
  --h: 1;
  position: absolute;
  left: calc(var(--l) * 100%);
  top: calc(var(--t) * 100%);
  width: calc(var(--w) * 100%);
  height: calc(var(--h) * 100%);
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow);
  margin: 0;
  outline: 3px solid var(--paper);
}

.shot img {
  position: absolute;
  left: calc(100% * (0 - var(--l)) / var(--w));
  top: calc(100% * (0 - var(--t)) / var(--h));
  width: calc(100% / var(--w));
  height: calc(100% / var(--h));
  max-width: none;
  object-fit: fill;
  display: block;
}

.tile-floor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shot-main {
  --l: 0;
  --t: 0;
  --w: 0.86;
  --h: 0.78;
  z-index: 1;
}

.shot-mirror {
  --l: 0.53;
  --t: 0.02;
  --w: 0.45;
  --h: 0.29;
  z-index: 2;
}

.shot-sinks {
  --l: 0.48;
  --t: 0.4;
  --w: 0.52;
  --h: 0.51;
  z-index: 4;
}

.shot-bath {
  --l: 0;
  --t: 0.39;
  --w: 0.41;
  --h: 0.61;
  z-index: 3;
}

.section {
  padding: 3.4rem 0;
}

.section h2 {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
}

.section .intro {
  color: var(--muted);
  margin: 0 0 1.8rem;
  max-width: 40rem;
}

.services {
  display: grid;
  gap: 1rem;
}

.service {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.15rem;
}

.service svg.icon {
  width: 28px;
  height: 28px;
  color: var(--ok);
  margin-top: 0.15rem;
}

.service h3 {
  margin: 0;
  font-size: 1.02rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service p {
  margin: 0.15rem 0 0;
  color: var(--muted);
}

.band {
  background: var(--sage-2);
  color: #fff;
  padding: 1.6rem 0;
}

.band p {
  margin: 0;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 2.4vw, 1.6rem);
}

.band small {
  display: block;
  font-family: Manrope, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.92;
  margin-top: 0.35rem;
  font-size: 0.95rem;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.chip {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-size: 0.92rem;
}

.section,
#accueil,
#prestations,
#zone,
#contact {
  scroll-margin-top: 5.2rem;
}

.contact-panel {
  background: var(--panel);
  color: #f6f3ec;
  border-radius: 28px;
  padding: 1.25rem 1.25rem 1.25rem 1.7rem;
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(380px, 1.38fr);
  gap: 1.35rem;
  align-items: stretch;
  box-shadow: var(--shadow);
}

.contact-panel h2 {
  color: #fff;
}

.contact-panel > div:first-child {
  align-self: center;
}

.contact-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.contact-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.contact-list a:hover {
  text-decoration: underline;
}

.siret {
  opacity: 0.8;
  font-size: 0.92rem;
}

.tile-floor {
  width: 100%;
  min-height: 240px;
  aspect-ratio: 2.16 / 1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.site-footer {
  padding: 1.6rem 0 5.5rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.site-footer nav {
  display: flex;
  gap: 1rem;
}

.site-footer a {
  color: var(--sage-dark);
}

.call-fab {
  display: none;
}

.legal {
  padding: 5rem 0 3rem;
}

.legal h1 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.legal h2 {
  font-size: 1.15rem;
  margin-top: 1.8rem;
}

.legal a {
  color: var(--sage-dark);
}

.kicker {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sage);
  margin: 0 0 0.45rem;
}

.work-page {
  padding: 2.4rem 0 4rem;
}

.work-page h1 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin: 0 0 0.8rem;
}

.work-lead {
  color: var(--muted);
  max-width: 40rem;
  margin: 0 0 2rem;
}

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0 0 3.2rem;
}

.compare figure,
.photo-grid figure,
.apres-grid figure {
  margin: 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.compare img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.compare figcaption,
.stage-badge {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  background: var(--panel);
  color: #fff;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stage {
  margin: 0 0 3rem;
}

.stage h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.35rem;
}

.stage > p {
  color: var(--muted);
  margin: 0 0 1.1rem;
  max-width: 38rem;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.photo-grid img,
.apres-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.photo-grid img.is-landscape {
  aspect-ratio: 4 / 3;
}

.photo-grid figcaption,
.apres-grid figcaption {
  padding: 0.65rem 0.85rem 0.85rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.apres-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.9rem;
}

.apres-grid .featured {
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
}

.apres-grid .featured img {
  flex: 1;
  aspect-ratio: auto;
  min-height: 280px;
  height: auto;
  object-fit: cover;
}

.work-cta {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.6rem 1.5rem;
}

.work-cta h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.4rem;
}

.work-cta p {
  color: var(--muted);
  margin: 0 0 1rem;
}

.nav a[aria-current="page"] {
  color: var(--sage);
}

.lightbox {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: min(92vw, 1100px);
}

.lightbox::backdrop {
  background: rgba(30, 32, 28, 0.72);
}

.lightbox img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 16px;
  background: #111;
}

.lightbox form {
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
}

.lightbox .btn {
  background: var(--paper);
}

@media (max-width: 1100px) {
  .apres-grid {
    grid-template-columns: 1fr 1fr;
  }
  .apres-grid .featured {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .apres-grid .featured img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 0.8rem 1rem 1.1rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }
  .nav.is-open {
    display: flex;
  }
  .nav a:not(.btn) {
    padding: 0.35rem 0;
  }
  .hero-grid,
  .contact-panel,
  .compare,
  .photo-grid,
  .apres-grid {
    grid-template-columns: 1fr;
  }
  .apres-grid .featured {
    grid-row: auto;
  }
  .apres-grid .featured img {
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }
  .tile-floor {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 2.16 / 1;
  }
  .call-fab {
    display: flex;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 30;
    background: var(--sage);
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 0.85rem 1.15rem;
    font-weight: 700;
    box-shadow: var(--shadow);
  }
  .site-footer {
    padding-bottom: 6.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .btn:hover {
    transform: none;
  }
}
