.contact-redesign-page {
  --contact-bg: #050503;
  --contact-ink: #f6f3ea;
  --contact-muted: rgba(246, 243, 234, .66);
  --contact-line: rgba(246, 243, 234, .13);
  --contact-lime: #c9ff47;
  --contact-cyan: #c8efff;
  background:
    radial-gradient(circle at 84% 8%, rgba(201, 255, 71, .045), transparent 24%),
    radial-gradient(circle at 72% 32%, rgba(200, 239, 255, .04), transparent 26%),
    linear-gradient(180deg, #020202 0%, #050503 48%, #020202 100%);
  color: var(--contact-ink);
}

.contact-redesign-page .contact-nav {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 80;
  background: transparent;
  border: 0;
}

.contact-redesign-page .container.nav-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 72px;
  padding: 8px 10px 8px 16px;
  border: 1px solid var(--contact-line);
  border-radius: 999px;
  background: rgba(5, 5, 3, .78);
  backdrop-filter: blur(18px);
}

.contact-redesign-page .contact-brand {
  width: 136px;
  min-height: 54px;
  justify-content: center;
  border: 1px solid rgba(246, 243, 234, .12);
  border-radius: 22px;
  background: rgba(0, 0, 0, .62);
}

.contact-redesign-page .woaw-logo-wordmark {
  width: 104px;
  height: auto;
}

.contact-mobile-menu {
  display: none;
}

.contact-hero {
  min-height: 100svh;
  padding: 126px 0 76px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 78% 18%, rgba(201, 255, 71, .055), transparent 22%),
    linear-gradient(180deg, #020202 0%, #050503 100%);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .76fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(246, 243, 234, .1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 10%, rgba(201, 255, 71, .32), transparent 28%),
    linear-gradient(180deg, rgba(246, 243, 234, .98), rgba(232, 222, 207, .94));
  color: #11100d;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .24);
}

.contact-kicker {
  margin: 0 0 14px;
  color: var(--contact-lime);
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-hero h1,
.contact-section-head h2,
.contact-route h2,
.contact-socials h2,
.contact-final h2 {
  margin: 0;
  font-family: var(--font-title, Georgia, "Times New Roman", serif);
  font-weight: 700;
  letter-spacing: 0;
}

.contact-hero h1 {
  max-width: 760px;
  font-size: clamp(72px, 9vw, 132px);
  line-height: .86;
}

.contact-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(17, 16, 13, .68);
  font-size: 20px;
  line-height: 1.5;
}

.contact-hero-actions,
.contact-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.contact-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 850;
}

.contact-btn-primary {
  background: linear-gradient(135deg, var(--contact-lime), #e6ff71 50%, var(--contact-cyan));
  color: #060605;
}

.contact-btn-ghost {
  border: 1px solid rgba(17, 16, 13, .14);
  color: #11100d;
  background: rgba(17, 16, 13, .04);
}

.contact-hero-media {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(246, 243, 234, .16);
  border-radius: 8px;
  background: #11110e;
  box-shadow: 0 38px 100px rgba(0, 0, 0, .38);
}

.contact-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .48));
}

.contact-hero-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.contact-hero-media figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: rgba(246, 243, 234, .74);
  font-family: var(--font-mono, monospace);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-channels,
.contact-route,
.contact-socials,
.contact-final {
  padding: 96px 0;
}

.contact-channels {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(201, 255, 71, .08), transparent 24%),
    radial-gradient(circle at 84% 8%, rgba(200, 239, 255, .095), transparent 26%),
    linear-gradient(180deg, rgba(246, 243, 234, .018), rgba(5, 5, 3, 0));
}

.contact-channels::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(246, 243, 234, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 243, 234, .02) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
  opacity: .75;
}

.contact-channels > .container {
  position: relative;
  z-index: 1;
}

