:root {
  --yellow: #ffdc00;
  --yellow-hover: #efd000;
  --black: #171717;
  --text: #242424;
  --muted: #686868;
  --border: #d8d8d3;
  --soft: #f4f4f0;
  --white: #ffffff;
  --available: #18794e;
  --busy: #855b22;
  --offline: #727272;
  --container: min(1180px, calc(100% - 48px));
  --focus: #155eef;
  --radius-sm: 3px;
  --radius-md: 5px;
  --shadow-raised: 0 10px 28px rgba(23, 23, 23, 0.11);
  --section-space: 96px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
main section[id] { scroll-margin-top: 96px; }

body.website-v2 {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  background: var(--black);
  color: var(--white);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.label {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button,
.small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.button { min-height: 50px; padding-inline: 22px; }
.small-button { min-height: 40px; padding-inline: 17px; background: var(--black); color: var(--white); }
.button:hover, .button:focus-visible, .small-button:hover, .small-button:focus-visible { transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: 0.58; transform: none; }
.primary-button { background: var(--yellow); }
.primary-button:hover, .primary-button:focus-visible { background: var(--yellow-hover); }
.secondary-button { background: var(--white); }
.secondary-button:hover, .secondary-button:focus-visible { background: var(--soft); }

.text-arrow {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.text-arrow span { display: inline-block; transition: transform 150ms ease; }
.text-arrow:hover span, .text-arrow:focus-visible span { transform: translateX(4px); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
.row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.row > * { min-width: 0; grid-column: span 12; }
.col-lg-4 { grid-column: span 4; }
.col-lg-5 { grid-column: span 5; }
.col-lg-6 { grid-column: span 6; }
.col-lg-7 { grid-column: span 7; }
.col-lg-8 { grid-column: span 8; }
.col-lg-9 { grid-column: span 9; }
.align-items-center { align-items: center; }
.align-items-start { align-items: start; }
.justify-content-center { justify-content: center; }
.g-3 { gap: 18px; }
.g-4 { gap: 24px; }
.g-5 { gap: 40px; }
.h-100 { height: 100%; }
.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.gap-3 { gap: 18px; }
.mt-1 { margin-top: 6px; }
.mt-4 { margin-top: 24px; }
.mb-0 { margin-bottom: 0; }
.text-center { text-align: center; }
.text-lg-end { text-align: right; }
.table-responsive { width: 100%; overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 20px; border: 1px solid var(--black); border-radius: var(--radius-sm); background: var(--white); color: var(--black); font-size: 14px; font-weight: 700; text-decoration: none; }
.btn-fines { background: var(--yellow); }
.rounded-50 { border-radius: var(--radius-sm); }

.legal-page { padding-bottom: 90px; }
.legal-page > .container:first-child { padding-block: 64px 34px; border-bottom: 1px solid var(--border); }
.legal-page > .container:first-child br { display: none; }
.legal-page > .container:first-child h1 { max-width: 900px; margin: 0 auto; color: var(--black); font-size: clamp(42px, 5vw, 64px); letter-spacing: -0.045em; line-height: 1.05; text-align: left; }
.legal-page .bg-skew > .container { padding-top: 52px; }
.legal-page .helpArticleContainer { max-width: 860px; margin-inline: auto; color: #353535; font-size: 16px; line-height: 1.75; }
.legal-page .helpArticleContainer h1 { margin: 54px 0 20px; color: var(--black); font-size: 32px; line-height: 1.2; }
.legal-page .helpArticleContainer h2 { margin: 48px 0 16px; color: var(--black); font-size: 25px; line-height: 1.25; }
.legal-page .helpArticleContainer h3 { margin: 34px 0 10px; color: var(--black); font-size: 19px; }
.legal-page .helpArticleContainer p { margin: 0 0 18px; }
.legal-page .helpArticleContainer li { margin-bottom: 10px; }
.legal-page .helpArticleContainer hr { margin: 32px 0; border: 0; border-top: 1px solid var(--border); }
.legal-page .helpArticleContainer a { text-underline-offset: 3px; }

@media (max-width: 820px) {
  .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { grid-column: span 12; }
  .text-lg-end { text-align: left; }
  .legal-page .row { display: block; }
}
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(255, 255, 255, 0.97);
  border-top: 3px solid var(--yellow);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 8px rgba(23, 23, 23, 0.04);
  backdrop-filter: blur(10px);
}

.header-row { min-height: 73px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; flex: 0 0 auto; }
.brand img { width: 138px; height: auto; }
.nav-island { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.navigation-menu { position: static; }

.language-menu { position: relative; }
.language-menu summary {
  display: flex;
  min-width: 60px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 9px;
  border-radius: 11px;
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  transition: background-color 150ms ease;
}

.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary:hover,
.language-menu[open] > summary { background: var(--soft); }

.language-menu__icon {
  position: relative;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.language-menu__icon::before {
  content: "";
  position: absolute;
  inset: 1px 4px;
  border-right: 1px solid currentColor;
  border-left: 1px solid currentColor;
  border-radius: 50%;
}

.language-menu__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  left: 1px;
  border-top: 1px solid currentColor;
  transform: translateY(-0.5px);
}

.language-menu .language-panel {
  position: absolute;
  z-index: 31;
  top: calc(100% + 10px);
  left: 0;
  min-width: 112px;
  display: grid;
  padding: 8px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 30px rgba(23, 23, 23, 0.14);
}

.language-menu .language-panel a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--black);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.language-menu .language-panel a:hover,
.language-menu .language-panel a:focus-visible { background: var(--soft); }
.language-menu .language-panel a[aria-current="page"] { background: var(--yellow); font-weight: 750; }

.menu-button {
  display: flex;
  min-width: 104px;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 12px;
  border-radius: 11px;
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
  transition: background-color 150ms ease;
}

.menu-button::-webkit-details-marker { display: none; }
.menu-button:hover,
.navigation-menu[open] > .menu-button { background: var(--soft); }

.menu-button__icon {
  display: grid;
  width: 19px;
  gap: 4px;
}

.menu-button__icon > span {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: opacity 150ms ease, transform 150ms ease;
}

.navigation-menu[open] .menu-button__icon > span:first-child { transform: translateY(6px) rotate(45deg); }
.navigation-menu[open] .menu-button__icon > span:nth-child(2) { opacity: 0; }
.navigation-menu[open] .menu-button__icon > span:last-child { transform: translateY(-6px) rotate(-45deg); }

.main-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  right: 0;
  width: min(360px, calc(100vw - 30px));
  max-height: calc(100vh - 100px);
  max-height: calc(100dvh - 100px);
  padding: 8px;
  overflow-y: auto;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 40px rgba(23, 23, 23, 0.16);
  white-space: normal;
}

.main-menu__links { display: grid; }

.main-menu a {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 9px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 650;
}

.main-menu a:hover,
.main-menu a:focus-visible { background: var(--soft); text-decoration: none; }

.main-menu a.is-active {
  background: var(--soft);
  box-shadow: inset 3px 0 0 var(--yellow-hover);
  font-weight: 750;
}

.main-menu__utilities {
  display: grid;
  gap: 4px;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid var(--border);
}

.site-header--island {
  --masthead-surface: #fafaf7;
  --logo-tile-outline: transparent;
  background: var(--masthead-surface);
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header--island:not(.site-header--hero) { position: relative; }
.site-header--island:not(.site-header--hero) .header-row { min-height: 96px; }
.site-header--island .brand { position: relative; isolation: isolate; }
.site-header--island .brand img { position: relative; z-index: 1; width: 150px; display: block; }

.site-header--island .brand::before {
  --tile-stroke: 1px;
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(12.435% - var(--tile-stroke));
  left: calc(2.218% - var(--tile-stroke));
  width: calc(30.242% + var(--tile-stroke) + var(--tile-stroke));
  height: calc(77.72% + var(--tile-stroke) + var(--tile-stroke));
  background: var(--logo-tile-outline);
  -webkit-mask: url(/img/fineslogo.svg) center / 100% 100% no-repeat;
  mask: url(/img/fineslogo.svg) center / 100% 100% no-repeat;
  pointer-events: none;
}

@supports selector(.site-header:has(+ main)) {
  .site-header--island:not(.site-header--hero):has(
    + main > :first-child:is(
      .charging-page-hero,
      .fleet-hero,
      .partner-hero--franchise,
      .contact-hero,
      .business-contact-cta
    )
  ) {
    --masthead-surface: var(--yellow);
    --logo-tile-outline: var(--black);
  }

  .site-header--island:not(.site-header--hero):has(
    + main.store-page > .store-category-nav:first-child
  ),
  .site-header--island:not(.site-header--hero):has(+ main.legal-page) {
    --masthead-surface: var(--white);
  }
}

.site-header--hero {
  position: absolute;
  right: 0;
  left: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header--hero .header-row {
  min-height: 0;
  align-items: flex-start;
  padding-top: 24px;
}

.site-header--hero .brand { padding-top: 1px; }

.site-header--island .nav-island {
  position: fixed;
  z-index: 21;
  top: 24px;
  right: max(24px, calc((100vw - 1180px) / 2));
  padding: 5px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(23, 23, 23, 0.12);
  backdrop-filter: blur(14px);
}

.site-footer { padding-block: 48px; background: var(--white); }
.footer-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 60px; align-items: start; }
.footer-row img { width: 150px; }
.footer-row p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.footer-row nav, .footer-meta { display: grid; gap: 8px; }
.footer-row nav a, .footer-meta a, .footer-meta span { font-size: 13px; }
.footer-row nav a, .footer-meta a { text-underline-offset: 3px; }
.footer-row nav a:hover, .footer-row nav a:focus-visible, .footer-meta a:hover, .footer-meta a:focus-visible { text-decoration-thickness: 2px; }
.footer-meta { color: var(--muted); text-align: right; }
.section-intro {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
  margin-bottom: 42px;
}

.section-intro h2,
.business-layout h2,
.help-layout h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.intro-copy > p { margin: 0 0 18px; color: var(--muted); font-size: 16px; }
.simple-intro { align-items: end; }
.simple-intro .intro-copy { max-width: 390px; }
.simple-intro .intro-copy > p { margin-bottom: 4px; }

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

.service-grid > a {
  min-height: 132px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 52px 24px 28px;
  border-right: 1px solid var(--border);
  text-decoration: none;
  transition: background-color 150ms ease;
}

.service-grid > a:first-child { border-left: 1px solid var(--border); }
.service-grid > a:hover, .service-grid > a:focus-visible { background: var(--soft); }
.service-grid strong { font-size: 18px; }
.service-grid span { margin-top: 5px; color: var(--muted); font-size: 13px; }
.service-grid i { position: absolute; top: 50%; right: 24px; font-style: normal; transform: translateY(-50%); transition: transform 150ms ease; }
.service-grid > a:hover i, .service-grid > a:focus-visible i { transform: translate(4px, -50%); }

.network-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.network-facts > div { display: flex; align-items: baseline; gap: 12px; padding: 20px 24px; border-right: 1px solid var(--border); }
.network-facts > div:last-child { border-right: 0; }
.network-facts strong { color: var(--black); font-size: 28px; letter-spacing: -0.03em; }
.network-facts span { color: var(--muted); font-size: 12px; }

.charging-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 48px 0 30px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.charging-steps article { min-height: 265px; padding: 30px 34px 34px 0; border-right: 1px solid var(--border); }
.charging-steps article + article { padding-left: 34px; }
.charging-steps article:last-child { border-right: 0; }

.step-number {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--black);
  font-size: 13px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.2);
}

.charging-steps h3 { margin: 30px 0 8px; color: var(--black); font-size: 22px; }
.charging-steps p { margin: 0; color: var(--muted); font-size: 15px; }

.news-card { display: block; border-top: 1px solid var(--black); text-decoration: none; }
.news-card-image { aspect-ratio: 16 / 10; display: grid; place-items: center; overflow: hidden; margin-top: 12px; background: var(--soft); color: var(--muted); font-size: 13px; }
.news-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 220ms ease; }
.news-card:hover .news-card-image img, .news-card:focus-visible .news-card-image img { transform: scale(1.025); }
.news-card-body { position: relative; min-height: 134px; padding: 18px 38px 18px 0; }
.news-card time { color: var(--muted); font-size: 11px; }
.news-card h3 { margin: 7px 0 0; color: var(--black); font-size: 19px; line-height: 1.3; }
.news-card:hover h3, .news-card:focus-visible h3 { text-decoration: underline; text-underline-offset: 4px; }
.news-card-link { position: absolute; top: 18px; right: 0; transition: transform 150ms ease; }
.news-card:hover .news-card-link, .news-card:focus-visible .news-card-link { transform: translateX(4px); }

.business-options { border-top: 1px solid var(--black); }
.business-options a { position: relative; display: block; padding: 28px 180px 28px 0; border-bottom: 1px solid var(--black); text-decoration: none; transition: background-color 150ms ease, padding 150ms ease; }
.business-options a:hover, .business-options a:focus-visible { padding-right: 198px; padding-left: 18px; background: #fafaf7; }
.business-options a:hover strong, .business-options a:focus-visible strong { text-decoration: underline; text-underline-offset: 4px; }
.business-options strong { display: block; color: var(--black); font-size: 20px; }
.business-options span { display: block; max-width: 470px; margin-top: 7px; color: var(--muted); font-size: 14px; }
.business-options i { position: absolute; top: 30px; right: 0; font-size: 12px; font-style: normal; font-weight: 700; transition: right 150ms ease; }
.business-options a:hover i, .business-options a:focus-visible i { right: 18px; }

.app-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.app-badges a { display: block; }
.app-badges img { width: auto; height: 52px; display: block; }

.phone-stage { height: 100%; display: flex; align-items: flex-end; justify-content: center; padding-top: 60px; }
.phone-device { width: min(280px, 78%); position: relative; padding: 11px 10px 0; border: 2px solid #303030; border-bottom: 0; border-radius: 42px 42px 0 0; background: #111; box-shadow: 0 18px 42px rgba(23, 23, 23, 0.25); }
.phone-device > span { position: absolute; z-index: 2; top: 7px; left: 50%; width: 34%; height: 17px; border-radius: 12px; background: #050505; transform: translateX(-50%); }
.phone-device img { width: 100%; display: block; border-radius: 31px 31px 0 0; }

.charging-option-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); }
.charging-option-list article { padding: 30px 34px 38px 0; border-right: 1px solid var(--border); }
.charging-option-list article + article { padding-left: 34px; }
.charging-option-list article:last-child { border-right: 0; }
.charging-option-list h3 { margin: 0 0 10px; color: var(--black); font-size: 23px; }
.charging-option-list p { margin: 0; color: var(--muted); font-size: 14px; }

.location-controls { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--black); }
.location-search { min-height: 48px; min-width: min(100%, 420px); display: flex; align-items: center; gap: 10px; padding-inline: 14px; border: 1px solid var(--border); background: var(--white); }
.location-search:focus-within { border-color: var(--black); box-shadow: 0 0 0 3px rgba(21, 94, 239, 0.14); }
.location-search > span { color: var(--muted); font-size: 22px; }
.location-search input { width: 100%; border: 0; outline: 0; color: var(--black); background: transparent; }
.location-filter-buttons { display: flex; flex-wrap: wrap; gap: 7px; }
.location-filter-buttons button { min-height: 40px; padding-inline: 13px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--white); color: var(--black); font-size: 12px; font-weight: 700; cursor: pointer; }
.location-filter-buttons button:hover, .location-filter-buttons button:focus-visible, .location-filter-buttons button.is-active { border-color: var(--black); background: var(--black); color: var(--white); }

.location-row { min-height: 112px; display: grid; grid-template-columns: minmax(260px, 1.25fr) 0.25fr 0.55fr auto; gap: 26px; align-items: center; padding: 20px 4px; border-bottom: 1px solid var(--border); }
.location-row[hidden] { display: none; }
.location-name h2 { margin: 0; color: var(--black); font-size: 20px; }
.location-name p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.location-power { display: flex; align-items: baseline; gap: 3px; white-space: nowrap; }
.location-power strong { color: var(--black); font-size: 25px; letter-spacing: -0.03em; }
.location-power span { color: var(--muted); font-size: 11px; }
.location-availability { display: flex; align-items: center; gap: 8px; color: var(--busy); font-size: 12px; font-weight: 650; }
.location-availability i { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: currentColor; }
.location-availability.status-available { color: var(--available); }
.location-availability.status-busy { color: var(--busy); }
.location-availability.status-offline { color: var(--offline); }
.location-row > a { font-size: 12px; font-weight: 700; text-underline-offset: 4px; white-space: nowrap; }
.location-empty { display: none; padding: 34px 0; color: var(--muted); }
.location-empty.is-visible { display: block; }

.article-content { color: #333; font-size: 18px; line-height: 1.75; }
.article-content > *:first-child { margin-top: 0; }
.article-content p { margin: 0 0 24px; }
.article-content h3, .article-content h4, .article-content h5 { margin: 48px 0 14px; color: var(--black); line-height: 1.25; }
.article-content h4 { font-size: 27px; }
.article-content h5 { font-size: 22px; }
.article-content ul, .article-content ol { padding-left: 24px; }
.article-content li { margin-bottom: 8px; }
.article-content hr { margin-block: 34px; border: 0; border-top: 1px solid var(--border); }
.article-content table { width: 100%; margin: 26px 0 34px; border-collapse: collapse; font-size: 15px; }
.article-content th, .article-content td { padding: 12px 14px; border: 1px solid var(--border); text-align: left; }
.article-content th { background: var(--soft); color: var(--black); }

.article-sidebar { position: sticky; top: 110px; border-top: 1px solid var(--black); }
.article-sidebar h2 { margin: 0; padding-block: 18px; border-bottom: 1px solid var(--border); font-size: 16px; }
.article-sidebar a { display: block; padding-block: 20px; border-bottom: 1px solid var(--border); text-decoration: none; }
.article-sidebar a:hover strong, .article-sidebar a:focus-visible strong { text-decoration: underline; text-underline-offset: 4px; }
.article-sidebar strong { display: block; color: var(--black); font-size: 15px; line-height: 1.35; }
.article-sidebar span { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; }
.home-hero { padding-block: 72px 80px; background: #fafaf7; border-bottom: 1px solid var(--border); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr); gap: clamp(48px, 6vw, 86px); align-items: center; }
.hero-content h1 { max-width: 590px; margin: 0; color: var(--black); font-size: clamp(48px, 5.4vw, 70px); font-weight: 680; letter-spacing: -0.045em; line-height: 1.02; }
.hero-content > p:not(.hero-note) { max-width: 560px; margin: 25px 0 0; color: #4d4d4d; font-size: 19px; line-height: 1.55; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.hero-note { margin: 20px 0 0; color: var(--muted); font-size: 13px; }
.hero-photo { margin: 0; }
.hero-photo img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; object-position: center 58%; border-radius: var(--radius-md); box-shadow: var(--shadow-raised); }
.hero-photo figcaption { margin-top: 8px; color: var(--muted); font-size: 11px; text-align: right; }

.site-header--hero + main .home-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding-block: 158px 82px;
}

.site-header--hero + main .hero-layout {
  min-height: 480px;
  grid-template-columns: minmax(0, 0.8fr) minmax(560px, 1.2fr);
  gap: clamp(22px, 3vw, 48px);
}

.site-header--hero + main .hero-photo {
  margin-right: clamp(-90px, -5vw, -42px);
}

.site-header--hero + main .hero-photo img {
  width: calc(100% + clamp(42px, 5vw, 90px));
  max-width: none;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
}

.service-links { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.network-section, .charging-section, .business-section { padding-block: var(--section-space); }

.network-visual {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 520px;
  max-height: 720px;
  aspect-ratio: 790 / 536;
  border: 1px solid #e2e4e1;
  border-radius: var(--radius-md);
  background: #f4f5f3;
  color: var(--black);
}

.network-visual::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.92), rgba(232, 234, 231, 0.42) 70%, transparent);
  content: "";
}

