/* Mimo Limousines — static site styles */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-600.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-700.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/open-sans-400.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/open-sans-600.woff2") format("woff2");
}

:root {
  --color-bg: #ffffff;
  --color-ink: #000000;
  --color-primary: #141414;
  --color-secondary: #555B69;
  --color-surface: #f5f5f5;
  --color-border: #e5e5e5;
  --radius: 0px;
  --font-display: "Montserrat", system-ui, sans-serif;
  --font-body: "Open Sans", system-ui, sans-serif;
  --ink: var(--color-ink);
  --paper: var(--color-surface);
  --white: var(--color-bg);
  --muted: var(--color-secondary);
  --line: var(--color-border);
  --phone: var(--color-secondary);
  --phone-dark: var(--color-primary);
  --quote: var(--color-primary);
  --quote-dark: #000000;
  --header-h: 6.6rem;
  --sans: var(--font-body);
  --serif: var(--font-display);
  --wrap: 1120px;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-ink);
  background: var(--color-bg);
  text-rendering: optimizeLegibility;
}

html.i18n-pending body {
  visibility: hidden;
}

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

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-wrap: balance;
}

button,
.btn,
.cta-phone,
.cta-quote,
.site-nav a,
.kicker,
.eyebrow,
.top-k,
.footer-label {
  font-family: var(--font-display);
}

p {
  text-wrap: pretty;
}

a {
  color: inherit;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.hero :focus-visible,
.site-footer :focus-visible,
.photo-band :focus-visible {
  outline-color: #fff;
}

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

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  background: #fff;
  color: var(--ink);
  padding: 0.6rem 0.9rem;
  text-decoration: none;
}

.skip:focus {
  top: 0.75rem;
}

.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;
}

.wrap {
  width: min(var(--wrap), calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  color: #111;
  border-bottom: 1px solid #e6e6e6;
}

.site-header :focus-visible {
  outline-color: var(--ink);
}

.topbar {
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 1.25rem;
  min-height: 2rem;
}

.top-phone {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 0.95rem;
  color: #111;
}

.top-phone:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.top-k {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6d6d6d;
  font-weight: 600;
}

.bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4.35rem;
}

.logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
  color: inherit;
  line-height: 0;
  padding: 0.4rem 0;
}

.logo img {
  display: block;
  height: 3.45rem;
  width: auto;
}

.logo:hover {
  opacity: 0.84;
}

