:root {
  --ink: #17211b;
  --muted: #617168;
  --paper: #fbfdf9;
  --line: #dfe8df;
  --green: #0b7f68;
  --green-dark: #075f4d;
  --mint: #dff5e8;
  --sun: #f4c542;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(11, 127, 104, 0.12);
  background: rgba(251, 253, 249, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-logo {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 8px 22px rgba(23, 33, 27, 0.12);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 15px;
  white-space: nowrap;
}

.nav a:hover {
  color: var(--green-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 73px);
  padding: clamp(42px, 7vw, 96px) clamp(18px, 5vw, 72px);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(40px, 6vw, 74px);
  line-height: 1.02;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
}

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

.hero-text {
  max-width: 660px;
  color: var(--muted);
  font-size: 19px;
}

.hero-actions,
.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--green);
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

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

.button.primary:hover {
  background: var(--green-dark);
}

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

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 680px;
  margin: 34px 0 0;
}

.quick-stats div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.quick-stats dt {
  color: var(--muted);
  font-size: 13px;
}

.quick-stats dd {
  margin: 3px 0 0;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.photo {
  position: absolute;
  display: flex;
  align-items: end;
  min-height: 320px;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  color: var(--white);
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 70px rgba(23, 33, 27, 0.18);
}

.photo::before,
.trip-image::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.52));
}

.photo span {
  position: relative;
  font-size: 28px;
  font-weight: 900;
}

.photo-main {
  inset: 20px 70px auto 0;
  height: 390px;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.95) 0 5%, transparent 5.2%),
    linear-gradient(150deg, rgba(7, 95, 77, 0.2), rgba(0, 0, 0, 0.08)),
    linear-gradient(160deg, #9ed7e6 0 42%, #d7f0df 42% 59%, #3a8f7a 59% 63%, #1d5f50 63% 100%);
}

.photo-side {
  right: 0;
  bottom: 0;
  width: 58%;
  height: 330px;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.85) 0 6%, transparent 6.2%),
    linear-gradient(150deg, rgba(0, 0, 0, 0), rgba(4, 62, 54, 0.4)),
    linear-gradient(180deg, #b9e3ef 0 38%, #f0f6ec 38% 51%, #5db79b 51% 57%, #0f5c53 57% 100%);
}

.route-card {
  position: absolute;
  left: 24px;
  bottom: 56px;
  width: min(320px, 70%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(23, 33, 27, 0.16);
}

.route-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.section {
  padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 32px;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.intro p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 19px;
}

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

.section-heading p {
  color: var(--muted);
}

.service-band {
  background: linear-gradient(180deg, var(--mint), var(--paper));
}

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

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

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.product-image {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 300px;
  padding: 24px;
  color: var(--white);
  font-size: 28px;
  font-weight: 900;
  background-size: cover;
  background-position: center;
}

.product-image::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.55));
}

.product-image span {
  position: relative;
}