.network-visual__map {
  position: absolute;
  z-index: 0;
  inset: clamp(10px, 2vw, 24px);
  display: grid;
  place-items: center;
  pointer-events: none;
}

.network-visual__map svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 18px 28px rgba(56, 61, 58, 0.1));
}

.network-visual__map path {
  fill: rgba(255, 255, 255, 0.94);
  stroke: #b9beba;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  vector-effect: non-scaling-stroke;
}

.network-visual__overlay {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(68%, 620px);
  display: grid;
  justify-items: center;
  gap: clamp(18px, 2.2vw, 28px);
  text-align: center;
  transform: translate(-50%, -44%);
}

.network-visual__stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 24px);
}

.network-visual__stat {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: center;
}

.network-visual__stat > strong {
  display: block;
  color: var(--black);
  font-size: clamp(32px, 4.6vw, 58px);
  font-variant-numeric: tabular-nums;
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 0.98;
  white-space: nowrap;
}

.network-visual__stat > span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.network-visual.is-sequential .network-visual__overlay { width: min(52%, 440px); }

.network-visual.is-sequential .network-visual__stats {
  min-height: clamp(96px, 12vw, 138px);
  grid-template-columns: 1fr;
  gap: 0;
}

.network-visual.is-sequential .network-visual__stat {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.network-visual.is-sequential .network-visual__stat.is-active {
  opacity: 1;
  transform: translateY(0);
}

.network-visual.is-sequential .network-visual__stat.is-leaving {
  opacity: 0;
  transform: translateY(-12px);
}

.network-visual.is-sequential .network-visual__stat > strong {
  font-size: clamp(64px, 9vw, 112px);
}

.network-visual.is-sequential .network-visual__stat > span {
  margin-top: 10px;
  font-size: clamp(12px, 1.25vw, 15px);
}

.network-visual__cta {
  width: min(100%, 292px);
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid #b9beba;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.96);
  color: var(--black);
  box-shadow: 0 8px 20px rgba(45, 49, 46, 0.08);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.network-visual__cta i {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  transition: transform 150ms ease;
}

.network-visual__cta:hover,
.network-visual__cta:focus-visible {
  border-color: #8d938f;
  background: #fafbfa;
  box-shadow: 0 12px 24px rgba(45, 49, 46, 0.12);
  transform: translateY(-2px);
}

.network-visual__cta:hover i,
.network-visual__cta:focus-visible i { transform: translateX(4px); }

@media (prefers-reduced-motion: reduce) {
  .network-visual.is-sequential .network-visual__stat {
    transition: none;
    transform: none;
  }
}

.charging-section { background: var(--soft); }
.news-section { padding-block: var(--section-space); border-bottom: 1px solid var(--border); }
.news-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 42px; }
.news-heading h2, .store-content h2 { margin: 0; color: var(--black); font-size: clamp(36px, 4.2vw, 52px); font-weight: 680; letter-spacing: -0.035em; line-height: 1.08; }
.news-heading > div:first-child > p:last-child { max-width: 560px; margin: 16px 0 0; color: var(--muted); }
.news-actions { display: flex; align-items: center; gap: 22px; flex: 0 0 auto; }
.news-actions .button { min-height: 44px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.business-section { border-bottom: 1px solid var(--border); }
.business-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(60px, 9vw, 140px); }
.store-section { overflow: hidden; padding-block: 74px; background: #fafaf7; border-bottom: 1px solid var(--border); }
.store-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.store-content h2 { max-width: 520px; }
.store-content .button { margin-top: 30px; }
.store-layout > img { width: 100%; max-height: 360px; display: block; object-fit: contain; }
.partners-section { padding-block: 64px; border-bottom: 1px solid var(--border); }
.partners-layout { text-align: center; }
.partners-layout h2 { margin: 0 0 28px; color: var(--black); font-size: 24px; }
.partners-layout img { width: min(100%, 620px); height: auto; }

.lead-section { padding-block: var(--section-space); background: var(--yellow); border-bottom: 1px solid rgba(23, 23, 23, 0.28); }
.lead-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(52px, 8vw, 120px); align-items: start; }
.lead-layout h2 { max-width: 460px; margin: 0; color: var(--black); font-size: clamp(36px, 4.2vw, 52px); letter-spacing: -0.04em; line-height: 1.08; }
.lead-layout > div > p:last-child { max-width: 470px; margin: 20px 0 0; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { display: grid; gap: 7px; color: var(--black); font-size: 12px; font-weight: 700; }
.lead-form input, .lead-form textarea { width: 100%; border: 1px solid rgba(23, 23, 23, 0.45); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.9); color: var(--black); font: inherit; }
.lead-form input { min-height: 48px; padding: 10px 12px; }
.lead-form textarea { resize: vertical; min-height: 115px; padding: 12px; }
.lead-form input:focus, .lead-form textarea:focus { outline: 3px solid rgba(21, 94, 239, 0.23); outline-offset: 1px; border-color: var(--focus); }
.lead-form-wide { grid-column: 1 / -1; }
.lead-form-footer { display: flex; align-items: center; gap: 20px; }
.lead-form-footer .button { flex: 0 0 auto; background: var(--black); color: var(--white); cursor: pointer; }
.lead-form-footer small { max-width: 390px; color: #4d4300; }
.lead-form-status { min-height: 24px; margin: -5px 0 0; font-size: 13px; font-weight: 700; }
.lead-form-status[data-status="success"] { color: var(--available); }
.lead-form-status[data-status="error"] { color: #8a1c1c; }
.empty-content-note { padding: 30px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); color: var(--muted); }

.subpage-hero { border-bottom: 1px solid var(--border); }
.charging-page-hero { overflow: hidden; background: var(--yellow); }
.charging-hero-layout { min-height: 610px; display: grid; grid-template-columns: 1fr 0.8fr; gap: clamp(54px, 9vw, 130px); align-items: center; }
.charging-hero-copy { padding-block: 78px; }
.charging-hero-copy h1, .page-heading-layout h1, .article-header h1 { margin: 0; color: var(--black); font-size: clamp(48px, 6vw, 72px); font-weight: 680; letter-spacing: -0.05em; line-height: 1.02; }
.charging-hero-copy > p:not(.label) { max-width: 570px; margin: 24px 0 0; font-size: 19px; }
.charging-options-section, .guest-section, .roaming-section { padding-block: var(--section-space); }
.guest-section { background: var(--soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.guest-layout { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.guest-visual { padding: 30px; background: var(--white); border: 1px solid var(--border); }
.guest-visual img { width: 100%; display: block; }
.guest-copy h2, .roaming-layout h2 { margin: 0; color: var(--black); font-size: clamp(38px, 4.5vw, 54px); line-height: 1.08; letter-spacing: -0.04em; }
.rich-copy { margin-top: 22px; color: var(--muted); font-size: 16px; }
.rich-copy br + br { display: none; }
.guest-checkout { width: min(100%, 260px); margin-top: 24px; padding: 12px; background: var(--white); border: 1px solid var(--border); }
.roaming-layout { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.roaming-layout > div > p:last-child { max-width: 730px; margin: 18px 0 0; color: var(--muted); }

.locations-page-heading { padding-block: 82px 70px; background: #fafaf7; border-bottom: 1px solid var(--border); }
.page-heading-layout { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(50px, 9vw, 130px); align-items: end; }
.page-heading-layout > p { margin: 0 0 6px; color: var(--muted); font-size: 18px; }
.locations-map-section { padding-block: 42px; }
.locations-map { position: relative; display: block; overflow: hidden; height: 460px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--soft); }
.locations-map img { width: 100%; height: 100%; display: block; object-fit: cover; }
.locations-map span { position: absolute; right: 18px; bottom: 18px; padding: 13px 18px; border: 1px solid var(--black); border-radius: var(--radius-sm); background: var(--yellow); font-size: 13px; font-weight: 700; }
.locations-map:hover span, .locations-map:focus-visible span { background: var(--black); color: var(--white); }
.location-directory { padding-block: 30px 96px; }

.article-header { padding-block: 74px 70px; background: #fafaf7; border-bottom: 1px solid var(--border); }
.article-header-inner { width: min(880px, calc(100% - 48px)); margin-inline: auto; }
.article-back { display: inline-block; margin-bottom: 55px; color: var(--muted); font-size: 13px; font-weight: 650; text-underline-offset: 4px; }
.article-header h1 { max-width: 880px; font-size: clamp(44px, 5.6vw, 68px); }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 27px; color: var(--muted); font-size: 12px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(240px, 1fr); gap: clamp(65px, 9vw, 130px); align-items: start; padding-block: 72px 110px; }

.help-section { padding-block: 58px; background: var(--yellow); border-top: 1px solid rgba(23, 23, 23, 0.35); border-bottom: 1px solid rgba(23, 23, 23, 0.35); }
.help-layout { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.help-layout h2 { font-size: clamp(28px, 3vw, 38px); }
.help-layout p { margin: 8px 0 0; font-size: 15px; }
.help-contacts { display: grid; gap: 7px; text-align: right; }
.help-contacts a { font-size: 16px; font-weight: 700; text-underline-offset: 4px; }
.business-page,
.contact-page-v2 {
  background: var(--white);
}

.business-hero,
.fleet-hero {
  overflow: hidden;
  background: #fafaf7;
  border-bottom: 1px solid var(--border);
}

.business-hero__layout,
.fleet-hero__layout {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: center;
  padding-block: 72px;
}

.business-hero__layout {
  min-height: 520px;
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 1.05fr);
  gap: clamp(40px, 6vw, 84px);
  padding-block: 52px;
}

.business-hero__copy h1,
.fleet-hero__copy h1,
.business-contact-cta h1,
.business-contact-cta h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(46px, 5.6vw, 70px);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.business-hero__lead,
.fleet-hero__copy > p:last-child {
  max-width: 610px;
  margin: 24px 0 0;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.62;
}

.business-hero__note {
  width: fit-content;
  margin: 28px 0 0;
  padding: 9px 12px;
  border-left: 3px solid var(--yellow);
  background: var(--white);
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.business-hero__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-md);
  background: #e9e9e4;
  box-shadow: var(--shadow-raised);
}

.business-hero__media picture,
.business-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.business-hero__media img {
  object-fit: cover;
  object-position: center var(--business-hero-focus-y, 50%);
}

.business-hero--host {
  --business-hero-focus-y: 58%;
}

.business-hero--partnership {
  --business-hero-focus-y: 51%;
}

.business-hero--join {
  --business-hero-focus-y: 55%;
}

.business-paths,
.business-detail-section,
.fleet-capabilities {
  padding-block: var(--section-space);
}

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

.business-path-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-top: 2px solid var(--black);
  border-bottom: 1px solid var(--border);
  background: #fafaf7;
}

.business-path-card__audience {
  min-height: 42px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.business-path-card h2,
.business-detail-card h2,
.fleet-capability-card h2 {
  margin: 26px 0 0;
  color: var(--black);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1.13;
}

.business-path-card ul,
.business-detail-card ul,
.business-detail-card ol {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.business-path-card li,
.business-detail-card li {
  position: relative;
  padding: 13px 0 13px 25px;
  border-top: 1px solid var(--border);
  color: #4f4f4f;
  font-size: 14px;
}

.business-path-card li:last-child,
.business-detail-card li:last-child {
  border-bottom: 1px solid var(--border);
}

.business-path-card li::before,
.business-detail-card ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 19px;
  left: 1px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.2);
}

.business-detail-card ol li {
  padding-left: 0;
}

.business-path-card__next {
  margin: 24px 0 26px;
  color: var(--black);
  font-size: 13px;
  font-weight: 700;
}

.business-path-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.business-trust-strip {
  background: var(--black);
  color: var(--white);
}

.business-trust-strip ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.business-trust-strip li {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px 30px;
  border-right: 1px solid #414141;
  font-size: 14px;
  font-weight: 680;
}

.business-trust-strip li:first-child {
  border-left: 1px solid #414141;
}

.business-trust-strip span {
  color: var(--yellow);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.business-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: 32px;
  align-items: stretch;
}

.business-detail-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.business-detail-card {
  padding: 32px;
  border-top: 2px solid var(--black);
  border-bottom: 1px solid var(--border);
  background: #fafaf7;
}

.business-detail-card--primary {
  padding: clamp(34px, 5vw, 58px);
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--border);
}

.business-detail-card__index {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.business-detail-card__supporting-copy {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--black);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.business-detail-card__supporting-copy p {
  margin: 0 0 14px;
}

.business-detail-card__supporting-copy p:last-child {
  margin-bottom: 0;
}

.business-detail-card__supporting-copy a,
.business-contact-cta__description a {
  color: var(--black);
  font-weight: 700;
  text-underline-offset: 4px;
}

.business-contact-cta {
  padding-block: 72px;
  background: var(--yellow);
  border-top: 1px solid rgba(23, 23, 23, 0.35);
  border-bottom: 1px solid rgba(23, 23, 23, 0.35);
}

.business-contact-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
  align-items: center;
}

.business-contact-cta h1,
.business-contact-cta h2 {
  max-width: 780px;
  font-size: clamp(34px, 4.5vw, 54px);
}

.business-contact-cta__description {
  max-width: 720px;
  margin: 18px 0 0;
  color: #363636;
  font-size: 16px;
  line-height: 1.65;
}

.business-contact-cta__description p {
  margin: 0;
}

.business-contact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.business-contact-cta--compact {
  padding-block: 56px;
  background: #fafaf7;
}

.business-contact-cta--compact h2 {
  font-size: clamp(30px, 3.6vw, 44px);
}

.contact-hero {
  overflow: hidden;
  background: var(--yellow);
  border-bottom: 1px solid rgba(23, 23, 23, 0.35);
}

.contact-hero__layout {
  min-height: clamp(340px, 36vw, 430px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(180px, 22vw, 270px);
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
  padding-block: 52px 64px;
}

.contact-hero__copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--black);
  font-size: clamp(46px, 5.6vw, 70px);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.contact-hero__description {
  max-width: 620px;
  margin: 20px 0 0;
  color: #3c3c3c;
  font-size: 17px;
  line-height: 1.6;
}

.contact-hero__channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  font-style: normal;
}

.contact-channel {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px;
  border: 1px solid rgba(23, 23, 23, 0.34);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
  color: var(--black);
  text-decoration: none;
  transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.contact-channel:hover,
.contact-channel:focus-visible {
  background: var(--white);
  box-shadow: 0 9px 22px rgba(23, 23, 23, 0.1);
  transform: translateY(-2px);
}

.contact-channel__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--black);
  color: var(--yellow);
  font-size: 18px;
}

.contact-channel__icon svg {
  width: 1em;
  height: 1em;
}

.contact-channel > span:last-child {
  min-width: 0;
}

.contact-channel small,
.contact-channel strong {
  display: block;
}

.contact-channel small {
  margin-bottom: 2px;
  color: #625700;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-channel strong {
  overflow-wrap: anywhere;
  font-size: 13px;
  line-height: 1.35;
}

.contact-hero__visual {
  min-width: 0;
  display: grid;
  place-items: center;
}

.contact-hero__symbol-stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 23, 23, 0.4);
  border-radius: 50%;
  background: #fafaf7;
  box-shadow: 12px 12px 0 rgba(23, 23, 23, 0.12);
}

