:root {
  --site-width: 118rem;
  --cream: #f5efe7;
  --paper: #fbf6ee;
  --ink: #111111;
  --black: #050505;
  --red: #b5121b;
  --navy: #0d2b4f;
  --line: rgba(5, 5, 5, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    repeating-linear-gradient(90deg, rgba(5, 5, 5, 0.025) 0 1px, transparent 1px 5rem),
    repeating-linear-gradient(0deg, rgba(181, 18, 27, 0.018) 0 1px, transparent 1px 4.4rem),
    radial-gradient(circle at 18% 12%, rgba(181, 18, 27, 0.07), transparent 24rem),
    radial-gradient(circle at 82% 34%, rgba(13, 43, 79, 0.055), transparent 28rem),
    linear-gradient(180deg, var(--paper), var(--cream));
  font-family: Inter, Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image:
    radial-gradient(#050505 0.7px, transparent 0.7px),
    linear-gradient(115deg, transparent 0 47%, rgba(255, 255, 255, 0.2) 47% 53%, transparent 53% 100%);
  background-size: 6px 6px, 18rem 18rem;
  mix-blend-mode: multiply;
  z-index: 10;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 9.5rem 1fr auto;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.5rem);
  padding: 0.25rem clamp(1rem, 4vw, 4rem);
  background: rgba(245, 239, 231, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 9.2rem;
  height: 3.6rem;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1.2rem, 3vw, 3.5rem);
}

.main-nav a,
.btn {
  font-weight: 900;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.main-nav a {
  position: relative;
  padding: 0.25rem 0 0.45rem;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.08rem;
  width: 100%;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.45rem 1.1rem;
  border: 2px solid var(--black);
  border-radius: 8px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.7rem 0 var(--black);
}

.btn-primary {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.btn-outline {
  color: var(--black);
  background: transparent;
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 2px solid var(--black);
  border-radius: 8px;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 1.4rem;
  height: 2px;
  margin: 0.27rem auto;
  background: var(--black);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  min-height: auto;
  padding: 0;
  border-bottom: 1px solid var(--line);
}

.banner-hero {
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.banner-hero img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border: 0;
  filter: contrast(1.03);
}

.banner-hero picture {
  display: block;
  width: 100%;
}

.hero-copy {
  position: relative;
  z-index: 4;
}

.hero-logo-text {
  width: min(26rem, 100%);
  text-align: center;
}

.script-line {
  margin: 0 0 0.35rem;
  color: var(--red);
  font-family: Yellowtail, cursive;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.script-line::before,
.script-line::after {
  content: "✦";
  margin: 0 0.45rem;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.8em;
}

h1,
h2,
h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
}

h1 {
  color: var(--black);
  width: 100%;
  font-size: clamp(5.2rem, 13vw, 11.5rem);
  line-height: 0.78;
  font-style: italic;
  text-align: center;
}

.hero-title-main,
.hero-title-sub {
  display: block;
}

.hero-title-main {
  font-size: 1em;
  line-height: 0.78;
}

.hero-title-sub {
  display: inline-block;
  font-size: 0.62em;
  line-height: 0.95;
  transform: scaleX(1.08);
  transform-origin: center;
}

.checker {
  width: min(26rem, 100%);
  height: 2rem;
  margin: 0.8rem 0 0.55rem;
  background-image:
    linear-gradient(45deg, var(--black) 25%, transparent 25%),
    linear-gradient(-45deg, var(--black) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--black) 75%),
    linear-gradient(-45deg, transparent 75%, var(--black) 75%);
  background-position: 0 0, 0 1rem, 1rem -1rem, -1rem 0;
  background-size: 2rem 2rem;
}

.hero-kicker {
  margin: 0 0 1rem;
  color: var(--red);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.45rem);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-text {
  max-width: 33rem;
  margin: 0 0 1.6rem;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-visual {
  position: relative;
  min-height: 31rem;
  overflow: visible;
}

.hero-visual img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: min(42vw, 40rem);
  object-fit: contain;
  object-position: center;
  filter: contrast(1.04);
}

.garage-grid {
  position: absolute;
  top: 4%;
  right: 1%;
  width: 44%;
  height: 58%;
  border: 1px solid rgba(5, 5, 5, 0.16);
  background-image:
    linear-gradient(rgba(5, 5, 5, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 5, 5, 0.12) 1px, transparent 1px);
  background-size: 2.4rem 2.4rem;
  opacity: 0.75;
}

.spark {
  position: absolute;
  z-index: 3;
  width: 1.1rem;
  height: 1.1rem;
  transform: rotate(45deg);
  background: var(--red);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.spark-one { top: 17%; left: 33%; }
.spark-two { top: 66%; right: 21%; background: var(--black); }
.spark-three { top: 45%; right: 9%; }

section:not(.hero) {
  scroll-margin-top: 5rem;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 6vw, 6rem);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  margin: 0 auto 2rem;
  text-align: center;
}

.section-heading h2,
.about h2,
.contact h2 {
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card {
  min-height: 13.5rem;
  padding: 1.7rem 1rem;
  text-align: center;
  border-left: 1px solid var(--line);
  transition: transform 180ms ease, background 180ms ease;
}

.service-card:first-child {
  border-left: 0;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.45);
  transform: translateY(-0.35rem);
}

.service-icon {
  width: 5.35rem;
  height: 4.95rem;
  margin: 0 auto 1rem;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-card h3 {
  margin-bottom: 0.55rem;
  font-size: 0.95rem;
  font-weight: 900;
}

.service-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
}

.service-card .service-unavailable {
  margin-top: 0.7rem;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1.1fr 0.8fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.about-copy p {
  max-width: 34rem;
  line-height: 1.65;
}

.signature {
  color: var(--navy);
  font-family: Allura, cursive;
  font-size: 2.5rem;
  line-height: 1;
}

.about-car img {
  width: 100%;
  filter: contrast(1.04);
}

.benefits {
  display: grid;
  gap: 1.4rem;
}

.benefits article {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.9rem;
  align-items: start;
}

.benefits span {
  font-size: 2rem;
  line-height: 1;
}

.benefits h3 {
  font-size: 1rem;
  font-weight: 900;
}

.benefits p {
  margin: 0.25rem 0 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-grid article {
  position: relative;
  min-height: 15rem;
  overflow: hidden;
  border: 2px solid var(--black);
  border-radius: 8px;
  background: var(--black);
}

.gallery-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 42%, rgba(5, 5, 5, 0.86));
  pointer-events: none;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08);
  transition: transform 220ms ease, filter 220ms ease;
}

.gallery-grid article:hover img {
  transform: scale(1.045);
  filter: saturate(0.95) contrast(1.12);
}

.gallery-grid span {
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.7rem 0.8rem;
  color: #fff;
  background: var(--black);
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(1.5rem, 5vw, 5rem);
  background:
    radial-gradient(circle at 12% 10%, rgba(181, 18, 27, 0.08), transparent 24rem),
    radial-gradient(circle at 86% 34%, rgba(13, 43, 79, 0.08), transparent 28rem),
    linear-gradient(180deg, var(--paper), var(--cream));
  color: var(--ink);
}

.contact-info-only {
  grid-template-columns: 1fr;
}

.contact-info-only .contact-info {
  max-width: 46rem;
}

.contact .script-line {
  color: var(--red);
}

.contact-info p {
  max-width: 34rem;
  line-height: 1.65;
}

.contact-info ul {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.contact-info li {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  max-width: 28rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-self: start;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 8px;
}

.contact-alert {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.45;
}

.contact-alert.success {
  color: #146626;
  background: rgba(36, 196, 58, 0.12);
}

.contact-alert.error {
  color: var(--red);
  background: rgba(181, 18, 27, 0.1);
}

.booking-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 3vw, 3rem);
  border-bottom: 1px solid var(--line);
}