.bar-end {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.35rem 1.15rem;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 0.15rem 1.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a:not(.btn) {
  display: inline-block;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0;
  color: #555b69;
}

.site-nav a[aria-current="page"]:not(.btn) {
  box-shadow: inset 0 -1px 0 currentColor;
}

.nav-book {
  margin-left: 0.35rem;
}

.nav-book .btn {
  min-height: 2.35rem;
  padding: 0.4rem 0.85rem;
}

.lang {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.lang button {
  appearance: none;
  border: 0;
  background: transparent;
  min-width: 2.4rem;
  min-height: 2.75rem;
  padding: 0 0.2rem;
  cursor: pointer;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-secondary);
}

.lang button.is-active {
  color: var(--color-primary);
  background: transparent;
}

.lang-slash {
  color: rgba(20, 20, 20, 0.28);
  user-select: none;
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: transparent;
  color: var(--ink);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.bars,
.bars::before,
.bars::after {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  position: relative;
  transition: transform 0.2s ease, top 0.2s ease, background 0.2s ease;
}

.bars::before,
.bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.bars::before {
  top: -7px;
}

.bars::after {
  top: 7px;
}

.nav-toggle[aria-expanded="true"] .bars {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .bars::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .bars::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-phones {
  display: none;
}

@media (min-width: 1040px) {
  .bar {
    position: relative;
  }

  .site-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.35rem;
  border: 1px solid transparent;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-dark {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.btn-dark:hover {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
}

.btn-ghost:hover {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

.btn-line {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.btn-line:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

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

.btn-quote:hover {
  background: var(--color-secondary);
  color: #fff;
  border-color: var(--color-secondary);
}

.cta-phone,
.cta-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.5rem;
  min-height: 3.15rem;
  padding: 0.55rem 1.15rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.cta-phone {
  flex-direction: column;
  gap: 0.12rem;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.cta-phone:hover {
  background: #fff;
  color: #111;
}

.cta-k {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cta-phone strong {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.15;
}

.cta-quote {
  background: var(--color-primary);
  color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-quote:hover {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}

.hero .cta-phone {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.hero .cta-phone:hover {
  background: #fff;
  color: var(--color-primary);
}

.cta .cta-phone,
.center-panel .cta-phone {
  background: transparent;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}

.cta .cta-quote,
.center-panel .cta-quote {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.cta .cta-phone:hover,
.center-panel .cta-phone:hover {
  background: var(--color-secondary);
  color: #fff;
}

.cta .cta-quote:hover,
.center-panel .cta-quote:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

button:disabled {
  opacity: 0.6;
  cursor: wait;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  color: #fff;
  overflow: hidden;
  min-height: max(34rem, calc(100dvh - var(--header-h)));
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: grayscale(100%);
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

.hero-inner {
  text-align: center;
  padding: 4.25rem 1.5rem 3.6rem;
  max-width: 62rem;
}

.eyebrow,
.kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6a6a6a;
}

.hero .eyebrow,
.split .kicker,
.promises .kicker {
  color: rgba(255, 255, 255, 0.72);
}

.hero h1,
.page-head h1,
.section h2,
.split h2,
.cta h2,
.center-panel h1,
.fleet-body h3,
.promise h3,
.contact-panel h2,
.service-tile h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}

.hero h1 {
  font-size: clamp(1.45rem, 3.1vw, 2.15rem);
  line-height: 1.25;
  letter-spacing: 0.08em;
  margin: 0.7rem 0 1rem;
  max-width: 18em;
  margin-inline: auto;
}

.lede {
  max-width: 38rem;
  margin: 0 auto 1.75rem;
  font-weight: 300;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-meta {
  margin: 1.75rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.hero-also {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 1.6rem;
  margin: 1.15rem 0 0;
  font-size: 0.95rem;
}

.hero-also a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.hero-also a span {
  margin-right: 0.4rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cta .hero-also a {
  color: var(--ink);
}

.hero-also a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: #000;
  color: #fff;
}

.split-media {
  position: relative;
  min-height: 320px;
}

.split-media img,
.photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.split-media img {
  position: absolute;
  inset: 0;
}

.split-copy {
  padding: clamp(2rem, 5vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split h2,
.cta h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  margin: 0.55rem 0 1rem;
}

.split p,
.cta p {
  margin: 0 0 1.25rem;
  color: var(--muted);
  max-width: 36rem;
}

.split p {
  color: rgba(255, 255, 255, 0.82);
}

.split .text-link {
  color: #fff;
}

.section {
  padding: 6.25rem 0;
}

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

.section-head {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  margin-top: 0.55rem;
}

.section-head p {
  color: var(--muted);
  margin: 0.8rem 0 0;
}

.card-grid,
.fleet-grid,
.values,
.steps {
  display: grid;
  gap: 1rem;
}

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

.card-grid-home {
  grid-template-columns: 1fr 1fr;
  gap: 2.75rem 3.5rem;
}

.service-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.service-tile {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  background: #fff;
}

.service-tile img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-tile h3 {
  font-size: 0.95rem;
  margin: 0.9rem 0 0.4rem;
}

.service-tile p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.service-tile:hover h3 {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.card,
.fleet-card,
.value,
.step {
  background: var(--white);
  border: 1px solid var(--line);
}

.card {
  padding: 1.2rem 0 0.2rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: transparent;
  border: 0;
  border-top: 1px solid #111;
}

.card .idx,
.service-row .idx,
.value .idx,
.step .idx {
  margin: 0;
  color: #6a6a6a;
  font-family: var(--sans);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.card h3,
.fleet-body h3,
.value h3,
.step h3,
.service-row h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.card h3 {
  font-size: 1.9rem;
  margin: 0.45rem 0 0.7rem;
}

.card h3 a,
.text-link {
  color: inherit;
  text-underline-offset: 0.18em;
}

.card h3 a:hover,
.text-link:hover {
  text-decoration-thickness: 1px;
}

.card p {
  margin: 0 0 1.2rem;
  color: var(--muted);
  flex: 1;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.2rem 0 0;
  padding: 0 0 0.15rem;
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-bottom: 1px solid #111;
  width: fit-content;
}

.card-link:hover {
  background: transparent;
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.card:hover,
.fleet-card:hover {
  border-color: var(--ink);
}

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

.fleet-grid-home {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1.75rem;
  margin-bottom: 2rem;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.25rem;
}

.fleet-card {
  display: flex;
  flex-direction: column;
  scroll-margin-top: 7.6rem;
  min-width: 0;
}

.fleet-photo {
  display: block;
  aspect-ratio: 650 / 390;
  background: #f6f4f0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.fleet-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.fleet-body {
  padding: 1.15rem 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.fleet-body h3 {
  font-size: 0.95rem;
  line-height: 1.25;
  margin: 0 0 0.35rem;
}

.fleet-body h3 a {
  color: inherit;
  text-decoration: none;
}

.fleet-body h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.capacity {
  margin: 0 0 1.05rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.capacity strong {
  color: var(--ink);
  font-weight: 600;
}

.fleet-body .btn {
  margin-top: auto;
  align-self: flex-start;
}

.fleet-body .btn-dark {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
  border-radius: var(--radius);
}

.fleet-card,
.service-tile,
.card,
.btn,
.cta-phone,
.cta-quote,
input,
select,
textarea {
  border-radius: var(--radius);
}

.fleet-card,
.service-tile {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
}

.note {
  color: var(--muted);
  max-width: 44rem;
}

.promises {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #000;
  color: #fff;
}

.promise {
  padding: 2.6rem 1.4rem 2.7rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.promise:first-child {
  border-left: 0;
}

.promise .idx {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
}

.promise h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.85rem;
  margin: 0.45rem 0 0.55rem;
  line-height: 1;
}

.promise p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.cta {
  background: var(--paper);
  text-align: center;
  padding: 4.5rem 0;
}

.cta h2 {
  color: var(--ink);
}

.cta p {
  color: var(--muted);
  margin-inline: auto;
}

.phone-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  margin: 0.5rem 0 1.5rem;
}

.phone-row a {
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  background: var(--phone);
  min-height: 3.4rem;
  padding: 0.75rem 1.15rem;
  display: inline-flex;
  align-items: center;
}

.phone-row a:hover {
  background: var(--phone-dark);
  text-decoration: none;
}

.page-head {
  background: #fff;
  color: #111;
  padding: 3.4rem 0 1.8rem;
  text-align: center;
}

.page-head h1 {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  margin: 0.55rem auto 0.85rem;
  max-width: 16em;
}

.page-head p {
  max-width: 40rem;
  margin: 0 auto;
  color: var(--muted);
  font-weight: 400;
}

.service-row {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem 1.5rem;
  padding: 2.3rem 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 7rem;
}

.service-row h2 {
  font-size: clamp(2rem, 3vw, 2.7rem);
  margin: 0 0 0.7rem;
}

.service-row p {
  margin: 0 0 0.75rem;
  max-width: 42rem;
  color: var(--muted);
}

.service-row .btn {
  margin-top: 0.6rem;
}

.service-row .btn-dark:hover,
.fleet-body .btn-dark:hover {
  background: var(--color-secondary);
  color: #fff;
  border-color: var(--color-secondary);
  color: #fff;
}

.photo-band {
  position: relative;
  min-height: 380px;
  max-height: 520px;
  overflow: hidden;
  background: #111;
}

.photo-band img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: none;
}

.photo-band-fleet img {
  filter: none;
  height: 460px;
  object-fit: cover;
  object-position: center;
}

.photo-band figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 2rem 1.25rem 1.3rem;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.62), transparent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

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

.value,
.step {
  padding: 1.4rem 1.3rem 1.5rem;
}

.value h3,
.step h3 {
  font-size: 1.85rem;
  margin: 0.35rem 0 0.55rem;
}

.value p,
.step p {
  margin: 0;
  color: var(--muted);
}

.places {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.places li {
  border: 1px solid var(--line);
  padding: 0.4rem 0.75rem;
  font-size: 0.95rem;
}

.book-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.72fr);
  gap: 1.5rem;
  align-items: start;
}

.form-panel {
  padding-bottom: 1rem;
}

.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem 1.15rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.req {
  color: var(--ink);
}

input,
select,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c4bfb6;
  border-radius: 0;
  background: transparent;
  padding: 0.7rem 0;
  min-height: 2.9rem;
  font-size: 1rem;
}

textarea {
  min-height: 7.5rem;
  resize: vertical;
  line-height: 1.5;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-bottom: 2px solid var(--ink);
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position:
    calc(100% - 12px) 55%,
    calc(100% - 7px) 55%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 1.4rem;
}

::placeholder {
  color: #6f6a64;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--white) inset;
  -webkit-text-fill-color: var(--ink);
}

.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
  border-bottom-color: #7a2424;
}

.field-error {
  margin: 0.35rem 0 0;
  color: #7a2424;
  font-size: 0.88rem;
}

.field-error:empty {
  display: none;
}

.form-help,
.fine-print {
  color: var(--muted);
  font-size: 0.92rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
  margin-top: 0.4rem;
}

.notice,
.form-status:not(:empty) {
  border: 1px solid var(--ink);
  background: var(--paper);
  padding: 0.85rem 1rem;
  margin: 0 0 1.1rem;
}

.form-status:empty {
  display: none;
}

.request-context {
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

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

.contact-panel {
  background: #000;
  color: #fff;
  padding: 1.7rem 1.4rem 1.5rem;
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  border: 0;
}

.contact-panel h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0.4rem 0 0.5rem;
}

.contact-panel > p {
  margin: 0 0 0.4rem;
  color: rgba(255, 255, 255, 0.7);
}

.contact-link {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  text-decoration: none;
  padding: 0.75rem 0;
  margin-top: 0.15rem;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-link.tone-dark {
  background: transparent;
  color: #fff;
}

.contact-link span {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.68;
}

.contact-link strong {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.contact-link:hover {
  outline: none;
  border-bottom-color: #fff;
}

.site-footer {
  background: #000;
  color: #fff;
  padding: 3.6rem 0 1.4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
  gap: 2rem 1.5rem;
}

.site-footer h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.7rem;
  margin: 0 0 0.85rem;
  letter-spacing: 0.04em;
}

.footer-logo {
  display: block;
  height: 3.5rem;
  width: auto;
}

.site-footer h2 a:hover {
  text-decoration: none;
  opacity: 0.84;
}

.site-footer p,
.site-footer li {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.footer-nav,
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li + li,
.footer-contact li + li {
  margin-top: 0.35rem;
}

.footer-label {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.footer-contact a {
  font-weight: 700;
  color: #fff;
}

.legal {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
}

.legal p {
  margin: 0;
}

.center-panel {
  min-height: 52vh;
  display: grid;
  place-items: center;
  padding: 4rem 0 5rem;
  text-align: center;
}

.center-panel h1 {
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  margin-bottom: 0.8rem;
}

.center-panel p {
  max-width: 36rem;
  margin: 0 auto 1.4rem;
  color: var(--muted);
}

@media (max-width: 980px) {
  .card-grid,
  .fleet-grid,
  .service-tiles,
  .promises {
    grid-template-columns: 1fr 1fr;
  }

  .promise:nth-child(odd) {
    border-left: 0;
  }

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

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

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-h);
    bottom: 0;
    background: var(--white);
    color: var(--ink);
    padding: 0.5rem 1.25rem 2rem;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: none;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav ul a:not(.btn) {
    display: block;
    padding: 0.95rem 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #111;
  }

  .nav-book {
    margin: 1.1rem 0 0;
  }

  .nav-book .btn {
    width: 100%;
  }

  .nav-phones {
    display: grid;
    gap: 0.35rem;
    margin-top: 1.4rem;
  }

  .nav-phones a {
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    color: var(--ink);
  }

  body.nav-open {
    overflow: hidden;
  }
}

@media (max-width: 420px) {
  .logo img {
    height: 2.65rem;
  }

  .footer-logo {
    height: 3.9rem;
  }

  .bar {
    gap: 0.5rem;
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(var(--wrap), calc(100% - 1.75rem));
  }

  .split,
  .card-grid,
  .fleet-grid,
  .promises,
  .values,
  .steps,
  .fields,
  .book-layout,
  .footer-grid,
  .service-row {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3.4rem 0;
  }

  .hero-inner {
    padding: 3.2rem 1.1rem 2.8rem;
  }

  .hero h1 {
    font-size: clamp(1.25rem, 5.4vw, 1.7rem);
    letter-spacing: 0.06em;
  }

  .service-tiles {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: row;
    align-items: stretch;
  }

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

  .hero .cta-phone,
  .hero .cta-quote {
    flex: 1;
    width: auto;
    min-width: 0;
    min-height: 3rem;
  }

  .cta .cta-phone,
  .cta .cta-quote {
    width: 100%;
    min-width: 0;
  }

  .promise {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .promise:first-child {
    border-top: 0;
  }

  .contact-panel {
    position: static;
  }

  .book-layout {
    display: flex;
    flex-direction: column;
  }

  .contact-panel {
    order: -1;
  }

  .page-head {
    padding: 2.6rem 0 2.3rem;
  }

  .photo-band img,
  .photo-band-fleet img {
    height: 240px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .top-k {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .top-phone {
    font-size: 0.84rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}

@media print {
  .nav-toggle,
  .lang,
  .hp,
  .hero-actions,
  .site-nav {
    display: none !important;
  }

  .site-header {
    position: static;
  }

  .hero {
    min-height: 0;
  }

  body {
    background: #fff;
    color: #000;
  }
}
