:root {
  --ink:#173c30;
  --muted:#536158;
  --green:#1d4b37;
  --lime:#e5edc6;
  --yellow:#f3c756;
  --paper:#f8f9f3;
  --line:#dce2d7;
  --white:#fff;
  --font:'DM Sans',sans-serif;
  --heading:'Manrope',sans-serif;
  --surface:#f0f2e8;
  --surface-card:#f0f2e7;
  --surface-alt:#eceee3;
  --section:#edf0e5;
  --badge-bg:#e9ecd9;
  --accent:#7b873d;
  --accent-text:#536338;
  --on-brand:#f8f9f3;
  --header-bg:rgba(248,249,243,.97);
  --motif-opacity:.14;
  --motif-filter:none;
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:110px;
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font:16px/1.65 var(--font);
  -webkit-font-smoothing:antialiased;
}

button,input,select,textarea {
  font:inherit;
}

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

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

img {
  display:block;
  max-width:100%;
  height:auto;
}

figure,p,h1,h2,h3,h4 {
  margin:0;
}

h1,h2,h3,h4 {
  font-family:var(--heading);
  line-height:1.15;
}

h1,h2 {
  font-weight:650;
  text-wrap:balance;
  letter-spacing:-.055em;
}

h2 {
  font-size:clamp(2rem,3.3vw,3rem);
  max-width:650px;
}

h3 {
  font-size:1.35rem;
  letter-spacing:-.035em;
  font-weight:650;
}

p {
  color:var(--muted);
}

a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid #b07900;
  outline-offset:5px;
}

.container {
  width:min(1240px,calc(100% - 112px));
  margin-inline:auto;
}

.section {
  padding-block:100px;
  position:relative;
}

/* Dagin Arewa and paired relief bands, shared by every public page.
   Preserve the SVG's pigment colours; theme controls only intensity. */
.heritage-pattern,
.heritage-pattern .plans-section,
.heritage-pattern .stations-section {
  position:relative;
  isolation:isolate;
}

.heritage-pattern::before,
.heritage-pattern .plans-section::before,
.heritage-pattern .stations-section::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:url("../img/kano-relief-pattern.221809c4b3ec.svg");
  background-size:420px 420px;
  background-repeat:repeat;
  opacity:var(--motif-opacity);
  filter:var(--motif-filter);
}

@media (forced-colors:active), print {
  .heritage-pattern::before,
  .heritage-pattern .plans-section::before,
  .heritage-pattern .stations-section::before {
    display:none;
  }
}

.eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  line-height:1.5;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--accent-text);
  margin-bottom:22px;
}

.status-dot {
  width:6px;
  height:6px;
  background:currentColor;
  border-radius:50%;
  display:inline-block;
  flex-shrink:0;
}

.announcement {
  background:var(--green);
  color:#e8efde;
  font-size:11px;
  letter-spacing:.035em;
}

.announcement .container {
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:34px;
  gap:16px;
}

.announcement .status-dot {
  color:var(--yellow);
  margin-right:9px;
}

.announcement-location {
  display:flex;
  align-items:center;
  gap:8px;
}

.site-header {
  position:sticky;
  top:0;
  z-index:20;
  background:var(--header-bg);
  border-bottom:1px solid var(--line);
}