.booking-hero-copy {
  max-width: 43rem;
}

.booking-hero h1 {
  font-size: clamp(4rem, 9vw, 8.6rem);
  line-height: 0.82;
  text-align: left;
}

.booking-hero p:not(.script-line) {
  max-width: 35rem;
  margin: 1rem 0 0;
  line-height: 1.65;
}

.booking-hero-media {
  min-height: 22rem;
  display: grid;
  place-items: center;
}

.booking-hero-media img {
  width: min(100%, 44rem);
  filter: contrast(1.04);
}

.booking-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(181, 18, 27, 0.08), transparent 24rem),
    radial-gradient(circle at 88% 22%, rgba(13, 43, 79, 0.08), transparent 28rem),
    linear-gradient(180deg, var(--paper), var(--cream));
  color: var(--ink);
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.booking-panel {
  position: sticky;
  top: 7.5rem;
}

.booking-panel .script-line {
  color: var(--red);
}

.booking-panel h2 {
  font-size: clamp(2.4rem, 4.6vw, 4.1rem);
  line-height: 0.95;
}

.booking-panel p {
  line-height: 1.65;
}

.booking-note {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.5rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.booking-note strong,
.booking-note span {
  display: block;
}

.booking-form {
  display: grid;
  gap: 1rem;
}

.booking-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  min-width: 0;
  margin: 0;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 8px;
}

