/* ALD Services — photographie naturelle, typographie sobre et couleurs chaleureuses. */
:root {
  --paper: #faf9f6;
  --white: #fff;
  --green: #234b40;
  --green-dark: #17392f;
  --ink: #253b33;
  --muted: #626b64;
  --line: #dddfd5;
  --sage: #edf0e8;
  --ink-300: #e0e7df;
  --ink-400: #c2cfc4;
  --ink-600: #626b64;
  --font-body: Arial, Helvetica, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --font-mono: Arial, Helvetica, sans-serif;
  --gutter: clamp(22px, 4.5vw, 72px);
  --maxw: 1360px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
img {
  display: block;
  max-width: 100%;
}
figure {
  margin: 0;
}
p {
  margin: 0 0 20px;
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: 400;
}
h1,
h2,
.t-h1,
.t-h2 {
  font-family: var(--font-display);
  letter-spacing: -0.035em;
  line-height: 1.12;
}
h2,
.t-h2 {
  font-size: clamp(32px, 3.4vw, 46px);
}
h3,
.t-h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.025em;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
::selection {
  background: #dbe5d7;
  color: var(--green-dark);
}
:focus-visible {
  outline: 3px solid #9b6128;
  outline-offset: 5px;
}
[id] {
  scroll-margin-top: 110px;
}
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section {
  padding-block: 88px;
}
.section--tight {
  padding-block: 64px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.kicker {
  display: block;
  color: var(--green);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 20px;
}
.lede {
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
}
.muted {
  color: var(--muted);
}
.t-h1 {
  font-size: clamp(36px, 5vw, 62px);
}
.t-h4 {
  font-size: 19px;
  font-family: var(--font-body);
  font-weight: 500;
}
.font-display {
  font-family: var(--font-display);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 15px 23px;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.18s,
    color 0.18s;
}
.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.btn span[aria-hidden] {
  font-size: 20px;
  line-height: 1;
}
.btn--primary {
  background: var(--green);
  color: var(--white);
}
.btn--primary:hover {
  background: var(--green-dark);
}
.btn--secondary {
  border-color: var(--green);
  color: var(--green);
  background: transparent;
}
.btn--secondary:hover {
  background: var(--sage);
}
.btn--ondark {
  background: var(--paper);
  color: var(--green);
}
.btn--ondark:hover {
  background: #e2e9df;
}
.btn--sm {
  padding: 12px 19px;
}
.btn--lg {
  padding: 16px 25px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  font-weight: 600;
  padding-block: 12px;
  border-bottom: 1px solid #bdc8bb;
}
.text-link:hover {
  color: #41745e;
  border-color: currentColor;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 16px;
  z-index: 200;
  background: white;
  padding: 12px;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
.topline {
  background: var(--green);
  color: #e4eae2;
  font-size: 11px;
  letter-spacing: 0.025em;
}
.topline .container {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.nav__bar {
  max-width: var(--maxw);
  margin: auto;
  min-height: 92px;
  padding: 18px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.logo {
  display: block;
  position: relative;
  width: 130px;
  aspect-ratio: 425 / 242;
  flex-shrink: 0;
  overflow: hidden;
  mix-blend-mode: multiply;
}
.logo img {
  position: absolute;
  width: 167.058824%;
  max-width: none;
  height: auto;
  left: -25.882353%;
  top: -59.504132%;
}
.footer .logo {
  width: 150px;
}
@media (max-width: 800px) {
  .nav .logo {
    width: 112px;
  }
}
.nav__links {
  display: flex;
  gap: 30px;
}
.nav__link {
  font-size: 13px;
  padding: 7px 0;
  color: var(--muted);
  border-bottom: 1px solid transparent;
}
.nav__link:hover,
.nav__link.is-active {
  color: var(--green);
  border-color: var(--green);
}
.nav__cta {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav__tel {
  font-size: 13px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.nav__tel:hover {
  text-decoration: underline;
}
.nav__burger {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid var(--line);
  border-radius: 3px;
  cursor: pointer;
  width: 44px;
  height: 44px;
}
.burger {
  width: 20px;
  height: 12px;
  position: relative;
  display: block;
}
.burger i {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--green);
  transition: transform 0.2s;
}
.burger i:first-child {
  top: 0;
}
.burger i:last-child {
  bottom: 0;
}
.burger.is-open i:first-child {
  transform: translateY(5px) rotate(45deg);
}
.burger.is-open i:last-child {
  transform: translateY(-5px) rotate(-45deg);
}
.nav__drawer {
  display: none;
}
.home-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-block: 48px 52px;
  align-items: center;
}
.home-hero__copy {
  padding-block: 15px;
}
.home-hero__copy > .kicker {
  font-size: 10px;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.location-dot {
  height: 6px;
  width: 6px;
  background: #7c8e60;
  border-radius: 50%;
  flex: none;
}
.home-hero h1 {
  font-size: clamp(48px, 5.25vw, 73px);
  line-height: 1.07;
  letter-spacing: -0.045em;
}
.home-hero h1 em {
  font-weight: 400;
  color: #658061;
}
.home-hero__copy > p {
  max-width: 390px;
  margin: 25px 0 27px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.home-hero__note {
  margin-top: 24px;
  color: var(--muted);
  font-size: 11px;
}
.home-hero__note > span {
  margin-right: 8px;
  color: var(--green);
}
.home-hero__photo {
  position: relative;
  align-self: stretch;
  min-height: 470px;
}
.home-hero__photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 55% center;
  border-radius: 3px;
}
.home-hero__photo figcaption {
  position: absolute;
  bottom: 19px;
  left: 20px;
  right: 20px;
  width: fit-content;
  background: var(--paper);
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: 0.025em;
  color: var(--green);
}
.intro-strip {
  border-block: 1px solid var(--line);
  background: var(--sage);
}
.intro-strip .container {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
  color: var(--muted);
}
.intro-strip strong {
  font-weight: 500;
  color: var(--green);
}
.intro-strip a > span {
  margin-left: 12px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 38px;
}
.section-heading .kicker {
  margin-bottom: 13px;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 3px;
  max-width: 400px;
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card__image {
  overflow: hidden;
  aspect-ratio: 1.35;
  background: var(--sage);
  border-radius: 3px;
}
.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.service-card:hover img {
  transform: scale(1.025);
}
.service-card:nth-child(3) img {
  object-position: center 38%;
}
.service-card__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin: 22px 0 12px;
}
.service-card__heading > span {
  font-size: 20px;
}
.service-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 17px;
  max-width: 35ch;
}
.service-card__link {
  display: inline-block;
  font-size: 11px;
  border-bottom: 1px solid #aab8a3;
  padding-bottom: 4px;
  color: var(--green);
}
.other-services {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 40px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.other-services > span {
  color: var(--muted);
  margin-right: auto;
}
.other-services a {
  display: flex;
  gap: 20px;
  padding-block: 5px;
}
.other-services a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.local-section {
  background: var(--sage);
  padding-block: 70px;
}
.local-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.local-photo {
  position: relative;
  height: 450px;
}
.local-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
  border-radius: 3px;
}
.local-photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 22px;
  background: var(--green);
  color: var(--paper);
  font-size: 12px;
}
.local-copy h2 {
  margin-bottom: 25px;
}
.local-copy > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
  max-width: 45ch;
}
.local-address {
  padding-top: 23px;
  border-top: 1px solid #cfd7c9;
  margin-top: 27px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  font-size: 13px;
}
.local-address > span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.local-address strong {
  font-weight: 500;
}
.local-address a {
  margin-top: 13px;
  display: flex;
  gap: 24px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.process li {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.process__number {
  font-family: var(--font-display);
  color: #758467;
  font-size: 24px;
}
.process h3 {
  margin: 20px 0 12px;
  font-size: 19px;
}
.process p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.contact-band {
  background: var(--green);
  color: var(--paper);
  padding-block: 65px;
}
.contact-band__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.contact-band .kicker {
  color: #d4dfc8;
}
.contact-band h2 {
  font-size: clamp(34px, 3.4vw, 46px);
  margin-bottom: 20px;
}
.contact-band p {
  max-width: 42ch;
  font-size: 14px;
  color: #d4dfd4;
  margin: 0;
}
.contact-band__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding-left: 65px;
}
.contact-band__phone {
  font-family: var(--font-display);
  font-size: 36px;
  letter-spacing: -0.025em;
}
.contact-band__actions > a:last-child {
  font-size: 13px;
  color: #d4dfd4;
}
.footer {
  padding-block: 56px 24px;
  background: var(--paper);
  color: var(--ink);
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  gap: 70px;
  padding-bottom: 40px;
}
.footer__tag {
  font-size: 13px;
  color: var(--muted);
  max-width: 30ch;
  margin: 20px 0 0;
}
.footer__cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 25px;
}
.footer__h {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 18px;
}
.footer__col li {
  font-size: 12px;
  margin-bottom: 8px;
}
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  color: var(--muted);
  font-size: 10px;
}
.photo-credit {
  width: 100%;
  font-size: 10px;
}
.photo-credit a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* Pages de prestations et de contact. */
.hero {
  padding-top: 60px;
}
.hero__title {
  font-size: clamp(42px, 5.5vw, 68px) !important;
  font-weight: 400;
  line-height: 1.1;
  max-width: 950px;
}
.hero__bottom {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.hero__lede {
  max-width: 58ch;
  margin: 0;
}
.photo-slot {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--sage);
  border-radius: 3px;
}
.photo-slot img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.rule {
  width: 100%;
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 0;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.tag {
  font-size: 11px;
  background: var(--sage);
  border: 1px solid var(--line);
  padding: 5px 9px;
  border-radius: 2px;
}
.service-enquiry {
  margin-top: 20px;
}
.on-dark:not(.footer) {
  background: var(--green);
  color: var(--paper);
}
.on-dark .kicker {
  color: #d4dfc8;
}
.steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 60px;
}
.step {
  display: flex;
  gap: 25px;
  border-top: 1px solid #70877b;
  padding-top: 24px;
}
.step__num {
  font-family: var(--font-display);
  font-size: 30px;
  color: #d4dfc8;
}
.step__title {
  margin: 0 0 10px;
}
.step__desc {
  font-size: 14px;
  margin: 0;
  max-width: 45ch;
}
.cta {
  text-align: center;
}
.cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.cta__actions {
  display: flex;
  gap: 20px;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field label {
  font-size: 12px;
  font-weight: 600;
}
.field input,
.field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #cbd2c5;
  border-radius: 3px;
  background: white;
  padding: 13px 14px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  resize: vertical;
}
.field input:focus,
.field textarea:focus {
  outline: 2px solid #718a66;
  outline-offset: 1px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #70776e;
}
.field__err {
  display: none;
  color: #9a3a25;
  font-size: 12px;
}
.field.err .field__err {
  display: block;
}
.field.err input,
.field.err textarea {
  border-color: #9a3a25;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip {
  background: transparent;
  border: 1px solid #cbd2c5;
  padding: 9px 12px;
  font-size: 11px;
  color: var(--ink);
  border-radius: 3px;
  cursor: pointer;
  min-height: 40px;
}
.chip:hover {
  background: var(--sage);
}
.chip.is-on {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.form__note {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}
.form__note a {
  text-decoration: underline;
}
.form__success {
  display: none;
  background: var(--sage);
  border: 1px solid #b9c8af;
  padding: 26px;
  margin-top: 26px;
}
.form__success.is-on {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.form__success .kicker {
  margin: 0;
}
.form__success .muted {
  font-size: 14px;
}
.contactlist {
  border-top: 1px solid var(--line);
}
.contactrow {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 16px;
  padding-block: 21px;
  border-bottom: 1px solid var(--line);
}
.contactrow__k {
  font-size: 11px;
  color: var(--muted);
}
.contactrow__v {
  font-size: 18px;
  overflow-wrap: anywhere;
}
.contactrow__v small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}
.contactrow__v a:hover {
  text-decoration: underline;
}
.mapwrap {
  margin-top: 25px;
  overflow: hidden;
  background: var(--sage);
  border: 1px solid var(--line);
}
.mapwrap iframe {
  display: block;
  width: 100%;
  height: 240px;
  border: 0;
}
.maplink {
  display: inline-block;
  font-size: 11px;
  margin-top: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 1500px) {
  .home-hero__photo {
    min-height: 525px;
  }
}
@media (max-width: 1050px) {
  .nav__cta .nav__tel {
    display: none;
  }
  .home-hero {
    gap: 32px;
  }
  .home-hero h1 {
    font-size: 60px;
  }
  .home-hero__photo {
    min-height: 480px;
  }
  .home-hero .hero__actions {
    gap: 18px;
  }
  .local-grid {
    gap: 45px;
  }
  .contact-band__actions {
    padding-left: 25px;
  }
  .footer__top {
    gap: 40px;
  }
  .split {
    gap: 40px;
  }
  .hero__bottom {
    gap: 40px;
  }
}
@media (max-width: 800px) {
  .nav__links,
  .nav__cta {
    display: none;
  }
  .nav__burger {
    display: flex;
  }
  .nav__bar {
    min-height: 80px;
    padding-block: 15px;
  }
  .nav__drawer.is-open {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 20px var(--gutter) 28px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 14px 20px #17392f12;
    flex-direction: column;
    gap: 12px;
  }
  .nav__drawerlink {
    padding: 10px 0;
  }
  .nav__drawerlink.is-active {
    font-weight: 600;
  }
  .nav__drawer .nav__tel {
    padding: 10px 0;
  }
  .topline .container > a {
    display: none;
  }
  .topline .container {
    justify-content: center;
    font-size: 10px;
  }
  .home-hero {
    gap: 28px;
  }
  .home-hero h1 {
    font-size: 48px;
  }
  .home-hero__copy > .kicker {
    font-size: 9px;
  }
  .home-hero__copy > p {
    font-size: 14px;
  }
  .home-hero__photo {
    min-height: 450px;
  }
  .home-hero .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .intro-strip .container {
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 15px;
    gap: 8px 22px;
  }
  .intro-strip .container > span:first-child {
    display: none;
  }
  .section {
    padding-block: 62px;
  }
  .service-cards {
    gap: 20px;
  }
  .service-card h3 {
    font-size: 20px;
  }
  .service-card p {
    font-size: 13px;
  }
  .section-heading {
    gap: 25px;
  }
  .section-heading > p {
    max-width: 30ch;
  }
  .section-heading br {
    display: none;
  }
  .local-grid {
    gap: 35px;
  }
  .local-photo {
    height: 420px;
  }
  .local-copy h2 {
    font-size: 34px;
  }
  .process {
    gap: 25px;
  }
  .footer__top {
    grid-template-columns: 1fr;
  }
  .footer__tag {
    max-width: 50ch;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .split > .photo-slot {
    order: 2 !important;
    max-height: 480px;
  }
  .hero__bottom {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .contact-band__inner {
    gap: 35px;
  }
  .contact-band__actions {
    padding: 0;
  }
  .contact-band__phone {
    font-size: 30px;
  }
  .hero {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .home-hero {
    grid-template-columns: 1fr;
    padding-top: 34px;
    padding-bottom: 27px;
    gap: 27px;
  }
  .home-hero__copy {
    padding: 0;
  }
  .home-hero h1 {
    font-size: clamp(49px, 12.5vw, 67px);
  }
  .home-hero__copy > .kicker {
    margin-bottom: 20px;
    font-size: 9px;
  }
  .home-hero__copy > p {
    max-width: 39ch;
    margin-block: 20px;
    font-size: 15px;
  }
  .home-hero .hero__actions {
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }
  .home-hero .btn {
    padding: 14px 17px;
    gap: 18px;
  }
  .home-hero__note {
    margin-top: 19px;
  }
  .home-hero__photo {
    min-height: 0;
    height: 330px;
  }
  .home-hero__photo img {
    object-position: center 46%;
  }
  .home-hero__photo figcaption {
    bottom: 15px;
    left: 15px;
    font-size: 10px;
  }
  .intro-strip .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 11px;
  }
  .section {
    padding-block: 52px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading > p {
    max-width: 40ch;
    margin-top: 20px;
  }
  .section-heading > .text-link {
    margin-top: 15px;
  }
  .service-cards {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .service-card__image {
    aspect-ratio: 1.5;
  }
  .service-card__heading {
    margin-top: 17px;
  }
  .service-card h3 {
    font-size: 23px;
  }
  .service-card p {
    font-size: 14px;
    max-width: 42ch;
  }
  .other-services {
    margin-top: 30px;
    gap: 12px;
    align-items: stretch;
    flex-direction: column;
  }
  .other-services > span {
    margin: 0;
  }
  .other-services a {
    justify-content: space-between;
    padding-block: 8px;
  }
  .local-section {
    padding-block: 40px;
  }
  .local-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .local-photo {
    height: 340px;
  }
  .local-copy h2 {
    font-size: 36px;
  }
  .local-copy > p {
    font-size: 15px;
  }
  .process {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .process li {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 8px 20px;
  }
  .process h3 {
    margin: 4px 0 0;
  }
  .process p {
    grid-column: 2;
  }
  .contact-band {
    padding-block: 45px;
  }
  .contact-band__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-band__phone {
    font-size: 34px;
  }
  .contact-band__actions {
    gap: 16px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer__cols {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .footer__col:last-child {
    grid-column: 1/-1;
  }
  .footer__top {
    gap: 30px;
    padding-bottom: 25px;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 9px;
  }
  .hero__title {
    font-size: 44px !important;
  }
  .hero__bottom {
    padding-bottom: 30px;
  }
  .lede {
    font-size: 16px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .form__row {
    grid-template-columns: 1fr;
  }
  .contactrow {
    grid-template-columns: 80px 1fr;
  }
  .contactrow__v {
    font-size: 17px;
  }
  .btn--lg {
    font-size: 13px;
  }
  .service-enquiry {
    margin-bottom: 6px;
  }
}
@media (max-width: 360px) {
  .home-hero .hero__actions {
    gap: 14px;
  }
  .home-hero .btn {
    font-size: 12px;
    padding-inline: 13px;
  }
  .home-hero .text-link {
    font-size: 12px;
    gap: 8px;
  }
  .home-hero__copy > .kicker {
    font-size: 8px;
  }
  .contact-band__phone {
    font-size: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Pages consacrées à chaque prestation. */
.service-cards--overview {
  row-gap: 48px;
}
.service-cards--overview .service-card {
  display: flex;
  flex-direction: column;
}
.service-cards--overview .service-card__image {
  flex-shrink: 0;
}
.service-cards--overview .service-card__heading {
  align-items: flex-start;
}
.service-cards--overview .service-card__heading :is(h2, h3) {
  font-family: var(--font-body);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025em;
  font-size: 23px;
}
.service-cards--overview .service-card__link {
  align-self: flex-start;
  margin-top: auto;
}
.service-cards--overview .service-card img {
  object-position: center;
}
.all-services-link {
  margin-top: 34px;
}
.breadcrumbs {
  padding-block: 27px;
  color: var(--muted);
  font-size: 11px;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 11px;
  color: #889184;
}
.breadcrumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.service-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 65px;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 65px;
}
.service-hero h1 {
  font-size: clamp(39px, 4.25vw, 60px);
  line-height: 1.12;
  margin-bottom: 25px;
}
.service-hero .lede {
  font-size: 16px;
  max-width: 50ch;
  margin-bottom: 27px;
}
.service-hero .photo-slot {
  height: 460px;
  aspect-ratio: auto;
}
.service-hero__note {
  margin: 22px 0 0;
  font-size: 11px;
  color: var(--muted);
}
.service-scope {
  background: var(--sage);
}
.service-scope__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  align-items: start;
  gap: 85px;
}
.service-scope h2 {
  margin-bottom: 23px;
}
.service-scope .lede {
  font-size: 16px;
}
.service-inclusions {
  margin-top: 30px;
}
.service-inclusions li {
  padding: 22px 0;
  border-top: 1px solid #cfd7c9;
}
.service-inclusions li:last-child {
  padding-bottom: 0;
}
.service-inclusions h3 {
  font-size: 19px;
  margin-bottom: 9px;
}
.service-inclusions p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  max-width: 58ch;
}
.quote-note {
  background: var(--paper);
  padding: 32px;
  border-top: 3px solid var(--green);
}
.quote-note h2 {
  font-size: 30px;
}
.quote-note ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 25px;
}
.quote-note li {
  font-size: 14px;
  margin-bottom: 13px;
  padding-left: 3px;
}
.quote-note p {
  color: var(--muted);
  font-size: 13px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-bottom: 24px;
}
.quote-note .btn {
  gap: 16px;
}
.service-faq {
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  gap: 85px;
}
.service-faq details {
  border-top: 1px solid var(--line);
}
.service-faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.service-faq summary {
  cursor: pointer;
  font-size: 16px;
  padding: 22px 5px;
  line-height: 1.6;
}
.service-faq details[open] summary {
  font-weight: 600;
}
.service-faq details p {
  font-size: 14px;
  color: var(--muted);
  padding: 0 5px;
  margin-bottom: 25px;
}
.related-services {
  padding-block: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid var(--line);
}
.related-services > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 35px;
  font-size: 12px;
}
.related-services > div a {
  padding-block: 10px;
}
.related-services > div a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.related-services a span {
  margin-left: 12px;
}
@media (max-width: 1000px) {
  .service-hero {
    gap: 35px;
  }
  .service-hero h1 {
    font-size: 44px;
  }
  .service-scope__grid,
  .service-faq {
    gap: 40px;
  }
  .quote-note {
    padding: 25px;
  }
}
@media (max-width: 800px) {
  .service-hero {
    grid-template-columns: 1fr;
    padding-bottom: 45px;
  }
  .service-hero h1 {
    max-width: 18ch;
  }
  .service-hero .lede {
    max-width: 65ch;
  }
  .service-hero .photo-slot {
    height: 380px;
  }
  .service-scope__grid,
  .service-faq {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .quote-note {
    max-width: 580px;
  }
  .related-services {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .service-hero h1 {
    font-size: 40px;
  }
  .service-hero .photo-slot {
    height: 300px;
  }
  .service-hero .hero__actions {
    gap: 14px;
  }
  .service-cards--overview {
    row-gap: 35px;
  }
  .breadcrumbs {
    padding-block: 20px;
  }
  .quote-note .btn {
    width: 100%;
    padding-inline: 12px;
  }
  .service-faq summary {
    font-size: 15px;
  }
  .related-services > div {
    flex-direction: column;
    gap: 0;
  }
}

/* Titres explicites pour les visiteurs et les moteurs de recherche. */
.service-hero h1 {
  text-wrap: balance;
}
.error-page {
  min-height: 55vh;
}
.error-page h1 {
  font-size: clamp(40px, 5vw, 64px);
  margin-bottom: 26px;
}
.error-page p {
  max-width: 52ch;
  color: var(--muted);
}
@media (max-width: 600px) {
  .service-hero h1 {
    font-size: clamp(34px, 9vw, 40px);
  }
}
