:root {
  --tabs-height: 0px;
  --ne-navy: #241015;
  --ne-blue: #7b1e2b;
  --ne-teal: #c33e52;
  --ne-sky: #f8dfe4;
  --ne-cream: #f5f1e8;
  --ne-ink: #2a1a1d;
  --ne-muted: #5d6870;
  --ne-red: #7b1e2b;
  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--tabs-height) + 82px); }
body { min-width: 0; margin: 0; overflow-x: clip; font-family: 'Inter', system-ui, sans-serif; color: var(--ne-ink); background: #fbfaf7; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }

.ne-nav { position: fixed; top: var(--tabs-height); left: 0; right: 0; z-index: 100; background: linear-gradient(90deg, rgba(123,30,43,.97), rgba(195,62,82,.95)); backdrop-filter: blur(16px); color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); box-shadow: 0 8px 24px rgba(123,30,43,.25); }
.ne-nav-inner { max-width: var(--maxw); margin: auto; min-height: 108px; padding: 14px 24px; display: flex; align-items: center; gap: 28px; }
.ne-brand { display: flex; align-items: center; gap: 21px; font: 800 1.55rem/.94 'Manrope', sans-serif; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.ne-brand img { width: 240px; height: auto; }
.ne-brand span { display: flex; min-height: 68px; padding-left: 21px; align-items: center; border-left: 1px solid rgba(255,255,255,.42); }
.ne-links { margin-left: auto; display: flex; align-items: center; gap: 24px; font-size: .9rem; font-weight: 600; }
.ne-links > a:not(.ne-button) { position: relative; display: inline-flex; align-items: center; opacity: .8; }
.ne-links > a:not(:first-child):not(.ne-button)::before { content: ''; width: 5px; height: 5px; margin-right: 24px; border-radius: 50%; background: rgba(255,255,255,.62); box-shadow: 0 0 0 3px rgba(255,255,255,.08); }
.ne-links > a:hover { opacity: 1; }
.ne-menu-button { display: none; margin-left: auto; padding: 9px 14px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; }
.ne-mobile-menu { position: fixed; top: calc(var(--tabs-height) + 108px); left: 0; right: 0; z-index: 90; display: grid; padding: 12px 24px 22px; background: var(--ne-navy); color: #fff; box-shadow: 0 18px 30px rgba(0,0,0,.2); }
.ne-mobile-menu a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }

.ne-livery-stripes { position: fixed; right: -40px; bottom: -120px; z-index: 0; width: 820px; height: 820px; pointer-events: none; }
.ne-livery-stripes span { position: absolute; bottom: -40px; left: 0; width: 70px; height: 240%; border-radius: 999px; background: rgba(123,30,43,.075); box-shadow: 0 20px 40px rgba(123,30,43,.07); transform: rotate(32deg); transform-origin: bottom left; }
.ne-livery-stripes span + span { left: 110px; background: rgba(195,62,82,.05); }
main, .ne-footer { position: relative; z-index: 1; }

.ne-button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border: 0; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.ne-button:hover { transform: translateY(-2px); }
.ne-button-light { background: #fff; color: var(--ne-navy); }
.ne-button-primary { background: linear-gradient(120deg, var(--ne-blue), var(--ne-teal)); color: #fff; box-shadow: 0 12px 30px rgba(123,30,43,.3); }

.ne-hero { min-height: 760px; padding: calc(var(--tabs-height) + 146px) max(24px, calc((100vw - var(--maxw))/2)) 84px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; overflow: hidden; background: radial-gradient(circle at 88% 20%, rgba(195,62,82,.18), transparent 28%), linear-gradient(135deg, #f8f4eb 0%, #f8e8eb 100%); }
.ne-kicker, .ne-card-label { margin: 0 0 14px; color: var(--ne-blue); text-transform: uppercase; letter-spacing: .19em; font-size: .75rem; font-weight: 800; }
.ne-hero h1 { margin: 0; max-width: 720px; font: 800 clamp(3.2rem, 6.4vw, 6.5rem)/.92 'Manrope', sans-serif; letter-spacing: -.06em; color: var(--ne-navy); }
.ne-hero h1 span { color: var(--ne-blue); }
.ne-intro { max-width: 650px; margin: 30px 0; color: var(--ne-muted); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.7; }
.ne-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.ne-text-link { color: var(--ne-navy); font-weight: 700; }
.ne-text-link span { display: inline-block; transition: transform .2s ease; }
.ne-text-link:hover span { transform: translateX(4px); }
.ne-hero-visual { position: relative; min-height: 520px; }
.ne-hero-visual::before { content: ''; position: absolute; inset: 30px -80px -30px 70px; border-radius: 46% 54% 45% 55%; background: var(--ne-teal); opacity: .13; transform: rotate(7deg); }
.ne-hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 34px 110px 34px 34px; box-shadow: 0 35px 70px rgba(36,16,21,.25); }
.ne-location-card { position: absolute; left: -40px; bottom: 35px; display: flex; align-items: center; gap: 14px; min-width: 260px; padding: 18px 22px; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-radius: 16px; box-shadow: 0 20px 45px rgba(36,16,21,.2); }
.ne-location-dot { width: 14px; height: 14px; flex: 0 0 auto; border-radius: 50%; background: var(--ne-teal); box-shadow: 0 0 0 7px rgba(195,62,82,.15); }
.ne-location-card strong, .ne-location-card small { display: block; }
.ne-location-card strong { color: var(--ne-navy); }
.ne-location-card small { margin-top: 3px; color: var(--ne-muted); }

/* Newcastle panorama hero */
.ne-hero.ne-hero-city {
  position: relative;
  isolation: isolate;
  min-height: max(780px, 100svh);
  padding: calc(var(--tabs-height) + 135px) max(24px, calc((100vw - var(--maxw))/2)) 70px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: var(--ne-navy);
}
.ne-hero-media,
.ne-hero-shade { position: absolute; inset: 0; }
.ne-hero-media { z-index: -3; overflow: hidden; }
.ne-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; transform: scale(1.005); }
.ne-hero-slide { opacity: 0; transition: opacity 1.35s ease, transform 8s ease; }
.ne-hero-slide.is-active { opacity: 1; transform: scale(1.025); }
.ne-hero-slide:nth-child(2) { object-position: center 48%; }
.ne-hero-slide:nth-child(3) { object-position: center 45%; }
.ne-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(24,6,10,.7) 0%, rgba(24,6,10,.46) 39%, rgba(24,6,10,.07) 72%),
    linear-gradient(0deg, rgba(24,6,10,.68) 0%, transparent 42%),
    linear-gradient(180deg, rgba(24,6,10,.16), transparent 27%);
}
.ne-hero-city .ne-hero-copy { width: min(760px, 100%); }
.ne-hello-frame {
  width: fit-content;
  padding: 0;
}
.ne-hero-city h1 {
  color: #fff;
  font-size: clamp(4rem, 8.5vw, 8.5rem);
  line-height: .89;
  letter-spacing: -.07em;
  text-shadow: 0 4px 35px rgba(0,0,0,.38);
}
.ne-hero-greeting { position: relative; min-height: 1.8em; width: min(780px, 100%); }
.ne-greeting-slide { position: absolute; left: 0; bottom: 0; display: block; width: max-content; max-width: 100%; color: #fff; font-size: 1em; opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; pointer-events: none; }
.ne-greeting-slide.is-active { opacity: 1; transform: translateY(0); }
.ne-greeting-slide b { display: block; font: inherit; white-space: nowrap; }
.ne-greeting-slide em { display: block; color: #fff; font-size: .76em; font-style: normal; letter-spacing: -.055em; white-space: nowrap; }
.ne-hero-city .ne-intro { max-width: 700px; margin: 24px 0; color: rgba(255,255,255,.88); text-shadow: 0 2px 18px rgba(0,0,0,.45); }
.ne-hero-city .ne-text-link { color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.ne-hero-dots { display: flex; gap: 9px; margin-top: 28px; }
.ne-hero-dots button { width: 9px; height: 9px; padding: 0; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: transparent; cursor: pointer; transition: width .3s ease, border-radius .3s ease, background .3s ease; }
.ne-hero-dots button.is-active { width: 31px; border-radius: 999px; background: #fff; }

.ne-section { max-width: var(--maxw); margin: auto; padding: 110px 24px; }
.ne-coverage h2, .ne-standards h2, .ne-contact h2 { margin: 0; font: 750 clamp(2.2rem, 4vw, 3.8rem)/1.05 'Manrope', sans-serif; letter-spacing: -.045em; color: var(--ne-navy); }
.ne-coverage-copy > p, .ne-contact-intro > p { margin: 0; color: var(--ne-muted); line-height: 1.75; }
#bus-services, #coach-hire, #contact { scroll-margin-top: calc(var(--tabs-height) + 100px); }

.ne-bus-services { padding-bottom: 0; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.ne-bus-services > *, .ne-coverage > *, .ne-contact > *, .ne-timetables-heading > * { min-width: 0; }
.ne-bus-copy h2 { margin: 0; max-width: 720px; font: 750 clamp(2.2rem, 4vw, 3.8rem)/1.05 'Manrope', sans-serif; letter-spacing: -.045em; color: var(--ne-navy); }
.ne-bus-copy > p { max-width: 690px; margin: 24px 0 0; color: var(--ne-muted); line-height: 1.75; }
.ne-bus-copy .ne-button { margin-top: 30px; }
.ne-bus-panel { min-height: 330px; padding: 42px; display: flex; flex-direction: column; justify-content: center; gap: 32px; border-radius: 28px; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(255,255,255,.12), transparent 34%), linear-gradient(145deg, var(--ne-navy), #6b1725); box-shadow: 0 24px 55px rgba(36,16,21,.2); }
.ne-bus-panel .ne-card-label { color: #f3a8b4; }
.ne-bus-date { display: flex; align-items: baseline; gap: 16px; }
.ne-bus-date strong { font: 800 clamp(5rem, 8vw, 7.5rem)/.8 'Manrope', sans-serif; letter-spacing: -.08em; }
.ne-bus-date span { font: 700 1.1rem 'Manrope', sans-serif; text-transform: uppercase; letter-spacing: .17em; }
.ne-timetables { grid-column: 1 / -1; margin-top: 20px; padding: 110px 0; background: #f8eef0; box-shadow: 0 0 0 100vmax #f8eef0; clip-path: inset(0 -100vmax); }
.ne-timetables-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 44px; }
.ne-timetables-heading h3 { margin: 0; font: 750 clamp(1.8rem, 3vw, 2.8rem)/1.05 'Manrope', sans-serif; color: var(--ne-navy); }
.ne-timetables-heading > p { margin: 0; color: var(--ne-muted); line-height: 1.65; }
.ne-timetables-heading > .ne-timetable-tagline { margin: 0; color: var(--ne-blue); font: 780 clamp(2.35rem, 4.5vw, 4.25rem)/.96 'Manrope', sans-serif; letter-spacing: -.06em; }
.ne-route-list { display: grid; gap: 12px; }
.ne-route { overflow: hidden; border: 1px solid #e1d8da; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(36,16,21,.06); }
.ne-route > summary { padding: 20px 58px 20px 22px; position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: center; cursor: pointer; list-style: none; }
.ne-route > summary::-webkit-details-marker { display: none; }
.ne-route > summary::after { content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--ne-blue); font: 500 1.7rem 'Manrope', sans-serif; }
.ne-route[open] > summary::after { content: '−'; }
.ne-route-number { min-width: 58px; padding: 9px 12px; border-radius: 999px; color: #fff; background: linear-gradient(120deg, var(--ne-blue), var(--ne-teal)); text-align: center; font: 800 1rem 'Manrope', sans-serif; }
.ne-route-title strong, .ne-route-title small { display: block; }
.ne-route-title strong { color: var(--ne-navy); font: 700 1.02rem 'Manrope', sans-serif; }
.ne-route-title small { margin-top: 4px; color: var(--ne-muted); }
.ne-route-time { padding: 8px 13px; border: 1px solid #ead3d8; border-radius: 999px; color: var(--ne-blue); background: #fff7f8; font: 750 .78rem 'Manrope', sans-serif; letter-spacing: .015em; white-space: nowrap; }
.ne-route-body { padding: 0 22px 24px; border-top: 1px solid #eee6e8; }
.ne-journey { padding-top: 24px; }
.ne-journey + .ne-journey { margin-top: 24px; border-top: 1px solid #eee6e8; }
.ne-journey-head { margin-bottom: 12px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.ne-journey-head h4 { margin: 0; color: var(--ne-navy); font: 700 1rem 'Manrope', sans-serif; }
.ne-journey-head span { color: var(--ne-muted); font-size: .82rem; }
.ne-table-wrap { overflow-x: auto; border: 1px solid #eee6e8; border-radius: 12px; }
.ne-timetable { width: 100%; border-collapse: collapse; font-size: .88rem; }
.ne-timetable th, .ne-timetable td { padding: 10px 13px; border-bottom: 1px solid #f0eaeb; text-align: left; }
.ne-timetable tr:last-child th, .ne-timetable tr:last-child td { border-bottom: 0; }
.ne-timetable th { color: var(--ne-ink); font-weight: 500; }
.ne-timetable td { width: 82px; color: var(--ne-blue); font-weight: 800; white-space: nowrap; }
.ne-timetable tr:first-child, .ne-timetable tr:last-child { background: #fff7f8; }
.ne-route-source { margin: 16px 0 0; font-size: .8rem; }
.ne-route-source a { color: var(--ne-blue); font-weight: 700; }
.ne-nexus-support { margin-top: 28px; padding: 22px 26px; display: flex; align-items: center; gap: 24px; border: 1px solid #e4d3d7; border-radius: 16px; background: rgba(255,255,255,.72); }
.ne-nexus-support img { width: 130px; max-height: 92px; flex: 0 0 auto; object-fit: contain; mix-blend-mode: multiply; }
.ne-nexus-support p { margin: 0; color: var(--ne-ink); font-size: 1.05rem; font-weight: 700; line-height: 1.6; }
.ne-timetable-source { margin: 18px 0 0; color: var(--ne-muted); font-size: .78rem; line-height: 1.55; }
.ne-timetable-source a { color: var(--ne-blue); font-weight: 700; }

.ne-coverage { max-width: none; padding-inline: max(24px, calc((100vw - var(--maxw))/2)); display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; background: #f4efe7; border-top: 1px solid #e7ddd2; }
.ne-coverage-copy > p { margin-top: 25px; }
.ne-coverage ul { margin: 30px 0 0; padding: 0; list-style: none; }
.ne-coverage li { padding: 14px 0 14px 30px; position: relative; border-bottom: 1px solid #dfe5e4; font-weight: 600; }
.ne-coverage li::before { content: ''; position: absolute; left: 3px; top: 21px; width: 9px; height: 9px; border-radius: 50%; background: var(--ne-teal); }
.ne-coverage-cta { margin-top: 30px; }
.ne-coverage-panel { position: relative; min-height: 480px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 44px; border-radius: 28px; background: linear-gradient(155deg, #f8dfe4, #e8aab5); color: var(--ne-navy); }
.ne-coverage-panel p { position: relative; margin: 0; font: 600 clamp(2.7rem, 5vw, 5rem)/.92 'Manrope', sans-serif; letter-spacing: -.055em; }
.ne-coverage-panel strong { color: var(--ne-blue); }
.ne-coverage-panel small { position: relative; max-width: 330px; margin-top: 18px; line-height: 1.5; }
.ne-region-map { position: absolute; top: 16px; right: 22px; width: min(60%, 300px); height: 66%; object-fit: contain; object-position: top right; opacity: .94; filter: drop-shadow(0 14px 22px rgba(92,20,32,.12)); }

.ne-standards { padding: 105px max(24px, calc((100vw - var(--maxw))/2)); color: #fff; background: #241015; }
.ne-standards h2 { max-width: 760px; color: #fff; }
.ne-standard-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ne-standard-grid article { padding: 26px 0; border-top: 2px solid var(--ne-teal); }
.ne-standard-grid strong { font: 700 1.25rem 'Manrope', sans-serif; }
.ne-standard-grid p { color: rgba(255,255,255,.65); line-height: 1.65; }

.ne-contact { padding: 110px max(24px, calc((100vw - var(--maxw))/2)); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 8vw, 130px); align-items: start; background: var(--ne-cream); }
.ne-contact-intro > p { margin-top: 24px; }
.ne-contact-directory { border-top: 1px solid #d8ccc7; }
.ne-contact-directory > a { padding: 25px 4px; display: grid; grid-template-columns: minmax(160px, .7fr) minmax(0, 1.3fr); gap: 28px; align-items: center; border-bottom: 1px solid #d8ccc7; transition: color .2s ease, padding-left .2s ease; }
.ne-contact-directory > a:hover { padding-left: 12px; color: var(--ne-blue); }
.ne-contact-directory span { color: var(--ne-muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.ne-contact-directory strong { color: var(--ne-blue); font: 750 clamp(1.08rem, 2vw, 1.42rem)/1.25 'Manrope', sans-serif; overflow-wrap: anywhere; }
.ne-breakdown-support { margin-top: 24px; padding: 20px 22px; display: grid; grid-template-columns: minmax(145px, .65fr) minmax(0, 1.35fr); gap: 24px; align-items: center; border: 2px solid #f3c928; border-radius: 15px; color: #fff; background: #111; box-shadow: 8px 8px 0 #f3c928; }
.ne-breakdown-support strong { color: #f3c928; font: 800 1.08rem/1.15 'Manrope', sans-serif; letter-spacing: -.02em; }
.ne-breakdown-support p { margin: 0; color: #fff; font-size: .88rem; font-weight: 650; line-height: 1.5; }

.ne-footer { padding: 38px max(24px, calc((100vw - var(--maxw))/2)); display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 34px 70px; color: rgba(255,255,255,.7); background: #17090d; font-size: .83rem; }
.ne-footer-brand { display: flex; align-items: center; gap: 12px; color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.ne-footer-brand img { width: 130px; }
.ne-footer-details { display: grid; justify-items: end; gap: 10px; text-align: right; }
.ne-footer-details nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; }
.ne-footer-details nav a { color: #fff; font-weight: 700; }
.ne-photo-credit { max-width: 780px; color: rgba(255,255,255,.45); font-size: .68rem; }
.ne-photo-credit summary { cursor: pointer; color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 700; list-style-position: inside; }
.ne-photo-credit p { margin-top: 8px; line-height: 1.55; }
.ne-photo-credit a { text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 1120px) {
  .ne-links { display: none; }
  .ne-menu-button { display: inline-flex; }
}

@media (max-width: 980px) {
  .ne-hero { grid-template-columns: 1fr; padding-top: calc(var(--tabs-height) + 125px); }
  .ne-hero.ne-hero-city { min-height: 850px; padding-bottom: 55px; align-items: flex-end; }
  .ne-hero-city .ne-hero-media img:first-child { object-position: 58% center; }
  .ne-hero-city .ne-hero-media img:nth-child(2) { object-position: 58% center; }
  .ne-hero-city .ne-hero-media img:nth-child(3) { object-position: 54% center; }
  .ne-hero-visual { min-height: 440px; }
  .ne-bus-services { grid-template-columns: 1fr; gap: 45px; }
  .ne-timetables-heading { grid-template-columns: 1fr; gap: 15px; }
  .ne-coverage { grid-template-columns: 1fr; }
  .ne-contact { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --tabs-height: 0px; }
  .ne-nav-inner { min-height: 88px; padding-inline: 16px; }
  .ne-brand { gap: 13px; }
  .ne-brand img { width: 170px; }
  .ne-brand span { min-height: 48px; padding-left: 13px; font-size: 1rem; line-height: .96; letter-spacing: .09em; }
  .ne-mobile-menu { top: calc(var(--tabs-height) + 88px); }
  .ne-hero { min-height: 0; padding: calc(var(--tabs-height) + 112px) 20px 65px; gap: 50px; }
  .ne-hero.ne-hero-city { min-height: 780px; padding: calc(var(--tabs-height) + 105px) 20px 42px; }
  .ne-hero-city .ne-hero-media img:first-child { object-position: 59% center; }
  .ne-hero-city .ne-hero-media img:nth-child(2) { object-position: 58% center; }
  .ne-hero-city .ne-hero-media img:nth-child(3) { object-position: 55% center; }
  .ne-hero-city .ne-hero-shade { background: linear-gradient(0deg, rgba(24,6,10,.78) 0%, rgba(24,6,10,.43) 62%, rgba(24,6,10,.12) 100%); }
  .ne-hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .ne-hero-city h1 { font-size: clamp(3.25rem, 17vw, 4.6rem); }
  .ne-hero-visual { min-height: 340px; }
  .ne-hero-visual img { border-radius: 24px 70px 24px 24px; }
  .ne-location-card { left: 14px; right: 14px; bottom: -25px; min-width: 0; }
  .ne-section { padding: 85px 20px; }
  .ne-bus-services { padding-bottom: 0; }
  .ne-timetables { padding-block: 85px; }
  .ne-coverage-panel { min-height: 390px; padding: 30px; }
  .ne-standard-grid { grid-template-columns: 1fr; }
  .ne-contact { padding: 85px 20px; }
  .ne-contact-directory > a { grid-template-columns: 1fr; gap: 7px; }
  .ne-breakdown-support { grid-template-columns: 1fr; gap: 8px; }
  .ne-route > summary { padding: 17px 44px 17px 16px; grid-template-columns: auto minmax(0, 1fr); gap: 12px; }
  .ne-route > summary::after { right: 16px; }
  .ne-route-number { min-width: 52px; padding-inline: 9px; }
  .ne-route-title strong { font-size: .94rem; overflow-wrap: anywhere; }
  .ne-route-title small { font-size: .75rem; line-height: 1.4; }
  .ne-route-time { grid-column: 2; width: fit-content; max-width: 100%; padding: 7px 10px; font-size: .7rem; line-height: 1.25; text-align: center; white-space: normal; }
  .ne-route-body { padding-inline: 12px; }
  .ne-timetable th, .ne-timetable td { padding: 9px 10px; }
  .ne-nexus-support { align-items: flex-start; flex-direction: column; gap: 14px; }
  .ne-footer { grid-template-columns: 1fr; gap: 24px; }
  .ne-footer-details { justify-items: start; text-align: left; }
  .ne-footer-details nav { justify-content: flex-start; }
  .ne-livery-stripes { right: -170px; bottom: -200px; width: 380px; height: 380px; opacity: .48; }
}

@media (max-width: 380px) {
  .ne-nav-inner { gap: 10px; padding-inline: 14px; }
  .ne-brand { gap: 8px; }
  .ne-brand img { width: 142px; }
  .ne-brand span { min-height: 40px; padding-left: 8px; font-size: .82rem; line-height: .96; letter-spacing: .07em; }
  .ne-menu-button { padding: 8px 11px; font-size: .85rem; }
  .ne-hero.ne-hero-city { padding-inline: 16px; }
  .ne-bus-panel { min-height: 280px; padding: 30px; }
  .ne-bus-date { gap: 11px; }
  .ne-bus-date span { font-size: .92rem; letter-spacing: .12em; }
  .ne-coverage-panel { min-height: 350px; padding: 24px; }
  .ne-nexus-support { padding: 20px; }
}

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