:root {
  --ink: #003d49;
  --ink-deep: #002f38;
  --green: #015b45;
  --green-dark: #015b45;
  --green-light: #015b45;
  --cream: #f8f5e9;
  --cream-deep: #eee9d9;
  --paper: #fffefa;
  --line: #d7d9cf;
  --muted: #49626a;
  --mist: #edf6f3;
  --white: #ffffff;
  --shadow: 0 24px 55px rgba(0, 48, 57, 0.15);
  --radius: 3px;
  --container: 1368px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

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

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

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 200;
  background: var(--white);
  color: var(--ink);
  padding: 10px 16px;
  border: 2px solid var(--ink);
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 245, 233, 0.97);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(calc(100% - 48px), 1770px);
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand-unit-wrap {
  width: 42px;
  height: 58px;
  flex: 0 0 auto;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brand-unit {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.brand-copy {
  display: grid;
  line-height: 1.08;
}

.brand-copy strong {
  font-size: 17px;
  letter-spacing: 0.025em;
}

.brand-copy small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.desktop-nav a {
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.desktop-nav > a:not(.button):hover,
.desktop-nav > a:not(.button):focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  background: var(--green);
  box-shadow: 0 14px 30px rgba(1, 91, 69, 0.18);
  color: var(--white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--green-dark);
  box-shadow: 0 18px 36px rgba(1, 91, 69, 0.24);
  transform: translateY(-1px);
}

.button-small {
  min-height: 44px;
  padding-inline: 22px;
  text-transform: none;
}

.button-dark {
  background: var(--ink);
  box-shadow: none;
}

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

.mobile-book {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: 50%;
}

.hero::before {
  width: 700px;
  height: 700px;
  right: -260px;
  top: -290px;
  border: 1px solid rgba(0, 117, 139, 0.17);
  box-shadow: 0 0 0 70px rgba(0, 117, 139, 0.035), 0 0 0 145px rgba(0, 117, 139, 0.02);
}

.hero::after {
  width: 580px;
  height: 300px;
  left: -260px;
  bottom: -220px;
  background: rgba(1, 91, 69, 0.06);
}

.hero-grid {
  width: min(calc(100% - 72px), var(--container));
  min-height: 675px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(500px, 1.07fr);
  align-items: center;
  gap: 78px;
  padding: 82px 0 88px;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--white);
}

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

h1,
h2,
h3 {
  line-height: 1.02;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(56px, 5.2vw, 84px);
  font-weight: 500;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

h1 span {
  display: block;
  color: var(--green);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 4.1vw, 67px);
  font-weight: 650;
  letter-spacing: -0.05em;
}

h3 {
  margin-bottom: 13px;
  font-size: 24px;
  letter-spacing: -0.025em;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}

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

.text-link {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

.external-link {
  display: inline-block;
  margin-top: 6px;
}

.proof-row {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.proof-row div {
  display: grid;
  gap: 2px;
  padding-right: 22px;
}

.proof-row div + div {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.proof-row strong {
  font-size: 18px;
}

.proof-row span {
  color: var(--muted);
  font-size: 11px;
}

.hero-visual {
  min-height: 590px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 26px 0 0;
}

.logo-shadow {
  position: absolute;
  width: min(86%, 570px);
  height: 470px;
  right: 0;
  top: 54px;
  border-radius: 2px;
  background: var(--ink);
  transform: none;
}

.logo-card {
  position: relative;
  z-index: 1;
  width: min(100%, 610px);
  padding: 16px;
  border: 1px solid #e2e4dc;
  border-radius: 2px;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: none;
}

.logo-card img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.availability-card {
  position: relative;
  z-index: 2;
  width: min(76%, 480px);
  right: auto;
  bottom: auto;
  align-self: flex-end;
  margin-top: 2px;
  min-height: 78px;
  padding: 15px 18px;
  border-left: 5px solid var(--green);
  background: var(--ink);
  box-shadow: 0 22px 38px rgba(0, 47, 56, 0.22);
  color: var(--white);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
}

.online-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green-light);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.24);
}

.availability-card > div {
  display: grid;
}

.availability-card strong {
  font-size: 13px;
  line-height: 1.4;
}

.availability-card strong a {
  color: var(--white);
  text-decoration: none;
}

.availability-card span {
  font-size: 11px;
  line-height: 1.45;
}

.availability-card > a {
  padding-left: 17px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.section {
  padding: 105px 0;
}

.section-inner {
  width: min(calc(100% - 72px), var(--container));
  margin: 0 auto;
}

.split-heading,
.fleet-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(350px, 0.75fr);
  gap: 90px;
  align-items: start;
}

.split-heading > p,
.split-heading > div:last-child > p,
.fleet-heading > div:last-child > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.service-area {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0;
}

.location-list span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.location-list span:first-child {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.small-copy {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.fleet-section {
  overflow: hidden;
  background: var(--cream);
}

.fleet-heading {
  margin-bottom: 58px;
}

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

.unit-card {
  min-height: 560px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 1fr);
  border-radius: 4px;
}

.unit-evergreen {
  background: var(--green);
  color: var(--white);
}

.unit-pewter {
  background: #d8dadd;
  color: var(--ink);
}

.unit-image {
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: var(--white);
}

.unit-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.unit-copy {
  align-self: center;
  padding: 50px 42px;
}

.unit-kicker {
  margin-bottom: 16px;
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.unit-copy h3 {
  font-size: clamp(34px, 3vw, 50px);
}

.unit-copy p:not(.unit-kicker) {
  margin-bottom: 30px;
  line-height: 1.75;
}

.unit-evergreen .button-dark {
  background: var(--white);
  color: var(--ink);
}

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

.fleet-proof {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: var(--paper);
}

.fleet-proof > div {
  min-height: 160px;
  padding: 31px 29px;
}

.fleet-proof > div + div {
  border-left: 1px solid var(--line);
}

.fleet-proof strong,
.fleet-proof span {
  display: block;
}

.fleet-proof strong {
  margin-bottom: 9px;
  font-size: 17px;
  line-height: 1.25;
}

.fleet-proof span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.detail-gallery {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 0.72fr 1.12fr;
  min-height: 410px;
  overflow: hidden;
  background: var(--ink);
}

.detail-gallery figure {
  position: relative;
  min-height: 410px;
  margin: 0;
  overflow: hidden;
  background: #e9ebec;
}

.detail-gallery figure + figure {
  border-left: 4px solid var(--cream);
}

.detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-gallery .detail-main img {
  object-position: center 45%;
}

.detail-gallery figure:nth-child(3) img {
  object-fit: contain;
  background: var(--white);
}

.detail-gallery figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  padding: 9px 11px;
  background: rgba(0, 61, 73, 0.92);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
}

.fleet-specs {
  align-self: stretch;
  padding: 42px 38px;
  color: var(--white);
}

.fleet-specs h3 {
  font-size: 31px;
}

.fleet-specs dl {
  margin: 28px 0;
}

.fleet-specs dl > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.fleet-specs dt {
  color: #aed1d6;
  font-size: 12px;
}

.fleet-specs dd {
  margin: 0;
  font-size: 13px;
  font-weight: 900;
}

.fleet-specs .small-copy {
  color: #c6dcdf;
}

.services-section {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.service-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}

.service-grid article {
  min-height: 235px;
  padding: 36px 32px;
  background: var(--white);
}

.service-grid article + article {
  border-left: 1px solid var(--line);
}

.service-grid h3 {
  font-size: 21px;
}

.service-grid p {
  color: var(--muted);
  font-size: 14px;
}

.process-section {
  padding-block: 75px;
  background: var(--cream-deep);
}

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

.process-grid > div {
  padding: 6px 45px 6px 0;
}

.process-grid > div + div {
  padding-left: 45px;
  border-left: 1px solid #c9c8bc;
}

.process-grid .eyebrow {
  margin-bottom: 17px;
}

.process-grid h3 {
  font-size: 25px;
}

.process-grid p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.booking-section {
  padding-block: 0;
  background: var(--ink);
}

.booking-shell {
  width: min(100%, 1420px);
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: center;
  gap: 75px;
  padding: 80px 58px;
}

.booking-intro {
  color: var(--white);
}

.booking-intro h2 {
  max-width: 520px;
  font-size: clamp(54px, 5vw, 76px);
  font-weight: 500;
}

.booking-intro > p:not(.eyebrow) {
  max-width: 530px;
  color: #cce1e4;
  font-size: 17px;
  line-height: 1.75;
}

.booking-call {
  display: inline-block;
  margin-top: 17px;
  color: var(--white);
  font-weight: 900;
  text-underline-offset: 6px;
}

.booking-form {
  overflow: hidden;
  border: 1px solid #cbd3d0;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.2);
}

.form-top {
  min-height: 80px;
  padding: 18px 24px;
  background: var(--ink-deep);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.form-top > div {
  display: grid;
}

.form-top strong {
  font-size: 15px;
}

.form-top span {
  color: #cce1e4;
  font-size: 11px;
}

.status-online {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-online i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green-light);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.22);
}

.form-progress {
  padding: 15px 24px 0;
}

.progress-copy {
  display: flex;
  justify-content: space-between;
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.progress-track {
  height: 4px;
  margin-top: 9px;
  overflow: hidden;
  background: #e5ece9;
}

.progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), #079fbd);
  transition: width 250ms ease;
}