.contact-hero__symbol-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 14%;
  border: 1px solid rgba(23, 23, 23, 0.13);
  border-radius: inherit;
}

.contact-hero__symbol {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  display: grid;
  place-items: center;
  color: var(--black);
  font-size: clamp(86px, 11vw, 142px);
}

.contact-hero__symbol svg {
  width: 1em;
  height: 1em;
}

.contact-hero__symbol--email {
  animation: contact-email-cycle 4.5s ease-in-out both;
}

.contact-hero__symbol--phone {
  opacity: 0;
  animation: contact-phone-cycle 4.5s ease-in-out both;
}

.contact-page-v2 > .lead-section {
  background: #fafaf7;
}

@keyframes contact-email-cycle {
  0%, 42% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  55%, 100% {
    opacity: 0;
    transform: translateY(-12px) scale(0.88);
  }
}

@keyframes contact-phone-cycle {
  0%, 42% {
    opacity: 0;
    transform: translateY(12px) scale(0.88);
  }

  55%, 100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.fleet-hero {
  background: var(--yellow);
}

.fleet-hero__layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
}

.fleet-device {
  position: relative;
  padding-bottom: 34px;
}

.fleet-device__screen {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  padding: 10px;
  border: 2px solid #323232;
  border-radius: 16px 16px 8px 8px;
  background: #111;
  box-shadow: 0 24px 52px rgba(23, 23, 23, 0.25);
}

.fleet-device__slide {
  position: absolute;
  inset: 10px;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: var(--white);
  opacity: 0;
  animation: fleet-dashboard-slide 15s infinite;
}

.fleet-device__slide--2 { animation-delay: 5s; }
.fleet-device__slide--3 { animation-delay: 10s; }

.fleet-device__slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fleet-device__slide figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-sm);
  background: rgba(17, 17, 17, 0.82);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
}

.fleet-device__base {
  width: 112%;
  height: 18px;
  position: absolute;
  bottom: 17px;
  left: -6%;
  border-radius: 2px 2px 15px 15px;
  background: linear-gradient(180deg, #dedede 0%, #a9a9a9 100%);
  box-shadow: 0 12px 18px rgba(23, 23, 23, 0.18);
}

@keyframes fleet-dashboard-slide {
  0%, 30% { opacity: 1; }
  34%, 100% { opacity: 0; }
}

.fleet-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--black);
}

.fleet-capability-card {
  min-height: 300px;
  padding: 34px 42px 38px 0;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.fleet-capability-card:nth-child(even) {
  padding-left: 42px;
  border-right: 0;
}

.fleet-capability-card h2 {
  max-width: 470px;
  margin-top: 0;
  font-size: clamp(26px, 3vw, 36px);
}

.fleet-capability-card p {
  max-width: 500px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.fleet-capabilities__action {
  display: flex;
  justify-content: flex-end;
  padding-top: 40px;
}

.fleet-capabilities__action button,
.fleet-contact-dialog button {
  cursor: pointer;
}

.fleet-contact-dialog {
  width: min(610px, calc(100% - 32px));
  padding: 0;
  border: 1px solid var(--black);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--text);
  box-shadow: 0 24px 70px rgba(23, 23, 23, 0.32);
}

.fleet-contact-dialog::backdrop {
  background: rgba(23, 23, 23, 0.58);
}

.fleet-contact-dialog__panel {
  padding: 30px;
}

.fleet-contact-dialog__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
}

.fleet-contact-dialog__header h2 {
  margin: 0;
  color: var(--black);
  font-size: 27px;
  letter-spacing: -0.03em;
}

.fleet-contact-dialog__header button {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  font-size: 24px;
  line-height: 1;
}

.fleet-contact-dialog__body {
  padding-block: 26px;
}

.fleet-contact-dialog__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.fleet-contact-dialog__body a {
  color: var(--black);
  font-weight: 700;
  text-underline-offset: 4px;
}

.fleet-contact-dialog__copied {
  margin-top: 12px !important;
  color: var(--available) !important;
  font-size: 13px;
  font-weight: 700;
}

.fleet-contact-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 900px) {
  .business-hero__layout,
  .fleet-hero__layout,
  .business-contact-cta__layout,
  .business-detail-grid {
    grid-template-columns: 1fr;
  }

  .business-hero__layout,
  .fleet-hero__layout {
    min-height: 0;
    gap: 44px;
    padding-block: 62px;
  }

  .business-hero__layout {
    gap: 32px;
    padding-block: 48px;
  }

  .business-hero__media {
    width: 100%;
    aspect-ratio: 2 / 1;
  }

  .business-paths__grid {
    grid-template-columns: 1fr;
  }

  .business-path-card {
    min-height: 0;
  }

  .business-contact-cta__layout {
    gap: 32px;
  }

  .business-contact-cta__actions {
    justify-content: flex-start;
  }

  .contact-hero__layout {
    grid-template-columns: minmax(0, 1fr) clamp(170px, 25vw, 230px);
    gap: 38px;
  }

  .contact-hero__channels {
    grid-template-columns: 1fr;
  }

  .fleet-device {
    width: min(100%, 720px);
  }
}