.header-inner {
  height:91px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand {
  flex-shrink:0;
}

.brand img {
  width:193px;
}

.site-nav {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:30px;
  font-size:13px;
  font-weight:600;
}

.site-nav>a:not(.button) {
  padding-block:12px;
  white-space:nowrap;
}

.site-nav>a:not(.button):hover,.text-link:hover,.footer-main a:hover {
  color:var(--accent-text);
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  min-height:52px;
  padding:14px 23px;
  background:var(--green);
  color:white;
  border:1px solid transparent;
  border-radius:5px;
  font-size:13px;
  font-weight:600;
  line-height:1.5;
  transition:background .2s,transform .2s;
}

.button:hover {
  background:#2f6246;
  transform:translateY(-2px);
}

.button span[aria-hidden] {
  font-size:20px;
  font-weight:400;
  line-height:1;
}

.action-icon {
  display:inline-block;
  width:20px;
  height:20px;
  flex-shrink:0;
  vertical-align:middle;
}

.announcement-location .action-icon,.footer-main .action-icon {
  width:16px;
  height:16px;
}

.footer-main .action-icon {
  margin-inline-start:4px;
}

.button-small {
  min-height:43px;
  padding:10px 18px;
  gap:25px;
}

.button-outline {
  background:transparent;
  color:var(--ink);
  border-color:var(--ink);
}

.button-outline:hover {
  color:white;
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:22px;
  font-size:13px;
  font-weight:650;
}

.text-link>span {
  font-size:22px;
  font-weight:400;
}

.button-row {
  display:flex;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
}

.nav-toggle {
  display:none;
}

.skip-link {
  position:fixed;
  top:-80px;
  left:16px;
  z-index:100;
  background:var(--green);
  color:white;
  padding:12px 20px;
}

.skip-link:focus {
  top:12px;
}

.hero {
  display:grid;
  grid-template-columns:1fr 1.04fr;
  gap:48px;
  align-items:center;
  padding-block:64px 62px;
}

.hero-copy {
  padding-block:8px;
}

.hero h1 {
  font-size:clamp(2.8rem,4.7vw,4.5rem);
  line-height:1.08;
  margin-bottom:24px;
}

.hero h1>span {
  display:block;
  text-wrap:balance;
  color:var(--accent);
}

.hero .lead {
  font-size:15px;
  line-height:1.85;
  max-width:450px;
  margin-bottom:30px;
}

.hero-footnote {
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:40px;
  font-size:11px;
  line-height:1.7;
  color:var(--muted);
}

.hero-footnote strong {
  font-weight:500;
  color:var(--ink);
}

.sun-mark {
  font-size:31px;
  line-height:1;
  color:var(--accent);
}

.hero-art {
  position:relative;
  align-self:stretch;
  min-height:510px;
  background:#dfdcca;
  border-radius:9px;
  overflow:hidden;
}

.hero-image {
  height:100%;
  width:100%;
  position:absolute;
  inset:0;
  object-fit:cover;
  object-position:53% center;
}

.art-label {
  color:#173c30;
  position:absolute;
  top:24px;
  left:24px;
  display:flex;
  align-items:center;
  gap:11px;
  background:rgba(250,250,240,.94);
  padding:13px 16px;
  border:1px solid rgba(255,255,255,.6);
  border-radius:4px;
  font-size:10px;
  line-height:1.6;
  box-shadow:0 3px 15px #233b2510;
}

.art-label .sun-mark {
  color:#7e893d;
}

.art-label strong {
  font-weight:600;
}

.hero-art figcaption {
  position:absolute;
  bottom:12px;
  right:14px;
  color:#fff;
  background:#1b2d1cd6;
  padding:3px 8px;
  font-size:9px;
  border-radius:3px;
}

.network-strip {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:var(--surface);
}

.network-inner {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-block:0;
  padding-block:29px;
  align-items:center;
  gap:25px;
}

.network-inner>p {
  font-size:16px;
  line-height:1.5;
  color:var(--muted);
}

.network-inner>p strong {
  font-weight:550;
  color:var(--ink);
}

.network-stat {
  border-left:1px solid var(--line);
  padding-left:38px;
  display:flex;
  flex-direction:column;
}

.network-stat dd {
  font:600 34px/1.15 var(--heading);
  letter-spacing:-.04em;
  margin:0;
  order:-1;
}

.network-stat dt {
  font-size:13px;
  color:var(--muted);
  margin-top:5px;
}

.section-heading {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:90px;
  align-items:end;
  margin-bottom:42px;
}

.section-heading>p {
  max-width:410px;
  font-size:14px;
  justify-self:end;
}

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

.ride-card {
  padding:32px 36px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--surface-card);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.ride-card:nth-child(even) {
  background:var(--surface-alt);
}

.card-index {
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
  font-size:11px;
  color:var(--accent-text);
  margin-bottom:25px;
}

.card-index>span:last-child {
  font-size:25px;
  border:1px solid var(--line);
  border-radius:50%;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
}

.ride-card h3 {
  font-size:26px;
  margin-bottom:10px;
}

.ride-card>p {
  font-size:14px;
}

.step-list {
  list-style:none;
  counter-reset:steps;
  margin:27px 0 30px;
  padding:0;
  display:grid;
  gap:21px;
}

.step-list li {
  counter-increment:steps;
  display:flex;
  gap:15px;
}

.step-list li:before {
  content:counter(steps,decimal-leading-zero);
  font-size:10px;
  color:var(--accent-text);
  padding-top:2px;
}

.step-list h4 {
  font-size:15px;
  font-weight:650;
  margin-bottom:5px;
  letter-spacing:-.02em;
}

.step-list p {
  font-size:14px;
}

.ride-card>.text-link {
  border-top:1px solid var(--line);
  width:100%;
  justify-content:space-between;
  padding-top:17px;
  margin-top:auto;
}

.plans-section {
  background:var(--section);
}

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

.plan-card {
  padding:34px 36px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--paper);
  display:flex;
  flex-direction:column;
}

