:root {
  --ink: #18211d;
  --ink-soft: #3d4741;
  --paper: #fbfbf7;
  --paper-warm: #f0f5ec;
  --paper-beige: #f3ede0;
  --green: #236653;
  --green-dark: #15231d;
  --yellow: #f2c84b;
  --amber: #d96c2c;
  /* Boutons Appeler/WhatsApp/SMS de l'encadré partagé "Réponse rapide"
     (shared/reponse_rapide.css) : jaune de marque du site au lieu du blanc
     par défaut, texte noir — demandé le 2026-08-21. */
  --rr-btn-bg: var(--yellow);
  --rr-btn-color: #000000;
  --rr-btn-bg-hover: #d9ad34;
  --line: #d9e0d6;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(21, 35, 29, 0.18);
  --honeycomb-texture:
    linear-gradient(90deg, rgba(3, 3, 2, 0.7), rgba(74, 45, 10, 0.42), rgba(3, 3, 2, 0.76)),
    url("assets/honeycomb-pattern.svg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

img,
svg {
  display: block;
}

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

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  overflow: hidden;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px max(20px, calc((100vw - 1120px) / 2));
  color: var(--white);
  background-color: #100b05;
  background-image: var(--honeycomb-texture);
  background-position: center;
  background-size: auto, 126px 73px;
  border-bottom: 1px solid rgba(242, 200, 75, 0.24);
  backdrop-filter: blur(16px);
}

.site-header::after,
.quick-info::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 209, 73, 0.12), transparent 34%, rgba(0, 0, 0, 0.24)),
    radial-gradient(circle at 52% 18%, rgba(242, 200, 75, 0.16), transparent 34%);
  z-index: 0;
}

.brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-logo {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--green-dark);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

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

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

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.nav-call {
  background: var(--yellow);
  color: var(--green-dark) !important;
}

.nav-call svg,
.button svg,
.info-icon svg,
.journey-node svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-toggle {
  position: relative;
  z-index: 3;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--yellow);
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(242, 200, 75, 0.34);
  border-radius: 6px;
}

.menu-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 2px;
}

.bee-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.bee-path {
  --bee-size: 38px;
  --bee-start-y: 16px;
  --bee-mid-y: 4px;
  --bee-end-y: 12px;
  --bee-rotate: 87deg;
  position: absolute;
  top: var(--bee-start-y);
  left: -80px;
  opacity: 0.9;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.54)) saturate(1.12);
  animation: bee-travel var(--bee-duration, 18s) linear infinite;
  animation-delay: var(--bee-delay, 0s);
}

.bee-path img {
  width: var(--bee-size);
  height: auto;
  transform-origin: center;
  animation: bee-wiggle 2.8s ease-in-out infinite;
  animation-delay: var(--bee-delay, 0s);
}

.bee-header-one {
  --bee-size: 38px;
  --bee-start-y: 13px;
  --bee-mid-y: -2px;
  --bee-end-y: 6px;
  --bee-duration: 18s;
  --bee-delay: -3s;
  --bee-rotate: 82deg;
}

.bee-header-two {
  --bee-size: 31px;
  --bee-start-y: 39px;
  --bee-mid-y: 9px;
  --bee-end-y: -5px;
  --bee-duration: 22s;
  --bee-delay: -12s;
  --bee-rotate: 96deg;
  opacity: 0.82;
}

.bee-header-three {
  --bee-size: 26px;
  --bee-start-y: 24px;
  --bee-mid-y: -8px;
  --bee-end-y: 10px;
  --bee-duration: 27s;
  --bee-delay: -19s;
  --bee-rotate: 75deg;
  opacity: 0.76;
}

@keyframes bee-travel {
  0% {
    transform: translate3d(-8vw, 0, 0);
  }

  48% {
    transform: translate3d(56vw, var(--bee-mid-y), 0);
  }

  100% {
    transform: translate3d(118vw, var(--bee-end-y), 0);
  }
}

@keyframes bee-wiggle {
  0%,
  100% {
    transform: rotate(var(--bee-rotate)) translateY(0) scale(1);
  }

  50% {
    transform: rotate(var(--bee-rotate)) translateY(-3px) scale(1.03);
  }
}