.contact-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.contact-booking-callout {
  position: relative;
  z-index: 1;
  min-height: 138px;
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid rgba(201, 255, 71, .28);
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  background:
    linear-gradient(rgba(246, 243, 234, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 243, 234, .022) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(201, 255, 71, .24), transparent 28%),
    linear-gradient(135deg, rgba(246, 243, 234, .085), rgba(246, 243, 234, .024));
  background-size: 24px 24px, 24px 24px, auto, auto;
  box-shadow: inset 0 1px 0 rgba(246, 243, 234, .1), 0 22px 70px rgba(0, 0, 0, .18);
}

.contact-booking-callout::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -62px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(201, 255, 71, .24);
  border-radius: 999px;
  pointer-events: none;
}

.contact-booking-callout > * {
  position: relative;
  z-index: 1;
}

.contact-booking-callout span {
  color: var(--contact-lime);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-booking-callout strong {
  display: block;
  max-width: 620px;
  margin-top: 8px;
  color: var(--contact-ink);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.02;
}

.contact-booking-callout p {
  max-width: 540px;
  margin: 10px 0 0;
  color: var(--contact-muted);
  font-size: 15px;
  line-height: 1.45;
}

.contact-booking-cta {
  min-height: 58px;
  padding: 0 22px 0 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--contact-lime), #d9ffe8);
  color: #050503;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 34px rgba(201, 255, 71, .22);
}

.contact-booking-cta b {
  font-size: 22px;
  line-height: 1;
}

.contact-section-head h2,
.contact-route h2,
.contact-socials h2,
.contact-final h2 {
  max-width: 720px;
  font-size: clamp(44px, 5.4vw, 78px);
  line-height: .94;
}

.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.contact-channel-card {
  position: relative;
  min-height: 292px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--contact-line);
  border-radius: 8px;
  display: grid;
  align-content: space-between;
  background:
    radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--channel-color, var(--contact-lime)) 14%, transparent), transparent 26%),
    linear-gradient(145deg, rgba(246, 243, 234, .06), rgba(246, 243, 234, .018));
  color: var(--contact-ink);
}

.contact-channel-card::after {
  content: "";
  position: absolute;
  inset: auto -18px -44px auto;
  width: 150px;
  height: 150px;
  border: 1px solid color-mix(in srgb, var(--channel-color, var(--contact-lime)) 24%, transparent);
  border-radius: 999px;
}

.contact-channel-card:nth-child(1) {
  --channel-color: #c9ff47;
}

.contact-channel-card:nth-child(2) {
  --channel-color: #c8efff;
}

.contact-channel-card:nth-child(3) {
  --channel-color: #79f2b6;
}

.contact-channel-card:nth-child(4) {
  --channel-color: #f5a128;
}

.contact-channel-card:nth-child(5) {
  --channel-color: #a984ff;
}

.contact-channel-card.is-primary {
  background:
    radial-gradient(circle at 80% 10%, rgba(200, 239, 255, .20), transparent 26%),
    linear-gradient(135deg, rgba(201, 255, 71, .15), rgba(246, 243, 234, .035));
}

.contact-channel-card.is-booking {
  border-color: rgba(201, 255, 71, .3);
  background:
    linear-gradient(rgba(246, 243, 234, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 243, 234, .025) 1px, transparent 1px),
    radial-gradient(circle at 82% 12%, rgba(201, 255, 71, .26), transparent 34%),
    linear-gradient(135deg, rgba(201, 255, 71, .13), rgba(200, 239, 255, .055) 48%, rgba(246, 243, 234, .02));
  background-size: 22px 22px, 22px 22px, auto, auto;
  box-shadow: inset 0 1px 0 rgba(246, 243, 234, .08), 0 18px 52px rgba(201, 255, 71, .08);
}

