:root {
  --red: #be1e2d;
  --red-dark: #8f1622;
  --ink: #161719;
  --muted: #5b626b;
  --line: #e4e6e8;
  --paper: #ffffff;
  --soft: #f5f7f8;
  --sage: #dfe9e4;
  --teal: #0f6674;
  --gold: #c99a43;
  --shadow: 0 18px 55px rgba(22, 23, 25, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--paper);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 96px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(22, 23, 25, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: block;
  width: clamp(82px, 9vw, 126px);
}

.brand img,
.site-footer img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2.3vw, 34px);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a,
.header-cta,
.button,
.contact-strip a,
.site-footer a {
  text-decoration: none;
}

.site-nav a {
  color: #25282c;
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #fff;
  font-weight: 800;
  background: var(--red);
  border-radius: 6px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
}

.hero {
  position: relative;
  display: flex;
  min-height: calc(88vh - 78px);
  align-items: center;
  overflow: hidden;
  padding: clamp(72px, 10vw, 130px) clamp(22px, 6vw, 86px);
  color: #fff;
  background: url("assets/nemt-hero.webp") center right / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 15, 18, 0.84), rgba(13, 15, 18, 0.45) 48%, rgba(13, 15, 18, 0.16));
}

.hero-content {
  position: relative;
  width: min(650px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f4c7cc;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5.2vw, 4.7rem);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: normal;
}

h1 span {
  display: block;
}

.hero-title-main {
  white-space: nowrap;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.25;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-copy {
  max-width: 560px;
  margin: 22px 0 32px;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

.hero-actions,
.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 900;
}

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

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.quick-info div {
  padding: clamp(24px, 4vw, 40px);
  background: #fff;
}

.metric {
  display: block;
  margin-bottom: 6px;
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 700;
}

.quick-info p {
  max-width: 360px;
  margin: 0;
}

.section {
  padding: clamp(62px, 8vw, 112px) clamp(22px, 6vw, 86px);
}

.care-story {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  background: #fff;
}

.care-story-image,
.assurance-photo {
  overflow: hidden;
  background: #d9dddf;
}

.care-story-image {
  aspect-ratio: 4 / 3;
}

.care-story-image img,
.assurance-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.care-story-copy {
  max-width: 580px;
}

.care-story-copy > p:not(.eyebrow),
.assurance-copy > p:not(.eyebrow) {
  margin: 22px 0 0;
}

.care-points {
  display: grid;
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--line);
}

.care-points div {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
}

.care-points strong {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
}

.care-points span {
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
  background: var(--soft);
}

.section-copy {
  position: sticky;
  top: 110px;
}

.section-copy p:last-child,
.booking-intro p,
.service-area p {
  max-width: 620px;
}

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

.service-list article,
.assurance-grid article,
.ride-form {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(22, 23, 25, 0.05);
}

.service-list article {
  min-height: 190px;
}

.service-list article:nth-child(2) {
  border-top-color: var(--gold);
}

.service-list article:nth-child(3) {
  border-top-color: var(--teal);
}

.assurance {
  background: #eef2f0;
}

.assurance-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
}

.assurance-photo {
  aspect-ratio: 4 / 3;
  order: 2;
}

.assurance-copy {
  order: 1;
  max-width: 620px;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.assurance-grid article {
  border-top: 5px solid var(--red);
  box-shadow: none;
}

.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
  background: var(--sage);
}

.contact-strip {
  margin-top: 22px;
}

.contact-strip a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  color: var(--ink);
  font-weight: 800;
  background: #fff;
  border: 1px solid rgba(22, 23, 25, 0.11);
  border-radius: 6px;
}

.ride-form {
  position: relative;
  display: grid;
  gap: 16px;
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 7px;
  color: #25282c;
  font-size: 0.9rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  border: 1px solid #cfd4d7;
  border-radius: 6px;
  background: #fff;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
.button:focus-visible,
.header-cta:focus-visible,
.site-nav a:focus-visible,
.menu-button:focus-visible {
  outline: 3px solid rgba(15, 102, 116, 0.28);
  outline-offset: 2px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.privacy-note,
.form-status {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
}

.privacy-note {
  color: #60666b;
}

.form-status {
  min-height: 1.2em;
  color: var(--teal);
  font-weight: 800;
}

.form-status.is-error {
  color: var(--red-dark);
}

.confirmation-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 28px;
  background: var(--soft);
}

.confirmation-panel {
  width: min(620px, 100%);
  padding: clamp(30px, 6vw, 64px);
  text-align: center;
  background: #fff;
  border-top: 6px solid var(--red);
  box-shadow: var(--shadow);
}

.confirmation-panel img {
  width: 120px;
  margin: 0 auto 28px;
}

.confirmation-panel h1 {
  color: var(--ink);
  font-size: clamp(2.4rem, 7vw, 4.4rem);
}

.confirmation-panel p {
  max-width: 480px;
  margin: 20px auto;
}

.confirmation-call a {
  color: var(--red-dark);
  font-weight: 900;
}

.service-area {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  background: var(--ink);
}

.service-area h2,
.service-area p {
  color: #fff;
}

.service-area .eyebrow {
  color: #f4c7cc;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(220px, 1fr);
  gap: clamp(26px, 6vw, 80px);
  padding: 42px clamp(22px, 6vw, 86px);
  background: #070707;
  color: #fff;
}

.site-footer p,
.site-footer span {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer img {
  max-width: 150px;
}

address {
  display: grid;
  gap: 9px;
  font-style: normal;
}

address strong {
  font-size: 1.05rem;
}

address a {
  color: #fff;
  font-weight: 800;
}

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

  .brand {
    width: 92px;
  }

  .menu-button {
    display: inline-grid;
    justify-self: end;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open .site-nav {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    padding-top: 10px;
  }

  .site-header.is-open .site-nav a {
    padding: 15px 0;
    border-top: 1px solid var(--line);
  }

  .hero {
    min-height: 76vh;
    background-position: 62% center;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(13, 15, 18, 0.88), rgba(13, 15, 18, 0.64));
  }

  .quick-info,
  .care-story,
  .split,
  .assurance-intro,
  .assurance-grid,
  .booking,
  .service-area,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .section-copy {
    position: static;
  }

  .assurance-photo,
  .assurance-copy {
    order: initial;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 72vh;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-actions,
  .button,
  .contact-strip a {
    width: 100%;
  }

  .service-list,
  .form-row {
    grid-template-columns: 1fr;
  }

  .care-story-image,
  .assurance-photo {
    aspect-ratio: 5 / 4;
  }

  .service-list article {
    min-height: auto;
  }
}