.booking-form legend {
  padding: 0 0.5rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.55rem;
  text-transform: uppercase;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.human-question {
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: none;
}

.booking-form label {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.address-field {
  position: relative;
}

.address-suggestions {
  position: absolute;
  z-index: 20;
  top: 100%;
  right: 0;
  left: 0;
  overflow: hidden;
  margin-top: 0.2rem;
  background: #fff;
  border: 2px solid rgba(5, 5, 5, 0.2);
  border-radius: 8px;
  box-shadow: 0 0.8rem 2rem rgba(5, 5, 5, 0.16);
}

.address-suggestions button {
  display: block;
  width: 100%;
  padding: 0.75rem 0.9rem;
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  text-transform: none;
}

.address-suggestions button + button {
  border-top: 1px solid rgba(5, 5, 5, 0.1);
}

.address-suggestions button:hover,
.address-suggestions button[aria-selected="true"] {
  background: rgba(181, 18, 27, 0.1);
}

.booking-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.booking-form .booking-checkbox {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  min-height: 2.55rem;
  padding: 0.65rem 0.8rem;
  background: rgba(255, 255, 255, 0.58);
  border: 2px solid rgba(5, 5, 5, 0.18);
  border-radius: 8px;
  cursor: pointer;
}

.booking-checkbox input {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--red);
}

.contact-form .full-field,
.contact-form button,
.contact-form .btn,
.booking-form .full-field,
.booking-form button,
.formula-fieldset {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 2px solid rgba(5, 5, 5, 0.24);
  border-radius: 8px;
  padding: 0.9rem 1rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
  font: inherit;
}

.booking-form .booking-checkbox input {
  width: 1.05rem;
  height: 1.05rem;
  padding: 0;
}

select option {
  color: var(--black);
}

textarea {
  resize: vertical;
}

.vehicle-picker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 8.5rem), 1fr));
  gap: 0.75rem;
}

.vehicle-picker button {
  display: grid;
  grid-column: auto;
  gap: 0.45rem;
  min-height: 8.8rem;
  padding: 0.65rem;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.54);
  border: 2px solid rgba(5, 5, 5, 0.18);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.vehicle-picker button:hover,
.vehicle-picker button.selected {
  transform: translateY(-0.12rem);
  background: rgba(181, 18, 27, 0.1);
  border-color: var(--red);
}

.vehicle-picker strong {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.vehicle-icon {
  display: block;
  width: min(100%, 7.2rem);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.formula-empty {
  grid-column: 1 / -1;
  padding: 1rem;
  color: rgba(17, 17, 17, 0.68);
  border: 1px dashed rgba(5, 5, 5, 0.24);
  border-radius: 8px;
}

.route-card {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 8px;
}

.route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: space-between;
  align-items: center;
}

.route-actions span,
.route-status {
  color: rgba(17, 17, 17, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.route-actions strong {
  display: block;
  margin-top: 0.2rem;
}

.booking-form .route-actions .btn {
  grid-column: auto;
  min-height: 2.7rem;
  padding: 0.65rem 1rem;
  color: var(--black);
  border-color: var(--black);
}

.booking-form .route-actions .btn:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

.route-status[data-state="success"] {
  color: #24c43a;
}

.route-status[data-state="error"] {
  color: #ff7676;
}

.route-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.route-results span {
  display: grid;
  gap: 0.2rem;
  min-height: 4.2rem;
  padding: 0.8rem;
  align-content: center;
  color: rgba(17, 17, 17, 0.68);
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 8px;
  text-transform: uppercase;
}

.route-results strong {
  color: var(--ink);
  font-size: 1.35rem;
}

.route-map {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
  border: 2px solid rgba(5, 5, 5, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.46);
}

.route-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0.24;
}

.route-map svg {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.route-map a {
  position: absolute;
  z-index: 3;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.55rem 0.75rem;
  color: #fff;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.formula-grid {
  grid-column: 1 / -1;
  display: grid;
  gap: 1.15rem;
}

.formula-group {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
}

.formula-group h4 {
  margin: 0;
  padding-bottom: 0.45rem;
  color: var(--navy);
  border-bottom: 2px solid rgba(181, 18, 27, 0.28);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.formula-group-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10.5rem), 1fr));
  gap: 0.85rem;
}