.hero {
  position: relative;
  min-height: 78svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 20, 17, 0.88) 0%, rgba(13, 20, 17, 0.7) 42%, rgba(13, 20, 17, 0.16) 100%),
    linear-gradient(0deg, rgba(13, 20, 17, 0.4), rgba(13, 20, 17, 0.1));
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
  gap: 44px;
  align-items: center;
  padding: 96px 0 72px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--yellow);
}

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

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: 4rem;
  line-height: 1;
}

h2 {
  margin-bottom: 16px;
  font-size: 2.2rem;
  line-height: 1.1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.2;
}

p {
  color: var(--ink-soft);
  line-height: 1.7;
}

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

.photo-proof {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.photo-proof svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--yellow);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  color: var(--green-dark);
  background: var(--yellow);
  box-shadow: 0 14px 32px rgba(242, 200, 75, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ffd957;
}

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

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

.button-dark {
  color: var(--white);
  background: var(--green-dark);
}

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

.rating-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

/*
  Bloc partagé "Réponse rapide" — CSS source unique, injectée par
  generate_site.py (fonction inject_reponse_rapide_card) dans tous les
  templates métier. Ne pas dupliquer/adapter ces règles dans un template :
  modifier ce fichier modifie automatiquement tous les métiers. Voir
  TEMPLATE_STANDARD.md.

  Namespace .rr-* dédié pour ne jamais entrer en collision avec les classes
  propres à chaque template. Auto-suffisant (pas de dépendance aux variables
  CSS de chaque template) pour un rendu identique partout. Aucune règle ne
  doit jamais mettre .rr-card en display:none, à aucune largeur d'écran :
  c'est la garantie "visible et cliquable sur mobile".
*/

.rr-card {
  width: 100%;
  border: 1px solid rgba(20, 32, 25, .14);
  border-radius: 18px;
  overflow: hidden;
  background: #fffef9;
  color: #1c231c;
  box-shadow: 0 24px 48px rgba(20, 32, 25, .16);
}

.rr-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #e7ece3;
}

.rr-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rr-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(20, 32, 25, .78);
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .01em;
  backdrop-filter: blur(6px);
}

.rr-body {
  padding: 22px;
}

.rr-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  color: #1c231c;
}

.rr-subtitle {
  margin: 9px 0 0;
  color: #6b746a;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.rr-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.rr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 46px;
  padding: 10px 8px;
  border: 1px solid rgba(20, 32, 25, .12);
  border-radius: 12px;
  /* Blanc par défaut (serrurier, etc.) ; un template peut prendre sa
     propre couleur de marque en définissant --rr-btn-bg/--rr-btn-color/
     --rr-btn-bg-hover dans son :root — voir template_couvreur.html. */
  background: var(--rr-btn-bg, #ffffff);
  color: var(--rr-btn-color, #1c231c);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.rr-btn:hover,
.rr-btn:focus-visible {
  background: var(--rr-btn-bg-hover, #f3f2ec);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(20, 32, 25, .14);
}

@media (max-width: 760px) {
  .rr-card {
    margin-top: 28px;
  }
}

@media (max-width: 420px) {
  .rr-actions {
    grid-template-columns: 1fr;
  }

  .rr-btn {
    min-height: 50px;
    font-size: 14px;
  }
}


.stars {
  color: var(--yellow);
  font-size: 1.18rem;
}

.quick-info {
  position: relative;
  overflow: hidden;
  background-color: #100b05;
  background-image: var(--honeycomb-texture);
  background-position: center;
  background-size: auto, 126px 73px;
  color: var(--white);
}

.quick-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(242, 200, 75, 0.2);
}

.quick-grid article {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px;
  background: rgba(9, 7, 4, 0.5);
  backdrop-filter: blur(1px);
}

.quick-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 800;
}

.quick-grid strong {
  color: var(--white);
  line-height: 1.35;
}

.info-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--yellow);
  border: 1px solid rgba(242, 200, 75, 0.42);
  border-radius: 8px;
  background: rgba(242, 200, 75, 0.08);
}

.bee-layer-quick {
  z-index: 3;
}

.bee-quick-one {
  --bee-size: 42px;
  --bee-start-y: 18px;
  --bee-mid-y: 16px;
  --bee-end-y: -8px;
  --bee-duration: 24s;
  --bee-delay: -5s;
  --bee-rotate: 84deg;
}

.bee-quick-two {
  --bee-size: 34px;
  --bee-start-y: 78px;
  --bee-mid-y: -14px;
  --bee-end-y: 6px;
  --bee-duration: 28s;
  --bee-delay: -16s;
  --bee-rotate: 100deg;
  opacity: 0.74;
}