.plan-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.plan-top h3 {
  font-size:20px;
}

.plan-badge {
  font-size:10px;
  font-weight:600;
  background:var(--badge-bg);
  padding:5px 11px;
  border-radius:20px;
}

.plan-price {
  margin-top:27px;
  display:flex;
  align-items:baseline;
  gap:5px;
  flex-wrap:wrap;
}

.plan-price strong {
  font:650 43px/1.2 var(--heading);
  letter-spacing:-.05em;
  color:var(--ink);
}

.plan-price>span {
  font-size:13px;
}

.plan-description {
  font-size:13px;
  margin-top:13px;
}

.check-list {
  list-style:none;
  padding:0;
  display:grid;
  gap:11px;
  color:var(--muted);
  font-size:13px;
}

.check-list li {
  display:flex;
  align-items:baseline;
  gap:10px;
}

.check-list li:before {
  content:'✓';
  color:var(--accent-text);
  font-size:12px;
  font-weight:700;
  flex-shrink:0;
}

.plan-card .check-list {
  border-top:1px solid var(--line);
  padding-top:25px;
  margin-block:25px 30px;
  flex:1;
}

.plan-card>.button {
  width:100%;
}

.plan-featured {
  background:var(--green);
  color:var(--on-brand);
  border-color:var(--green);
}

.plan-featured .plan-price strong {
  color:white;
}

.plan-featured p,.plan-featured .check-list {
  color:#dce5d7;
}

.plan-featured .check-list {
  border-color:#ffffff26;
}

.plan-featured .check-list li:before {
  color:#d5e39b;
}

.plan-featured .plan-badge {
  background:var(--yellow);
  color:#273b27;
}

.plan-featured>.button {
  background:var(--yellow);
  color:#263923;
}

.plan-featured>.button:hover {
  background:#ffdb78;
}

.section-note {
  text-align:center;
  font-size:12px;
  margin-top:28px;
}

.section-note a {
  text-decoration:underline;
  text-underline-offset:3px;
  color:var(--ink);
}

.anchor-alias {
  position:absolute;
  top:0;
  scroll-margin-top:110px;
}

.ownership-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
}

.ownership-intro {
  padding-top:16px;
}

.ownership-intro>p:not(.eyebrow) {
  margin-top:24px;
  font-size:14px;
}

.ownership-intro h2 {
  font-size:clamp(2rem,3vw,2.8rem);
}

.eligibility {
  margin-top:33px;
  border-top:1px solid var(--line);
  padding-top:25px;
}

.eligibility h3 {
  font-size:16px;
}

.ownership-plans {
  display:grid;
  gap:20px;
}

.plan-compact {
  padding:27px 30px;
  background:var(--surface-card);
  color:var(--ink);
  border-color:var(--line);
}

.plan-compact .plan-price {
  margin-top:17px;
}

.plan-compact .plan-price strong {
  font-size:33px;
  color:var(--ink);
}

.plan-compact p,.plan-compact .check-list {
  color:var(--muted);
}

.plan-compact .check-list {
  border-color:var(--line);
  padding-top:18px;
  margin-block:18px 23px;
  font-size:12px;
  gap:7px;
}

.plan-compact .check-list li:before {
  color:var(--accent-text);
}

.plan-compact>.button {
  background:var(--green);
  color:white;
}

.plan-compact>.button:hover {
  background:#2f6246;
}

.plan-compact .plan-badge {
  background:var(--badge-bg);
  color:var(--ink);
}

.small-copy {
  font-size:12px!important;
  line-height:1.8;
}

.large-arrow {
  font-size:80px;
  line-height:1.2;
  margin-bottom:25px;
}

.ownership-plans>.ride-card>p {
  margin-bottom:25px;
}

.stations-section {
  background:var(--section);
}

.station-layout {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:48px;
}

.network-map {
  min-height:380px;
  background:var(--surface-alt);
  border-radius:8px;
  position:relative;
  overflow:hidden;
}

.network-map>img {
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
}

.map-caption {
  position:absolute;
  bottom:16px;
  left:16px;
  right:16px;
  background:var(--paper);
  border-radius:4px;
  padding:16px;
  display:flex;
  align-items:center;
  gap:9px;
  font-size:11px;
  box-shadow:0 4px 20px #193a3114;
}

.map-caption a {
  margin-left:auto;
  font-weight:600;
}

.station-list {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.station-row {
  display:flex;
  flex-direction:column;
  gap:20px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--paper);
}

.station-number {
  font-size:10px;
  color:var(--accent-text);
  padding-top:4px;
}