.contact-channel-card.is-booking strong::after {
  content: "15 min";
  width: fit-content;
  margin-top: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(201, 255, 71, .34);
  border-radius: 999px;
  display: block;
  color: var(--contact-lime);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.contact-channel-card span {
  color: var(--channel-color, var(--contact-lime));
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-channel-card strong {
  display: block;
  margin-top: 18px;
  font-size: 24px;
  line-height: 1.05;
}

.contact-channel-card[href^="mailto:"] strong {
  max-width: 100%;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.12;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-channel-card p {
  margin: 14px 0 0;
  color: var(--contact-muted);
  font-size: 15px;
  line-height: 1.45;
}

.contact-channel-card b {
  width: 44px;
  height: 44px;
  border: 1px solid color-mix(in srgb, var(--channel-color, var(--contact-lime)) 28%, rgba(246, 243, 234, .14));
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--channel-color, var(--contact-lime));
  font-size: 24px;
}

.contact-route {
  background: #f5f2e9;
  color: #090907;
}

.contact-route .contact-kicker {
  color: rgba(9, 9, 7, .48);
}

.contact-route-grid {
  display: grid;
  gap: 30px;
}

.contact-route-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-route-list article {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 24px;
  border: 1px solid rgba(246, 243, 234, .16);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: end;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(5, 5, 3, .12) 0%, rgba(5, 5, 3, .58) 48%, rgba(5, 5, 3, .95) 100%),
    var(--route-image);
  background-position: center;
  background-size: cover;
  color: var(--contact-ink);
  box-shadow: 0 20px 60px rgba(5, 5, 3, .12);
}

.contact-route-list article:nth-child(1) {
  --route-image: url("/assets/univers/design/cadrage-idee.jpg");
}

.contact-route-list article:nth-child(2) {
  --route-image: url("/assets/marque/precision-cnc.png");
}

.contact-route-list article:nth-child(3) {
  --route-image: url("/assets/works/trophe-led-komit-2026-woaw.jpg");
}

.contact-route-list article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(201, 255, 71, .08), rgba(5, 5, 3, .22));
  pointer-events: none;
}

.contact-route-list article > * {
  position: relative;
  z-index: 1;
}

.contact-route-list span {
  color: var(--contact-lime);
  font-family: var(--font-title, Georgia, "Times New Roman", serif);
  font-size: 54px;
  font-weight: 800;
  line-height: .88;
  text-shadow: 0 0 1px #090907;
}

.contact-route-list h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
  color: var(--contact-ink);
}

.contact-route-list p {
  margin: 10px 0 0;
  color: rgba(246, 243, 234, .76);
  font-size: 16px;
  line-height: 1.48;
}

.contact-route-list article > a {
  width: fit-content;
  min-height: 42px;
  padding: 0 14px 0 16px;
  border: 1px solid rgba(246, 243, 234, .18);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(5, 5, 3, .48);
  color: var(--contact-ink);
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.contact-route-list article > a b {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--contact-lime);
  color: #050503;
  font-size: 16px;
  line-height: 1;
}

.contact-socials-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.contact-socials-copy p:not(.contact-kicker),
.contact-final p {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--contact-muted);
  font-size: 18px;
  line-height: 1.58;
}

.contact-social-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-social-card {
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--contact-line);
  border-radius: 8px;
  display: grid;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(5, 5, 3, .08), rgba(5, 5, 3, .86)),
    var(--social-image);
  background-position: center;
  background-size: cover;
  color: var(--contact-ink);
}

.contact-social-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 12%, var(--social-glow), transparent 28%);
  pointer-events: none;
}

.contact-social-card > * {
  position: relative;
  z-index: 1;
}

.contact-social-card.is-instagram {
  --social-image: url("/assets/marque/stand-kikk-2024.jpg");
  --social-glow: rgba(201, 255, 71, .18);
}

.contact-social-card.is-whatsapp {
  --social-image: url("/assets/marque/matteo-avec-neon.jpg");
  --social-glow: rgba(200, 239, 255, .20);
}

.contact-social-card.is-tiktok {
  --social-image: url("/assets/marque/neons-atelier.jpg");
  --social-glow: rgba(200, 239, 255, .20);
}

.contact-social-card.is-linkedin {
  --social-image: url("/assets/marque/prix-mise-en-avant-woaw-design.jpg");
  --social-glow: rgba(245, 161, 40, .22);
}