@media (min-width: 760px) and (max-width: 900px) {
  .business-hero__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(330px, 1.05fr);
    gap: 32px;
    align-items: center;
  }

  .business-hero__copy h1 {
    font-size: clamp(38px, 5.5vw, 50px);
  }

  .business-hero__lead {
    font-size: 16px;
  }

  .business-hero__media {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 680px) {
  .business-hero__layout,
  .fleet-hero__layout {
    padding-block: 48px;
  }

  .business-hero__layout {
    gap: 28px;
    padding-block: 36px;
  }

  .business-paths,
  .business-detail-section,
  .fleet-capabilities {
    padding-block: 68px;
  }

  .business-path-card,
  .business-detail-card,
  .business-detail-card--primary {
    padding: 26px 22px;
  }

  .business-trust-strip ul,
  .fleet-capabilities__grid {
    grid-template-columns: 1fr;
  }

  .business-trust-strip li,
  .business-trust-strip li:first-child {
    min-height: 82px;
    border-right: 1px solid #414141;
    border-bottom: 1px solid #414141;
    border-left: 1px solid #414141;
  }

  .business-detail-stack {
    gap: 24px;
  }

  .business-contact-cta {
    padding-block: 56px;
  }

  .contact-hero__layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 44px 52px;
  }

  .contact-hero__copy h1 {
    font-size: clamp(42px, 6.75vw, 46px);
  }

  .contact-hero__visual {
    width: 112px;
    justify-self: start;
  }

  .contact-hero__symbol-stage {
    box-shadow: 8px 8px 0 rgba(23, 23, 23, 0.12);
  }

  .contact-hero__symbol {
    font-size: 56px;
  }

  .fleet-capability-card,
  .fleet-capability-card:nth-child(even) {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
  }

  .fleet-device__screen {
    padding: 6px;
    border-radius: 10px 10px 5px 5px;
  }

  .fleet-device__slide {
    inset: 6px;
  }

  .fleet-contact-dialog__panel {
    padding: 22px;
  }

  .fleet-contact-dialog__actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-hero__symbol {
    animation: none;
    opacity: 0;
    transform: none;
  }

  .contact-hero__symbol--email {
    opacity: 1;
  }

  .fleet-device__slide {
    display: none;
    animation: none;
  }

  .fleet-device__slide:first-child {
    display: block;
    opacity: 1;
  }
}

/* Partner marketing pages: editorial layouts, real site photography and clear roles. */
.partner-choice-surface {
  --partner-choice-matte: #cfcac1;
}

.partner-choice-surface .site-header--island {
  --masthead-surface: var(--partner-choice-matte);
}

.partner-hero {
  overflow: hidden;
  border-bottom: 1px solid var(--black);
  background: #fafaf7;
}

.partner-choice-surface .partner-hero--choice {
  background: var(--partner-choice-matte);
}

.partner-hero__grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
  padding-block: 64px;
}

.partner-hero__copy {
  max-width: 590px;
}

.partner-hero__eyebrow,
.partner-section-heading > p,
.partner-process header > p,
.franchise-model__grid article > p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.partner-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--black);
}

.partner-hero__eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--yellow);
}

.partner-hero h1 {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--black);
  font-size: clamp(48px, 5.6vw, 72px);
  font-weight: 690;
  letter-spacing: -0.052em;
  line-height: 1.01;
}

.partner-hero__lead {
  max-width: 610px;
  margin: 25px 0 0;
  color: #444;
  font-size: 18px;
  line-height: 1.62;
}

.partner-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 31px;
}

.partner-hero__note {
  max-width: 570px;
  margin: 30px 0 0;
  padding: 15px 0 0 20px;
  border-top: 1px solid var(--border);
  border-left: 3px solid var(--yellow);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.partner-hero__media {
  margin: 0;
}

.partner-hero__media picture,
.partner-hero__video-frame {
  display: block;
  overflow: hidden;
  border: 1px solid var(--black);
  background: #e8e8e3;
}

.partner-hero__media picture {
  aspect-ratio: 16 / 10;
}

.partner-hero__media img,
.partner-hero__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--partner-photo-x, 50%) var(--partner-photo-y, 50%);
}

.partner-hero__video-frame {
  aspect-ratio: 16 / 9;
  position: relative;
}

.partner-hero__video-toggle {
  min-height: 40px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-sm);
  background: rgba(23, 23, 23, 0.86);
  color: var(--white);
  font-size: 11px;
  font-weight: 720;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.partner-hero__video-toggle:hover {
  background: var(--black);
}

.partner-hero__video-toggle[data-state="paused"] {
  border-color: var(--black);
  background: var(--yellow);
  color: var(--black);
}

.partner-hero__video-toggle[hidden] {
  display: none;
}

.partner-hero__video-toggle-icon {
  min-width: 10px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.partner-hero__media figcaption {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid var(--black);
  border-top: 0;
  background: var(--white);
  color: #555;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-hero--choice {
  --partner-photo-x: 48%;
  --partner-photo-y: 53%;
}

.partner-hero--choice .partner-hero__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(22px, 3vw, 48px);
}

.partner-hero--choice .partner-hero__copy {
  max-width: 650px;
}

.partner-hero--choice .partner-hero__media {
  margin-right: clamp(-90px, -5vw, -42px);
}

.partner-hero--choice .partner-hero__video-frame {
  width: calc(100% + clamp(42px, 5vw, 90px));
  max-width: none;
  border: 0;
  background: transparent;
}

.partner-hero--choice .partner-hero__media video {
  object-fit: contain;
}

.partner-hero--host {
  --partner-photo-x: 50%;
  --partner-photo-y: 42%;
}

.partner-hero--franchise {
  --partner-photo-x: 47%;
  --partner-photo-y: 50%;
  background: var(--yellow);
}

.partner-hero--franchise .partner-hero__eyebrow::before {
  background: var(--black);
}

.partner-hero--franchise .partner-hero__lead,
.partner-hero--franchise .partner-hero__note {
  color: #323232;
}

.partner-hero--franchise .partner-hero__note {
  border-color: rgba(23, 23, 23, 0.5);
}

.partner-hero--franchise .primary-button {
  background: var(--black);
  color: var(--white);
}

.partner-hero--franchise .primary-button:hover,
.partner-hero--franchise .primary-button:focus-visible {
  background: #333;
}

.partner-criteria,
.partner-responsibilities,
.franchise-model {
  padding-block: var(--section-space);
}

.partner-section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.38fr) minmax(300px, 0.9fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding-top: 20px;
  border-top: 1px solid var(--black);
}

.partner-section-heading h2,
.partner-process h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(36px, 4.4vw, 54px);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.partner-section-heading > div,
.partner-process header > div {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.partner-gateway {
  padding-block: clamp(72px, 8vw, 104px);
  background: var(--white);
}

.partner-gateway__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.68fr);
  gap: 24px;
  align-items: stretch;
}

.partner-gateway-card {
  min-height: 510px;
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 4.5vw, 54px);
  border: 1px solid var(--black);
}

.partner-gateway-card--host {
  background: var(--yellow);
}

.partner-gateway-card--franchise {
  background: #fafaf7;
}

.partner-gateway-card__label {
  width: fit-content;
  margin: 0;
  padding-bottom: 9px;
  border-bottom: 2px solid currentColor;
  color: var(--black);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.partner-gateway-card h2 {
  max-width: 720px;
  margin: 30px 0 0;
  color: var(--black);
  font-size: clamp(31px, 3.7vw, 48px);
  font-weight: 690;
  letter-spacing: -0.047em;
  line-height: 1.04;
}

.partner-gateway-card--franchise h2 {
  font-size: clamp(29px, 2.8vw, 37px);
}

.partner-gateway-card__intro {
  max-width: 650px;
  margin: 23px 0 0;
  color: #424242;
  font-size: 15px;
  line-height: 1.62;
}

.partner-gateway-card__points {
  margin: 35px 0 0;
  padding: 0;
  border-top: 1px solid rgba(23, 23, 23, 0.48);
  list-style: none;
}

.partner-gateway-card__points li {
  min-height: 48px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 11px 0 11px 24px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.28);
  color: #333;
  font-size: 13px;
  line-height: 1.45;
}

.partner-gateway-card__points li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 1px;
  border: 1px solid var(--black);
  border-radius: 50%;
  background: var(--white);
  transform: translateY(-50%);
}

.partner-gateway-card--franchise .partner-gateway-card__points li::before {
  background: var(--yellow);
}

.partner-gateway-card__action {
  margin-top: auto;
  padding-top: 38px;
}

.partner-gateway-card--host .primary-button {
  background: var(--black);
  color: var(--white);
}

.partner-gateway-card--host .primary-button:hover,
.partner-gateway-card--host .primary-button:focus-visible {
  background: #333;
}

.partner-criteria__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 64px 0 0;
  padding: 0;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  list-style: none;
}

.partner-criteria__list li {
  min-height: 238px;
  padding: 31px 28px 34px;
  border-right: 1px solid var(--border);
}

.partner-criteria__list li:first-child {
  border-left: 1px solid var(--border);
}

.partner-criteria__list h3,
.partner-responsibilities__grid h3,
.franchise-model__grid h3,
.franchise-model__clarity h3 {
  margin: 0;
  color: var(--black);
  font-size: 24px;
  font-weight: 680;
  letter-spacing: -0.03em;
  line-height: 1.16;
}

.partner-criteria__list p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.partner-responsibilities {
  border-block: 1px solid var(--border);
  background: var(--soft);
}

.partner-responsibilities__grid,
.franchise-model__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 64px;
  border-block: 1px solid var(--black);
}

.partner-responsibilities__grid article,
.franchise-model__grid article {
  padding: 38px 42px 46px 0;
}

.partner-responsibilities__grid article + article,
.franchise-model__grid article + article {
  padding-right: 0;
  padding-left: 42px;
  border-left: 1px solid var(--border);
}

.business-rule-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.business-rule-list li {
  position: relative;
  padding: 15px 0 15px 24px;
  border-top: 1px solid var(--border);
  color: #4b4b4b;
  font-size: 14px;
  line-height: 1.58;
}

.business-rule-list li:last-child {
  border-bottom: 1px solid var(--border);
}

.business-rule-list li::before {
  content: "—";
  position: absolute;
  top: 15px;
  left: 0;
  color: var(--black);
  font-weight: 750;
}

.partner-process {
  padding-block: var(--section-space);
  border-top: 1px solid var(--black);
}

.partner-process__layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(54px, 9vw, 124px);
  align-items: start;
}

.partner-process header > p {
  color: var(--muted);
}

.partner-process h2 {
  margin-top: 17px;
  font-size: clamp(36px, 4vw, 50px);
}

.partner-process header > div {
  margin-top: 22px;
}

.partner-process ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--black);
  list-style: none;
}

.partner-process li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
  color: #404040;
  font-size: 16px;
  line-height: 1.55;
}

.partner-process li span {
  padding-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.partner-process--dark {
  background: var(--black);
  color: var(--white);
}

.partner-process--dark h2 {
  color: var(--white);
}

.partner-process--dark header > p,
.partner-process--dark li span {
  color: var(--yellow);
}

.partner-process--dark header > div,
.partner-process--dark li {
  color: #c9c9c9;
}

.partner-process--dark ol {
  border-color: #4a4a4a;
}

.partner-process--dark li {
  border-color: #3f3f3f;
}

.franchise-model__grid article > p {
  margin-bottom: 16px;
  color: var(--black);
}

.franchise-model__clarity {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 50px;
  align-items: start;
  margin-top: 42px;
  padding: 29px 32px;
  border-left: 4px solid var(--yellow);
  background: var(--soft);
}

.franchise-model__clarity p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

#site-review,
#franchise-contact {
  scroll-margin-top: 96px;
}

.host-page .business-contact-cta .primary-button,
.franchise-page .business-contact-cta .primary-button {
  background: var(--black);
  color: var(--white);
}

.host-page .business-contact-cta .primary-button:hover,
.host-page .business-contact-cta .primary-button:focus-visible,
.franchise-page .business-contact-cta .primary-button:hover,
.franchise-page .business-contact-cta .primary-button:focus-visible {
  background: #333;
}

@media (max-width: 900px) {
  .partner-hero__grid,
  .partner-hero--choice .partner-hero__grid,
  .partner-section-heading,
  .partner-gateway__grid,
  .partner-process__layout {
    grid-template-columns: 1fr;
  }

  .partner-hero__grid {
    min-height: 0;
    gap: 38px;
    padding-block: 52px;
  }

  .partner-hero__copy {
    max-width: 700px;
  }

  .partner-hero--choice .partner-hero__media {
    margin: 0 -15px -28px;
  }

  .partner-hero--choice .partner-hero__video-frame {
    width: calc(100% + 30px);
  }

  .partner-hero__media picture,
  .partner-hero--choice .partner-hero__media picture {
    aspect-ratio: 2 / 1;
  }

  .partner-section-heading {
    gap: 18px;
  }

  .partner-section-heading > div {
    max-width: 680px;
  }

  .partner-gateway__grid {
    gap: 20px;
  }

  .partner-gateway-card {
    min-height: 0;
  }

  .partner-criteria__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-criteria__list li:nth-child(2) {
    border-right: 1px solid var(--border);
  }

  .partner-criteria__list li:nth-child(n + 3) {
    border-top: 1px solid var(--border);
  }

  .partner-process header {
    max-width: 680px;
  }
}