.heathrow-map {
  background:
    radial-gradient(circle at 22% 34%, #ffffff 0 3%, transparent 3.2%),
    linear-gradient(135deg, transparent 0 28%, rgba(255, 255, 255, 0.85) 28% 30%, transparent 30%),
    linear-gradient(160deg, #a7dceb 0 42%, #dff5e8 42% 60%, #0b7f68 60% 100%);
}

.gatwick-map {
  background:
    radial-gradient(circle at 78% 30%, #ffffff 0 3%, transparent 3.2%),
    linear-gradient(45deg, transparent 0 32%, rgba(255, 255, 255, 0.8) 32% 34%, transparent 34%),
    linear-gradient(160deg, #c6e5ef 0 40%, #f4f8f2 40% 58%, #075f4d 58% 100%);
}

.product-body {
  padding: 24px;
}

.product-body p {
  color: var(--muted);
}

.notice-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.notice-strip p {
  margin: 0;
  color: var(--muted);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.route-image {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 0 34%, rgba(255, 255, 255, 0.86) 34% 36%, transparent 36%),
    linear-gradient(160deg, #bde3ed 0 45%, #eef7eb 45% 62%, #0b7f68 62% 100%);
}

.route-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-image figcaption {
  position: relative;
  margin: 18px;
  padding: 14px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
}

.policy-page {
  max-width: 920px;
  margin: 0 auto;
}

.policy-page article {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.policy-page article p {
  color: var(--muted);
}

.service-card,
.policy-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--mint);
  font-size: 13px;
  font-weight: 800;
}

.service-card p,
.service-card li,
.trip-card p,
.policy-grid p {
  color: var(--muted);
}

.service-card ul {
  padding-left: 20px;
}

.text-link {
  color: var(--green-dark);
  font-weight: 900;
}

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

.trip-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.trip-card h3,
.trip-card p,
.trip-card span {
  display: block;
  padding-inline: 18px;
}

.trip-card h3 {
  margin-top: 18px;
}

.trip-card span {
  margin: 18px 0;
  color: var(--green-dark);
  font-weight: 900;
}

.trip-link {
  display: inline-flex;
  margin: 0 18px 20px;
}

.trip-image {
  position: relative;
  min-height: 190px;
  background-size: cover;
  background-position: center;
}

.stonehenge {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.35)),
    linear-gradient(90deg, transparent 0 22%, #5a6259 22% 27%, transparent 27% 37%, #4b554e 37% 43%, transparent 43% 53%, #59645e 53% 59%, transparent 59%),
    linear-gradient(180deg, #bddce8 0 52%, #8bbf85 52% 100%);
}

.bicester {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.35)),
    repeating-linear-gradient(90deg, #f6fbf6 0 24px, #e3ece5 24px 32px),
    linear-gradient(180deg, #b9dce7 0 40%, #f6fbf6 40% 100%);
}

.cambridge {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.35)),
    linear-gradient(90deg, transparent 0 14%, #d7e3d7 14% 18%, transparent 18% 26%, #bfd0bf 26% 31%, transparent 31%),
    linear-gradient(180deg, #c7e5ef 0 45%, #74b08d 45% 55%, #1d5f50 55% 100%);
}

.coast {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.35)),
    linear-gradient(160deg, transparent 0 46%, #f6fbf6 46% 58%, transparent 58%),
    linear-gradient(180deg, #a9dae8 0 48%, #2f9db0 48% 100%);
}

.oxford {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.35)),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(255, 255, 255, 0.55) 34px 38px),
    linear-gradient(180deg, #c8e2e9 0 46%, #718875 46% 50%, #2f6655 50% 100%);
}

.durdle {
  background:
    radial-gradient(ellipse at 50% 62%, transparent 0 11%, #e7eee2 11.5% 20%, transparent 20.5%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.35)),
    linear-gradient(180deg, #afddea 0 47%, #2d9dad 47% 65%, #0f5c53 65% 100%);
}

.route-section,
.policy-section {
  background: var(--white);
}

.pickup-products {
  background: linear-gradient(180deg, var(--mint), var(--paper));
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.timeline div {
  position: relative;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.timeline span {
  display: block;
  margin-bottom: 22px;
  color: var(--green);
  font-size: 32px;
  font-weight: 900;
}

.timeline p {
  margin-bottom: 0;
  color: var(--muted);
}

.booking-section {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  background: var(--green-dark);
  color: var(--white);
}

.booking-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.booking-copy .eyebrow {
  color: var(--sun);
}

.contact-box {
  display: grid;
  gap: 7px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 32px);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
}

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

label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cbd8d0;
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(11, 127, 104, 0.18);
  border-color: var(--green);
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--muted);
  font-weight: 600;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green-dark);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: #f4f8f2;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .intro,
  .booking-section,
  .product-detail {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .trip-grid,
  .timeline,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .notice-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .quick-stats,
  .service-grid,
  .product-grid,
  .trip-grid,
  .timeline,
  .policy-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 40px;
  }

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

  .photo-main {
    inset: 0 0 auto 0;
  }

  .photo-side {
    width: 72%;
  }

  .route-card {
    left: 14px;
    bottom: 34px;
  }
}