.contact-social-card span {
  color: var(--contact-lime);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-social-card strong {
  display: block;
  margin: 8px 0 0;
  color: var(--contact-ink);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.04;
}

.contact-social-card small {
  display: block;
  max-width: 260px;
  margin-top: 10px;
  color: rgba(246, 243, 234, .74);
  font-size: 13px;
  line-height: 1.4;
}

.contact-final {
  padding: 34px 0 110px;
}

.contact-final-inner {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--contact-line);
  border-radius: 8px;
  padding: clamp(28px, 6vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(240px, 1fr);
  align-content: end;
  align-items: end;
  gap: 34px;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(5, 5, 3, .96) 0%, rgba(5, 5, 3, .76) 48%, rgba(5, 5, 3, .22) 100%),
    url("/assets/works/light-triangles-led-bar-woaw.jpg");
  background-position: center;
  background-size: cover;
  box-shadow: 0 32px 100px rgba(0, 0, 0, .36);
}

.contact-final-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(201, 255, 71, .18), transparent 26%),
    linear-gradient(180deg, rgba(5, 5, 3, .02), rgba(5, 5, 3, .55));
  pointer-events: none;
}

.contact-final-copy,
.contact-final-proof {
  position: relative;
  z-index: 1;
}

.contact-final p {
  margin-left: 0;
  margin-right: 0;
}

.contact-final-actions {
  justify-content: flex-start;
}

.contact-final-proof {
  justify-self: end;
  width: min(100%, 330px);
  border: 1px solid rgba(246, 243, 234, .14);
  border-radius: 8px;
  background: rgba(5, 5, 3, .62);
  backdrop-filter: blur(14px);
  padding: 16px;
  display: grid;
  gap: 10px;
}

.contact-final-proof span {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(246, 243, 234, .12);
  border-radius: 999px;
  display: flex;
  align-items: center;
  color: rgba(246, 243, 234, .78);
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-final-proof span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--contact-lime);
  box-shadow: 0 0 18px rgba(201, 255, 71, .66);
}