@media (max-width: 680px) {
  .partner-hero h1 {
    font-size: clamp(41px, 12vw, 56px);
  }

  .partner-hero__lead {
    font-size: 16px;
  }

  .partner-hero__media picture,
  .partner-hero--choice .partner-hero__media picture {
    aspect-ratio: 16 / 11;
  }

  .partner-gateway,
  .partner-criteria,
  .partner-responsibilities,
  .franchise-model,
  .partner-process {
    padding-block: 68px;
  }

  .partner-section-heading h2,
  .partner-process h2 {
    font-size: 36px;
  }

  .partner-responsibilities__grid,
  .franchise-model__grid {
    margin-top: 44px;
  }

  .partner-criteria__list,
  .partner-responsibilities__grid,
  .franchise-model__grid,
  .franchise-model__clarity {
    grid-template-columns: 1fr;
  }

  .partner-criteria__list li,
  .partner-criteria__list li:first-child,
  .partner-criteria__list li:nth-child(2) {
    min-height: 0;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    border-left: 1px solid var(--border);
  }

  .partner-responsibilities__grid article,
  .partner-responsibilities__grid article + article,
  .franchise-model__grid article,
  .franchise-model__grid article + article {
    padding: 30px 0 36px;
    border-left: 0;
  }

  .partner-responsibilities__grid article + article,
  .franchise-model__grid article + article {
    border-top: 1px solid var(--border);
  }

  .franchise-model__clarity {
    gap: 16px;
    padding: 24px;
  }

  .partner-gateway-card {
    padding: 32px;
  }

  .partner-gateway-card h2,
  .partner-gateway-card--franchise h2 {
    font-size: 34px;
  }
}

@media (max-width: 480px) {
  .partner-hero__actions {
    align-items: stretch;
  }

  .partner-hero__actions .button {
    width: 100%;
  }

  .partner-hero__actions .text-arrow {
    padding-block: 8px;
  }

  .partner-hero--choice h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .partner-gateway-card {
    padding: 27px 24px;
  }

  .partner-gateway-card h2,
  .partner-gateway-card--franchise h2 {
    font-size: 30px;
  }

  .partner-gateway-card__action .button {
    width: 100%;
  }
}
/* Editorial, subscription and catalogue page patterns. */


.content-list-hero {
  padding-block: 76px 68px;
  background: #fafaf7;
  border-bottom: 1px solid var(--border);
}

.content-list-hero__inner {
  max-width: 900px;
}

.content-list-hero__inner--with-action {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}

.content-list-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--black);
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.content-list-hero__description {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.content-index {
  padding-block: 30px 100px;
}

.content-index__list {
  border-top: 1px solid var(--black);
}

.content-index-row {
  margin: 0;
  border-bottom: 1px solid var(--border);
}

.content-index-row > a {
  min-height: 150px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  padding: 28px 4px;
  color: var(--black);
  text-decoration: none;
  transition: background-color 150ms ease, padding 150ms ease;
}

.content-index-row > a:hover,
.content-index-row > a:focus-visible {
  padding-inline: 18px;
  background: #fafaf7;
}

.content-index-row h2 {
  max-width: 820px;
  margin: 4px 0 0;
  color: var(--black);
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.content-index-row > a:hover h2,
.content-index-row > a:focus-visible h2 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.content-index-row__type {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-index-row__meta {
  min-width: 165px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.content-index-row__meta span {
  color: var(--black);
  font-size: 18px;
  transition: transform 150ms ease;
}

.content-index-row > a:hover .content-index-row__meta span,
.content-index-row > a:focus-visible .content-index-row__meta span {
  transform: translateX(4px);
}

/* Long-form editorial pages */

.content-page .article-content a {
  color: var(--black);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.content-page .article-content img {
  width: auto;
  height: auto;
  display: block;
  margin: 32px 0;
}

.content-page .article-content blockquote {
  margin: 34px 0;
  padding: 4px 0 4px 24px;
  border-left: 4px solid var(--yellow);
  color: var(--muted);
  font-size: 20px;
}

.content-page .article-content pre,
.content-page .article-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.content-page .article-content pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--border);
  font-size: 14px;
}

.news-featured-image {
  margin: 0 0 46px;
}

.news-featured-image img {
  width: 100%;
  max-height: 590px;
  display: block;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-raised);
}

.news-gallery {
  margin-top: 58px;
  padding-top: 28px;
  border-top: 1px solid var(--black);
}

.news-gallery h2 {
  margin: 0 0 20px;
  color: var(--black);
  font-size: 22px;
}

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

.news-gallery-thumb-link {
  display: block;
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.news-gallery-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
}

.news-gallery-thumb-link:hover .news-gallery-thumb,
.news-gallery-thumb-link:focus-visible .news-gallery-thumb {
  transform: scale(1.025);
}

.news-share {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.news-share > p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
}

.news-share-control {
  position: relative;
  display: inline-block;
}

.content-action-button,
.content-form-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-inline: 18px;
  border: 1px solid var(--black);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--black);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.content-action-button:hover,
.content-action-button:focus-visible,
.content-form-button:hover,
.content-form-button:focus-visible {
  transform: translateY(-1px);
}

.news-share-menu {
  width: 210px;
  position: absolute;
  z-index: 12;
  top: calc(100% + 8px);
  left: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-raised);
}

.news-share-menu[hidden] {
  display: none;
}

.news-share-menu a,
.news-share-menu button {
  width: 100%;
  display: block;
  padding: 9px 10px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--black);
  font: inherit;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.news-share-menu a:hover,
.news-share-menu a:focus-visible,
.news-share-menu button:hover,
.news-share-menu button:focus-visible {
  background: var(--soft);
}

.news-subscribe-cta {
  margin-top: 24px;
}

.news-gallery-dialog {
  width: min(1120px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100vh - 32px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  background: #111;
  color: var(--white);
  border: 1px solid #444;
  border-radius: var(--radius-md);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.news-gallery-dialog::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.news-gallery-dialog__panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  max-height: calc(100vh - 34px);
}

.news-gallery-dialog__header {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 10px 12px 10px 18px;
  border-bottom: 1px solid #333;
}

.news-gallery-dialog__header p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.news-gallery-dialog__controls {
  display: flex;
  align-items: center;
  gap: 7px;
}

.news-gallery-dialog__controls button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #555;
  border-radius: var(--radius-sm);
  background: #1c1c1c;
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
}

.news-gallery-dialog__controls button:hover,
.news-gallery-dialog__controls button:focus-visible {
  background: #333;
}

.news-gallery-dialog__controls button:disabled {
  opacity: 0.4;
  cursor: default;
}

#newsImageCounter {
  min-width: 58px;
  color: #bbb;
  font-size: 12px;
  text-align: center;
}

.news-gallery-dialog__body {
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 14px;
}

.news-gallery-dialog__body img {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 110px);
  object-fit: contain;
}

/* News subscription flow */

.news-subscribe-section {
  padding-block: 58px 100px;
}

.news-subscribe-container {
  max-width: 760px;
}

.news-subscribe-card {
  margin-top: 20px;
  padding: clamp(24px, 5vw, 44px);
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 4px solid var(--yellow);
  box-shadow: var(--shadow-raised);
}

.news-subscribe-breadcrumb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 42px;
  padding: 0;
  list-style: none;
  counter-reset: subscribe-step;
}

.news-subscribe-breadcrumb .breadcrumb-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  color: var(--muted);
  border-bottom: 2px solid var(--border);
  font-size: 12px;
  font-weight: 650;
  counter-increment: subscribe-step;
}

.news-subscribe-breadcrumb .breadcrumb-item::before {
  content: counter(subscribe-step);
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  flex: 0 0 23px;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 50%;
  font-size: 11px;
}

.news-subscribe-breadcrumb .crumb-check {
  display: none;
}

.news-subscribe-breadcrumb .news-crumb-current {
  color: var(--black);
  border-color: var(--black);
}

.news-subscribe-breadcrumb .news-crumb-current::before {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--black);
}

.news-subscribe-breadcrumb .news-crumb-done {
  color: var(--available);
  border-color: var(--available);
}

.news-subscribe-breadcrumb .news-crumb-done::before {
  display: none;
}

.news-subscribe-breadcrumb .news-crumb-done .crumb-check {
  width: 23px;
  height: 23px;
  display: inline-flex;
  flex: 0 0 23px;
}

.news-subscribe-breadcrumb .crumb-check svg {
  width: 100%;
  height: 100%;
}

.news-subscribe-pane h2 {
  margin: 0 0 24px;
  color: var(--black);
  font-size: 25px;
  line-height: 1.2;
}

.news-subscribe-help,
.news-subscribe-success p,
.news-subscribe-status-info {
  color: var(--muted);
}

.news-subscribe-help {
  margin: -12px 0 22px;
}

.content-field {
  display: block;
  margin-bottom: 18px;
}

.content-field > span {
  display: block;
  margin-bottom: 7px;
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
}

.content-field input {
  width: 100%;
  min-height: 52px;
  padding: 11px 13px;
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.content-field input:focus {
  border-color: var(--black);
  outline: 3px solid rgba(21, 94, 239, 0.14);
  outline-offset: 0;
}

.news-subscribe-turnstile {
  min-height: 65px;
  margin-bottom: 16px;
}

.content-form-button--primary {
  background: var(--yellow);
}

.content-form-button--primary:hover,
.content-form-button--primary:focus-visible {
  background: var(--yellow-hover);
}

.content-form-button--secondary:hover,
.content-form-button--secondary:focus-visible {
  background: var(--soft);
}

.news-subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.news-subscribe-success {
  padding: 12px 8px 8px;
  text-align: center;
}

.news-subscribe-success-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  margin-bottom: 15px;
  color: var(--available);
}

.news-subscribe-success-icon svg {
  width: 100%;
  height: 100%;
}

.news-subscribe-success h2 {
  margin-bottom: 8px;
}

.news-subscribe-success p {
  margin: 0;
}

.news-subscribe-status {
  margin-top: 20px;
}

.news-subscribe-status-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  flex: 0 0 20px;
  margin-right: 9px;
}

.news-subscribe-status-info {
  font-size: 13px;
}

.content-notice {
  margin-bottom: 14px;
  padding: 13px 15px;
  border: 1px solid var(--border);
  border-left-width: 4px;
  font-size: 14px;
}

.content-notice--success {
  border-left-color: var(--available);
  background: #f2faf6;
  color: #125e3c;
}

.content-notice--error {
  border-left-color: #b42318;
  background: #fff5f4;
  color: #8f1d14;
}

.news-subscribe-page .d-none {
  display: none !important;
}

.news-subscribe-page .d-flex {
  display: flex !important;
}

/* Store catalogue */

.store-category-nav {
  overflow-x: auto;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.store-category-nav ul {
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.store-category-nav a {
  min-height: 58px;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.store-category-nav a::after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}

.store-category-nav a:hover,
.store-category-nav a:focus-visible,
.store-category-nav a.is-active {
  color: var(--black);
}

.store-category-nav a.is-active::after {
  background: var(--yellow);
}

.store-catalog {
  padding-block: 56px 110px;
}

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

.store-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--black);
}

.store-product-card__image {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-top: 11px;
  padding: 14px;
  background: var(--white);
}

.store-product-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 180ms ease;
}

.store-product-card__image:hover img,
.store-product-card__image:focus-visible img {
  transform: scale(1.025);
}

.store-product-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 19px 0 0;
}

.store-product-card h2 {
  margin: 0;
  color: var(--black);
  font-size: 20px;
  line-height: 1.3;
}

.store-product-card h2 a {
  text-decoration: none;
}

.store-product-card h2 a:hover,
.store-product-card h2 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.store-product-card__body > p {
  margin: 9px 0 18px;
  color: var(--muted);
  font-size: 14px;
}

.store-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 9px;
  row-gap: 2px;
  margin-top: auto;
}

.store-product-card__price strong,
.store-product-card__price span {
  white-space: nowrap;
}

.store-product-card__price strong {
  color: var(--black);
  font-size: 18px;
}

.store-product-card__price span {
  color: var(--muted);
  font-size: 12px;
}

.store-product-card__link,
.store-category-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-block: 15px;
  color: var(--black);
  border-top: 1px solid var(--border);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.store-product-card__link:hover,
.store-product-card__link:focus-visible,
.store-category-card__link:hover,
.store-category-card__link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.store-category-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

.store-category-card__hero {
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
  background: var(--white);
}

.store-category-card__hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 180ms ease;
}

.store-category-card__hero:hover img,
.store-category-card__hero:focus-visible img {
  transform: scale(1.018);
}

.store-category-card__body {
  padding: 28px;
}

.store-category-card h2 {
  margin: 0;
  color: var(--black);
  font-size: 30px;
  letter-spacing: -0.03em;
}

.store-category-card h2 a {
  text-decoration: none;
}

.store-category-card h2 a:hover,
.store-category-card h2 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.store-category-card__body > p {
  margin: 10px 0 20px;
  color: var(--muted);
  font-size: 14px;
}

.store-category-card__previews {
  display: flex;
  gap: 8px;
  padding-block: 8px;
  overflow: hidden;
}

.store-category-card__previews img {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  padding: 4px;
  object-fit: contain;
  background: var(--white);
  border: 1px solid var(--border);
}

.store-product-header {
  padding-block: 68px 64px;
  background: #fafaf7;
  border-bottom: 1px solid var(--border);
}

.store-product-header .article-back {
  margin-bottom: 48px;
}