.formula-group[data-count="2"] .formula-group-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.formula-group[data-count="3"] .formula-group-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.formula-card {
  display: grid;
  grid-column: auto;
  gap: 0.7rem;
  min-height: 16rem;
  padding: 1rem;
  color: var(--ink);
  text-align: left;
  background: rgba(255, 255, 255, 0.54);
  border: 2px solid rgba(5, 5, 5, 0.18);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.booking-form .formula-card {
  grid-column: auto;
}

.formula-group[data-count="3"] .formula-card {
  padding: 0.85rem;
}

.formula-group[data-count="3"] .formula-card strong {
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.formula-group[data-count="3"] .formula-card ul {
  font-size: 0.8rem;
}

.formula-card:hover,
.formula-card.selected {
  transform: translateY(-0.2rem);
  background: rgba(181, 18, 27, 0.1);
  border-color: var(--red);
}

.formula-card span,
.formula-card strong {
  text-transform: uppercase;
}

.formula-card strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.8rem, 2.4vw, 2.2rem);
  line-height: 0.9;
}

.formula-card em {
  color: var(--red);
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
}

.formula-card ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.84rem;
  line-height: 1.35;
}

.public-calendar {
  display: grid;
  gap: 1rem;
  min-width: 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 8px;
}

.public-calendar-toolbar {
  display: grid;
  grid-template-columns: auto minmax(12rem, 1fr);
  align-items: center;
  gap: 1rem;
}

.calendar-nav-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0.45rem;
  min-width: max-content;
}

.public-calendar-toolbar h4 {
  margin: 0;
  min-width: max-content;
  color: var(--navy);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.calendar-arrow {
  display: inline-flex;
  flex: 0 0 auto;
  grid-column: auto;
  align-items: center;
  justify-content: center;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  border: 2px solid rgba(5, 5, 5, 0.18);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.calendar-arrow:hover {
  border-color: var(--red);
}

.calendar-selection {
  justify-self: end;
  min-width: min(100%, 18rem);
  padding: 0.65rem 0.85rem;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 8px;
}

.calendar-selection span {
  display: block;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-selection strong {
  display: block;
  margin-top: 0.15rem;
  color: var(--navy);
  font-size: 0.92rem;
  line-height: 1.25;
}

.public-calendar-weekdays,
.public-calendar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6.7rem, 1fr));
  gap: 0.7rem;
}