.bee-quick-three {
  --bee-size: 28px;
  --bee-start-y: 42px;
  --bee-mid-y: 22px;
  --bee-end-y: 18px;
  --bee-duration: 34s;
  --bee-delay: -26s;
  --bee-rotate: 78deg;
  opacity: 0.62;
}

.bee-layer-journey,
.bee-layer-gallery {
  z-index: 1;
}

.bee-journey-one {
  --bee-size: 42px;
  --bee-start-y: 86px;
  --bee-mid-y: 132px;
  --bee-end-y: 34px;
  --bee-duration: 20s;
  --bee-delay: -6s;
  --bee-rotate: 84deg;
}

.bee-journey-two {
  --bee-size: 34px;
  --bee-start-y: 338px;
  --bee-mid-y: -118px;
  --bee-end-y: 72px;
  --bee-duration: 26s;
  --bee-delay: -17s;
  --bee-rotate: 98deg;
  opacity: 0.78;
}

.bee-journey-three {
  --bee-size: 27px;
  --bee-start-y: 548px;
  --bee-mid-y: -156px;
  --bee-end-y: -84px;
  --bee-duration: 32s;
  --bee-delay: -25s;
  --bee-rotate: 76deg;
  opacity: 0.66;
}

.bee-gallery-one {
  --bee-size: 40px;
  --bee-start-y: 104px;
  --bee-mid-y: 168px;
  --bee-end-y: 312px;
  --bee-duration: 23s;
  --bee-delay: -8s;
  --bee-rotate: 86deg;
}

.bee-gallery-two {
  --bee-size: 32px;
  --bee-start-y: 438px;
  --bee-mid-y: -132px;
  --bee-end-y: 138px;
  --bee-duration: 29s;
  --bee-delay: -20s;
  --bee-rotate: 101deg;
  opacity: 0.76;
}

.bee-gallery-three {
  --bee-size: 26px;
  --bee-start-y: 806px;
  --bee-mid-y: -216px;
  --bee-end-y: -96px;
  --bee-duration: 35s;
  --bee-delay: -29s;
  --bee-rotate: 78deg;
  opacity: 0.64;
}

@media (prefers-reduced-motion: reduce) {
  .bee-path,
  .bee-path img {
    animation: none;
  }
}

html.has-bee-cursor,
html.has-bee-cursor * {
  cursor: none !important;
}

html.has-bee-cursor body.gallery-open,
html.has-bee-cursor body.gallery-open * {
  cursor: auto !important;
}

body.gallery-open .bee-cursor {
  display: none;
}

.bee-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10020;
  width: 42px;
  height: 42px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform-origin: center;
  transition:
    opacity 140ms ease,
    visibility 140ms ease;
  will-change: transform;
}

.bee-cursor::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: rgba(242, 200, 75, 0.16);
  border: 1px solid rgba(242, 200, 75, 0.72);
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
  opacity: 0.58;
  transform: scale(0.72);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.bee-cursor img {
  position: absolute;
  inset: 4px;
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.42));
  transition: transform 160ms ease;
}

.bee-cursor.is-visible {
  visibility: visible;
  opacity: 1;
}

.bee-cursor.is-interactive::before {
  opacity: 0.96;
  transform: scale(1.05);
}

.bee-cursor.is-interactive img {
  transform: scale(1.14);
}

.bee-cursor.is-pressed img {
  transform: scale(0.88);
}

.tap-bee-effect {
  position: fixed;
  z-index: 10030;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.tap-honey-ring {
  position: absolute;
  top: -35px;
  left: -35px;
  width: 70px;
  height: 70px;
  background: rgba(242, 200, 75, 0.2);
  border: 2px solid rgba(217, 108, 44, 0.9);
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
}

.tap-honey-cell {
  position: absolute;
  top: -10px;
  left: -11px;
  width: 22px;
  height: 20px;
  background: rgba(242, 200, 75, 0.76);
  border: 1px solid rgba(217, 108, 44, 0.92);
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
  opacity: 0;
  will-change: transform, opacity;
}

.tap-bee-sprite {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  opacity: 0;
  will-change: transform, opacity;
}

.tap-bee-sprite img {
  width: var(--bee-burst-size, 34px);
  height: var(--bee-burst-size, 34px);
  object-fit: contain;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.38));
}

