:root {
  color-scheme: dark;
  --ink: #ffffff;
  --muted: rgba(255, 255, 255, 0.78);
  --yellow: #ffd22e;
  --yellow-dark: #c89300;
  --dark: #07090b;
  --panel: #101317;
  --line: rgba(255, 255, 255, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.page-shell {
  min-height: 100svh;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  isolation: isolate;
  background: #111 url("/assets/taxi-zuerich-hero.png") center / cover no-repeat;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, transparent 36%, rgba(0, 0, 0, 0.5) 100%);
}

.hero::after {
  background: radial-gradient(circle at 74% 41%, rgba(255, 210, 46, 0.28), transparent 26rem);
  mix-blend-mode: screen;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: clamp(18px, 5vw, 34px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 6px;
  background: var(--yellow);
  color: #111;
  font-weight: 950;
}

.hero-content {
  width: min(100%, 760px);
  padding: clamp(36px, 7vw, 82px) clamp(22px, 7vw, 70px) clamp(46px, 8vw, 90px);
}

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

h1,
h2,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 11vw, 6.7rem);
  font-weight: 950;
  text-transform: uppercase;
}

h1 span {
  color: var(--yellow);
}

.claim {
  margin: 12px 0 0;
  max-width: 24ch;
  color: #fff;
  font-size: clamp(1.2rem, 4.8vw, 2rem);
  font-weight: 800;
  line-height: 1.22;
}

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

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 13px 20px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary {
  background: var(--yellow);
  color: #111;
  box-shadow: 0 18px 34px rgba(255, 210, 46, 0.24);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(0, 0, 0, 0.36);
  color: #fff;
  backdrop-filter: blur(10px);
}

.info-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: #0b0d10;
}

.info-band article {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(18px, 5vw, 64px);
  border-right: 1px solid var(--line);
}

.info-band article:last-child {
  border-right: 0;
}

.info-band strong {
  color: var(--yellow);
  font-size: clamp(2rem, 5vw, 3.3rem);
  font-weight: 950;
  line-height: 1;
}

.info-band span {
  margin-top: 8px;
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 420px);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  padding: clamp(56px, 9vw, 104px) clamp(22px, 7vw, 70px);
  background: var(--panel);
}

h2 {
  max-width: 10ch;
  font-size: clamp(2.1rem, 6vw, 4.4rem);
  font-weight: 950;
}

.contact p:not(.eyebrow) {
  max-width: 56ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.16rem);
}

address {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-style: normal;
}

address strong {
  color: #fff;
  font-size: 1.28rem;
}

address a {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border-radius: 7px;
  background: var(--yellow);
  color: #111;
  font-weight: 950;
  text-decoration: none;
}

@media (max-width: 760px) {
  .hero {
    min-height: 88svh;
    background-position: 62% center;
  }

  .topbar {
    padding: 16px 18px;
  }

  .brand {
    font-size: 0.82rem;
  }

  .brand-icon {
    width: 34px;
    height: 34px;
  }

  .menu-button {
    width: 44px;
    height: 44px;
  }

  .hero-content {
    padding: 34px 22px 42px;
  }

  h1 {
    font-size: clamp(2.75rem, 15vw, 4.5rem);
  }

  .claim {
    font-size: clamp(1.15rem, 6vw, 1.55rem);
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .info-band,
  .contact {
    grid-template-columns: 1fr;
  }

  .info-band article {
    min-height: auto;
    padding: 20px 22px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .info-band article:last-child {
    border-bottom: 0;
  }
}