.station-row h3 {
  font-size:18px;
  margin-bottom:7px;
}

.station-row p {
  font-size:14px;
  margin-top:8px;
}

.station-row>div>.small-copy {
  margin-top:6px;
  font-size:11px!important;
}

.station-row>a {
  min-height:44px;
  margin-top:auto;
  font-size:13px;
  text-decoration:underline;
  text-underline-offset:4px;
  justify-content:space-between;
}

.station-row>a:hover {
  background:var(--surface-alt);
}

.station-note {
  margin-top:20px;
  font-size:13px;
}

.station-image {
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:5px;
}

.cms-card-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:32px;
}

.cms-card-grid article {
  border-top:1px solid var(--line);
  padding-top:24px;
}

.cms-card-grid h3 {
  font-size:20px;
  line-height:1.4;
  margin-bottom:12px;
}

.cms-card-grid p,.cms-card-grid .check-list {
  font-size:14px;
}

.cms-card-grid img,.cms-card-grid .eyebrow {
  margin-bottom:20px;
}

.cms-card-grid .cms-metric {
  margin-top:20px;
  color:var(--ink);
}

.feature-grid {
  margin-top:44px;
}

.benefits-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:40px 36px;
}

.benefits-grid article {
  border-top:1px solid var(--line);
  padding-top:25px;
}

.benefit-number {
  font-size:10px;
  color:var(--accent-text);
}

.benefits-grid h3 {
  margin-block:20px 13px;
  font-size:19px;
  line-height:1.4;
}

.benefits-grid p {
  font-size:14px;
}

.benefits-grid .check-list {
  font-size:11px;
  margin-top:20px;
  gap:6px;
}

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

.gallery-grid img {
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:7px;
}

.gallery-grid figcaption {
  padding-top:16px;
  font-size:13px;
}

.gallery-grid p {
  font-size:12px;
}

.app-section {
  padding-block:8px 25px;
}

.app-banner {
  background:var(--green);
  border-radius:9px;
  padding:57px 64px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:60px;
  overflow:hidden;
}

.app-banner .eyebrow {
  color:#d4dda9;
}

.app-banner h2 {
  max-width:430px;
  color:var(--on-brand);
  font-size:clamp(2rem,3.6vw,3.3rem);
}

.app-banner p:not(.eyebrow) {
  color:#d2ddcd;
  font-size:14px;
  max-width:410px;
  margin-block:24px;
}

.app-banner .text-link {
  font-size:14px;
  margin-top:20px;
  color:#e7ebda;
}

.app-banner-simple .app-store-links {
  max-width:350px;
  justify-content:flex-end;
  margin:0;
}

.app-feature-panel {
  padding:36px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:8px;
}

.app-feature-panel h2 {
  font-size:26px;
  margin-bottom:20px;
}

.app-feature-panel p {
  font-size:15px;
}

.contact-phone {
  display:block;
  margin-top:12px;
  text-decoration:underline;
  text-underline-offset:4px;
}

.brand img,.footer-brand img {
  object-fit:contain;
  object-position:left center;
  max-height:40px;
}

.app-store-links {
  display:flex;
  align-items:center;
  gap:13px;
  flex-wrap:wrap;
  margin-top:24px;
}

.app-store-link {
  display:inline-block;
  border-radius:7px;
}

.app-store-link img {
  height:45px;
  width:auto;
  max-width:190px;
  object-fit:contain;
}

.app-store-link:hover {
  transform:translateY(-2px);
}

.app-illustration {
  position:relative;
  min-height:300px;
  display:grid;
  place-items:center;
}

.app-orbit {
  position:absolute;
  width:365px;
  height:365px;
  border:1px solid #d7e1b927;
  border-radius:50%;
}

.app-orbit:after {
  content:'';
  position:absolute;
  inset:35px;
  border:1px solid #d7e1b927;
  border-radius:50%;
}

.app-ticket {
  width:230px;
  background:#e5edc6;
  color:var(--green);
  padding:25px;
  border-radius:10px;
  transform:rotate(8deg);
  position:relative;
  box-shadow:14px 16px 0 #153d2c;
}

.ticket-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:9px;
  letter-spacing:.12em;
  font-weight:700;
}

.ticket-top>span {
  font-size:22px;
  line-height:1;
}

.ticket-title {
  display:block;
  font:600 34px/1.2 var(--heading);
  letter-spacing:-.05em;
  margin-top:33px;
}

.ticket-route {
  height:65px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
}

.ticket-route:before {
  content:'';
  position:absolute;
  inset:50% 0 auto;
  border-top:1px dashed #7d8e60;
}