.tap-bee-effect.is-css .tap-honey-ring {
  animation: tap-honey-pulse 680ms ease-out forwards;
}

.tap-bee-effect.is-css .tap-bee-sprite {
  animation: tap-bee-flight 880ms var(--burst-delay, 0ms) ease-out forwards;
}

.tap-bee-effect.is-css .tap-honey-cell {
  animation: tap-honey-scatter 720ms var(--burst-delay, 0ms) ease-out forwards;
}

.tap-bee-effect.is-reduced .tap-honey-ring,
.tap-bee-effect.is-reduced .tap-honey-cell,
.tap-bee-effect.is-reduced .tap-bee-sprite {
  animation: tap-bee-soft 420ms ease-out forwards;
}

@keyframes tap-honey-pulse {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(0);
  }
  24% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.35) rotate(28deg);
  }
}

@keyframes tap-bee-flight {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.35) rotate(var(--bee-start-rotation, 0deg));
  }
  20% {
    opacity: 1;
    transform: translate3d(var(--bee-near-x), var(--bee-near-y), 0) scale(1) rotate(var(--bee-rotation));
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--bee-x), var(--bee-y), 0) scale(0.64) rotate(var(--bee-end-rotation));
  }
}

@keyframes tap-honey-scatter {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.3) rotate(0);
  }
  18% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--cell-x), var(--cell-y), 0) scale(0.66) rotate(var(--cell-rotation));
  }
}

@keyframes tap-bee-soft {
  0%,
  100% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
}

@media (hover: none), (pointer: coarse) {
  .bee-cursor {
    display: none;
  }
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.align-left {
  margin-left: 0;
  text-align: left;
}

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

.profile-section {
  background: var(--paper);
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: 64px;
  align-items: center;
}

.profile-photo,
.vehicle-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.profile-photo {
  position: relative;
  aspect-ratio: 3 / 4;
  background: var(--green-dark);
  box-shadow: var(--shadow);
}

.profile-photo::after {
  content: "";
  position: absolute;
  inset: 48% 0 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(8, 13, 11, 0.9));
}

.profile-photo img,
.vehicle-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-photo figcaption {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  z-index: 1;
  display: grid;
  gap: 5px;
  color: var(--white);
}

.profile-photo figcaption strong {
  font-size: 1.5rem;
}

.profile-photo figcaption span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.profile-content h2 {
  max-width: 680px;
}

.profile-lede {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: 1.08rem;
}

.profile-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 26px;
}

.profile-highlights article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.profile-highlights > article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: #e8f2ec;
  border-radius: 8px;
}

.profile-highlights svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-highlights h3 {
  margin-bottom: 5px;
  font-size: 1rem;
}

.profile-highlights p {
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.profile-actions {
  margin-bottom: 28px;
}

.vehicle-photo {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(210px, 0.8fr);
  min-height: 210px;
  color: var(--white);
  background: var(--green-dark);
  border: 1px solid rgba(21, 35, 29, 0.12);
  box-shadow: 0 14px 38px rgba(21, 35, 29, 0.1);
}

.vehicle-photo img {
  min-height: 210px;
  object-position: center 48%;
}

.vehicle-photo figcaption {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px;
}

.vehicle-photo figcaption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.55;
}

.journey-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #100b05;
  background-image: var(--honeycomb-texture);
  background-position: center;
  background-size: auto, 126px 73px;
  border-top: 1px solid rgba(242, 200, 75, 0.22);
  border-bottom: 1px solid rgba(242, 200, 75, 0.22);
}

.journey-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(242, 200, 75, 0.09), transparent 32%, rgba(0, 0, 0, 0.28)),
    radial-gradient(circle at 50% 9%, rgba(242, 200, 75, 0.18), transparent 30%);
}

.journey-heading {
  max-width: 820px;
  position: relative;
  z-index: 2;
}

.journey-heading .eyebrow {
  color: var(--yellow);
}

.journey-heading h2 {
  color: var(--white);
}

.journey-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.journey-frieze {
  position: relative;
  z-index: 2;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.journey-rail {
  position: absolute;
  top: 34px;
  left: calc((100% - 60px) / 8);
  right: calc((100% - 60px) / 8);
  z-index: 1;
  height: 4px;
  overflow: hidden;
  background: rgba(217, 108, 44, 0.16);
  border-radius: 4px;
}

.journey-rail-fill {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--amber), var(--yellow));
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left center;
}

