:root {
  --ink: #171a20;
  --muted: #68707b;
  --paper: #f4f0e8;
  --panel: #fffaf2;
  --dark: #111419;
  --dark-soft: #1c222b;
  --line: rgba(23, 26, 32, 0.13);
  --line-light: rgba(255, 255, 255, 0.16);
  --gold: #c8924a;
  --gold-soft: #f0d3a3;
  --green: #39b979;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(17, 20, 25, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  overflow-x: clip;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .mobile-call {
  display: none;
}

::selection {
  background: rgba(200, 146, 74, 0.32);
}

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

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

.scroll-progress {
  background: var(--gold);
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  z-index: 90;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(17, 20, 25, 0.86);
  border-bottom: 1px solid var(--line-light);
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.site-header.is-scrolled {
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.22);
}

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

.brand-mark {
  align-items: center;
  background: var(--gold-soft);
  border-radius: var(--radius);
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 0.84rem;
  font-weight: 950;
  height: 42px;
  justify-content: center;
}

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

.brand strong {
  font-size: 1rem;
  line-height: 1.05;
}

.brand small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  margin-top: 3px;
}

.nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  justify-content: center;
}

.nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  font-weight: 800;
}

.nav a:hover,
.nav a:focus-visible {
  color: #fff;
}

.header-call,
.button,
.mobile-call {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
}

.header-call {
  border: 1px solid rgba(255, 255, 255, 0.24);
  min-height: 44px;
  padding: 0 16px;
  white-space: nowrap;
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 44px;
  justify-self: end;
  padding: 8px;
  width: 44px;
}

.menu-toggle span {
  background: #fff;
  border-radius: 999px;
  display: block;
  height: 2px;
  margin: 6px 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  padding: 98px clamp(16px, 4vw, 56px) 16px;
}

.hero-copy,
.hero-photo,
.hero-info,
.service-grid article,
.process-section,
.contact-card {
  border-radius: var(--radius);
  min-width: 0;
}

.hero-copy {
  background: var(--dark);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 640px;
  padding: clamp(28px, 4vw, 50px);
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2 {
  text-wrap: balance;
}

h1 {
  font-size: clamp(3.4rem, 6vw, 7.2rem);
  line-height: 0.92;
  margin: 0;
}

h2 {
  font-size: clamp(2.1rem, 4.2vw, 4.8rem);
  line-height: 1;
  margin: 0;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.2;
  margin: 0;
}

.hero-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.08rem, 1.6vw, 1.32rem);
  line-height: 1.62;
  margin: 26px 0 0;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 50px;
  padding: 0 20px;
}

.button.primary {
  background: var(--gold-soft);
  color: var(--ink);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
}