.ticket-route>span {
  width:11px;
  height:11px;
  background:var(--green);
  border:3px solid #e5edc6;
  outline:1px solid var(--green);
  border-radius:50%;
  z-index:1;
}

.ticket-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid #bdcda1;
  padding-top:18px;
}

.ticket-bottom>span {
  font-size:8px;
  line-height:1.8;
  letter-spacing:.1em;
}

.ticket-bottom>strong {
  font-size:35px;
  font-weight:400;
  line-height:1;
}

.contact-section {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:90px;
}

.contact-section h2 {
  font-size:clamp(2rem,3vw,2.8rem);
}

.contact-intro {
  margin-top:23px;
  font-size:14px;
  max-width:410px;
}

.contact-actions {
  display:flex;
  gap:24px;
  align-items:center;
  flex-wrap:wrap;
  margin-block:26px 18px;
}

.contact-email {
  display:inline-block;
  font-size:13px;
  margin-top:15px;
  text-decoration:underline;
  text-underline-offset:4px;
}

.faq-list {
  padding-top:8px;
}

.faq-list h3 {
  font-size:19px;
  margin-bottom:19px;
}

.faq-list details {
  border-bottom:1px solid var(--line);
}

.faq-list summary {
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:20px;
  cursor:pointer;
  padding-block:20px;
  font-size:14px;
  font-weight:600;
  align-items:center;
}

.faq-list summary::-webkit-details-marker {
  display:none;
}

.faq-list summary>span {
  font-size:22px;
  line-height:1;
  font-weight:400;
  flex-shrink:0;
}

.faq-list details[open] summary>span {
  transform:rotate(45deg);
}

.faq-list details p {
  padding:0 25px 22px 0;
  font-size:13px;
  line-height:1.9;
}

.site-footer {
  border-top:1px solid var(--line);
  background:var(--surface);
}

.footer-main {
  display:grid;
  grid-template-columns:2fr 1fr 1.2fr;
  gap:80px;
  padding-block:56px 47px;
}

.footer-brand img {
  width:185px;
}

.footer-brand p {
  font-size:12px;
  max-width:300px;
  margin-top:20px;
  line-height:1.9;
}

.footer-main h2 {
  font:650 12px var(--font);
  letter-spacing:0;
  margin-bottom:20px;
}

.footer-main>div:not(.footer-brand)>a,.footer-main>div:not(.footer-brand)>p {
  display:block;
  font-size:12px;
  margin-block:8px;
  overflow-wrap:anywhere;
}

.footer-bottom {
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-block:21px;
  font-size:10px;
  color:var(--muted);
}

.footer-bottom>div {
  display:flex;
  align-items:center;
  gap:25px;
}

.empty-state {
  padding:32px;
  border:1px solid var(--line);
  border-radius:7px;
  background:var(--paper);
}

.empty-state p {
  margin-block:15px 24px;
  font-size:14px;
}

.policy-page {
  max-width:870px;
  padding-block:80px 110px;
}

.policy-card {
  padding:clamp(24px,4vw,48px);
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:8px;
}

.policy-page h1 {
  font-size:clamp(2.5rem,5vw,4rem);
  margin-bottom:28px;
}

.policy-page .lead {
  font-size:18px;
  line-height:1.8;
}

.policy-date {
  font-size:13px;
  margin-block:15px;
}

.policy-body {
  border-top:1px solid var(--line);
  padding-top:30px;
  margin-top:35px;
}

.policy-body p {
  margin-bottom:22px;
}

.policy-body strong {
  color:var(--ink);
}

.policy-callout {
  padding:25px;
  background:var(--surface-alt);
  border-radius:6px;
  margin-top:30px;
  display:grid;
  gap:8px;
  overflow-wrap:anywhere;
}

.policy-callout a {
  text-decoration:underline;
}

.mobile-app-hero {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:80px;
  align-items:center;
}

.mobile-app-copy h1 {
  font-size:clamp(3rem,4.5vw,4.4rem);
  margin-bottom:25px;
}

.mobile-app-copy .lead {
  max-width:500px;
}

.mobile-app-copy .small-copy {
  margin-top:25px;
}

.app-map-preview {
  background:var(--surface-alt);
  padding:26px;
  border-radius:9px;
  transform:rotate(2deg);
}

.app-map-preview>img {
  height:350px;
  object-fit:cover;
  width:100%;
  border-radius:5px;
}

.app-map-preview>div {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:18px;
  font-size:13px;
}

.mobile-app-detail {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:70px;
  padding:40px;
  background:var(--section);
  border-radius:8px;
  margin-top:75px;
}

