:root {
  --ink: #17343a;
  --ink-soft: #49636a;
  --teal: #387a88;
  --teal-dark: #275e68;
  --teal-light: #a1bec2;
  --ivory: #f8f5ee;
  --ivory-deep: #eee8dc;
  --champagne: #c5a36b;
  --white: #ffffff;
  --line: rgba(23, 52, 58, 0.14);
  --shadow: 0 24px 70px rgba(23, 52, 58, 0.11);
  --display: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: var(--sans);
}

button,
input,
select,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

main {
  overflow: hidden;
}

.section-shell {
  width: min(100% - 48px, 1360px);
  margin-inline: auto;
}

.service-ribbon {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 7px 24px;
  background: var(--teal);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ribbon-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--champagne);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 14px max(24px, calc((100vw - 1360px) / 2));
  background: rgba(248, 245, 238, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.logo-link {
  justify-self: start;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.brand-mark {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  padding: 6px 7px;
  border: 1.5px solid var(--teal);
  color: var(--teal);
  font-family: var(--display);
  font-size: 18px;
  line-height: 1;
}

.brand-mark span:last-child {
  text-align: right;
}

.brand-mark svg,
.brand-mark .brand-leaf {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 13px;
  top: 10px;
  display: grid;
  place-items: center;
  font-size: 24px;
  stroke-width: 1.1;
  transform: rotate(-16deg);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand-copy strong {
  color: var(--teal);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.brand-copy small {
  color: var(--ink-soft);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 600;
}

.desktop-nav a {
  position: relative;
  padding: 10px 0;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 1px;
  background: var(--teal);
  transition: right 180ms ease;
}

.desktop-nav a:hover::after {
  right: 0;
}

.header-cta {
  justify-self: end;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.header-cta svg,
.button svg,
.text-link svg,
.add-button svg {
  width: 16px;
  height: 16px;
  transition: transform 180ms ease;
}

.header-cta:hover svg,
.button:hover svg,
.text-link:hover svg,
.add-button:hover svg {
  transform: translateX(3px);
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(380px, 0.83fr) minmax(540px, 1.17fr);
  align-items: center;
  gap: clamp(42px, 6vw, 90px);
  padding-block: 64px 82px;
}

.hero-copy {
  padding-left: clamp(0px, 2vw, 28px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow svg {
  width: 15px;
  height: 15px;
}

.eyebrow-icon {
  color: var(--champagne);
  font-size: 14px;
}

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

h1,
h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 650px;
  margin-bottom: 25px;
  font-size: clamp(48px, 5.4vw, 79px);
  line-height: 0.99;
}

.hero-lede {
  max-width: 570px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 24px;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.button-primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 13px 30px rgba(56, 122, 136, 0.2);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button-primary:hover {
  background: var(--teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 17px 34px rgba(39, 94, 104, 0.24);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-block: 8px;
  border-bottom: 1px solid var(--teal-light);
  font-size: 12px;
  font-weight: 700;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 22px;
  margin-top: 37px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 600;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-trust svg,
.hero-trust b {
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  padding: 2px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-size: 9px;
  font-style: normal;
  stroke-width: 3;
}

.hero-visual {
  position: relative;
  min-height: 565px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 56%;
  height: 72%;
  right: -28px;
  top: -28px;
  border: 1px solid var(--champagne);
}

.hero-visual img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-note {
  position: absolute;
  z-index: 2;
  left: -38px;
  right: 42px;
  bottom: -33px;
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  background: var(--white);
  box-shadow: 0 15px 45px rgba(23, 52, 58, 0.13);
}

.hero-note-number {
  color: var(--champagne);
  font-family: var(--display);
  font-size: 26px;
  line-height: 1;
}

.hero-note > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hero-note strong {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 600;
}

.hero-note small {
  color: var(--ink-soft);
  font-size: 10px;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 100%;
  padding: 0 max(24px, calc((100vw - 1360px) / 2));
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-facts > div {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.quick-facts > div:first-child {
  border-left: 1px solid var(--line);
}

.quick-facts svg,
.quick-facts .icon-glyph {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--teal);
  font-size: 22px;
  stroke-width: 1.4;
}

.quick-facts span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.quick-facts strong {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 600;
}

.quick-facts small {
  color: var(--ink-soft);
  font-size: 10px;
}

.catalogue {
  padding-block: 128px 108px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 56px;
}

.section-heading h2,
.story-copy h2,
.zones-copy h2,
.quote-intro h2,
.faq-heading h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(40px, 4.6vw, 66px);
  line-height: 1.04;
}

.section-heading > p,
.faq-heading > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.product-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(23, 52, 58, 0.11);
  box-shadow: 0 18px 55px rgba(23, 52, 58, 0.07);
}

.product-image-wrap {
  position: relative;
  height: 390px;
  overflow: hidden;
  background: var(--ivory-deep);
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.product-card:hover .product-image {
  transform: scale(1.025);
}

.product-pill {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 9px 12px;
  background: rgba(248, 245, 238, 0.93);
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.product-content {
  padding: 30px;
}

.product-label {
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-content h3,
.coming-card h3 {
  margin-bottom: 13px;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 500;
}

.product-content > p:not(.product-label),
.coming-card p {
  max-width: 560px;
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.75;
}

.product-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 11px;
}

.product-content li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.product-content li svg,
.product-content li > span {
  width: 13px;
  height: 13px;
  display: grid;
  place-items: center;
  color: var(--teal);
  font-size: 11px;
  stroke-width: 2.5;
}

.product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.stepper {
  display: grid;
  grid-template-columns: 38px 48px 38px;
  min-height: 42px;
  border: 1px solid var(--line);
}

.stepper button {
  display: grid;
  place-items: center;
  border: 0;
  background: var(--ivory);
  color: var(--ink);
  cursor: pointer;
}

.stepper button:hover {
  background: var(--ivory-deep);
}

.stepper svg {
  width: 14px;
  height: 14px;
}

.stepper output {
  display: grid;
  place-items: center;
  background: var(--white);
  border-inline: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
}

.add-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid var(--teal-light);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.coming-card {
  grid-column: 1 / -1;
  min-height: 280px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: center;
  gap: 60px;
  padding: 48px 56px;
  background: var(--ivory-deep);
  border: 1px solid rgba(56, 122, 136, 0.16);
}

.coming-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.coming-kicker svg {
  width: 15px;
  height: 15px;
}

.coming-card h3 {
  max-width: 600px;
  margin-bottom: 15px;
  font-size: 40px;
}

.coming-card p {
  margin-bottom: 0;
}

.coming-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(56, 122, 136, 0.22);
  border-left: 1px solid rgba(56, 122, 136, 0.22);
}

.coming-list span {
  min-height: 68px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-right: 1px solid rgba(56, 122, 136, 0.22);
  border-bottom: 1px solid rgba(56, 122, 136, 0.22);
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: 15px;
}

.photo-note {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 9px;
  letter-spacing: 0.03em;
}

.process {
  padding-block: 118px 126px;
  background: var(--teal-dark);
  color: var(--white);
}

.light-heading .eyebrow {
  color: #b8d7da;
}

.light-heading > p {
  color: rgba(255, 255, 255, 0.7);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.process-grid li {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.process-grid li > span {
  position: absolute;
  left: 28px;
  top: 24px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.process-grid svg,
.process-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 30px;
  color: #b8d7da;
  font-size: 28px;
  stroke-width: 1.2;
}

.process-grid h3 {
  margin: 0 0 11px;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 500;
}

.process-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.7;
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: center;
  gap: clamp(55px, 8vw, 120px);
  padding-block: 130px;
}

.story-image {
  position: relative;
}

.story-image::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 45%;
  height: 70%;
  left: -24px;
  bottom: -24px;
  background: var(--teal-light);
  opacity: 0.48;
}

.story-image img {
  width: 100%;
  aspect-ratio: 1.17 / 1;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.story-copy h2 {
  margin-bottom: 28px;
}

.story-copy > p:not(.eyebrow) {
  max-width: 570px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.85;
}

.story-copy blockquote {
  margin: 38px 0 0;
  padding: 24px 0 24px 24px;
  border-left: 2px solid var(--champagne);
  color: var(--teal-dark);
  font-family: var(--display);
  font-size: 22px;
  font-style: italic;
  line-height: 1.4;
}

.zones {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: 70px;
  padding-block: 70px 130px;
}

.zones-copy {
  padding-left: clamp(0px, 2vw, 30px);
}

.zones-copy h2 {
  margin-bottom: 25px;
}

.zones-copy > p:not(.eyebrow) {
  max-width: 590px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.82;
}

.zones-copy .text-link {
  margin-top: 18px;
}

.zone-map {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  background: #eae5d9;
  border: 1px solid rgba(23, 52, 58, 0.12);
}

.zone-map::before,
.zone-map::after {
  content: "";
  position: absolute;
  inset: -20% 8% 18% -16%;
  border: 1px solid rgba(56, 122, 136, 0.2);
  border-radius: 48% 52% 54% 46%;
  transform: rotate(18deg);
}

.zone-map::after {
  inset: 20% -14% -12% 30%;
  border-color: rgba(197, 163, 107, 0.45);
  transform: rotate(-15deg);
}

.map-ring {
  position: absolute;
  left: 62%;
  top: 53%;
  border: 1px solid rgba(56, 122, 136, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one {
  width: 110px;
  height: 110px;
  background: rgba(56, 122, 136, 0.08);
}

.ring-two {
  width: 230px;
  height: 230px;
}

.ring-three {
  width: 360px;
  height: 360px;
}

.map-pin {
  position: absolute;
  z-index: 3;
  left: 62%;
  top: 53%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 15px 18px;
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(23, 52, 58, 0.2);
  transform: translate(-50%, -50%);
}

.map-pin svg {
  width: 20px;
  height: 20px;
}

.map-pin span {
  text-align: center;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.45;
}

.map-label {
  position: absolute;
  z-index: 2;
  padding: 6px 8px;
  background: rgba(248, 245, 238, 0.78);
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
}

.label-paris {
  left: 17%;
  top: 57%;
}

.label-pontault {
  left: 55%;
  top: 29%;
}

.label-roissy {
  left: 69%;
  top: 67%;
}

.zone-map > p {
  position: absolute;
  z-index: 4;
  right: 16px;
  bottom: 12px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-section {
  padding-block: 120px;
  background: var(--white);
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(560px, 1.22fr);
  align-items: start;
  gap: clamp(55px, 8vw, 120px);
}

.quote-intro {
  position: sticky;
  top: 130px;
}

.quote-intro h2 {
  margin-bottom: 25px;
}

.quote-intro > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.selection-summary {
  margin-top: 38px;
  padding: 25px;
  background: var(--ivory);
  border-left: 3px solid var(--champagne);
}

.selection-summary > span {
  display: block;
  margin-bottom: 15px;
  color: var(--teal);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.selection-summary p {
  margin-bottom: 15px;
  color: var(--ink-soft);
  font-size: 12px;
}

.selection-summary ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.selection-summary li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-block: 9px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.selection-summary a {
  border-bottom: 1px solid var(--teal-light);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
}

.quote-form {
  display: grid;
  gap: 20px;
  padding: 42px;
  background: var(--ivory);
  border: 1px solid rgba(23, 52, 58, 0.12);
  box-shadow: 0 18px 55px rgba(23, 52, 58, 0.06);
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.quote-form label {
  display: grid;
  gap: 8px;
}

.quote-form label > span {
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.quote-form label > span small {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 500;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 52, 58, 0.16);
  border-radius: 0;
  outline: none;
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.quote-form input,
.quote-form select {
  min-height: 52px;
  padding: 0 15px;
}

.quote-form textarea {
  min-height: 118px;
  padding: 14px 15px;
  resize: vertical;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #92a0a3;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(56, 122, 136, 0.1);
}

.submit-button {
  width: 100%;
  margin-top: 4px;
}

.privacy-note {
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.form-error {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid #a33f3f;
  background: #fff3f1;
  color: #7e3030;
  font-size: 11px;
}

.form-success {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  background: #edf6f4;
  border: 1px solid rgba(56, 122, 136, 0.22);
}

.form-success > span {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
}

.form-success svg {
  width: 16px;
  height: 16px;
  stroke-width: 3;
}

.form-success strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--display);
  font-size: 17px;
}

.form-success p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.6;
}

.faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: 90px;
  padding-block: 125px;
}

.faq-heading h2 {
  margin-bottom: 20px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: 19px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-list summary svg {
  width: 14px;
  height: 14px;
  transition: transform 180ms ease;
}

.faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 650px;
  padding: 0 55px 25px 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.75;
}

footer {
  background: var(--ink);
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 60px;
  padding-block: 78px;
}

.footer-main .brand-mark {
  border-color: #9bc5ca;
  color: #9bc5ca;
}

.footer-main .brand-copy strong {
  color: #b8d7da;
}

.footer-main .brand-copy small,
.footer-brand p {
  color: rgba(255, 255, 255, 0.55);
}

.footer-brand p {
  max-width: 300px;
  margin: 24px 0 0;
  font-size: 12px;
  line-height: 1.7;
}

.footer-main > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-main > div > strong {
  margin-bottom: 8px;
  color: #b8d7da;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-main a,
.footer-main > div > span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
}

.footer-main a:hover {
  color: var(--white);
}

.footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-contact svg {
  width: 13px;
  height: 13px;
}

.footer-contact .contact-icon {
  width: 13px;
  text-align: center;
}

.footer-bottom {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    justify-self: end;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    cursor: pointer;
  }

  .menu-button svg {
    width: 21px;
    height: 21px;
  }

  .mobile-nav {
    position: absolute;
    inset: 100% 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    padding: 18px 24px 24px;
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 35px rgba(23, 52, 58, 0.12);
  }

  .mobile-nav > a:not(.button) {
    padding: 13px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    font-weight: 700;
  }

  .mobile-nav .button {
    margin-top: 10px;
  }

  .hero {
    grid-template-columns: 0.88fr 1.12fr;
    gap: 48px;
  }

  .hero-visual {
    min-height: 510px;
  }

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

  .footer-main {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }

  .footer-main > div:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width: 820px) {
  .section-shell {
    width: min(100% - 36px, 720px);
  }

  .service-ribbon {
    min-height: 30px;
    padding-inline: 16px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .site-header {
    min-height: 79px;
    padding-inline: 18px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-mark svg {
    width: 22px;
    height: 22px;
    left: 11px;
    top: 9px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy small {
    font-size: 8px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 55px;
    padding-block: 62px 82px;
  }

  .hero-copy {
    padding-left: 0;
  }

  h1 {
    max-width: 680px;
    font-size: clamp(45px, 12vw, 68px);
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-note {
    left: 18px;
    right: 18px;
  }

  .quick-facts {
    grid-template-columns: 1fr;
    padding-inline: 18px;
  }

  .quick-facts > div {
    min-height: 92px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-facts > div:first-child {
    border-left: 0;
  }

  .quick-facts > div:last-child {
    border-bottom: 0;
  }

  .catalogue {
    padding-block: 100px 90px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 42px;
  }

  .section-heading h2,
  .story-copy h2,
  .zones-copy h2,
  .quote-intro h2,
  .faq-heading h2 {
    font-size: clamp(38px, 9vw, 55px);
  }

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

  .coming-card {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 38px 30px;
  }

  .process {
    padding-block: 95px;
  }

  .process-grid li {
    min-height: 260px;
  }

  .story,
  .zones,
  .quote-layout,
  .faq {
    grid-template-columns: 1fr;
  }

  .story {
    gap: 70px;
    padding-block: 105px;
  }

  .zones {
    gap: 45px;
    padding-block: 20px 105px;
  }

  .zones-copy {
    padding-left: 0;
  }

  .zone-map {
    min-height: 410px;
  }

  .quote-section {
    padding-block: 95px;
  }

  .quote-layout {
    gap: 48px;
  }

  .quote-intro {
    position: static;
  }

  .faq {
    gap: 45px;
    padding-block: 100px;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-main > div:last-child {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .section-shell {
    width: calc(100% - 28px);
  }

  .service-ribbon {
    justify-content: center;
    text-align: center;
  }

  .service-ribbon span:first-child,
  .service-ribbon .ribbon-dot {
    display: none;
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand {
    gap: 9px;
  }

  .brand-copy strong {
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .brand-copy small {
    max-width: 155px;
    font-size: 7px;
  }

  .hero {
    padding-block: 49px 72px;
  }

  h1 {
    margin-bottom: 20px;
    font-size: 44px;
  }

  .hero-lede {
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: center;
  }

  .hero-trust {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 28px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .hero-visual::before {
    right: -12px;
    top: -14px;
  }

  .hero-note {
    left: 12px;
    right: 12px;
    bottom: -38px;
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 16px;
  }

  .hero-note-number {
    font-size: 15px;
  }

  .hero-note strong {
    font-size: 15px;
  }

  .hero-note small {
    font-size: 9px;
  }

  .catalogue {
    padding-block: 85px 75px;
  }

  .section-heading h2,
  .story-copy h2,
  .zones-copy h2,
  .quote-intro h2,
  .faq-heading h2 {
    font-size: 38px;
  }

  .product-image-wrap {
    height: 300px;
  }

  .product-content {
    padding: 24px 20px;
  }

  .product-content h3,
  .coming-card h3 {
    font-size: 29px;
  }

  .product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .stepper {
    grid-template-columns: 1fr 54px 1fr;
  }

  .add-button {
    align-self: flex-end;
  }

  .coming-card {
    padding: 32px 22px;
  }

  .coming-list {
    grid-template-columns: 1fr;
  }

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

  .process-grid li {
    min-height: 235px;
  }

  .story {
    gap: 58px;
    padding-block: 90px;
  }

  .zones {
    padding-bottom: 90px;
  }

  .zone-map {
    min-height: 350px;
  }

  .ring-three {
    width: 300px;
    height: 300px;
  }

  .label-pontault {
    left: 42%;
  }

  .label-roissy {
    left: 62%;
  }

  .quote-section {
    padding-block: 84px;
  }

  .quote-form {
    padding: 27px 20px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .faq {
    padding-block: 86px;
  }

  .faq-list summary {
    min-height: 76px;
    font-size: 16px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding-block: 62px;
  }

  .footer-main > div:last-child,
  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 18px;
    line-height: 1.5;
  }
}

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