.journey-bee {
  position: absolute;
  top: 2px;
  left: calc(((100% - 60px) / 8) - 23px);
  z-index: 5;
  width: 46px;
  pointer-events: none;
  filter: drop-shadow(0 5px 8px rgba(21, 35, 29, 0.28));
  animation: journey-bee-fallback 12s ease-in-out infinite;
  will-change: transform;
}

.journey-bee img {
  width: 100%;
  height: auto;
  transform: rotate(88deg);
}

.gsap-ready .journey-bee {
  animation: none;
}

@keyframes journey-bee-fallback {
  0%,
  8% {
    transform: translate3d(0, 0, 0);
  }

  92%,
  100% {
    transform: translate3d(min(855px, calc(75vw - 15px)), 0, 0);
  }
}

.journey-step {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
}

.journey-node {
  position: relative;
  z-index: 3;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  color: var(--yellow);
  background:
    linear-gradient(135deg, rgba(27, 19, 8, 0.78), rgba(9, 7, 4, 0.95)),
    url("assets/honeycomb-pattern.svg");
  background-size: auto, 92px 53px;
  border: 2px solid rgba(242, 200, 75, 0.78);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
  filter: drop-shadow(0 9px 14px rgba(21, 35, 29, 0.2));
}

.journey-node svg {
  width: 25px;
  height: 25px;
}

.journey-card {
  position: relative;
  width: 100%;
  min-height: 292px;
  margin-top: 26px;
  padding: 30px 26px 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-top: 4px solid var(--yellow);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(21, 35, 29, 0.09);
}

.journey-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -48px;
  width: 120px;
  height: 120px;
  background-image: url("assets/honeycomb-pattern.svg");
  background-size: 92px 53px;
  opacity: 0.06;
  transform: rotate(8deg);
}

.journey-number {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.journey-card h3,
.journey-card p,
.journey-card small {
  position: relative;
  z-index: 1;
}

.journey-card h3 {
  min-height: 2.8em;
  margin-bottom: 12px;
}

.journey-card p {
  margin-bottom: 22px;
}

.journey-card small {
  display: block;
  padding-top: 16px;
  color: var(--green);
  border-top: 1px solid var(--line);
  font-size: 0.79rem;
  font-weight: 900;
  line-height: 1.45;
}

@media (prefers-reduced-motion: reduce) {
  .journey-bee {
    display: none;
  }

  .journey-rail-fill {
    transform: scaleX(1);
  }
}

.gallery-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background-color: #100b05;
  background-image: var(--honeycomb-texture);
  background-position: center;
  background-size: auto, 126px 73px;
  border-top: 1px solid rgba(242, 200, 75, 0.18);
  border-bottom: 1px solid rgba(242, 200, 75, 0.18);
}

.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(242, 200, 75, 0.07), rgba(0, 0, 0, 0.34)),
    radial-gradient(circle at 78% 15%, rgba(242, 200, 75, 0.16), transparent 28%);
}

.gallery-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 38px;
}

.gallery-heading .section-heading {
  max-width: 780px;
  margin-bottom: 0;
}

.gallery-heading h2 {
  color: var(--white);
}

.gallery-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.gallery-count {
  display: grid;
  gap: 2px;
  min-width: 148px;
  margin: 0;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.58) !important;
  border-left: 1px solid rgba(242, 200, 75, 0.3);
  font-size: 0.82rem !important;
  font-weight: 800;
  line-height: 1.4 !important;
}

.gallery-count strong {
  color: var(--yellow);
  font-size: 2rem;
  line-height: 1;
}

.gallery-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-item {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 5;
  display: block;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  text-align: left;
  background: #080d0b;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  cursor: zoom-in;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.gallery-image,
.gallery-image::after {
  position: absolute;
  inset: 0;
}

.gallery-image::after {
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(4, 7, 5, 0.9) 100%);
}

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

.gallery-item:nth-child(1) .gallery-image img {
  object-position: center 38%;
}

.gallery-item:nth-child(2) .gallery-image img {
  object-position: center 42%;
}

.gallery-item:nth-child(3) .gallery-image img,
.gallery-item:nth-child(5) .gallery-image img,
.gallery-item:nth-child(6) .gallery-image img,
.gallery-item:nth-child(7) .gallery-image img {
  object-position: center 44%;
}