.form-body {
  min-height: 435px;
  padding: 28px 28px 20px;
}

.form-step {
  display: none;
}

.form-step.is-active {
  display: block;
  animation: form-step-in 220ms ease;
}

@keyframes form-step-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.form-step h3 {
  margin-bottom: 10px;
  font-size: 32px;
}

.form-helper {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.choice-card {
  position: relative;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px;
  border: 1px solid var(--line);
  background: var(--paper);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.choice-card:hover,
.choice-card:focus-within {
  border-color: var(--green);
}

.choice-card:has(input:checked) {
  border-color: var(--green);
  background: #eef9f1;
}

.choice-card input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--green);
}

.choice-card span {
  display: grid;
}

.choice-card strong {
  font-size: 14px;
}

.choice-card small {
  color: var(--muted);
  font-size: 11px;
}

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

.form-step > label,
.field-grid label {
  display: grid;
  gap: 6px;
  margin-bottom: 13px;
}

.form-step label > span {
  font-size: 11px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #bdcac6;
  border-radius: 2px;
  background: var(--paper);
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
}

input,
select {
  min-height: 46px;
}

textarea {
  min-height: 98px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(1, 91, 69, 0.11);
}

.field-error {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.09) !important;
}

.form-note {
  padding: 12px 14px;
  border-left: 4px solid #079fbd;
  background: #edf7f9;
  color: var(--muted);
  font-size: 11px;
}

