/* =========================================================
   Airport Limo Toronto XYZ — shared stylesheet
   Design system: "Black Luxury Limo" (ink / olive / champagne-gold)
   Mobile-first. No framework, no unused rules — every selector
   below is used somewhere in the site.
   ========================================================= */

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, ol { margin: 0; }
ul[class], ol[class] { list-style: none; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { min-height: 100vh; text-rendering: optimizeSpeed; }
img, picture, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; color: inherit; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; background: none; border: none; }

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

/* ---- Design tokens ---- */
:root {
  --ink: #14171c;
  --ink-2: #1e232b;
  --ink-3: #2a303a;
  --olive: #5c6b3f;
  --olive-dark: #3e4a2a;
  --gold: #c9a667;
  --gold-light: #e7d7b0;
  --cream: #f8f6f1;
  --white: #ffffff;
  --gray-700: #3f4552;
  --gray-600: #5b6270;
  --gray-300: #d8d6cf;
  --gray-200: #eae7de;

  --font-display: "Marcellus", Georgia, "Times New Roman", serif;
  --font-body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;

  --container: 1180px;
  --gap: clamp(1.25rem, 3vw, 2.5rem);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 12px 30px -14px rgba(20, 23, 28, 0.35);
  --shadow-sm: 0 4px 14px -8px rgba(20, 23, 28, 0.3);

  --header-h: 64px;
  --call-bar-h: 60px;
}

/* ---- Base typography ---- */
body {
  font-family: var(--font-body);
  color: var(--gray-700);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: var(--call-bar-h); /* room for sticky mobile call bar */
}
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.15; font-weight: 400; }
h1 { font-size: clamp(1.9rem, 5.5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 4vw, 2.25rem); }
h3 { font-size: clamp(1.15rem, 2.6vw, 1.4rem); }
p { max-width: 62ch; }
p.lead { font-size: 1.1rem; color: var(--gray-600); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .4rem;
  font-family: var(--font-body); font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; font-size: .72rem; color: var(--olive-dark);
}
.text-white { color: var(--white); }
.text-cream { color: var(--cream); }
.text-muted { color: var(--gray-600); }
a.link { color: var(--olive-dark); font-weight: 600; border-bottom: 1px solid var(--gold); }
a.link:hover { color: var(--olive); }

/* ---- Layout helpers ---- */
.container { max-width: var(--container); margin-inline: auto; padding-inline: 1.25rem; }
.section { padding-block: clamp(2.5rem, 6vw, 5rem); }
.section--tight { padding-block: clamp(1.75rem, 4vw, 3rem); }
.section--dark { background: var(--ink); }
.section--olive { background: var(--olive-dark); }
.section--cream { background: var(--cream); }
.section-head { max-width: 640px; margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.grid { display: grid; gap: var(--gap); }
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--ink);
  padding: .75rem 1.25rem; z-index: 200; font-weight: 700; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.4rem; border-radius: 999px; font-weight: 700; font-size: .95rem;
  transition: transform .15s ease, background-color .15s ease, color .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--gold); color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,.55); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.btn-outline-dark { background: transparent; color: var(--ink); border: 1.5px solid var(--ink-3); }
.btn-outline-dark:hover { border-color: var(--olive); color: var(--olive-dark); }
.btn-block { width: 100%; }
.btn-sm { padding: .6rem 1rem; font-size: .85rem; }

/* ---- Header ---- */
.site-header {
  position: sticky; top: 0; z-index: 100; height: var(--header-h);
  background: rgba(20, 23, 28, .98);
  border-bottom: 1px solid rgba(255,255,255,.08);
  /* NOTE: intentionally no backdrop-filter here. .primary-nav (a child of this
     header) is position:fixed and relies on the viewport as its containing
     block. backdrop-filter on an ancestor creates a new containing block for
     fixed descendants (same as transform/filter/perspective), which broke the
     mobile nav panel's position/size — it rendered as a collapsed, see-through
     sliver instead of covering the screen. Confirmed via Playwright + a real
     mobile-viewport screenshot before landing this fix. If blur is wanted
     later, apply it to a ::before pseudo-element sibling instead, not to
     .site-header itself. */
}
.site-header__bar { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; flex-direction: column; line-height: 1.05; color: var(--white); }
.brand__name { font-family: var(--font-display); font-size: 1.05rem; letter-spacing: .01em; }
.brand__name em { font-style: normal; color: var(--gold); }
.brand__tag { font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; color: var(--gray-300); margin-top: 2px; }