.store-product-header h1 {
  max-width: 860px;
  margin: 0;
  color: var(--black);
  font-size: clamp(44px, 5.6vw, 68px);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.store-product-header > .container > p:last-child {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.store-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
  gap: clamp(55px, 8vw, 110px);
  align-items: start;
  padding-block: 70px 110px;
}

.store-product-description {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}

.store-product-options {
  margin-top: 48px;
}

.store-product-options > h2 {
  margin: 0 0 18px;
  color: var(--black);
  font-size: 24px;
}

.store-product-options__table-wrap {
  overflow-x: auto;
}

.store-product-options table {
  width: 100%;
  border-collapse: collapse;
}

.store-product-options thead {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.store-product-options th {
  padding: 22px 0;
  border-top: 1px solid var(--border);
  color: var(--black);
  text-align: left;
}

.store-product-options tbody tr:last-child th {
  border-bottom: 1px solid var(--border);
}

.store-product-options th > strong {
  display: block;
  font-size: 17px;
}

.store-product-option__description {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.store-product-option__prices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}

.store-product-option__prices > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px;
  background: var(--soft);
  border: 1px solid var(--border);
}

.store-product-option__prices strong {
  font-size: 16px;
}

.store-product-option__prices small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
}

.store-contact-panel {
  margin-top: 38px;
  padding: 25px;
  background: var(--yellow);
  border: 1px solid rgba(23, 23, 23, 0.35);
}

.store-contact-panel p {
  margin: 0 0 12px;
  color: var(--black);
}

.store-contact-panel a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--black);
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.store-product-gallery {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 12px;
}