.form-note strong {
  color: var(--ink);
}

.consent {
  grid-template-columns: 18px 1fr !important;
  align-items: start;
  gap: 10px !important;
  margin-top: 6px;
}

.consent input {
  min-height: auto;
  margin: 3px 0 0;
  accent-color: var(--green);
}

.consent span {
  color: var(--muted);
  font-weight: 400 !important;
  line-height: 1.5;
}

.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-message {
  display: none;
  margin-bottom: 18px;
  padding: 12px 14px;
  border-left: 4px solid var(--green);
  background: #eef9f1;
  color: var(--ink);
  font-size: 13px;
}

.form-message.is-visible {
  display: block;
}

.form-message.is-error {
  border-left-color: #b42318;
  background: #fff0ee;
  color: #7a2018;
}

.form-message.is-success {
  border-left-color: var(--green);
  background: #eef9f1;
}

.form-actions {
  min-height: 76px;
  padding: 14px 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.back-button {
  min-height: 42px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.back-button:disabled {
  opacity: 0;
  pointer-events: none;
}

.submit-button {
  display: none;
}

.form-footer {
  padding: 11px 24px;
  border-top: 1px solid var(--line);
  background: #f1f4f2;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}

.form-footer a {
  color: var(--green-dark);
  font-weight: 900;
}

.booking-success {
  max-width: 600px;
  padding: 55px 25px;
}

.booking-success h3 {
  font-size: 38px;
}

.booking-success p {
  color: var(--muted);
}

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

.footer-inner {
  width: min(calc(100% - 72px), var(--container));
  margin: 0 auto;
  padding: 58px 0 28px;
}

.footer-inner > div:first-child {
  max-width: 580px;
}

.footer-inner > div:first-child strong {
  font-size: 20px;
}

.footer-inner p {
  margin-top: 13px;
  color: #b8d0d4;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 28px;
}

.footer-links a {
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.footer-service-areas {
  max-width: 1120px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-service-areas strong {
  display: block;
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-service-areas p {
  margin: 10px 0 0;
  color: #b8d0d4;
  font-size: 12px;
  line-height: 1.75;
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #8fb3b9;
  font-size: 11px;
}

.footer-bottom a {
  color: var(--white);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: 42px;
  }

  .unit-card {
    grid-template-columns: 0.85fr 1fr;
  }

  .unit-copy {
    padding: 40px 30px;
  }

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

  .fleet-proof > div:nth-child(3) {
    border-left: 0;
  }

  .fleet-proof > div:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .detail-gallery {
    grid-template-columns: 0.9fr 0.9fr 0.7fr 1.1fr;
  }

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

  .service-grid article:nth-child(3) {
    border-left: 0;
  }

  .service-grid article:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .booking-shell {
    gap: 45px;
    padding-inline: 38px;
  }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .mobile-book {
    display: inline-flex;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-block: 60px 72px;
  }

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

  .availability-card {
    width: 90%;
    right: -5%;
  }

  .split-heading,
  .fleet-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .unit-card {
    min-height: 520px;
  }

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

  .fleet-specs {
    grid-column: 1 / -1;
  }

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

  .process-grid > div,
  .process-grid > div + div {
    padding: 28px 0;
    border-left: 0;
  }

  .process-grid > div + div {
    border-top: 1px solid #c9c8bc;
  }

  .booking-shell {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .booking-intro {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 70px;
  }

  body {
    font-size: 15px;
  }

  .header-inner {
    width: calc(100% - 28px);
    min-height: 70px;
    gap: 10px;
  }

  .brand {
    gap: 8px;
  }

  .brand-unit-wrap {
    width: 34px;
    height: 48px;
    padding: 0;
    border: 0;
  }

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

  .brand-copy small {
    display: none;
  }

  .button-small {
    min-height: 42px;
    padding-inline: 16px;
    font-size: 11px;
  }

  .hero::before {
    display: none;
  }

  .hero-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0 54px;
  }

  .hero-visual {
    order: -1;
    width: 100%;
    min-height: auto;
    display: flex;
    gap: 0;
    padding: 14px 14px 0;
    background: var(--paper);
  }

  .logo-shadow {
    display: none;
  }

  .logo-card {
    width: 100%;
    padding: 7px;
    border-color: var(--line);
    box-shadow: 0 12px 25px rgba(0, 48, 57, 0.1);
    transform: none;
  }

  .availability-card {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    min-height: 76px;
    margin-top: 12px;
    padding: 13px 14px;
    box-shadow: 0 15px 26px rgba(0, 47, 56, 0.16);
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
  }

  .availability-card strong {
    font-size: 11px;
  }

  .availability-card span {
    font-size: 9px;
  }

  .availability-card > a {
    padding-left: 10px;
    font-size: 11px;
  }

  .hero-copy {
    padding: 48px 24px 0;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  h1 {
    margin-bottom: 20px;
    font-size: clamp(42px, 13vw, 58px);
  }

  h2 {
    font-size: clamp(38px, 11vw, 53px);
  }

  .hero-lead {
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    gap: 15px;
  }

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

  .hero-actions .text-link {
    justify-self: start;
  }

  .proof-row {
    margin-top: 32px;
    grid-template-columns: 1fr;
  }

  .proof-row div,
  .proof-row div + div {
    padding: 16px 0;
    border-left: 0;
  }

  .proof-row div + div {
    border-top: 1px solid var(--line);
  }

  .section {
    padding: 70px 0;
  }

  .section-inner {
    width: calc(100% - 40px);
  }

  .split-heading,
  .fleet-heading {
    gap: 10px;
  }

  .split-heading > p,
  .split-heading > div:last-child > p,
  .fleet-heading > div:last-child > p {
    font-size: 15px;
  }

  .location-list {
    gap: 8px;
  }

  .location-list span {
    padding: 8px 10px;
    font-size: 11px;
  }

  .fleet-heading {
    margin-bottom: 35px;
  }

  .unit-grid {
    gap: 16px;
  }

  .unit-card {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .unit-image {
    min-height: 370px;
  }

  .unit-copy {
    padding: 32px 26px 36px;
  }

  .unit-copy h3 {
    font-size: 36px;
  }

  .unit-copy .button {
    width: 100%;
  }

  .fleet-proof {
    grid-template-columns: 1fr;
  }

  .fleet-proof > div,
  .fleet-proof > div:nth-child(3) {
    min-height: auto;
    border-left: 0;
  }

  .fleet-proof > div + div {
    border-top: 1px solid var(--line);
  }

  .detail-gallery {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }

  .detail-gallery figure {
    min-height: 300px;
  }

  .detail-gallery figure:nth-child(2) {
    border-left: 4px solid var(--cream);
  }

  .detail-gallery figure:nth-child(3) {
    min-height: 330px;
    grid-column: 1 / -1;
    border-top: 4px solid var(--cream);
    border-left: 0;
  }

  .fleet-specs {
    grid-column: 1 / -1;
    padding: 36px 26px;
  }

  .service-grid {
    margin-top: 35px;
    grid-template-columns: 1fr;
  }

  .service-grid article,
  .service-grid article:nth-child(3) {
    min-height: auto;
    border-left: 0;
  }

  .service-grid article + article {
    border-top: 1px solid var(--line);
  }

  .process-section {
    padding-block: 45px;
  }

  .booking-shell {
    width: 100%;
    min-height: auto;
    gap: 34px;
    padding: 62px 14px;
  }

  .booking-intro {
    padding-inline: 10px;
  }

  .booking-intro h2 {
    font-size: 51px;
  }

  .booking-intro > p:not(.eyebrow) {
    font-size: 15px;
  }

  .form-top {
    min-height: 72px;
    padding: 15px 16px;
  }

  .form-top strong {
    font-size: 13px;
  }

  .form-progress {
    padding-inline: 16px;
  }

  .form-body {
    min-height: 475px;
    padding: 24px 16px 18px;
  }

  .form-step h3 {
    font-size: 27px;
  }

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

  .choice-card {
    min-height: 78px;
  }

  .form-actions {
    padding-inline: 16px;
  }

  .form-actions .button {
    min-height: 46px;
    padding-inline: 18px;
    font-size: 11px;
  }

  .footer-inner {
    width: calc(100% - 40px);
    padding-top: 48px;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 430px) {
  .availability-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .availability-card > a {
    grid-column: 2;
    padding: 5px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  .unit-image {
    min-height: 335px;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
  }

  .detail-gallery figure,
  .detail-gallery figure:nth-child(2),
  .detail-gallery figure:nth-child(3) {
    min-height: 310px;
    grid-column: 1;
    border-left: 0;
    border-top: 4px solid var(--cream);
  }

  .detail-gallery figure:first-child {
    border-top: 0;
  }
}

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