.public-calendar-weekdays span {
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.public-calendar-weekdays {
  display: none;
}

.public-calendar-day,
.public-calendar-blank {
  min-width: 0;
  min-height: 9.8rem;
}

.public-calendar-day {
  display: grid;
  gap: 0.35rem;
  align-content: start;
  justify-items: center;
  padding: 0.7rem 0.55rem;
  background: rgba(17, 17, 17, 0.86);
  border: 1px solid rgba(181, 18, 27, 0.35);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.calendar-day-name {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: capitalize;
}

.public-calendar-day > strong {
  color: #fff;
  font-size: 0.86rem;
}

.calendar-slot {
  display: grid;
  grid-column: auto;
  width: fit-content;
  min-width: 4.6rem;
  min-height: 1.6rem;
  padding: 0.22rem 0.45rem;
  color: #ecfff1;
  text-align: center;
  background: #168d3a;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.calendar-slot span {
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-slot.is-free:hover,
.calendar-slot.selected {
  transform: translateY(-1px);
  background: #1ead4b;
  border-color: #d9ffe2;
}

.calendar-slot.is-occupied {
  color: #ffe5e5;
  background: var(--red);
  border-color: rgba(255, 255, 255, 0.16);
  cursor: not-allowed;
}

.calendar-slot.is-past {
  color: rgba(255, 255, 255, 0.72);
  background: #707070;
  border-color: rgba(255, 255, 255, 0.12);
  cursor: not-allowed;
}

.calendar-error {
  grid-column: 1 / -1;
  margin: 0;
  padding: 1rem;
  color: var(--red);
  border: 1px solid rgba(181, 18, 27, 0.24);
  border-radius: 8px;
  font-weight: 800;
}

.booking-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: rgba(13, 43, 79, 0.08);
  border: 2px solid rgba(13, 43, 79, 0.22);
  border-radius: 8px;
}

.booking-summary span {
  color: rgba(17, 17, 17, 0.68);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-summary strong {
  font-size: 1rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(18rem, 1.05fr) minmax(24rem, 1.5fr) minmax(12rem, 0.8fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding: 0.75rem clamp(1rem, 4vw, 4rem);
  color: #fff;
  background: var(--black);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.site-footer img {
  flex: 0 0 auto;
  width: 7.5rem;
  height: auto;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.95rem;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer-contact {
  display: grid;
  gap: 0.25rem;
  text-align: right;
  font-weight: 800;
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 0.45rem;
}

.footer-socials a {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.footer-socials svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials .social-icon-filled svg {
  fill: currentColor;
  stroke: none;
}

.footer-socials a:hover {
  transform: translateY(-1px);
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.section-reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 600ms ease, transform 600ms ease;
}

.section-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.error-page {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(72vh, 48rem);
  padding: clamp(4rem, 9vw, 7rem) 1.25rem;
  overflow: hidden;
  text-align: center;
  background: var(--paper);
}

.error-code {
  position: absolute;
  inset: 50% auto auto 50%;
  color: rgba(181, 18, 27, 0.07);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(18rem, 45vw, 38rem);
  line-height: 0.7;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.error-page > *:not(.error-code) {
  position: relative;
  z-index: 1;
}

.error-page h1 {
  max-width: 13ch;
  margin: 0.35rem auto 1rem;
  font-size: clamp(3.4rem, 9vw, 7rem);
  line-height: 0.86;
}

.error-message {
  max-width: 36rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.error-checker {
  width: min(28rem, 82vw);
  height: 1rem;
  margin-top: 2.4rem;
  background: repeating-conic-gradient(var(--black) 0 25%, transparent 0 50%) 0 / 2rem 2rem;
}

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

  .hero,
  .about,
  .contact,
  .booking-hero,
  .booking-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .booking-panel {
    position: static;
  }

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

  .service-card:nth-child(4) {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    justify-content: space-between;
    gap: 0.55rem;
    padding: 0.45rem 0.75rem;
  }

  .brand img {
    width: 6.6rem;
    height: 2.8rem;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
    min-height: 2.35rem;
    padding: 0.45rem 0.7rem;
    font-size: 0.68rem;
    line-height: 1.1;
    text-align: center;
  }

  .menu-toggle {
    grid-column: 3;
    grid-row: 1;
    display: block;
    width: 2.65rem;
    height: 2.65rem;
  }

  .menu-toggle.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    top: 4.8rem;
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
    background: var(--paper);
    border: 2px solid var(--black);
    border-radius: 8px;
    box-shadow: 0 1rem 0 var(--black);
    opacity: 0;
    transform: translateY(-0.7rem);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .main-nav.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .main-nav a {
    padding: 0.85rem;
  }

  .hero {
    padding-top: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .banner-hero {
    padding-top: 0;
    gap: 0;
  }

  h1 {
    font-size: clamp(4.6rem, 24vw, 7.4rem);
  }

  .hero-visual {
    min-height: 0;
    margin-top: 0.4rem;
  }

  .hero-visual img {
    width: min(100%, 42rem);
    max-height: none;
    margin-inline: auto;
  }

  .service-grid,
  .gallery-grid,
  .contact-form,
  .booking-form fieldset,
  .formula-grid,
  .route-results,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .public-calendar-toolbar {
    grid-template-columns: 1fr;
  }

  .calendar-nav-group {
    justify-self: start;
    max-width: 100%;
  }

  .calendar-selection {
    justify-self: stretch;
  }

  .booking-hero h1 {
    text-align: left;
  }

  .booking-hero-media {
    min-height: 12rem;
  }

  .formula-card {
    min-height: 0;
  }

  .formula-group-list,
  .formula-group[data-count="2"] .formula-group-list,
  .formula-group[data-count="3"] .formula-group-list {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .service-card:first-child {
    border-top: 0;
  }

  .gallery-grid article {
    min-height: 12rem;
  }

  .site-footer,
  .footer-contact {
    text-align: left;
  }

  .site-footer {
    gap: 0.9rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .footer-brand {
    align-items: center;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .footer-socials {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.hero.banner-hero {
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hero.banner-hero img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0;
}

.site-header,
main > section:not(.hero),
.site-footer {
  width: min(100%, var(--site-width));
  margin-inline: auto;
}

.site-header {
  width: 100%;
  margin-inline: 0;
  padding-left: clamp(1rem, 3vw, 3rem);
  padding-right: clamp(1rem, 3vw, 3rem);
}

main > section:not(.hero) {
  padding-left: clamp(1rem, 3vw, 3rem);
  padding-right: clamp(1rem, 3vw, 3rem);
}

.site-footer {
  width: 100%;
  margin-inline: 0;
  padding-left: clamp(1rem, 3vw, 3rem);
  padding-right: clamp(1rem, 3vw, 3rem);
}

.service-grid,
.gallery-grid {
  max-width: 100%;
  margin-inline: auto;
}