.nav-toggle { display: inline-flex; color: var(--white); padding: .6rem; margin: -.6rem; } /* padding brings the tap target to ~44x44px (was ~39px) */
.nav-toggle svg { width: 26px; height: 26px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-menu { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

.header-cta { display: none; }

.primary-nav {
  position: fixed; inset: var(--header-h) 0 0 0; background: var(--ink);
  transform: translateX(100%); transition: transform .25s ease;
  overflow-y: auto; padding: 1.5rem 1.25rem calc(var(--call-bar-h) + env(safe-area-inset-bottom, 0px) + 1.5rem);
  /* bottom padding clears the fixed mobile call bar (z-index 150, sits on top)
     so the last nav items/CTAs can actually scroll into view instead of
     being permanently hidden underneath it */
}
.primary-nav.is-open { transform: translateX(0); }
.primary-nav__list { display: flex; flex-direction: column; gap: .1rem; }
.primary-nav__list > li { border-bottom: 1px solid rgba(255,255,255,.08); }
.primary-nav__list > li > a, .nav-group__trigger {
  display: flex; align-items: center; justify-content: space-between; width: 100%;
  padding: .95rem .1rem; color: var(--cream); font-weight: 600; font-size: 1.02rem;
}
.nav-group__trigger svg { width: 18px; height: 18px; transition: transform .2s ease; }
.nav-group[open] .nav-group__trigger svg { transform: rotate(180deg); }
.nav-group__panel { display: flex; flex-direction: column; padding: 0 0 .75rem .75rem; gap: .1rem; }
.nav-group__panel a { display: block; padding: .6rem .1rem; color: var(--gray-300); font-size: .95rem; }
.nav-group__panel a:hover, .primary-nav__list > li > a:hover { color: var(--gold-light); }
.primary-nav__cta { margin-top: 1.5rem; display: flex; flex-direction: column; gap: .75rem; }

/* ---- Sticky mobile click-to-call bar ---- */
.call-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 150; height: var(--call-bar-h);
  display: grid; grid-template-columns: 1fr 1fr; background: var(--ink);
  border-top: 1px solid rgba(255,255,255,.1);
  padding-bottom: env(safe-area-inset-bottom, 0);
  box-shadow: 0 -8px 20px -12px rgba(0,0,0,.4);
}
.call-bar a { display: flex; align-items: center; justify-content: center; gap: .5rem; font-weight: 700; font-size: .92rem; }
.call-bar__call { background: var(--gold); color: var(--ink); }
.call-bar__book { background: var(--olive); color: var(--white); }
.call-bar svg { width: 18px; height: 18px; }

/* ---- Hero ---- */
.hero { position: relative; background: var(--ink); color: var(--white); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; opacity: .28; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,23,28,.55) 0%, rgba(20,23,28,.92) 88%); }
.hero__inner { position: relative; padding-block: clamp(2.5rem, 8vw, 6rem); }
.hero__badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-block: 1.1rem 1.4rem; }
.badge {
  display: inline-flex; align-items: center; gap: .4rem; padding: .4rem .75rem;
  border-radius: 999px; font-size: .78rem; font-weight: 700; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16); color: var(--cream);
}
.badge svg { width: 14px; height: 14px; color: var(--gold); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.6rem; }
.hero__note { margin-top: 1.1rem; font-size: .85rem; color: var(--gray-300); }