@media (max-width: 1060px) {
  .contact-hero-grid,
  .contact-socials-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-media {
    min-height: 420px;
  }

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

  .contact-booking-callout {
    grid-template-columns: 1fr;
  }

  .contact-booking-cta {
    width: fit-content;
  }

  .contact-final-inner {
    grid-template-columns: 1fr;
  }

  .contact-final-proof {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .contact-redesign-page .links,
  .contact-redesign-page .actions,
  .contact-redesign-page .nav-contact-link {
    display: none !important;
  }

  .contact-redesign-page .container.nav-inner {
    width: calc(100% - 24px);
    min-height: 66px;
    display: grid !important;
    grid-template-columns: 92px 46px 46px !important;
    align-items: center;
    justify-content: space-between !important;
    gap: 4px;
    padding: 7px 8px;
  }

  .contact-redesign-page .contact-brand {
    grid-column: 1;
    grid-row: 1;
    width: 92px;
    min-height: 44px;
    border-radius: 16px;
  }

  .contact-redesign-page .woaw-logo-wordmark {
    width: 72px;
  }

  .contact-redesign-page .actions {
    display: flex !important;
    gap: 0;
    min-width: 0;
  }

  .contact-redesign-page .nav-selection-link {
    position: relative;
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    border: 1px solid rgba(246, 243, 234, .16);
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    overflow: visible;
    background: rgba(5, 5, 3, .46);
    color: transparent;
    font-size: 0;
    text-indent: -999px;
  }

  .contact-redesign-page .nav-selection-link::before {
    content: "";
    width: 15px;
    height: 12px;
    border: 2px solid rgba(246, 243, 234, .88);
    border-top: 0;
    border-radius: 2px 2px 5px 5px;
  }

  .contact-redesign-page .nav-selection-link::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 7px;
    width: 10px;
    height: 9px;
    border: 2px solid rgba(246, 243, 234, .88);
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
  }

  .contact-redesign-page .nav-selection-link .selection-count {
    position: absolute;
    right: -3px;
    top: -5px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: var(--contact-lime);
    color: #050503;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-indent: 0;
  }

  .contact-redesign-page .lang-switch {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .contact-redesign-page .lang-switch > .lang-btn {
    min-width: 46px;
    min-height: 38px;
    padding: 0 8px;
    font-size: 9px;
  }

  .contact-mobile-menu {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 46px;
    min-height: 38px;
    border: 1px solid rgba(246, 243, 234, .14);
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: rgba(246, 243, 234, .04);
    color: var(--contact-ink);
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .contact-hero {
    min-height: auto;
    padding: 108px 0 58px;
  }

  .contact-hero-grid {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    padding: 20px 14px;
    overflow: hidden;
  }

  .contact-hero h1 {
    font-size: clamp(36px, 12.7vw, 58px);
    overflow-wrap: anywhere;
  }

  .contact-lead,
  .contact-socials-copy p:not(.contact-kicker),
  .contact-final p {
    font-size: 16px;
  }

  .contact-hero-actions,
  .contact-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-btn {
    width: 100%;
  }

  .contact-hero-media {
    min-height: 320px;
  }

  .contact-channels,
  .contact-route,
  .contact-socials,
  .contact-final {
    padding: 62px 0;
  }

  .contact-final {
    padding-bottom: 82px;
  }

  .contact-section-head {
    display: block;
  }

  .contact-booking-callout {
    min-height: 0;
    padding: 18px;
    gap: 18px;
  }

  .contact-booking-callout strong {
    font-size: clamp(24px, 8vw, 34px);
  }

  .contact-booking-cta {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    white-space: normal;
  }

  .contact-section-head h2,
  .contact-route h2,
  .contact-socials h2,
  .contact-final h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

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

  .contact-route-list article {
    grid-template-columns: 1fr;
    min-height: 240px;
    align-content: end;
    padding: 22px;
    background:
      linear-gradient(180deg, rgba(5, 5, 3, .22) 0%, rgba(5, 5, 3, .72) 48%, rgba(5, 5, 3, .94) 100%),
      var(--route-image);
    background-position: center;
    background-size: cover;
  }

  .contact-route-list article > a {
    width: 100%;
    justify-content: space-between;
  }

  .contact-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .contact-channel-card {
    min-height: 172px;
    padding: 14px;
    align-content: space-between;
  }

  .contact-channel-card::after {
    right: -58px;
    bottom: -70px;
    width: 126px;
    height: 126px;
  }

  .contact-channel-card span {
    font-size: 8px;
  }

  .contact-channel-card strong {
    margin-top: 10px;
    font-size: clamp(18px, 5.1vw, 23px);
    line-height: 1.06;
    overflow-wrap: anywhere;
  }

  .contact-channel-card p {
    margin-top: 9px;
    display: -webkit-box;
    overflow: hidden;
    color: rgba(246, 243, 234, .7);
    font-size: 12px;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .contact-channel-card b {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .contact-social-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .contact-social-card {
    padding: 14px;
  }

  .contact-social-card strong {
    font-size: clamp(18px, 5.2vw, 24px);
    overflow-wrap: anywhere;
  }

  .contact-social-card small {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.28;
  }

  .contact-final-inner {
    min-height: 520px;
    align-content: end;
    padding: 24px;
    background:
      linear-gradient(180deg, rgba(5, 5, 3, .16) 0%, rgba(5, 5, 3, .74) 42%, rgba(5, 5, 3, .96) 100%),
      url("/assets/works/light-triangles-led-bar-woaw.jpg");
    background-position: center;
    background-size: cover;
  }

  .contact-final-actions {
    justify-content: stretch;
  }

  .contact-final-proof {
    padding: 12px;
  }

  .contact-final-proof span {
    min-height: 38px;
    font-size: 9px;
  }

  .contact-route-list span {
    font-size: 44px;
  }
}
