:root {
  --taxi-yellow: #ffd200;
  --taxi-yellow-deep: #f0c000;
  --black: #0d0d0d;
  --ink: #111111;
  --white: #ffffff;
  --muted: #333333;
  --card: #ffffff;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --sticky-h: calc(64px + var(--safe-bottom));
  --font-display: "Archivo Black", "Arial Black", Impact, sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
  --font-script: "Caveat", "Segoe Script", cursive;
  --radius: 16px;
  --shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--taxi-yellow);
  line-height: 1.45;
  padding-bottom: var(--sticky-h);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--black);
  color: var(--taxi-yellow);
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 0.75rem;
  top: 0.75rem;
}

.wrap {
  width: min(1100px, calc(100% - 1.5rem));
  margin-inline: auto;
}

.site-header {
  background: var(--taxi-yellow);
  padding: 0.85rem 0 0.65rem;
  border-bottom: 3px solid var(--black);
}

.header-inner {
  display: grid;
  gap: 0.55rem;
  justify-items: stretch;
  text-align: left;
}

.brand-block {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.75rem;
  justify-items: start;
  text-align: left;
}

.mascot-badge {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: var(--black);
  border: 3px solid var(--black);
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.18);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 0;
}

.brand-mascot {
  width: 96px;
  height: auto;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.35));
}

.brand-name,
.footer-brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 6.2vw, 2.35rem);
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-tagline {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(0.9rem, 3.2vw, 1.15rem);
  letter-spacing: 0.04em;
  line-height: 1.15;
}

.faith-mark {
  display: none;
  margin: 0;
  font-family: var(--font-script);
  font-size: 1.45rem;
  color: var(--black);
}

.desktop-nav {
  display: none;
  gap: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
}

.desktop-nav a {
  text-decoration: none;
  padding: 0.35rem 0.15rem;
  border-bottom: 2px solid transparent;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  border-bottom-color: var(--black);
  outline: none;
}

.hero {
  padding: 0.75rem 0 0.35rem;
  background: var(--taxi-yellow);
}

.hero-grid {
  display: grid;
  gap: 0.75rem;
}

.hero-copy h1 {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  color: var(--muted);
}

.hero-kicker {
  display: none;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
  color: var(--white);
  text-transform: uppercase;
}

.hero-sub {
  display: none;
  margin: 0.5rem 0 0;
  color: #f3f3f3;
  font-weight: 700;
}

.hero-mascot-desktop {
  display: none;
}

.call-band {
  background: var(--taxi-yellow);
  padding: 0.85rem 0 1.25rem;
}

.call-stack {
  display: grid;
  gap: 0.75rem;
}

.call-btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  min-height: 84px;
  padding: 0.9rem 1rem;
  background: var(--black);
  color: var(--white);
  border-radius: var(--radius);
  text-decoration: none;
  box-shadow: var(--shadow);
}

.call-btn:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.call-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--taxi-yellow);
  color: var(--black);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.call-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #f5f5f5;
}

.call-number {
  display: block;
  margin-top: 0.15rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 6.2vw, 1.85rem);
  color: var(--taxi-yellow);
  letter-spacing: 0.02em;
  line-height: 1;
}

.call-chevron {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  opacity: 0.9;
}

.hazard {
  height: 18px;
  background: repeating-linear-gradient(
    -45deg,
    #111 0 14px,
    #ffd200 14px 28px
  );
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.section-title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 4vw, 2rem);
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
}

.section-title-dark {
  color: var(--black);
}

.services {
  padding: 1.4rem 0 1.7rem;
  background: var(--taxi-yellow);
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.service-card {
  background: var(--card);
  border: 2px solid var(--black);
  border-radius: 14px;
  padding: 0.95rem 0.8rem 1rem;
  text-align: center;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.12);
}

.service-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.55rem;
  border-radius: 12px;
  background: var(--taxi-yellow);
  border: 2px solid var(--black);
  color: var(--black);
  display: grid;
  place-items: center;
}

.service-card h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  line-height: 1.15;
}

.service-card p {
  margin: 0;
  font-size: 0.82rem;
  color: #222;
}

.areas {
  padding: 1.6rem 0;
  background: #f7f7f7;
}

.area-grid {
  display: grid;
  gap: 0.9rem;
}

.area-card {
  background: var(--white);
  border: 2px solid var(--black);
  border-radius: 16px;
  padding: 1.2rem;
  text-align: center;
}

.area-icon {
  font-size: 1.5rem;
}

.area-card h3 {
  margin: 0.35rem 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.03em;
}

.area-card p {
  margin: 0 0 0.9rem;
  color: #222;
}

.area-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: min(100%, 280px);
  padding: 0.7rem 1rem;
  background: var(--black);
  color: var(--taxi-yellow);
  text-decoration: none;
  border-radius: 12px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.area-call:focus-visible {
  outline: 3px solid var(--taxi-yellow);
  outline-offset: 3px;
}

.airport {
  background: var(--black);
  color: var(--white);
  padding: 1.8rem 0;
}

.airport-inner {
  text-align: center;
}

.airport h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 4vw, 2rem);
  color: var(--taxi-yellow);
  letter-spacing: 0.04em;
}