/* ---- Interior page header (Fleet, Pricing, About, Locations, Services, etc.) ---- */
.page-header { background: var(--ink); color: var(--white); padding-block: clamp(2rem, 5vw, 3.25rem); }
.breadcrumb { font-size: .82rem; color: var(--gray-300); margin-bottom: .9rem; display: flex; flex-wrap: wrap; align-items: center; }
.breadcrumb a { color: var(--gray-300); }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb .sep { margin: 0 .45rem; opacity: .5; }
.breadcrumb [aria-current="page"] { color: var(--gold-light); }
.page-header h1 { color: var(--white); }
.page-header .lead { color: var(--gray-300); margin-top: .75rem; }

/* ---- Checklist (reusable bullet-with-check-icon list) ---- */
.checklist { display: flex; flex-direction: column; gap: .65rem; }
.checklist li { display: flex; gap: .6rem; align-items: flex-start; font-size: .95rem; color: var(--gray-700); }
.checklist svg { width: 20px; height: 20px; flex: none; color: var(--olive); margin-top: 2px; }

/* ---- Vehicle detail card (Fleet page) ---- */
.vehicle-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.vehicle-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.vehicle-card__body { padding: 1.4rem 1.4rem 1.6rem; display: flex; flex-direction: column; gap: 1rem; flex: 1; }
.vehicle-card__badge {
  align-self: flex-start; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
  background: var(--gold-light); color: var(--olive-dark); padding: .3rem .65rem; border-radius: 999px;
}
.vehicle-card__stats { display: flex; gap: 1.25rem; }
.vehicle-card__stats div { display: flex; flex-direction: column; }
.vehicle-card__stats dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: var(--gray-600); }
.vehicle-card__stats dd { margin: 0; font-family: var(--font-display); font-size: 1.25rem; color: var(--ink); }
.vehicle-card__cta { margin-top: auto; }

/* ---- Generic bordered data table (shares price-table's visual style) ---- */
.price-table, .data-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.price-table th, .price-table td, .data-table th, .data-table td { text-align: left; padding: .9rem 1.1rem; font-size: .92rem; }
.price-table thead th, .data-table thead th { background: var(--ink); color: var(--cream); font-family: var(--font-body); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.price-table tbody tr:nth-child(even), .data-table tbody tr:nth-child(even) { background: var(--cream); }

/* ---- Services grid ---- */
.services-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card {
  background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius);
  padding: 1.5rem; display: flex; flex-direction: column; gap: .75rem; height: 100%;
  transition: box-shadow .2s ease, transform .2s ease;
}
.card:hover { box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.card__icon {
  width: 46px; height: 46px; border-radius: 12px; background: var(--olive-dark);
  display: flex; align-items: center; justify-content: center; color: var(--gold-light);
}
.card__icon svg { width: 24px; height: 24px; }
.card__link { margin-top: auto; font-weight: 700; color: var(--olive-dark); display: inline-flex; align-items: center; gap: .35rem; }
.card__link svg { width: 16px; height: 16px; }

/* ---- Service-area pills ---- */
.area-pills { display: flex; flex-wrap: wrap; gap: .6rem; }
.area-pill {
  padding: .6rem 1.05rem; border-radius: 999px; background: var(--white);
  border: 1.5px solid var(--gray-300); font-weight: 600; font-size: .9rem; color: var(--ink);
  transition: border-color .15s ease, color .15s ease;
}
.area-pill:hover { border-color: var(--gold); color: var(--olive-dark); }
.area-pill--flagship { background: var(--olive-dark); color: var(--white); border-color: var(--olive-dark); }

/* ---- Fleet teaser ---- */
.fleet-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.fleet-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; }
.fleet-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.fleet-card__body { padding: 1.1rem 1.2rem 1.3rem; }
.fleet-card__meta { display: flex; gap: .9rem; margin-top: .5rem; font-size: .82rem; color: var(--gray-600); }
.fleet-card__meta span { display: inline-flex; align-items: center; gap: .3rem; }
.fleet-card__meta svg { width: 15px; height: 15px; color: var(--olive); }