.gallery-caption {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.gallery-caption small {
  color: var(--yellow);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-caption strong {
  font-size: 0.98rem;
  line-height: 1.3;
}

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

.gallery-item:focus-visible {
  border-color: var(--yellow);
  outline: 3px solid rgba(242, 200, 75, 0.38);
  outline-offset: 3px;
}

.gallery-dialog {
  width: min(1080px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100svh - 32px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: #080d0b;
  border: 1px solid rgba(242, 200, 75, 0.28);
  border-radius: 8px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.62);
}

.gallery-dialog[open] {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.gallery-dialog::backdrop {
  background: rgba(2, 4, 3, 0.86);
  backdrop-filter: blur(5px);
}

.gallery-dialog-toolbar {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 8px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gallery-dialog-counter {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.85rem;
  font-weight: 800;
}

.gallery-dialog-counter strong {
  color: var(--yellow);
}

.gallery-dialog button {
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  cursor: pointer;
}

.gallery-dialog button:hover,
.gallery-dialog button:focus-visible {
  color: var(--yellow);
  border-color: rgba(242, 200, 75, 0.5);
  outline: none;
}

.gallery-dialog-close {
  width: 42px;
  height: 42px;
}

.gallery-dialog svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery-dialog-stage {
  min-height: 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.gallery-dialog-stage figure {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.gallery-dialog-stage img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100svh - 170px);
  margin: 0 auto;
  object-fit: contain;
  background: #020302;
  border-radius: 6px;
}

.gallery-dialog-stage figcaption {
  max-width: 760px;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.gallery-dialog-nav {
  width: 52px;
  height: 52px;
}

body.gallery-open {
  overflow: hidden;
}

.proof-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 54px;
  align-items: center;
}

.proof-copy {
  margin-bottom: 0;
}

.proof-section {
  background: var(--paper-beige);
}

.proof-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.proof-phone {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: var(--green-dark);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 900;
}

.proof-phone:hover,
.proof-phone:focus-visible {
  color: var(--green);
  border-color: rgba(35, 102, 83, 0.34);
  outline: none;
}

.review-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 16px;
  padding: 18px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(21, 35, 29, 0.96), rgba(21, 35, 29, 0.84)),
    var(--honeycomb-texture);
  background-size: auto, 128px 74px;
  border: 1px solid rgba(242, 200, 75, 0.24);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.review-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 26% 16%, rgba(242, 200, 75, 0.28), transparent 28%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
}

.rating-card,
.proof-points {
  position: relative;
  z-index: 1;
}

.rating-card {
  min-height: 330px;
  display: grid;
  align-content: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}

.rating-source {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.rating-source span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  background:
    conic-gradient(from 0deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
  border-radius: 50%;
  font-weight: 900;
}

.rating-score {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
}

.rating-score strong {
  font-size: 5rem;
  line-height: 0.9;
}

.rating-score span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.3rem;
  font-weight: 900;
}

.rating-stars {
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: 1.5rem;
  line-height: 1;
}

.rating-card p {
  max-width: 260px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.proof-points {
  display: grid;
  gap: 12px;
}

.proof-points article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
}

.proof-points span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: #e8f2ec;
  border-radius: 8px;
}

.proof-points svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-points h3 {
  margin-bottom: 4px;
  color: var(--ink);
}

.proof-points p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.cta-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background-color: #100b05;
  background-image: var(--honeycomb-texture);
  background-position: center;
  background-size: auto, 126px 73px;
  border-top: 1px solid rgba(242, 200, 75, 0.28);
  border-bottom: 1px solid rgba(242, 200, 75, 0.2);
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(242, 200, 75, 0.08), rgba(0, 0, 0, 0.3)),
    radial-gradient(circle at 72% 45%, rgba(242, 200, 75, 0.16), transparent 24%);
}

.cta-section .eyebrow {
  color: var(--yellow);
}

.cta-section p {
  color: rgba(255, 255, 255, 0.72);
}

.cta-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding-block: 12px;
}

.cta-layout p {
  max-width: 680px;
  margin-bottom: 0;
}

.site-footer {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.76);
  background: #080d0b;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer strong {
  color: var(--white);
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.footer-links {
  display: flex;
  gap: 12px;
}

.footer-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
  outline: none;
}