.airport-dest {
  margin: 0.7rem 0;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.airport p {
  margin: 0.4rem auto 1rem;
  max-width: 38rem;
}

.airport-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.pill-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: var(--taxi-yellow);
  color: var(--black);
  text-decoration: none;
  font-weight: 800;
}

.pill-call:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.about {
  background: var(--taxi-yellow);
  padding: 1.8rem 0;
}

.about-inner {
  text-align: center;
  max-width: 44rem;
}

.about-mark {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  font-size: 0.95rem;
}

.about h2 {
  margin: 0.4rem 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  text-transform: uppercase;
}

.about p {
  margin: 0 auto;
  max-width: 40rem;
}

.faith-inline {
  margin-top: 1rem !important;
  font-family: var(--font-script);
  font-size: 1.6rem;
}

.contact {
  padding: 1.6rem 0 1.4rem;
  background: var(--taxi-yellow);
}

.site-footer {
  background: var(--taxi-yellow);
  border-top: 3px solid var(--black);
  padding: 1.4rem 0 calc(1rem + var(--safe-bottom));
}

.footer-inner {
  display: grid;
  gap: 0.85rem;
  text-align: center;
}

.footer-tag,
.footer-serving {
  margin: 0.2rem 0 0;
  font-weight: 700;
}

.footer-phones p {
  margin: 0.25rem 0;
  display: grid;
  gap: 0.1rem;
}

.footer-phones span {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-phones a {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--black);
  text-decoration: none;
}

.footer-phones a:hover,
.footer-phones a:focus-visible {
  text-decoration: underline;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.footer-nav a {
  text-decoration: none;
}

.footer-meta,
.footer-am {
  margin: 0;
  font-size: 0.85rem;
}

.footer-am a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 0.45rem 0.75rem calc(0.45rem + var(--safe-bottom));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.12), transparent);
  pointer-events: none;
}

.sticky-call-btn {
  pointer-events: auto;
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 14px;
  background: var(--black);
  color: var(--taxi-yellow);
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1rem;
  box-shadow: 0 -2px 0 #000, var(--shadow);
  cursor: pointer;
}

.sticky-call-btn:focus-visible {
  outline: 3px solid var(--taxi-yellow);
  outline-offset: 3px;
}

.sticky-icon {
  font-size: 1.2rem;
}

.sticky-chevron {
  opacity: 0.85;
}

.sheet-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 60;
}

.call-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background: var(--taxi-yellow);
  border-radius: 20px 20px 0 0;
  border-top: 3px solid var(--black);
  padding: 0.75rem 1rem calc(1rem + var(--safe-bottom));
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
}

.sheet-handle {
  width: 48px;
  height: 5px;
  border-radius: 999px;
  background: #222;
  margin: 0.15rem auto 0.75rem;
  opacity: 0.35;
}

.call-sheet h2 {
  margin: 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}

.sheet-hint {
  margin: 0.25rem 0 0.85rem;
  text-align: center;
  font-weight: 700;
}

.sheet-call {
  display: grid;
  gap: 0.2rem;
  text-decoration: none;
  background: var(--black);
  color: var(--white);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  margin-bottom: 0.65rem;
  min-height: 72px;
}

.sheet-call span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.sheet-call strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--taxi-yellow);
  font-weight: 400;
}

.sheet-close {
  width: 100%;
  min-height: 48px;
  border: 2px solid var(--black);
  border-radius: 12px;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.sheet-close:focus-visible,
.pill-call:focus-visible,
.area-call:focus-visible {
  outline: 3px solid var(--black);
  outline-offset: 2px;
}

@media (min-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .sticky-call {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: stretch;
    text-align: left;
    position: relative;
  }

  .brand-block {
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: start;
    gap: 0.95rem;
    text-align: left;
  }

  .mascot-badge {
    width: 132px;
    height: 132px;
  }

  .brand-mascot {
    width: 114px;
  }

  .faith-mark {
    display: block;
    position: absolute;
    right: 0;
    top: 0.1rem;
  }

  .desktop-nav {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-end;
    margin-top: 0.2rem;
  }

  .hero {
    padding: 0;
    background: #111;
    border-bottom: 3px solid #000;
  }

  .hero .wrap.hero-grid {
    width: min(1100px, calc(100% - 1.5rem));
  }

  .hero-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 1.6rem 0 1.35rem;
    min-height: 280px;
    overflow: visible;
  }

  .hero-copy h1 {
    color: #cfcfcf;
    margin-bottom: 0.65rem;
  }

  .hero-kicker,
  .hero-sub {
    display: block;
  }

  .hero-mascot-desktop {
    display: block;
    justify-self: end;
  }

  .hero-mascot-desktop img {
    width: min(300px, 100%);
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.45));
  }

  .call-band {
    padding: 1.15rem 0 1.4rem;
  }

  .call-stack {
    grid-template-columns: 1fr 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .area-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner {
    grid-template-columns: 1.2fr 1fr;
    text-align: left;
    align-items: start;
  }

  .footer-nav,
  .footer-meta,
  .footer-am {
    grid-column: 1 / -1;
  }

  .footer-nav {
    justify-content: flex-start;
  }

  .footer-phones p {
    display: flex;
    gap: 0.6rem;
    align-items: baseline;
  }
}

@media (min-width: 1100px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    grid-column: auto;
    margin-top: 0;
  }

  .faith-mark {
    right: 12rem;
  }
}