.mobile-app-detail h2 {
  font-size:28px;
  margin-bottom:15px;
}

.mobile-app-detail p {
  font-size:14px;
}

.mobile-app-detail .check-list {
  align-content:center;
}

.gallery-section {
  padding-top:0;
}


:root[data-theme="dark"] {
  --ink:#edf2e7;
  --muted:#afbeb2;
  --paper:#101f18;
  --line:#35483b;
  --surface:#15271e;
  --surface-card:#192e23;
  --surface-alt:#203629;
  --section:#14271d;
  --badge-bg:#34482b;
  --accent:#c5d28e;
  --accent-text:#bdcc92;
  --header-bg:rgba(16,31,24,.97);
  --motif-opacity:.11;
  --motif-filter:brightness(1.65) saturate(.85);
}

.header-actions {
  display:flex;
  align-items:center;
  flex-shrink:0;
  gap:9px;
}

.theme-toggle {
  display:none;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid var(--line);
  border-radius:5px;
  background:transparent;
  color:var(--ink);
  cursor:pointer;
}

.js .theme-toggle {
  display:flex;
}

.theme-toggle:hover {
  background:var(--surface-alt);
}

.theme-icon-sun,
[data-theme="dark"] .theme-icon-moon {
  display:none;
}

[data-theme="dark"] .theme-icon-sun {
  display:block;
}

[data-theme="dark"] .section-note a {
  color:var(--ink);
}

[data-theme="dark"] .plan-featured .eyebrow {
  color:var(--on-brand);
}

@media(min-width:1500px) {
  .hero {
    padding-block:78px;
  }
  .hero-art {
    min-height:550px;
  }
}

@media(max-width:1150px) {
  .container {
    width:calc(100% - 72px);
  }
  .site-nav {
    gap:22px;
  }
  .hero {
    gap:32px;
  }
  .hero-art {
    min-height:480px;
  }
  .hero h1 {
    font-size:3.5rem;
  }
  .hero .lead {
    font-size:14px;
  }
  .section-heading,.ownership-section,.contact-section {
    gap:50px;
  }
  .app-banner {
    padding:50px;
    gap:30px;
  }
  .footer-main {
    gap:50px;
  }
}

@media(max-width:900px) {
  .container {
    width:calc(100% - 48px);
  }
  .header-inner {
    height:78px;
  }
  .brand img {
    width:165px;
  }
  .site-nav {
    gap:18px;
    font-size:11px;
  }
  .site-nav .button {
    gap:15px;
    padding:10px 14px;
  }
  .hero {
    gap:28px;
    padding-block:45px;
  }
  .hero h1 {
    font-size:2.8rem;
  }
  .hero-art {
    min-height:440px;
  }
  .hero .button-row {
    gap:20px;
  }
  .hero-footnote {
    margin-top:27px;
  }
  .hero .button {
    font-size:12px;
    padding:13px 16px;
    gap:20px;
  }
  .section {
    padding-block:75px;
  }
  .network-stat {
    padding-left:25px;
  }
  .network-stat dd {
    font-size:29px;
  }
  .network-inner>p {
    font-size:14px;
  }
  .section-heading {
    gap:35px;
  }
  .ride-card,.plan-card {
    padding:27px;
  }
  .ownership-section {
    gap:35px;
  }
  .plan-top h3 {
    font-size:18px;
  }
  .plan-compact .plan-price strong {
    font-size:30px;
  }
  .station-layout {
    gap:27px;
  }
  .network-map {
    min-height:380px;
  }
  .map-caption {
    padding:12px;
    font-size:10px;
    flex-wrap:wrap;
  }
  .map-caption a {
    margin-left:0;
  }
  .benefits-grid {
    gap:30px;
  }
  .app-banner {
    padding:43px;
    gap:20px;
  }
  .app-ticket {
    width:200px;
    padding:22px;
  }
  .ticket-title {
    font-size:29px;
  }
  .app-orbit {
    width:290px;
    height:290px;
  }
  .contact-section {
    gap:40px;
  }
  .contact-actions {
    gap:18px;
  }
  .footer-main {
    gap:30px;
  }
  .mobile-app-hero {
    gap:40px;
  }
  .mobile-app-detail {
    gap:35px;
  }
}