/* ---- Pricing teaser ---- */
.price-note { font-size: .82rem; color: var(--gray-600); margin-top: .75rem; }
.table-scroll { overflow-x: auto; border-radius: var(--radius); -webkit-overflow-scrolling: touch; }
.table-hint { display: flex; align-items: center; gap: .35rem; font-size: .78rem; color: var(--gray-600); margin-bottom: .6rem; }
.table-hint svg { width: 14px; height: 14px; }

/* ---- Reviews ---- */
.rating-badge { display: inline-flex; align-items: center; gap: .6rem; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: .9rem 1.2rem; box-shadow: var(--shadow-sm); }
.rating-badge__stars { display: flex; gap: 2px; color: var(--gold); }
.rating-badge__stars svg { width: 18px; height: 18px; }
.rating-badge__score { font-family: var(--font-display); font-size: 1.4rem; color: var(--ink); }
.rating-badge__count { font-size: .8rem; color: var(--gray-600); }

/* ---- Fare estimator ---- */
.fare-estimator {
  background: var(--cream); border: 1px solid var(--gray-200); border-radius: var(--radius-lg);
  padding: clamp(1.25rem, 4vw, 2rem); max-width: 720px;
}
.fare-estimator__grid { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.1rem; }
.fare-estimator__field label { display: block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--gray-600); margin-bottom: .4rem; }
.fare-estimator__field-input { min-height: 46px; }
/* PlaceAutocompleteElement is a web component; this styles the shadow-DOM
   host box so it matches the rest of the form (fields inside its shadow
   root are styled by Google, not us). */
gmp-place-autocomplete { width: 100%; --gmpx-color-surface: var(--white); }
.fare-estimator select {
  width: 100%; min-height: 46px; padding: .6rem .9rem; border: 1px solid var(--gray-300);
  border-radius: var(--radius-sm); background: var(--white); font-size: .95rem;
}
.fare-estimator__actions { margin-top: .25rem; }
.fare-result { margin-top: 1.25rem; }
.fare-result__card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 1.1rem 1.3rem; display: flex; flex-direction: column; gap: .35rem; }
.fare-result__card--cta { align-items: flex-start; }
.fare-result__card--cta .btn-group { display: flex; gap: .6rem; margin-top: .4rem; }
.fare-result__label { font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; color: var(--gray-600); }
.fare-result__price { font-family: var(--font-display); font-size: 1.6rem; color: var(--olive-dark); }
.fare-result__error { color: var(--gray-700); background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 1rem 1.2rem; }

/* ---- Booking form ---- */
.booking-form { background: var(--cream); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: clamp(1.25rem, 4vw, 2rem); max-width: 760px; }
.booking-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.2rem; }
.booking-form__field--wide { grid-column: 1 / -1; }
.booking-form__field label { display: block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--gray-600); margin-bottom: .4rem; }
.booking-form input[type="text"], .booking-form input[type="tel"], .booking-form input[type="email"],
.booking-form input[type="date"], .booking-form input[type="time"], .booking-form input[type="number"],
.booking-form select, .booking-form textarea {
  width: 100%; min-height: 46px; padding: .6rem .9rem; border: 1px solid var(--gray-300);
  border-radius: var(--radius-sm); background: var(--white); font-size: .95rem;
}
.booking-form textarea { min-height: 90px; resize: vertical; }
/* Honeypot field: hidden from sighted users and screen readers alike, but
   still present in the DOM/tab order for naive bots that fill every input. */