@media (max-width: 1050px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 72px 0 54px;
  }

  .hero-copy {
    max-width: 700px;
  }

  .hero .photo-proof,
  .hero .hero-actions {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    overflow: visible;
    padding-inline: 20px;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 72px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background-color: #100b05;
    background-image: var(--honeycomb-texture);
    background-position: center;
    background-size: auto, 126px 73px;
    border: 1px solid rgba(242, 200, 75, 0.2);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

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

  .nav a {
    justify-content: center;
  }

  .hero {
    min-height: 76svh;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-copy {
    max-width: 700px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .quick-grid,
  .profile-layout,
  .proof-layout,
  .cta-layout {
    grid-template-columns: 1fr;
  }

  .profile-layout {
    gap: 40px;
  }

  .profile-photo {
    width: min(100%, 520px);
    margin-inline: auto;
  }

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

  .journey-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .journey-rail {
    top: 34px;
    bottom: 34px;
    left: 32px;
    right: auto;
    width: 4px;
    height: auto;
  }

  .journey-rail-fill {
    transform: scaleY(0);
    transform-origin: center top;
  }

  .journey-bee {
    top: 9px;
    left: 9px;
    width: 46px;
    animation-name: journey-bee-fallback-mobile;
  }

  .journey-bee img {
    transform: rotate(178deg);
  }

  @keyframes journey-bee-fallback-mobile {
    0%,
    8% {
      transform: translate3d(0, 0, 0);
    }

    92%,
    100% {
      transform: translate3d(0, min(820px, calc(100vh + 80px)), 0);
    }
  }

  .journey-step {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 22px;
    justify-items: stretch;
    align-items: start;
  }

  .journey-node {
    grid-column: 1;
  }

  .journey-card {
    grid-column: 2;
    min-height: 0;
    margin-top: 0;
  }

  .journey-card h3 {
    min-height: 0;
  }

  .section {
    padding: 72px 0;
  }

  .proof-layout {
    gap: 28px;
  }

  .review-showcase {
    grid-template-columns: 1fr;
  }

  .rating-card {
    min-height: auto;
  }

  .cta-layout .button {
    justify-self: start;
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .journey-rail-fill {
    transform: scaleY(1);
  }
}

@media (max-width: 620px) {
  .bee-journey-three,
  .bee-gallery-three {
    display: none;
  }

  .container {
    width: min(100% - 28px, 1120px);
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    font-size: 0.85rem;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 0;
    align-items: flex-start;
  }

  .hero-image {
    object-position: 72% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(13, 20, 17, 0.94) 0%, rgba(13, 20, 17, 0.76) 100%),
      linear-gradient(0deg, rgba(13, 20, 17, 0.35), rgba(13, 20, 17, 0.12));
  }

  .hero-content {
    gap: 22px;
    padding: 48px 0 34px;
  }

  .hero .photo-proof,
  .hero .hero-actions {
    display: none;
  }

  .hero .rating-line {
    gap: 7px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.65rem;
  }

  .hero-lede {
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.58;
  }

  .button {
    width: 100%;
  }

  .proof-actions,
  .proof-phone {
    width: 100%;
  }

  .proof-phone {
    justify-content: center;
  }

  .review-showcase {
    padding: 12px;
  }

  .rating-card {
    padding: 24px;
  }

  .rating-score strong {
    font-size: 4rem;
  }

  .proof-points article {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .profile-highlights {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vehicle-photo {
    grid-template-columns: 1fr;
  }

  .vehicle-photo img {
    aspect-ratio: 16 / 10;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gallery-count {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 16px 0 0;
    border-top: 1px solid rgba(242, 200, 75, 0.3);
    border-left: 0;
  }

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

  .gallery-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .gallery-caption strong {
    font-size: 0.88rem;
  }

  .gallery-dialog {
    width: calc(100% - 16px);
    max-height: calc(100svh - 16px);
  }

  .gallery-dialog-stage {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 12px;
  }

  .gallery-dialog-stage figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .gallery-dialog-stage img {
    max-height: calc(100svh - 232px);
  }

  .gallery-dialog-prev {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
  }

  .gallery-dialog-next {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }

  .photo-proof {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .quick-grid article {
    min-height: 112px;
    padding: 20px;
  }

  .cta-layout {
    padding-block: 4px;
  }

  .journey-step {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
  }

  .journey-node {
    width: 58px;
    height: 58px;
  }

  .journey-rail {
    left: 27px;
  }

  .journey-bee {
    left: 4px;
  }

  .journey-card {
    padding: 24px 20px 22px;
  }

  .footer-layout {
    display: grid;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 360px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