@media(max-width:980px) {
  html {
    scroll-padding-top:86px;
  }
  .container {
    width:calc(100% - 40px);
  }
  .announcement .container {
    min-height:32px;
    font-size:9px;
  }
  .announcement-location {
    font-size:9px;
    gap:8px;
  }
  .header-inner {
    height:74px;
    flex-wrap:wrap;
    gap:0;
  }
  .brand img {
    width:164px;
  }
  .nav-toggle {
    width:44px;
    height:44px;
    padding:12px;
    border:1px solid var(--line);
    border-radius:5px;
    background:transparent;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    color:var(--ink);
  }
  .nav-toggle span {
    display:block;
    width:18px;
    height:1.5px;
    background:currentColor;
    transition:transform .2s;
  }
  .nav-toggle[aria-expanded=true] span:first-child {
    transform:translateY(3.75px) rotate(45deg);
  }
  .nav-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-3.75px) rotate(-45deg);
  }
  .header-actions {
    order:2;
  }
  .site-nav {
    order:3;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:var(--paper);
    padding:8px 0 22px;
  }
  .site-nav>a:not(.button) {
    padding:13px 3px;
    font-size:14px;
    border-top:1px solid var(--line);
  }
  .site-nav .button {
    margin-top:8px;
    font-size:13px;
  }
  .header-inner:has(.site-nav) {
    height:auto;
    min-height:74px;
    padding-top:15px;
  }
  .header-inner:has(.site-nav)>.brand,.header-inner:has(.site-nav)>.header-actions {
    margin-bottom:15px;
  }
  .js .header-inner {
    height:74px;
    padding-top:0;
    position:relative;
  }
  .js .header-inner>.brand,.js .header-inner>.header-actions {
    margin-bottom:0;
  }
  .js .site-nav {
    display:none;
    position:absolute;
    left:-20px;
    right:-20px;
    top:74px;
    width:auto;
    padding:10px 24px 24px;
    box-shadow:0 16px 24px #1d392815;
    border-bottom:1px solid var(--line);
  }
  .js .site-nav.is-open {
    display:flex;
  }
  .hero {
    grid-template-columns:1fr;
    gap:30px;
    padding-block:38px 32px;
  }
  .hero-copy {
    padding:0;
  }
  .hero h1 {
    font-size:clamp(2.65rem,8vw,3.9rem);
    max-width:560px;
    margin-bottom:22px;
  }
  .hero .eyebrow {
    font-size:10px;
    margin-bottom:20px;
  }
  .hero .lead {
    font-size:15px;
    max-width:580px;
    margin-bottom:25px;
  }
  .hero-footnote {
    margin-top:26px;
  }
  .hero-art {
    min-height:0;
    aspect-ratio:1.25;
    max-height:480px;
  }
  .hero-image {
    object-position:50% 60%;
  }
  .art-label {
  color:#173c30;
    left:16px;
    top:16px;
    font-size:10px;
    padding:10px 13px;
  }
  .hero-art figcaption {
    font-size:8px;
    right:10px;
    bottom:10px;
  }
  .network-inner {
    grid-template-columns:repeat(3,1fr);
    gap:13px;
    padding-block:25px;
  }
  .network-inner>p {
    grid-column:1/-1;
    display:flex;
    gap:5px;
    font-size:12px;
    margin-bottom:9px;
  }
  .network-inner>p br {
    display:none;
  }
  .network-stat {
    padding-left:14px;
  }
  .network-stat:first-child {
    padding-left:0;
    border-left:0;
  }
  .network-stat dd {
    font-size:28px;
  }
  .network-stat dt {
    font-size:12px;
  }
  .section {
    padding-block:60px;
  }
  .section-heading {
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:28px;
  }
  .section-heading>p {
    justify-self:start;
    font-size:13px;
    max-width:560px;
  }
  .eyebrow {
    font-size:10px;
    margin-bottom:17px;
  }
  h2 {
    font-size:2rem;
    max-width:550px;
  }
  .ride-grid,.plans-grid,.ownership-section,.station-layout,.contact-section {
    grid-template-columns:1fr;
    gap:20px;
  }
  .ride-card {
    padding:26px;
  }
  .ride-card h3 {
    font-size:25px;
  }
  .ride-card>p {
    font-size:13px;
  }
  .step-list {
    gap:20px;
    margin-block:24px;
  }
  .card-index {
    margin-bottom:21px;
  }
  .plan-card {
    padding:27px;
  }
  .plan-price strong {
    font-size:39px;
  }
  .plan-top h3 {
    font-size:20px;
  }
  .section-note {
    text-align:left;
    font-size:11px;
    line-height:1.9;
  }
  .ownership-section {
    gap:30px;
  }
  .ownership-intro {
    padding-top:0;
  }
  .ownership-intro>p:not(.eyebrow) {
    font-size:13px;
    margin-top:20px;
  }
  .eligibility {
    margin-top:25px;
  }
  .plan-compact .plan-price strong {
    font-size:33px;
  }
  .station-layout {
    gap:12px;
  }
  .network-map {
    min-height:330px;
  }
  .map-caption {
    flex-wrap:nowrap;
    font-size:10px;
    gap:8px;
  }
  .map-caption a {
    margin-left:auto;
  }
  .station-row {
    padding:24px;
  }
  .station-list,.cms-card-grid {
    grid-template-columns:1fr;
  }
  .station-row h3 {
    font-size:17px;
  }
  .station-note {
    font-size:13px;
  }
  .benefits-grid {
    grid-template-columns:1fr 1fr;
    gap:28px 22px;
  }
  .benefits-grid h3 {
    font-size:17px;
    margin-block:15px 12px;
  }
  .benefits-grid p {
    font-size:14px;
  }
  .benefits-grid .check-list {
    font-size:10px;
  }
  .app-section {
    padding-block:0 10px;
  }
  .app-banner {
    padding:34px 28px;
    grid-template-columns:1fr;
    gap:25px;
  }
  .app-banner h2 {
    font-size:2.3rem;
  }
  .app-banner p:not(.eyebrow) {
    font-size:13px;
    margin-block:20px;
  }
  .app-illustration {
    min-height:280px;
  }
  .app-orbit {
    width:285px;
    height:285px;
  }
  .app-ticket {
    width:205px;
    padding:22px;
  }
  .app-store-links {
    gap:10px;
  }
  .app-store-link img {
    height:42px;
    max-width:160px;
  }
  .app-banner .text-link {
    gap:13px;
    font-size:14px;
  }
  .app-banner-simple .app-store-links {
    justify-content:flex-start;
    max-width:none;
  }
  .app-feature-panel {
    padding:28px;
  }
  .contact-section {
    gap:38px;
  }
  .contact-section h2 {
    font-size:2rem;
  }
  .contact-intro {
    font-size:13px;
    margin-top:20px;
  }
  .contact-actions .button {
    gap:22px;
    font-size:12px;
    padding-inline:18px;
  }
  .contact-actions .text-link {
    font-size:12px;
    gap:10px;
  }
  .faq-list h3 {
    font-size:18px;
  }
  .faq-list summary {
    font-size:14px;
  }
  .faq-list details p {
    font-size:14px;
  }
  .footer-main {
    grid-template-columns:1fr 1fr;
    gap:32px 20px;
    padding-block:40px 33px;
  }
  .footer-brand {
    grid-column:1/-1;
  }
  .footer-brand img {
    width:169px;
  }
  .footer-brand p {
    max-width:390px;
    font-size:11px;
  }
  .footer-main>div:not(.footer-brand)>a,.footer-main>div:not(.footer-brand)>p {
    font-size:11px;
  }
  .footer-bottom {
    flex-direction:column;
    font-size:9px;
    gap:14px;
  }
  .footer-bottom>div {
    gap:22px;
  }
  .footer-bottom>div>a:last-child {
    margin-left:auto;
    font-size:20px;
  }
  .mobile-app-hero,.mobile-app-detail {
    grid-template-columns:1fr;
    gap:35px;
  }
  .mobile-app-copy h1 {
    font-size:2.7rem;
  }
  .mobile-app-detail {
    padding:28px;
    margin-top:45px;
    gap:20px;
  }
  .mobile-app-detail h2 {
    font-size:25px;
  }
  .app-map-preview {
    padding:18px;
  }
  .app-map-preview>img {
    height:290px;
  }
  .policy-page {
    padding-block:45px 65px;
  }
  .policy-page .lead {
    font-size:16px;
  }
  .policy-body {
    font-size:14px;
  }
  .policy-callout {
    font-size:14px;
    padding:20px;
  }
  .gallery-grid {
    grid-template-columns:1fr 1fr;
  }
  .gallery-grid img {
    height:220px;
  }
  .anchor-alias {
    scroll-margin-top:85px;
  }
}

@media(max-width:380px) {
  .container {
    width:calc(100% - 32px);
  }
  .announcement-location {
    display:none;
  }
  .hero h1 {
    font-size:2.5rem;
  }
  .hero .button-row {
    gap:17px;
  }
  .hero .text-link {
    font-size:12px;
    gap:10px;
  }
  .benefits-grid {
    grid-template-columns:1fr;
  }
  .app-banner {
    padding:28px 22px;
  }
  .button {
    gap:20px;
  }
  .plan-card {
    padding:23px;
  }
  .map-caption {
    font-size:9px;
  }
  .gallery-grid {
    grid-template-columns:1fr;
  }
  .footer-main {
    gap:28px 14px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
  }
}