.store-product-gallery img {
  width: 100%;
  height: auto;
  display: block;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

@media (max-width: 900px) {
  .content-list-hero {
    padding-block: 62px 56px;
  }

  .content-list-hero__inner--with-action {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .content-index {
    padding-bottom: 82px;
  }

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

  .store-product-layout {
    grid-template-columns: 1fr;
  }

  .store-product-gallery {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .content-list-hero {
    padding-block: 52px 48px;
  }

  .content-list-hero h1 {
    font-size: 40px;
  }

  .content-list-hero__description {
    font-size: 16px;
  }

  .content-index-row > a {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 24px;
  }

  .content-index-row > a:hover,
  .content-index-row > a:focus-visible {
    padding-inline: 10px;
  }

  .content-index-row__meta {
    min-width: 0;
    justify-content: space-between;
    text-align: left;
  }

  .news-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-share-control,
  .content-action-button,
  .news-subscribe-cta .button {
    width: 100%;
  }

  .news-share-menu {
    width: 100%;
  }

  .news-gallery-dialog {
    width: calc(100% - 16px);
  }

  .news-gallery-dialog__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-gallery-dialog__controls {
    width: 100%;
    justify-content: flex-end;
  }

  .news-subscribe-section {
    padding-block: 34px 74px;
  }

  .news-subscribe-card {
    margin-top: 0;
    padding: 22px 18px 26px;
  }

  .news-subscribe-breadcrumb {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .news-subscribe-breadcrumb .breadcrumb-item {
    border-bottom-width: 1px;
  }

  .news-subscribe-actions,
  .content-form-button {
    width: 100%;
  }

  .store-category-nav ul {
    gap: 22px;
  }

  .store-catalog {
    padding-block: 42px 78px;
  }

  .store-product-grid,
  .store-category-grid,
  .store-product-gallery {
    grid-template-columns: 1fr;
  }

  .store-category-card__body {
    padding: 22px;
  }

  .store-product-header {
    padding-block: 52px 48px;
  }

  .store-product-header .article-back {
    margin-bottom: 38px;
  }

  .store-product-header h1 {
    font-size: 40px;
  }

  .store-product-layout {
    padding-block: 50px 80px;
  }

}
.live-locations-page,
.location-detail-page {
  background: var(--white);
}

.live-locations-workspace {
  padding-block: 42px 54px;
  border-bottom: 1px solid var(--border);
  background: #fafaf7;
}

.live-locations-layout {
  display: grid;
  grid-template-columns: minmax(270px, 330px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.live-locations-tools {
  position: sticky;
  top: 94px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

.live-locations-tools-heading {
  grid-column: 1 / -1;
  padding: 22px;
  border-bottom: 1px solid var(--border);
}

.live-locations-tools-heading h1 {
  margin: 0;
  color: var(--black);
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.live-tool-section {
  padding: 22px;
  border-bottom: 1px solid var(--border);
}

.live-tool-section .label {
  margin-bottom: 12px;
}

.live-tool-section h2,
.live-route-results h2 {
  margin: 0 0 13px;
  color: var(--black);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.live-geocoder-stack {
  display: grid;
  gap: 8px;
}

.live-geocoder .mapboxgl-ctrl-geocoder {
  width: 100%;
  max-width: none;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: none;
  font-family: inherit;
  font-size: 13px;
}

.live-geocoder .mapboxgl-ctrl-geocoder:focus-within {
  border-color: var(--black);
  box-shadow: 0 0 0 3px rgba(21, 94, 239, 0.14);
}

.live-geocoder .mapboxgl-ctrl-geocoder--input {
  height: 46px;
  padding-left: 38px;
  color: var(--black);
}

.live-route-results {
  margin-top: 18px;
}

.live-route-list {
  display: grid;
  gap: 7px;
}

.live-route-choice {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--black);
  text-align: left;
  cursor: pointer;
}

.live-route-choice strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-route-choice span {
  color: var(--muted);
  font-size: 11px;
}

.live-route-choice:hover,
.live-route-choice:focus-visible,
.live-route-choice.is-active {
  border-color: var(--black);
  background: var(--yellow);
}

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

.live-filter-chip {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 8px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--black);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
}

.live-filter-chip img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.live-filter-chip:hover,
.live-filter-chip:focus-visible,
.live-filter-chip.is-active {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.live-filter-chip.is-active img {
  filter: invert(1);
}

.live-flag-filters {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.live-flag-chip span,
.live-flag-chip svg {
  width: 25px;
  height: 25px;
  display: block;
}

.live-flag-chip.is-active svg {
  filter: brightness(0) invert(1);
}

.live-clear-filters {
  width: 100%;
  padding: 13px 20px;
  border: 0;
  background: var(--soft);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.live-clear-filters:hover,
.live-clear-filters:focus-visible {
  color: var(--black);
  background: #e8e8e2;
}

.live-map-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #e9e9e3;
}

.live-map {
  width: 100%;
  height: 690px;
  z-index: 1;
}

.live-map-status {
  position: absolute;
  z-index: 5;
  top: 16px;
  left: 50%;
  margin: 0;
  padding: 9px 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.96);
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  box-shadow: var(--shadow-raised);
  transform: translateX(-50%);
}

.live-map-status.is-error {
  border-color: #d5a9a9;
  color: #8c2929;
}

.live-map-legend {
  position: absolute;
  z-index: 5;
  right: 12px;
  bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.94);
  color: var(--muted);
  font-size: 10px;
}

.live-map-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.live-map-legend i {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: var(--yellow);
  border: 1px solid var(--black);
}

.live-map-legend .legend-route {
  height: 3px;
  border: 0;
  border-radius: 2px;
  background: #155eef;
}

.live-map-legend .legend-available {
  background: #53c987;
}

.live-map-legend .legend-busy {
  background: #7fa6ff;
}

.live-map-legend .legend-offline {
  background: #c8c8c2;
}

.v2-live-marker-shell {
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
}

.v2-live-marker {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid var(--black);
  border-radius: 50% 50% 50% 9px;
  background: var(--yellow);
  color: var(--black);
  box-shadow: 0 5px 15px rgba(23, 23, 23, 0.25);
  line-height: 1;
  transform: rotate(-45deg);
}

.v2-live-marker-shell.is-overview .v2-live-marker {
  width: 18px;
  height: 18px;
  border-width: 1.5px;
  box-shadow: 0 2px 5px rgba(23, 23, 23, 0.22);
}

.v2-live-marker-shell.is-compact .v2-live-marker {
  width: 18px;
  height: 18px;
  border-width: 1.5px;
  box-shadow: 0 2px 6px rgba(23, 23, 23, 0.23);
}

.v2-live-marker-shell.is-overview .v2-live-marker,
.v2-live-marker-shell.is-compact .v2-live-marker {
  border-radius: 50%;
  transform: none;
}

.v2-live-marker-shell.is-power .v2-live-marker {
  width: 24px;
  height: 24px;
  box-shadow: 0 3px 8px rgba(23, 23, 23, 0.24);
}

.v2-live-marker-shell.is-standard .v2-live-marker {
  width: 30px;
  height: 30px;
  box-shadow: 0 4px 10px rgba(23, 23, 23, 0.24);
}

.v2-live-marker-shell.is-overview strong,
.v2-live-marker-shell.is-overview small,
.v2-live-marker-shell.is-compact strong,
.v2-live-marker-shell.is-compact small,
.v2-live-marker-shell.is-power small {
  display: none;
}

.v2-live-marker-shell.is-power strong {
  font-size: 9px;
}

.v2-live-marker-shell.is-standard strong {
  font-size: 10px;
}

.v2-live-marker-shell.is-standard small {
  margin-top: 1px;
  font-size: 6px;
}

.v2-live-marker-shell:hover {
  z-index: 1000 !important;
}

.v2-live-marker-shell:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 2px;
}

.v2-live-marker.is-available {
  background: #53c987;
}

.v2-live-marker.is-busy {
  background: #7fa6ff;
}

.v2-live-marker.is-offline {
  background: #c8c8c2;
}

.v2-live-marker.is-soon {
  background: #ffb547;
}

.v2-live-marker strong,
.v2-live-marker small {
  transform: rotate(45deg);
}

.v2-live-marker strong {
  font-size: 13px;
}

.v2-live-marker small {
  margin-top: 2px;
  font-size: 8px;
  font-weight: 700;
}

.v2-live-marker.is-pin-only i {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: var(--black);
}

.leaflet-container {
  font-family: inherit;
}

.leaflet-control-attribution {
  font-size: 9px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-raised);
}

.leaflet-popup-content {
  margin: 17px;
}

.v2-live-popup h3 {
  margin: 0;
  color: var(--black);
  font-size: 17px;
  line-height: 1.25;
}

.v2-live-popup > p {
  margin: 6px 0 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.v2-live-popup-meta {
  min-height: 31px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-block: 8px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.v2-live-popup-meta strong {
  margin-right: auto;
  font-size: 13px;
}

.v2-live-popup-meta img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.v2-live-popup-distances {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin-top: 8px;
}

.v2-live-popup-distances:empty {
  display: none;
}

.v2-live-popup-distances span {
  display: grid;
  padding: 7px;
  background: var(--soft);
  color: var(--muted);
  font-size: 9px;
}

.v2-live-popup-distances strong {
  color: var(--black);
  font-size: 11px;
}

.v2-live-popup > a {
  display: inline-block;
  margin-top: 11px;
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
  text-underline-offset: 3px;
}

.live-location-directory {
  padding-block: 76px 104px;
}

.live-directory-header {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  gap: 48px;
  align-items: end;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--black);
}

.live-directory-header .label {
  margin-bottom: 8px;
}

.live-directory-header h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.live-directory-search {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.live-directory-search input {
  min-height: 48px;
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--black);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.live-directory-search input:focus {
  border-color: var(--black);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(21, 94, 239, 0.14);
}

.live-directory-quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-block: 18px 4px;
}

.live-directory-quick-filters button {
  min-height: 38px;
  padding-inline: 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--black);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.live-directory-quick-filters button:hover,
.live-directory-quick-filters button:focus-visible,
.live-directory-quick-filters button.is-active {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.live-location-row {
  grid-template-columns: minmax(270px, 1.2fr) minmax(82px, 0.22fr) minmax(145px, 0.45fr) auto;
}

.live-location-row .location-name h3 {
  margin: 0;
  color: var(--black);
  font-size: 19px;
}

.live-location-row .location-name h3 a {
  text-decoration: none;
}

.live-location-row .location-name h3 a:hover,
.live-location-row .location-name h3 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.live-row-connectors {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 9px;
}

.live-row-connectors img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.live-location-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.live-directory-empty {
  display: block;
  margin: 0;
}

.live-directory-empty[hidden] {
  display: none;
}

.live-directory-count {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: right;
}

.location-detail-hero {
  padding-block: 28px 64px;
  border-bottom: 1px solid var(--border);
  background: #fafaf7;
}

.location-back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  text-underline-offset: 4px;
}

.location-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(34px, 4vw, 68px);
  align-items: stretch;
}

.location-detail-hero-copy {
  align-self: center;
  padding-block: 12px;
}

.location-detail-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: var(--black);
  font-size: clamp(38px, 4.3vw, 62px);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.location-detail-address {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.location-detail-quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
}

.location-opening-hours {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
}

.location-opening-hours span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.location-opening-hours svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.location-detail-flags,
.location-detail-connectors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.location-detail-flags span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
}

.location-detail-flags svg {
  width: 23px;
  height: 23px;
}

.location-detail-connectors {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.location-detail-connector-type {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 13px 4px 7px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
}

.location-detail-connector-type strong {
  display: inline-flex;
  align-items: center;
  color: var(--black);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  line-height: 1;
}

.location-detail-connector-icon,
.location-connector-visual {
  display: grid;
  place-items: center;
}

.location-detail-connector-icon {
  width: 32px;
  height: 32px;
}

.location-detail-connector-icon .connector-selector-icon,
.location-connector-visual .connector-selector-icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
}

.location-detail-connector-icon svg,
.location-connector-visual svg {
  max-width: 100%;
  max-height: 100%;
}

.location-hero-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.location-hero-navigation a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 13px;
  border: 1px solid var(--black);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--black);
  font-size: 12px;
  font-weight: 720;
  text-decoration: none;
}

.location-hero-navigation a:first-child {
  background: var(--yellow);
}

.location-hero-navigation a:hover,
.location-hero-navigation a:focus-visible {
  background: var(--black);
  color: var(--white);
}

.location-detail-hero-media {
  min-width: 0;
  height: clamp(390px, 35vw, 500px);
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(155px, 0.72fr);
  gap: 10px;
}

.location-detail-hero-media.has-no-photos {
  grid-template-columns: minmax(0, 1fr);
}

.location-detail-map-card,
.location-hero-gallery {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

.location-detail-map-card {
  position: relative;
}

.location-detail-map {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.location-hero-gallery {
  position: relative;
  display: block;
  padding: 0;
  color: var(--white);
  cursor: pointer;
}

.location-hero-gallery-images {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.location-hero-gallery-images img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}

.location-hero-gallery-images img:only-child {
  grid-row: 1 / -1;
}

.location-hero-gallery::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(15, 15, 15, 0.72));
  pointer-events: none;
}

.location-hero-gallery-count {
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  font-weight: 720;
  text-align: left;
}

.location-hero-gallery-count i {
  font-size: 17px;
  font-style: normal;
}

.location-hero-gallery:hover img,
.location-hero-gallery:focus-visible img {
  transform: scale(1.025);
}

.location-hero-gallery img {
  transition: transform 180ms ease;
}

.location-hero-gallery:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.location-availability-section {
  padding-block: 82px 92px;
  border-top: 1px solid var(--border);
  background: #fafaf7;
}

.location-availability-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.36fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 32px;
}

.location-availability-heading h2 {
  max-width: 720px;
  margin: 0;
  color: var(--black);
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.location-availability-intro {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.location-availability-height-hint {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.location-availability-height-hint span {
  color: var(--busy);
  font-size: 17px;
  line-height: 1;
}

.location-availability-card,
.location-availability-empty {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

.location-availability-tabs {
  display: flex;
  gap: 7px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

.location-availability-tabs[hidden] {
  display: none;
}

.location-availability-tabs button {
  min-height: 40px;
  padding-inline: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.location-availability-tabs button:hover,
.location-availability-tabs button:focus-visible,
.location-availability-tabs button[aria-selected="true"] {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.location-availability-panels {
  padding: 30px 30px 22px;
}

.location-availability-panel[hidden] {
  display: none;
}

.location-availability-panel + .location-availability-panel {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid var(--border);
}

.location-availability-section.is-enhanced .location-availability-panel + .location-availability-panel {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.location-availability-panel-title {
  margin: 0 0 20px;
  color: var(--black);
  font-size: 19px;
}

.location-availability-section.is-enhanced .location-availability-panel-title {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.location-availability-chart-scroll {
  overflow-x: auto;
  padding: 2px 2px 10px;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.location-availability-chart-scroll:focus-visible {
  border-radius: var(--radius-sm);
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.location-availability-chart {
  min-width: 700px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
}

.location-availability-scale {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 3px 29px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 680;
  line-height: 1.2;
  text-transform: uppercase;
}

.location-availability-bars {
  position: relative;
  height: 220px;
  display: grid;
  grid-template-columns: repeat(24, minmax(16px, 1fr));
  gap: 5px;
  align-items: end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-availability-bars::before {
  content: "";
  position: absolute;
  inset: 0 0 29px;
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent calc(25% - 1px),
    rgba(216, 216, 211, 0.58) calc(25% - 1px),
    rgba(216, 216, 211, 0.58) 25%
  );
  pointer-events: none;
}

.location-availability-hour {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  grid-template-rows: 191px 24px;
  gap: 5px;
  align-items: end;
}

.location-availability-track {
  width: 100%;
  height: 191px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 4px 4px 2px 2px;
  background: rgba(216, 216, 211, 0.3);
}

.location-availability-fill {
  width: 100%;
  height: max(3px, var(--busy-height));
  display: block;
  border-radius: 4px 4px 1px 1px;
}

.location-availability-hour.is-less-busy .location-availability-fill {
  background: var(--black);
}

.location-availability-hour.is-busier .location-availability-fill {
  background: var(--yellow);
}

.location-availability-hour.is-unobserved .location-availability-track {
  background: repeating-linear-gradient(135deg, #eeeeea 0 4px, #fafaf7 4px 8px);
}

.location-availability-hour-label {
  min-width: 30px;
  color: var(--muted);
  font-size: 9px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  transform: translateX(-4px);
  white-space: nowrap;
}

.location-availability-period-empty {
  margin: 0;
  padding: 34px 24px;
  border: 1px dashed var(--border);
  background: #fafaf7;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.location-availability-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0 30px 26px 100px;
  color: var(--muted);
  font-size: 11px;
}

.location-availability-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.location-availability-legend i {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 2px;
}

.location-availability-legend i.is-less-busy {
  background: var(--black);
}

.location-availability-legend i.is-busier {
  background: var(--yellow);
}

.location-availability-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 34px;
  padding: 24px 30px;
  border-top: 1px solid var(--border);
  background: #fafaf7;
}

.location-availability-footer > p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.location-availability-footer dl {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  justify-content: flex-end;
  margin: 0;
}

.location-availability-footer dl div {
  display: grid;
  gap: 2px;
}

.location-availability-footer dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.location-availability-footer dd {
  margin: 0;
  color: var(--black);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
}

.location-availability-footer .location-availability-local-time {
  grid-column: 1 / -1;
  max-width: none;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  text-align: right;
}

.location-availability-empty {
  padding: 34px;
}

.location-availability-empty h3 {
  margin: 0;
  color: var(--black);
  font-size: 21px;
}

.location-availability-empty p {
  max-width: 670px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.location-chargers-section {
  padding-block: 84px 110px;
  border-top: 1px solid var(--border);
  background: var(--soft);
}

.location-chargers-heading {
  max-width: 690px;
  margin-bottom: 36px;
}

.location-chargers-heading h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.location-charger-list {
  display: grid;
  gap: 14px;
}

.location-charger-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

.location-charger-card-header {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-right: 1px solid var(--border);
}

.location-charger-card-header > img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.location-charger-card-header p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.location-charger-card-header h3 {
  margin: 0;
  color: var(--black);
  font-size: 18px;
  line-height: 1.25;
}

.location-charger-card-header span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.location-charger-connectors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

.location-connector-card {
  min-height: 122px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  align-items: center;
  padding: 20px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.location-connector-card:nth-child(even) {
  border-right: 0;
}

.location-connector-visual {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--yellow);
}

.location-connector-copy p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.location-connector-copy p strong {
  color: var(--black);
}

.location-connector-copy .location-connector-status {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: var(--available);
  font-size: 11px;
  font-weight: 700;
}

.location-connector-status i {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: currentColor;
}

.location-connector-card.is-unavailable {
  background: #fafafa;
}

.location-connector-card.is-unavailable .location-connector-visual {
  background: #e5e5e1;
  filter: grayscale(1);
}

.location-connector-card.is-unavailable .location-connector-status {
  color: var(--offline);
}

.location-photo-dialog {
  width: min(980px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--text);
  box-shadow: 0 24px 80px rgba(23, 23, 23, 0.28);
}

.location-photo-dialog::backdrop {
  background: rgba(23, 23, 23, 0.68);
}

.location-photo-dialog-header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.97);
}

.location-photo-dialog-header .label {
  margin-bottom: 4px;
}

.location-photo-dialog-header h2 {
  margin: 0;
  color: var(--black);
  font-size: 24px;
}

.location-photo-dialog-header button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.location-photo-dialog-header button:hover,
.location-photo-dialog-header button:focus-visible {
  background: var(--black);
  color: var(--white);
}

.location-photo-dialog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 5px;
}

.location-photo-dialog-grid figure {
  position: relative;
  margin: 0;
  background: var(--soft);
}

.location-photo-dialog-grid img {
  width: 100%;
  min-height: 260px;
  display: block;
  object-fit: cover;
}

.location-photo-dialog-grid figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 5px 7px;
  background: rgba(23, 23, 23, 0.78);
  color: var(--white);
  font-size: 10px;
}

@media (max-width: 980px) {
  .live-locations-layout {
    grid-template-columns: 1fr;
  }

  .live-locations-tools {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-tool-section {
    border-right: 1px solid var(--border);
  }

  .live-route-planner {
    grid-column: 1 / -1;
  }

  .live-clear-filters {
    grid-column: 1 / -1;
  }

  .live-map {
    height: 560px;
  }

  .location-detail-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .location-detail-hero-copy {
    max-width: 740px;
  }

  .location-detail-hero-media {
    height: 460px;
  }

  .location-availability-heading,
  .location-availability-footer {
    grid-template-columns: 1fr;
  }

  .location-availability-height-hint {
    max-width: 520px;
  }

  .location-availability-footer dl {
    justify-content: flex-start;
  }

  .location-charger-card {
    grid-template-columns: 1fr;
  }

  .location-charger-card-header {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
}

@media (max-width: 720px) {
  .live-locations-workspace {
    padding-block: 24px 36px;
  }

  .live-locations-tools,
  .live-directory-header {
    grid-template-columns: 1fr;
  }

  .live-tool-section {
    border-right: 0;
  }

  .live-map {
    height: 480px;
  }

  .live-map-legend {
    left: 10px;
    right: auto;
  }

  .live-location-directory {
    padding-block: 58px 78px;
  }

  .live-directory-header {
    gap: 24px;
  }

  .live-location-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .live-location-row .location-availability,
  .live-location-detail-link {
    justify-self: start;
  }

  .location-detail-hero {
    padding-block: 24px 44px;
  }

  .location-back-link {
    margin-bottom: 12px;
  }

  .location-detail-hero-grid {
    gap: 24px;
  }

  .location-detail-hero-media {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 310px 150px;
  }

  .location-detail-hero-media.has-no-photos {
    grid-template-rows: 310px;
  }

  .location-hero-gallery-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
  }

  .location-hero-gallery-images img:only-child {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .location-availability-section {
    padding-block: 64px 72px;
  }

  .location-availability-heading {
    gap: 22px;
  }

  .location-availability-tabs {
    overflow-x: auto;
    padding: 14px 16px;
  }

  .location-availability-tabs button {
    min-width: 140px;
    flex: 1 0 auto;
  }

  .location-availability-panels {
    padding: 24px 16px 16px;
  }

  .location-availability-legend {
    padding: 0 16px 22px 86px;
  }

  .location-availability-footer {
    padding: 22px 16px;
  }

  .location-availability-footer dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-availability-footer .location-availability-local-time {
    text-align: left;
  }

  .location-availability-empty {
    padding: 26px 22px;
  }

  .location-chargers-section {
    padding-block: 65px 82px;
  }

  .location-charger-connectors,
  .location-photo-dialog-grid {
    grid-template-columns: 1fr;
  }

  .location-connector-card {
    border-right: 0;
  }

  .location-photo-dialog-grid img {
    min-height: 210px;
  }
}

@media (max-width: 480px) {
  .live-filter-grid {
    grid-template-columns: 1fr;
  }

  .live-flag-filters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .live-map {
    height: 420px;
  }

  .live-map-status {
    width: calc(100% - 28px);
    text-align: center;
  }

  .live-location-row {
    grid-template-columns: 1fr;
  }

  .live-location-row .location-power,
  .live-location-row .location-availability,
  .live-location-detail-link {
    justify-self: start;
  }

  .location-detail-hero-copy h1 {
    font-size: 36px;
  }

  .location-detail-hero-media {
    grid-template-rows: 270px 132px;
  }

  .location-detail-hero-media.has-no-photos {
    grid-template-rows: 290px;
  }

  .location-charger-card-header,
  .location-connector-card {
    padding: 20px;
  }

  .location-charger-card-header {
    grid-template-columns: 70px 1fr;
  }

  .location-charger-card-header > img {
    width: 70px;
    height: 70px;
  }

  .location-photo-dialog-header {
    padding: 17px;
  }
}
.public-api-page { color: var(--text); }
.public-api-hero { padding: 86px 0 46px; background: #fafaf7; border-bottom: 1px solid var(--border); }
.public-api-eyebrow, .public-api-card-label { display: inline-block; margin-bottom: 14px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.public-api-hero h1 { max-width: 760px; margin: 0 0 20px; color: var(--black); font-size: clamp(44px, 6vw, 72px); line-height: 1.02; letter-spacing: -0.045em; }
.public-api-lead { max-width: 720px; margin: 0 0 28px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.public-api-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.public-api-secondary-btn { border-color: var(--border); background: var(--white); }
.public-api-terminal { overflow: hidden; border: 1px solid #263740; border-radius: var(--radius-md); background: #17242c; box-shadow: var(--shadow-raised); color: #e9f2f5; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.public-api-terminal-bar { display: flex; gap: 7px; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,0.09); }
.public-api-terminal-bar span { width: 10px; height: 10px; border-radius: 50%; background: #64747d; }
.public-api-terminal-bar span:first-child { background: var(--yellow); }
.public-api-terminal-body { overflow-wrap: anywhere; padding: 28px 24px; font-size: 14px; line-height: 2; }
.public-api-method { color: var(--yellow); font-weight: 700; }
.public-api-terminal-comment { color: #9badb7; }
.public-api-terminal-group + .public-api-terminal-group { margin-top: 10px; }
.public-api-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.public-api-facts > div { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--border); background: rgba(255,255,255,0.8); }
.public-api-facts strong { min-width: 46px; font: 700 20px ui-monospace, monospace; }
.public-api-facts span { color: var(--muted); font-size: 14px; }
.public-api-section { padding-block: 76px; }
.public-api-section-muted { background: var(--soft); border-block: 1px solid var(--border); }
.public-api-section-heading { max-width: 820px; margin-bottom: 36px; }
.public-api-section h2 { margin: 0 0 14px; color: var(--black); font-size: 34px; line-height: 1.2; }
.public-api-section-heading p, .public-api-support-section p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.public-api-endpoint-card, .public-api-install-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 10px 28px rgba(23,23,23,0.06); }
.public-api-endpoint-card h3 { margin: 0 0 12px; font-size: 25px; }
.public-api-endpoint-card p { margin: 20px 0; color: var(--muted); line-height: 1.65; }
.public-api-url { display: block; overflow-wrap: anywhere; padding: 12px 14px; border: 1px solid var(--border); background: var(--soft); font: 13px ui-monospace, monospace; }
.public-api-freshness { color: var(--muted); font-size: 13px; font-weight: 700; }
.public-api-schema-block { overflow: hidden; margin-top: 28px; border: 1px solid var(--border); background: var(--white); }
.public-api-schema-block h3 { margin: 0; padding: 18px 22px; border-bottom: 1px solid var(--border); font: 700 17px ui-monospace, monospace; }
.public-api-schema-table { min-width: 760px; }
.public-api-schema-table th, .public-api-schema-table td { padding: 14px 18px; border-bottom: 1px solid var(--border); vertical-align: top; font-size: 14px; text-align: left; }
.public-api-schema-table th { background: #fafafa; color: var(--muted); font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; }
.public-api-schema-table code { padding: 2px 5px; background: var(--soft); color: var(--text); white-space: normal; }
.public-api-guidance-list { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; list-style: none; }
.public-api-guidance-list li { position: relative; padding: 16px 18px 16px 46px; border: 1px solid var(--border); background: var(--white); color: var(--muted); }
.public-api-guidance-list li::before { content: "✓"; position: absolute; top: 15px; left: 17px; font-weight: 800; }
.public-api-code-panel, .public-api-prompt-card { padding: 28px; background: #17242c; color: #e9f2f5; }
.public-api-code-panel h2, .public-api-prompt-card h3 { color: var(--white); }
.public-api-code-label { margin: 20px 0 8px; color: #aebdc5; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.public-api-code-panel pre, .public-api-prompt-card pre { overflow-x: auto; margin: 0; padding: 14px 16px; border: 1px solid rgba(255,255,255,0.1); background: #101b21; color: #eff6f8; font-size: 12px; line-height: 1.65; white-space: pre-wrap; }
.public-api-agent-section { padding-top: 10px; }
.public-api-agent-card { padding: 38px 40px; border: 1px solid #bba400; background: var(--yellow); }
.public-api-agent-card p { max-width: 760px; color: #3e4346; }
.public-api-skill-downloads { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.public-api-agent-card .btn-fines { background: var(--black); color: var(--white); }
.public-api-installation { margin-top: 58px; }
.public-api-install-brand { margin-bottom: 22px; font-size: 25px; font-weight: 700; }
.public-api-install-card ol { margin: 0; padding-left: 23px; color: var(--muted); }
.public-api-install-card li { margin-bottom: 13px; padding-left: 5px; }
.public-api-install-note { margin: 22px 0 12px; padding: 13px 15px; background: var(--soft); color: var(--muted); font-size: 13px; }
.public-api-install-extras { margin-top: 4px; }
.public-api-fallback-card, .public-api-prompt-card { height: 100%; padding: 26px 28px; }
.public-api-fallback-card { border: 1px solid var(--border); background: var(--soft); }
.public-api-prompt-card p { color: #b9c6cc; }
.public-api-support-section { padding-top: 30px; }
.public-api-support-section p { max-width: 760px; margin: 0 auto; }

@media (max-width: 767px) {
  .public-api-hero { padding-top: 58px; }
  .public-api-facts { grid-template-columns: 1fr; }
  .public-api-section { padding-block: 54px; }
  .public-api-agent-card { padding: 28px 24px; }
  .public-api-skill-downloads { justify-content: flex-start; }
}
.ui-section { padding-block: 76px; border-bottom: 1px solid var(--border); }
.ui-section-soft { background: var(--soft); }
.ui-section-heading { margin-bottom: 34px; }
.ui-section-heading h2 { margin: 0; color: var(--black); font-size: clamp(28px, 3.5vw, 42px); letter-spacing: -0.035em; }
.ui-sample-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ui-sample-panel { margin: 0; padding: 28px; border: 1px solid var(--border); background: var(--white); }
.ui-component-label { margin: 0 0 24px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.ui-swatch-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.ui-swatch { min-height: 126px; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.ui-swatch span { font-size: 13px; font-weight: 700; }
.ui-swatch code { margin-top: 3px; font-size: 11px; }
.ui-swatch-yellow { background: var(--yellow); }
.ui-swatch-black { background: var(--black); color: var(--white); }
.ui-swatch-soft { background: var(--soft); }
.ui-swatch-white { background: var(--white); }
.ui-type-sample h2 { max-width: 520px; margin: 0; color: var(--black); font-size: clamp(36px, 4vw, 52px); line-height: 1.08; letter-spacing: -0.04em; }
.ui-type-sample > p:last-child { max-width: 520px; margin: 20px 0 0; color: var(--muted); }
.ui-button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.ui-status-row { display: flex; flex-wrap: wrap; gap: 14px 40px; padding-block: 24px; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); }
.ui-service-grid { background: var(--white); }
.ui-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 780px; margin-top: 54px; }
.ui-directory { padding-top: 76px; }
@media (max-width: 1080px) {
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 42px; }
  .hero-content h1 { font-size: clamp(44px, 6vw, 58px); }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 30px, 680px); --section-space: 72px; }
  .header-row { min-height: 61px; }
  .brand img { width: 124px; }

  .site-header--island:not(.site-header--hero) .header-row { min-height: 76px; }
  .site-header--island .brand img { width: 124px; }

  .site-header--hero .header-row { align-items: center; padding-top: 15px; }
  .site-header--hero .brand { padding-top: 0; }
  .site-header--island .nav-island { top: 15px; right: 15px; padding: 4px; border-radius: 15px; background: rgba(255, 255, 255, 0.98); backdrop-filter: none; }

  .hero-layout, .section-intro, .business-layout, .lead-layout { grid-template-columns: 1fr; }
  .home-hero { padding-block: 48px 58px; }
  .hero-layout { gap: 44px; }
  .site-header--hero + main .home-hero { min-height: 0; padding-block: 128px 46px; }
  .site-header--hero + main .hero-layout { min-height: 0; grid-template-columns: 1fr; gap: 28px; }
  .site-header--hero + main .hero-photo { margin: 0 -15px -28px; }
  .site-header--hero + main .hero-photo img { width: calc(100% + 30px); }
  .hero-content h1 { font-size: clamp(44px, 11vw, 64px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid > a, .service-grid > a:first-child { min-height: 105px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); border-left: 1px solid var(--border); }
  .service-grid > a:last-child { border-bottom: 0; }
  .section-intro { gap: 22px; }
  .simple-intro .intro-copy { max-width: 620px; }
  .network-visual { min-height: 440px; max-height: 560px; }
  .network-visual__overlay { width: min(74%, 480px); }
  .network-visual.is-sequential .network-visual__overlay { width: min(60%, 400px); }
  .network-visual__cta { min-height: 54px; }
  .network-facts > div { align-items: flex-start; flex-direction: column; gap: 2px; padding-inline: 18px; }
  .charging-steps { grid-template-columns: 1fr; }
  .charging-steps article, .charging-steps article + article { min-height: auto; padding: 26px 0 30px; border-right: 0; border-bottom: 1px solid var(--border); }
  .charging-steps article:last-child { border-bottom: 0; }
  .charging-steps h3 { margin-top: 18px; }
  .news-heading { align-items: flex-start; flex-direction: column; gap: 26px; }
  .news-actions { flex-wrap: wrap; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .business-layout { gap: 44px; }
  .lead-layout { gap: 42px; }
  .store-layout { grid-template-columns: 1fr; }
  .store-layout > img { max-height: 300px; }

  .charging-hero-layout, .guest-layout, .page-heading-layout, .article-layout { grid-template-columns: 1fr; }
  .charging-hero-copy { padding: 64px 0 8px; }
  .charging-hero-copy > p:not(.label) { max-width: 620px; }
  .phone-stage { min-height: 510px; }
  .phone-device { width: min(230px, 68vw); }
  .charging-option-list { grid-template-columns: 1fr; }
  .charging-option-list article, .charging-option-list article + article { min-height: auto; padding: 28px 0 32px; border-right: 0; border-bottom: 1px solid var(--border); }
  .charging-option-list article:last-child { border-bottom: 0; }
  .guest-layout { gap: 50px; }
  .roaming-layout { grid-template-columns: 1fr; align-items: flex-start; }
  .roaming-layout .button { justify-self: start; }
  .page-heading-layout { gap: 22px; }
  .locations-map { height: 400px; }
  .location-controls { align-items: stretch; flex-direction: column; }
  .location-search { min-width: 0; width: 100%; }
  .location-row { grid-template-columns: minmax(0, 1fr) auto; gap: 14px 24px; }
  .location-power, .location-row > a { justify-self: end; }
  .article-layout { gap: 64px; }
  .article-sidebar { position: static; }
  .help-layout { align-items: flex-start; flex-direction: column; gap: 28px; }
  .help-contacts { text-align: left; }
  .footer-row { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }

  .ui-sample-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .small-button { display: none; }
  .site-header--island .brand img { width: 112px; }
  .site-header--island .nav-island { border-radius: 14px; }
  .site-header--hero + main .home-hero { padding-top: 112px; }
  .hero-buttons { display: grid; }
  .button { width: 100%; }
  .hero-photo img { aspect-ratio: 1 / 1; }
  .site-header--hero + main .hero-photo img { aspect-ratio: 3 / 2; }
  .section-intro h2, .business-layout h2 { font-size: 38px; }
  .network-visual { min-height: 0; max-height: none; }
  .network-visual__map { inset: 6px; }
  .network-visual__overlay { width: 78%; gap: 10px; transform: translate(-50%, -50%); }
  .network-visual.is-sequential .network-visual__overlay { width: 74%; }
  .network-visual__stats { gap: 5px; }
  .network-visual__stat > strong { font-size: clamp(20px, 6.8vw, 30px); }
  .network-visual__stat > span { margin-top: 4px; font-size: 8.5px; line-height: 1.15; }
  .network-visual.is-sequential .network-visual__stats { min-height: 62px; }
  .network-visual.is-sequential .network-visual__stat > strong { font-size: clamp(44px, 14vw, 58px); }
  .network-visual.is-sequential .network-visual__stat > span { margin-top: 5px; font-size: 10px; }
  .network-visual__cta { width: min(100%, 180px); min-height: 46px; gap: 8px; padding: 9px 10px; font-size: 10.5px; }
  .network-visual__cta i { font-size: 18px; }
  .network-facts { grid-template-columns: 1fr; }
  .network-facts > div { align-items: baseline; flex-direction: row; border-right: 0; border-bottom: 1px solid var(--border); }
  .network-facts > div:last-child { border-bottom: 0; }
  .news-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .news-actions .button { width: 100%; }
  .news-grid { grid-template-columns: 1fr; }
  .business-options a { padding-right: 0; padding-bottom: 52px; }
  .business-options a:hover, .business-options a:focus-visible { padding-right: 0; padding-left: 12px; }
  .business-options i { top: auto; right: auto; bottom: 26px; left: 0; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form-wide { grid-column: auto; }
  .lead-form-footer { align-items: stretch; flex-direction: column; }

  .charging-hero-copy h1, .page-heading-layout h1, .article-header h1 { font-size: 40px; }
  .app-badges { align-items: flex-start; flex-direction: column; }
  .phone-stage { min-height: 460px; }
  .phone-device { width: min(205px, 62vw); }
  .charging-options-section, .guest-section, .roaming-section { padding-block: 68px; }
  .guest-visual { min-height: 360px; }
  .roaming-layout .button { width: 100%; }
  .locations-page-heading { padding-block: 60px 52px; }
  .page-heading-layout > p { font-size: 16px; }
  .locations-map { height: 320px; }
  .locations-map span { right: 12px; bottom: 12px; }
  .location-filter-buttons { display: grid; grid-template-columns: 1fr; }
  .location-row { grid-template-columns: 1fr; padding-block: 24px; }
  .location-power, .location-row > a { justify-self: start; }
  .article-header { padding-block: 54px 50px; }
  .article-header-inner { width: min(100% - 30px, 880px); }
  .article-back { margin-bottom: 42px; }
  .article-layout { padding-block: 54px 78px; }
  .article-content { overflow-x: auto; font-size: 17px; }
  .article-content table { min-width: 560px; }
  .footer-row { grid-template-columns: 1fr; gap: 34px; }
  .footer-meta { grid-column: auto; }

  .ui-section { padding-block: 58px; }
  .ui-sample-panel { padding: 20px; }
  .ui-swatch-grid, .ui-news-grid { grid-template-columns: 1fr; }
  .ui-button-row { align-items: stretch; flex-direction: column; }
  .ui-button-row .text-arrow { padding-block: 10px; }
  .ui-status-row { flex-direction: column; }
}

@media (max-width: 360px) {
  .language-menu summary { min-width: 56px; padding-inline: 7px; }
  .menu-button { min-width: 96px; gap: 10px; padding-inline: 10px; }
}
/*











 */