.hero-photo {
  background:
    linear-gradient(180deg, rgba(17, 20, 25, 0.05), rgba(17, 20, 25, 0.42)),
    url("/assets/airport-transfer-hero.png") center/cover;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.photo-status {
  align-items: center;
  background: rgba(255, 250, 242, 0.92);
  border-radius: var(--radius);
  bottom: 18px;
  box-shadow: var(--shadow);
  color: var(--ink);
  display: inline-flex;
  gap: 10px;
  left: 18px;
  min-height: 54px;
  padding: 0 18px;
  position: absolute;
}

.photo-status span {
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(57, 185, 121, 0.16);
  height: 10px;
  width: 10px;
}

.hero-info {
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.hero-info article {
  background: rgba(255, 255, 255, 0.45);
  padding: 22px;
}

.hero-info span,
.quick-bar span,
.contact-line span,
.contact-note span {
  color: var(--muted);
  display: block;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-info strong,
.quick-bar strong {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.quick-bar {
  background: var(--dark);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.quick-bar a {
  background: rgba(255, 255, 255, 0.06);
  padding: 24px clamp(16px, 4vw, 56px);
}

.quick-bar span {
  color: rgba(255, 255, 255, 0.56);
}

.section {
  padding: clamp(72px, 9vw, 124px) clamp(16px, 4vw, 56px);
  scroll-margin-top: 96px;
}

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

.section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.service-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  min-height: 250px;
  padding: 24px;
}

.service-grid span {
  color: var(--gold);
  display: block;
  font-size: 0.8rem;
  font-weight: 950;
  margin-bottom: 52px;
}

.service-grid p,
.process-copy p,
.process-list p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
  margin: 14px 0 0;
}

.process-section {
  background: var(--dark);
  color: #fff;
  display: grid;
  gap: clamp(32px, 6vw, 80px);
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 0.9fr);
}

.process-copy p {
  color: rgba(255, 255, 255, 0.68);
  max-width: 640px;
}

.process-list {
  display: grid;
  gap: 12px;
}

.process-list article {
  border-top: 1px solid var(--line-light);
  display: grid;
  gap: 18px;
  grid-template-columns: 48px 1fr;
  padding: 22px 0;
}

.process-list span {
  color: var(--gold-soft);
  font-weight: 950;
}

.process-list strong {
  font-size: 1.12rem;
}

.process-list p {
  color: rgba(255, 255, 255, 0.62);
}

.assurance {
  background: var(--dark);
  border-top: 1px solid var(--line-light);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(16px, 4vw, 56px) clamp(72px, 9vw, 124px);
}

.assurance div {
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  min-height: 190px;
  padding: 24px;
}

.assurance strong {
  display: block;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 1;
}

.assurance span {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-weight: 800;
  margin-top: 12px;
}

.contact-section {
  background: var(--paper);
  display: grid;
  gap: clamp(34px, 6vw, 80px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 0.78fr);
}

.contact-copy p {
  max-width: 640px;
}

.contact-card {
  background: var(--dark);
  box-shadow: var(--shadow);
  color: #fff;
  overflow: hidden;
}

.contact-line {
  border-bottom: 1px solid var(--line-light);
  display: block;
  padding: 26px;
}

.contact-line.main {
  background: var(--gold-soft);
  color: var(--ink);
}

.contact-line strong {
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1;
}

.contact-note {
  padding: 26px;
}

.contact-note strong {
  display: block;
  font-size: 1.2rem;
}

.site-footer {
  align-items: center;
  background: #0b0d11;
  color: rgba(255, 255, 255, 0.66);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 24px clamp(16px, 4vw, 56px);
}

.site-footer a {
  color: var(--gold-soft);
  font-weight: 850;
}

.mobile-call {
  background: var(--gold-soft);
  bottom: 14px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  display: none;
  left: 14px;
  min-height: 52px;
  position: fixed;
  right: 14px;
  z-index: 70;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 440ms ease, transform 440ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero [data-reveal] {
  opacity: 1;
  transform: none;
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .hero,
  .process-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-photo {
    min-height: 540px;
  }

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

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

  .menu-toggle {
    display: block;
  }

  .nav {
    align-content: start;
    background: #111419;
    border-top: 1px solid var(--line-light);
    display: grid;
    gap: 0;
    grid-column: 1 / -1;
    height: calc(100dvh - 74px);
    inset: 74px 0 auto;
    justify-content: stretch;
    padding: 10px 18px 22px;
    position: fixed;
    transform: translateY(-118%);
    transition: transform 220ms ease;
    z-index: 49;
  }

  .nav.is-open {
    transform: translateY(0);
  }

  .nav a {
    border-bottom: 1px solid var(--line-light);
    font-size: 1.08rem;
    padding: 18px 0;
  }

  .header-call {
    display: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 64px;
    padding: 10px 14px;
  }

  .brand {
    gap: 10px;
  }

  .brand strong {
    font-size: 0.96rem;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    flex-basis: 36px;
    height: 36px;
  }

  .nav {
    height: calc(100dvh - 64px);
    inset: 64px 0 auto;
  }

  .hero {
    gap: 10px;
    padding: 78px 10px 10px;
  }

  .hero-copy {
    min-height: 430px;
    overflow: hidden;
    padding: 22px;
  }

  .hero-photo {
    min-height: 320px;
  }

  h1 {
    font-size: clamp(2.22rem, 10vw, 3.05rem);
    line-height: 0.98;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: clamp(1.78rem, 8vw, 2.38rem);
  }

  .eyebrow {
    font-size: 0.75rem;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 1.02rem;
    line-height: 1.55;
    margin-top: 20px;
    overflow-wrap: break-word;
  }

  .hero-actions {
    margin-top: 24px;
  }

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

  .button {
    min-height: 46px;
  }

  .hero-info,
  .quick-bar,
  .service-grid,
  .assurance {
    grid-template-columns: 1fr;
  }

  .section,
  .assurance {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .assurance {
    padding-bottom: 58px;
  }

  .service-grid article,
  .assurance div {
    min-height: 0;
  }

  .process-section {
    border-radius: 0;
  }

  .process-list article {
    grid-template-columns: 34px 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 72px;
  }

  .mobile-call {
    display: inline-flex;
    border-radius: 999px;
    bottom: 12px;
    font-size: 0.88rem;
    left: auto;
    min-height: 40px;
    padding: 0 16px;
    right: 12px;
    white-space: nowrap;
  }
}