.booking-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.booking-form__actions { margin-top: 1.4rem; display: flex; flex-direction: column; gap: .8rem; align-items: flex-start; }
.form-note { font-size: .85rem; color: var(--gray-600); }
.form-message { border-radius: var(--radius); padding: .9rem 1.1rem; font-size: .9rem; margin-bottom: 1.25rem; }
.form-message--error { background: #fbe9e7; border: 1px solid #e8a49c; color: #7a2c22; }
@media (max-width: 640px) { .booking-form__grid { grid-template-columns: 1fr; } }

/* ---- Long-form content pages (service/location/pricing/about/etc.) ---- */
.prose { max-width: 720px; }
.prose > * + * { margin-top: 1.15rem; }
.prose h2 { margin-top: 2.25rem; font-size: clamp(1.3rem, 3vw, 1.7rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.6rem; }
.prose p { max-width: none; }
.prose ul, .prose ol { padding-left: 1.25rem; display: flex; flex-direction: column; gap: .5rem; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { font-size: .96rem; }
.prose strong { color: var(--ink); }
.content-placeholder {
  border: 1.5px dashed var(--gray-300); border-radius: var(--radius); background: var(--cream);
  padding: 1rem 1.25rem; font-size: .85rem; color: var(--gray-600);
}
.related-links { max-width: 720px; }
.related-links h2 { margin-bottom: .75rem; }
.related-links ul { display: flex; flex-direction: column; gap: .5rem; padding: 0; }

/* ---- FAQ ---- */
.faq-list { display: flex; flex-direction: column; gap: .75rem; max-width: 780px; }
.faq-item { border: 1px solid var(--gray-200); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.05rem 1.2rem; font-weight: 700; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { width: 20px; height: 20px; flex: none; transition: transform .2s ease; color: var(--olive); }
.faq-item[open] summary svg { transform: rotate(180deg); }
.faq-item__body { padding: 0 1.2rem 1.15rem; color: var(--gray-600); font-size: .95rem; }

/* ---- Final CTA band ---- */
.cta-band { background: var(--olive-dark); color: var(--white); text-align: center; }
.cta-band h2 { color: var(--white); }
.cta-band .btn-group { display: flex; flex-wrap: wrap; gap: .85rem; justify-content: center; margin-top: 1.5rem; }

/* ---- Footer ---- */
.site-footer { background: var(--ink); color: var(--gray-300); }
.footer-grid { grid-template-columns: 1fr; gap: 2.25rem; padding-block: clamp(2.5rem, 6vw, 4rem) 2rem; }
.footer-brand .brand__name { font-size: 1.15rem; }
.footer-brand p { margin-top: .85rem; font-size: .9rem; color: var(--gray-300); max-width: 42ch; }
.footer-col h4 { color: var(--white); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; font-family: var(--font-body); font-weight: 700; margin-bottom: .9rem; }
.footer-col ul { display: flex; flex-direction: column; gap: .55rem; }
.footer-col a { font-size: .9rem; color: var(--gray-300); }
.footer-col a:hover { color: var(--gold-light); }
.footer-contact li { display: flex; gap: .55rem; align-items: flex-start; font-size: .9rem; }
.footer-contact svg { width: 17px; height: 17px; color: var(--gold); flex: none; margin-top: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 1.25rem; font-size: .8rem; display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; justify-content: space-between; }

/* =========================================================
   Breakpoints
   ========================================================= */
@media (min-width: 640px) {
  .hero__ctas .btn, .cta-band .btn { width: auto; }
  .table-hint { display: none; } /* wide enough that comparison tables fit without horizontal scroll */
}

@media (min-width: 860px) {
  .nav-toggle { display: none; }
  .header-cta { display: inline-flex; }
  .primary-nav {
    position: static; inset: auto; transform: none; background: none; padding: 0;
    overflow: visible; height: auto;
  }
  .primary-nav__list { flex-direction: row; align-items: center; gap: 1.6rem; }
  .primary-nav__list > li { border: none; position: relative; }
  .primary-nav__list > li > a, .nav-group__trigger { padding: .4rem 0; font-size: .92rem; }
  .nav-group__panel {
    position: absolute; top: 100%; left: 0; background: var(--ink-2); min-width: 220px;
    border-radius: var(--radius-sm); padding: .6rem; margin-top: .6rem; box-shadow: var(--shadow);
    border: 1px solid rgba(255,255,255,.08);
    display: none;
  }
  .nav-group[open] .nav-group__panel { display: flex; }
  .primary-nav__cta { display: none; }
  .call-bar { display: none; }
  body { padding-bottom: 0; }

  .desk-section .grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
}

@media (min-width: 1080px) {
  .container { padding-inline: 2rem; }
}
