@font-face {
  font-family:Archivo;
  src:url("/assets/fonts/archivo-latin-wght-normal.woff2") format("woff2");
  font-weight:100 900;
  font-style:normal;
  font-display:swap}

/* Student experience;
   staff screens retain their own styles. */
.student-ui,.welcome-page {
  --cf-teal:#176351;
  --cf-midnight:#173e35;
  --cf-ink:#173e35;
  --cf-cloud:#f7f7f0;
  --cf-border:#dfe5db;
  --primary:#176351;
  --primary-dark:#123f34;
  --bg-body:#f7f7f0;
  --text-main:#173e35;
  --border:#dfe5db;
  --shadow-md:0 0.5rem 1.5rem #173e3508;
  background:#f7f7f0;
  color:#173e35;
  font-family:"Archivo",sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased}

.student-ui *,.welcome-page * {
  box-sizing:border-box}

.student-ui a,.welcome-page a {
  color:inherit}
.student-ui :focus-visible,.welcome-page :focus-visible {
  outline:3px solid #bc6234;
  outline-offset:0.25rem}

.eyebrow {
  display:block;
  font-size:0.875rem;
  font-weight:750;
  letter-spacing:.16em;
  line-height:1.7;
  color:#587066}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:1.5rem;
  margin:0 0 1.75rem}
.section-heading h2 {
  font-size:clamp(1.5625rem,3vw,2.375rem);
  line-height:1.2;
  letter-spacing:-1.3px;
  margin:0.5rem 0 0}
.section-heading p {
  font-size:0.875rem;
  color:#62766d;
  max-width:16.25rem;
  margin:0}
.student-ui .header {
  background:#f7f7f0;
  color:#173e35;
  box-shadow:none;
  border-bottom:1px solid #dfe5db;
  padding:1.25rem max(1.5rem,calc((100% - 70rem)/2));
  min-height:5rem}
.student-ui .header h1 {
  color:#173e35;
  font-size:1.4375rem;
  letter-spacing:-1px}
.student-ui .header-brand {
  color:#173e35}
.student-ui .header-logo {
  background:transparent;
  box-shadow:none}
.student-ui .user-chip,.student-ui .header-login-btn {
  color:#173e35;
  background:#e7eddf;
  border:1px solid #d7e0d0;
  border-radius:1.875rem;
  padding:0.625rem 1rem}
.student-ui .header .user-menu {
  color:#173e35;
  background:white}
.student-ui .container {
  max-width:70rem;
  padding:2rem 1.5rem 6.25rem}
.student-ui .booking-app-hero {
  background:#f7f7f0;
  color:#173e35;
  padding:2rem 1.5rem 0;
  border:0}
.student-ui .booking-app-hero-inner {
  max-width:67rem;
  margin:auto}
.student-ui .bhero-top {
  margin-bottom:1.5rem}
.student-ui .booking-app-live {
  color:#62766d;
  letter-spacing:.15em;
  font-size:0.875rem;
  background:none;
  padding:0}
.student-ui .bhero-greeting {
  font-size:clamp(1.6875rem,4vw,2.625rem);
  font-weight:650;
  letter-spacing:-1.4px;
  color:#173e35;
  margin-top:0.5rem}
.student-ui .bhero-date {
  color:#62766d;
  background:transparent;
  border:0}
.student-ui .bhero-next {
  position:relative;
  background:#dceccf;
  color:#173e35;
  border:0;
  border-radius:1.5rem;
  padding:1.75rem 2rem;
  box-shadow:none;
  overflow:hidden}
.student-ui .bhero-next:after {
  content:'↗';
  position:absolute;
  right:1.75rem;
  bottom:0.875rem;
  font-size:5.75rem;
  font-weight:300;
  opacity:.16;
  line-height:1;
  pointer-events:none}
.student-ui .bhero-next-route,.student-ui .bhero-journey,.student-ui .bhero-time,.student-ui .bhero-fare,.student-ui .bhero-cta {
  color:#173e35}
.student-ui .bhero-time {
  font-size:2.75rem;
  letter-spacing:-2px;
  line-height:1.4}
.student-ui .bhero-cta {
  margin-top:1rem;
  font-size:0.875rem}
.student-ui .bhero-seats {
  background:#fff8;
  color:#173e35;
  border:none}
.student-ui .bhero-meta {
  max-width:75%}
.student-ui .web-trip-planner {
  background:white;
  border:1px solid #dfe5db;
  border-radius:1.25rem;
  box-shadow:none;
  padding:1.375rem;
  gap:0.875rem;
  margin-bottom:1.75rem}
.student-ui select,.student-ui input:not([type=checkbox]):not([type=radio]):not([type=hidden]) {
  background:#fafbf7;
  border:1px solid #dce3d6;
  border-radius:0.75rem;
  min-height:3rem;
  color:#173e35;
  font-size:1rem}
.student-ui .web-intent-toggle {
  background:#f0f3e9;
  border:0;
  border-radius:0.75rem;
  padding:0.25rem}
.student-ui .web-intent-option.active {
  background:#173e35;
  color:white;
  box-shadow:none;
  border-radius:0.5625rem}
.student-ui .web-trip-hint {
  color:#62766d}
.student-ui .bus-list {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.125rem}
.student-ui .bus-item {
  background:white;
  border:1px solid #dfe5db;
  border-radius:1.25rem;
  box-shadow:none;
  overflow:hidden;
  transition:border-color .15s,box-shadow .15s;
  min-width:0}
.student-ui .bus-item:hover {
  border-color:#8aa582;
  box-shadow:0 0.5rem 1.5rem #173e3508;
  transform:none}
.student-ui .bus-item.selected {
  border:2px solid #176351;
  background:#f7fbf1}
.student-ui .bus-card-top {
  background:transparent;
  color:#173e35;
  padding:1.375rem;
  border-bottom:1px solid #edf0e7}
.student-ui .bus-time {
  font-size:1.875rem;
  letter-spacing:-1px;
  color:#173e35}
.student-ui .bus-route-name {
  font-size:0.875rem;
  color:#62766d}
.student-ui .bus-label,.student-ui .bus-day {
  color:#62766d;
  background:#f0f3e9;
  font-size:0.875rem}
.student-ui .bus-card-body {
  padding:1.25rem}
.student-ui .bus-journey-fare {
  display:block}
.student-ui .bus-fare {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:1.25rem}
.student-ui .bus-fare .price-tag {
  color:#173e35;
  font-size:1.5rem}
.student-ui .bus-journey {
  font-size:0.875rem}
.student-ui .bus-select-btn {
  background:#f0f3e9;
  color:#173e35;
  border:1px solid #dfe5db;
  border-radius:0.75rem;
  min-height:2.75rem;
  font-weight:650;
  width:100%}
.student-ui .bus-select-btn:hover,.student-ui .selected .bus-select-btn {
  background:#176351;
  color:white}
.student-ui .cap-bar {
  height:0.25rem;
  background:#edf1e7}
.student-ui .cap-bar-fill {
  background:#86a577}
.student-ui .cap-bar-info {
  font-size:0.875rem}
.student-ui .availability-badge {
  font-size:0.875rem;
  letter-spacing:.04em}
.student-ui .card,.student-ui .pay-card {
  border:1px solid #dfe5db;
  border-radius:1.375rem;
  box-shadow:0 0.5rem 2rem #173e3505}
.student-ui .btn-primary {
  background:#176351;
  border:1px solid #176351;
  color:white;
  border-radius:0.75rem;
  min-height:3rem;
  box-shadow:none}
.student-ui .btn-primary:hover {
  background:#123f34}
.student-ui .bottom-nav {
  left:50%;
  right:auto;
  transform:translateX(-50%);
  width:min(28.75rem,calc(100% - 2rem));
  bottom:1rem;
  border:1px solid #dfe5db;
  border-radius:1.25rem;
  background:#fff;
  box-shadow:0 0.625rem 2.5rem #173e3515;
  overflow:hidden;
  padding-bottom:env(safe-area-inset-bottom,0)}
.student-ui .bottom-nav .nav-item {
  color:#6b7b70;
  min-height:3.75rem}
.student-ui .bottom-nav .nav-item.active {
  color:#176351;
  background:#f0f5e8}
.student-ui .passenger-details {
  margin-top:1.625rem;
  max-width:40rem;
  margin-left:auto;
  margin-right:auto}
.student-ui .selected-bus-banner {
  background:#e7efdd;
  color:#173e35}
.student-ui .login-nudge {
  background:#eef1e5;
  border:0;
  border-radius:0.75rem;
  padding:1rem;
  margin-bottom:1.5rem}
.student-ui.auth-bg {
  min-height:100vh;
  padding:3.75rem 1.25rem;
  background:radial-gradient(ellipse at top left,#e3edd5,transparent 55%),#f7f7f0;
  display:flex;
  align-items:center;
  justify-content:center}
.student-ui .auth-card {
  width:100%;
  max-width:28.75rem;
  padding:2.25rem;
  background:white}
.student-ui .auth-brand {
  text-align:left;
  margin-bottom:1.75rem}
.student-ui .auth-brand .eyebrow {
  margin-bottom:1.5rem}
.student-ui .auth-logo {
  margin:0 0 1.125rem;
  background:#edf3e5;
  box-shadow:none;
  border-radius:1rem}
.student-ui .auth-brand h1 {
  font-size:2.125rem;
  line-height:1.2;
  letter-spacing:-1.3px;
  color:#173e35}
.student-ui .auth-brand p {
  font-size:0.875rem;
  color:#62766d}
.student-ui .auth-foot {
  font-size:0.875rem}
.student-ui .auth-check {
  padding:0.5rem 0 1rem}
.student-ui .auth-check input {
  accent-color:#176351}
.student-ui .ticket-mini {
  border-left:0.25rem solid #176351;
  padding:1.5rem;
  box-shadow:none}
.student-ui .ticket-mini-code {
  color:#173e35;
  font-size:1.125rem}
.student-ui .lookup-tabs {
  background:#edf2e5;
  border:0;
  border-radius:0.75rem;
  padding:0.25rem;
  overflow:hidden}
.student-ui .lookup-tab {
  border-radius:0.5625rem}
.student-ui .ticket-top {
  background:#dceccf;
  color:#173e35}
.student-ui .ticket-card {
  box-shadow:0 0.75rem 2.5rem #173e3509;
  border:1px solid #dfe5db}
.student-ui .amount-display {
  background:#e8f0df;
  color:#173e35;
  border-radius:1rem;
  padding:1.75rem}
.student-ui .amount-display .amount {
  color:#173e35;
  font-size:3rem;
  letter-spacing:-2px}
.student-ui .pay-steps {
  padding-left:1.5rem}
.student-ui .pay-steps li {
  padding:0.5625rem 0;
  font-size:0.875rem}
.student-ui .agreement-text {
  background:#f2f5ed;
  border-radius:0.75rem}
.student-ui .section-heading a {
  text-decoration:underline}
.student-ui [hidden] {
  display:none!important}

/* Public landing page */
.welcome-page {
  margin:0}
.welcome-page a {
  text-decoration:none}
.welcome-page h1,.welcome-page h2,.welcome-page h3,.welcome-page p {
  margin-top:0}
.welcome-nav,.welcome-hero,.welcome-how,.welcome-final,.welcome-footer {
  max-width:74rem;
  margin:auto;
  padding-left:2rem;
  padding-right:2rem}
.welcome-nav {
  height:6.25rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid #dde3d6}
.wordmark {
  display:flex;
  align-items:center;
  font-size:1.5625rem;
  font-weight:750;
  letter-spacing:-1.1px;
  gap:0.5rem}
.wordmark img {
  width:2.1875rem;
  height:2.1875rem;
  object-fit:contain}
.brand-dot {
  color:#d57549;
  margin-left:-7px}
.welcome-nav nav {
  display:flex;
  gap:1.875rem;
  align-items:center;
  font-size:0.875rem;
  font-weight:600}
.pill-link {
  display:inline-flex;
  justify-content:space-between;
  align-items:center;
  gap:2.25rem;
  background:#176351;
  color:#fff!important;
  border-radius:0.75rem;
  padding:0.9375rem 1.4375rem;
  font-size:0.875rem;
  font-weight:650;
  min-height:3rem}
.pill-link:hover {
  background:#123f34}
.welcome-hero {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:4.375rem;
  align-items:center;
  padding-top:4.5rem;
  padding-bottom:5.5rem}
.welcome-copy h1 {
  font-size:clamp(3.25rem,6.7vw,5.5rem);
  font-weight:650;
  line-height:1.02;
  letter-spacing:-5px;
  margin:1.5rem 0}
.welcome-copy h1 em {
  font-family:Georgia,serif;
  font-weight:400;
  color:#176351}
.welcome-copy>p {
  font-size:1.0625rem;
  line-height:1.8;
  color:#657368;
  max-width:24.375rem}
.welcome-actions {
  display:flex;
  align-items:center;
  gap:1.75rem;
  margin:1.875rem 0}
.welcome-actions>a:last-child {
  font-size:0.875rem;
  font-weight:600}
.welcome-note {
  font-size:0.875rem;
  color:#657368;
  display:flex;
  gap:0.5rem;
  align-items:center}
.little-dot {
  height:0.4375rem;
  width:0.4375rem;
  border-radius:100%;
  background:#176351}
.journey-art {
  position:relative;
  background:#eaf0df;
  border-radius:2rem;
  padding:1.625rem 1.25rem 5.625rem;
  min-width:0;
  transform:rotate(2deg)}
.journey-art svg {
  width:100%;
  display:block}
.art-caption {
  font-size:0.875rem;
  letter-spacing:.16em;
  display:block;
  text-align:center;
  font-weight:700}
.map-label {
  position:absolute;
  background:#fff;
  padding:0.375rem 0.625rem;
  border-radius:0.4375rem;
  font-size:0.875rem;
  box-shadow:0 3px 0.5625rem #173e3506}
.home-label {
  left:8%;
  top:60%}
.campus-label {
  right:2%;
  top:58%}
.art-ticket {
  position:absolute;
  left:10%;
  right:10%;
  bottom:1.5rem;
  background:#fff;
  border-radius:1rem;
  padding:1.25rem 1.5rem;
  box-shadow:0 0.75rem 1.25rem #173e3509;
  transform:rotate(-4deg)}
.art-ticket>div {
  display:flex;
  align-items:center;
  justify-content:space-between}
.art-ticket strong {
  font-size:1.8125rem;
  letter-spacing:-1px}
.art-ticket p {
  font-size:0.875rem;
  color:#657368;
  margin:0.25rem 0 0}
.ticket-arrow {
  font-size:1.8125rem;
  color:#d57549}
.welcome-how {
  padding-top:2.8125rem;
  padding-bottom:4.375rem;
  border-top:1px solid #dde3d6}
.welcome-how .section-heading a {
  font-size:0.875rem;
  font-weight:600}
.how-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2.25rem;
  margin-top:2.75rem}
.how-grid article {
  border-top:1px solid #cfdac7;
  padding-top:1.375rem}
.step-number {
  font-size:0.875rem;
  letter-spacing:.12em;
  color:#657368}
.how-grid h3 {
  font-size:1.3125rem;
  letter-spacing:-.6px;
  margin:1.25rem 0 0.75rem}
.how-grid p {
  font-size:0.875rem;
  color:#657368;
  line-height:1.8;
  max-width:18.75rem}
.welcome-final {
  background:#dceccf;
  border-radius:1.5rem;
  padding:2.375rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1.5rem;
  max-width:70rem}
.welcome-final h2 {
  font-size:2rem;
  letter-spacing:-1px;
  margin:0.625rem 0 0}
.welcome-footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:2.75rem;
  padding-bottom:2.75rem;
  font-size:0.875rem;
  color:#657368}
.skip-link {
  position:fixed;
  top:-100px;
  left:1.25rem;
  background:white;
  padding:0.75rem;
  z-index:10000}
.skip-link:focus {
  top:0.75rem}



@media(prefers-reduced-motion:reduce) {
  .student-ui *,.welcome-page * {
  scroll-behavior:auto!important;
  animation:none!important;
  transition:none!important}
}


.student-ui .fade-in {
  animation:none;
  opacity:1;
  transform:none}
.preview-notice {
  background:#fff3cd;
  color:#665019;
  text-align:center;
  padding:0.375rem 0.75rem;
  font-size:0.875rem;
  font-weight:700}
.student-ui .ticket-mini .btn-danger-outline {
  border-color:#e6d4cd;
  color:#945038;
  background:transparent;
  font-size:0.875rem;
  min-height:2.5rem}
.student-ui .bhero-top-left {
  min-width:0}
.student-ui .bhero-next-route {
  white-space:normal;
  overflow:visible;
  text-overflow:clip}

.student-ui .web-intent-option {
  color:#52685b}
.student-ui .web-intent-option.active {
  color:#fff}
.student-ui .web-route-field {
  border-color:#dfe5db;
  background:#fafbf7}
.student-ui .web-route-field select {
  background:transparent}
.student-ui .availability-badge.available {
  background:#e3f0d9;
  color:#315d2c}
.student-ui .seats-remaining {
  color:#39682f}


.student-ui .header {
  padding:0.875rem 1.25rem;
  min-height:4.375rem}
.student-ui .header h1 {
  font-size:1.3125rem}
.student-ui .container {
  padding:1.625rem 1.125rem 6.875rem}
.student-ui .booking-app-hero {
  padding:1.5rem 1.125rem 0}
.student-ui .bhero-next {
  padding:1.375rem;
  border-radius:1.25rem}
.student-ui .bhero-time {
  font-size:2.25rem}
.student-ui .bhero-date {
  font-size:0.875rem}
.student-ui .bhero-top {
  gap:0.625rem}
.student-ui .bhero-greeting {
  font-size:1.6875rem}
.student-ui .bus-list {
  grid-template-columns:1fr;
  gap:1rem}
.section-heading {
  display:block;
  margin-bottom:1.375rem}
.section-heading p {
  margin-top:0.75rem;
  max-width:100%}
.student-ui .web-trip-planner {
  padding:1.125rem}
.student-ui .bus-card-top {
  padding:1.25rem}
.student-ui.auth-bg {
  padding:1.5rem 1.125rem}
.student-ui .auth-card {
  padding:1.625rem}
.student-ui .auth-brand h1 {
  font-size:1.875rem}
.student-ui .ticket-mini {
  padding:1.125rem}
.welcome-nav,.welcome-hero,.welcome-how,.welcome-footer {
  padding-left:1.375rem;
  padding-right:1.375rem}
.welcome-nav {
  height:5rem}
.welcome-nav nav>a:first-child {
  display:none}
.welcome-nav nav {
  gap:1rem}
.welcome-nav .pill-link {
  display:none}
.wordmark {
  font-size:1.4375rem}
.welcome-hero {
  grid-template-columns:1fr;
  padding-top:2.625rem;
  padding-bottom:2.75rem;
  gap:2.375rem}
.welcome-copy h1 {
  font-size:3.875rem;
  letter-spacing:-3.5px}
.welcome-copy>p {
  font-size:0.9375rem}
.welcome-actions {
  gap:1.375rem}
.welcome-note {
  font-size:0.875rem}
.journey-art {
  max-width:25rem;
  width:100%;
  margin:auto;
  padding-bottom:5.375rem}
.welcome-how {
  padding-top:2.125rem;
  padding-bottom:1.75rem}
.how-grid {
  grid-template-columns:1fr;
  gap:0.75rem;
  margin-top:1.875rem}
.how-grid p {
  max-width:none}
.welcome-how .section-heading a {
  display:inline-block;
  margin-top:1.125rem}
.welcome-final {
  margin:0 1.125rem;
  padding:1.625rem;
  display:block}
.welcome-final h2 {
  font-size:1.8125rem}
.welcome-final .pill-link {
  margin-top:1.5rem}
.welcome-footer {
  flex-wrap:wrap;
  gap:1.125rem}
.welcome-footer .wordmark {
  width:100%}

/* Departure board: prioritize finding a bus on small screens. */
.student-ui,.welcome-page {
  font-size:1rem}

.student-ui .header {
  min-height:4.5rem}

.student-ui .booking-app-hero {
  padding-top:1.25rem}

.student-ui .bhero-top {
  margin-bottom:1rem;
  align-items:center}

.student-ui .booking-app-live {
  display:none}

.student-ui .bhero-greeting {
  font-size:1.5rem;
  letter-spacing:-.04em;
  margin:0}

.student-ui .bhero-date {
  font-size:.875rem}

.student-ui .bhero-next {
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:1rem;
  row-gap:.25rem;
  padding:1rem 1.25rem;
  border-radius:1rem;
  background:#173e35;
  color:#fff;
  align-items:center}

.student-ui .bhero-next-head {
  grid-column:1/-1;
  display:flex;
  justify-content:space-between;
  gap:.75rem;
  margin:0}

.student-ui .bhero-next-route {
  color:#d4e6ce;
  font-size:.875rem;
  letter-spacing:0;
  max-width:75%;
  font-weight:500;
  text-transform:none}

.student-ui .bhero-seats {
  background:#dceccf;
  color:#173e35;
  white-space:nowrap;
  font-size:.875rem}

.student-ui .bhero-time {
  color:white;
  font-size:2rem;
  letter-spacing:-.07em;
  line-height:1.25;
  margin:0}

.student-ui .bhero-meta {
  display:none}

.student-ui .bhero-cta {
  color:#fff;
  justify-self:end;
  background:transparent;
  font-size:.875rem;
  padding:0;
  margin:0}

.student-ui .bhero-next:after {
  display:none}

.student-ui .booking-app-hero+.container {
  padding-top:1.5rem}

.student-ui .section-heading .eyebrow {
  display:none}

.student-ui .section-heading h2 {
  font-size:1.625rem;
  letter-spacing:-.05em}

.student-ui .section-heading p {
  font-size:.875rem;
  line-height:1.5;
  margin-top:.5rem}

.student-ui .login-nudge {
  font-size:.875rem;
  line-height:1.6;
  padding:.75rem 1rem;
  margin-bottom:1rem}

.student-ui .web-trip-planner {
  border-radius:1rem;
  padding:1rem;
  gap:.75rem;
  margin-bottom:1.5rem}

.student-ui .web-route-field {
  padding:.5rem .75rem}

.student-ui .web-route-field select {
  border:0;
  padding-left:0}

.student-ui .web-route-field label>span {
  font-size:.875rem;
  letter-spacing:.04em;
  color:#52685b}

.student-ui .web-route-connector {
  display:none}

.student-ui .web-intent-option {
  font-size:.875rem;
  min-height:3rem}

.student-ui .web-trip-hint {
  font-size:.875rem;
  line-height:1.5}

.student-ui .bus-item {
  border-radius:1rem;
  border-top:3px solid #173e35}

.student-ui .bus-card-top {
  padding:1rem 1.25rem;
  border-bottom:1px dashed #ced7c9;
  gap:.5rem}

.student-ui .bus-time {
  font-size:2rem;
  font-variant-numeric:tabular-nums;
  letter-spacing:-.05em}

.student-ui .bus-route-name {
  font-size:.875rem;
  line-height:1.5}

.student-ui .bus-label,.student-ui .bus-day {
  font-size:.875rem;
  letter-spacing:0}

.student-ui .bus-card-body {
  padding:1rem 1.25rem}

.student-ui .bus-journey {
  font-size:.875rem;
  gap:.5rem}

.student-ui .bus-stop {
  overflow-wrap:anywhere}

.student-ui .bus-fare {
  margin-top:1rem}

.student-ui .bus-fare small,.student-ui .cap-bar-info {
  font-size:.875rem}

.student-ui .availability-badge {
  font-size:.875rem;
  letter-spacing:0}

.student-ui .bus-select-btn {
  background:#173e35;
  color:white;
  border:0;
  min-height:3rem;
  font-size:1rem}

.student-ui .bus-select-btn:hover {
  background:#285c4e}

.student-ui .bus-item.selected {
  border-color:#b95a2f;
  background:#fffaf2}

.student-ui .bus-item.selected .bus-select-btn {
  background:#a34b24}

.student-ui .bottom-nav {
  bottom:0;
  border-radius:1rem 1rem 0 0;
  width:100%;
  max-width:32rem;
  box-shadow:0 -4px 1.25rem #173e3508;
  min-height:4rem}

.student-ui .bottom-nav .nav-item {
  font-size:.875rem;
  min-height:4rem}

.student-ui .header-actions button,.student-ui .header-login-btn,.student-ui .header-right,.student-ui .lookup-tabs button {
  min-height:2.75rem;
  min-width:2.75rem}

.student-ui .header-right {
  display:inline-flex;
  align-items:center;
  justify-content:center}

.student-ui .auth-foot a,.welcome-nav nav>a,.welcome-actions>a,.welcome-footer>a,.welcome-how .section-heading>a {
  min-height:2.75rem;
  display:inline-flex;
  align-items:center}

.student-ui .auth-card {
  border-top:0.25rem solid #b95a2f}

.student-ui .auth-brand h1 {
  font-family:Georgia,serif;
  font-weight:400;
  font-size:2.75rem;
  letter-spacing:-.04em}

.student-ui .auth-brand p,.student-ui .auth-foot,.student-ui .auth-check {
  font-size:.875rem}

.student-ui .ticket-mini {
  border-left:0;
  border-top:3px solid #173e35}

.student-ui .my-booking-meta {
  font-size:.875rem;
  color:#52685b;
  line-height:1.65}

.student-ui .ticket-mini-head {
  flex-wrap:wrap;
  gap:.75rem}

.student-ui .ticket-mini .badge {
  font-size:.875rem}

.student-ui .ticket-mini-code {
  font-size:1rem;
  letter-spacing:.02em}

.student-ui .amount-display {
  border-bottom:3px solid #b95a2f}

.student-ui .agreement-card {
  border-radius:1.25rem;
  box-shadow:none;
  border:1px solid #dfe5db}

.student-ui .agreement-icon {
  display:none}

.student-ui .agreement-card h2 {
  font-size:1.75rem}

.student-ui .pay-steps li {
  font-size:1rem}

.student-ui .summary-row {
  font-size:.875rem}

.welcome-page .eyebrow {
  font-size:.875rem;
  letter-spacing:.06em;
  max-width:32ch}

.welcome-hero {
  grid-template-columns:1fr;
  gap:2rem;
  padding-top:2.5rem;
  padding-bottom:3rem}

.welcome-copy h1 {
  font-size:clamp(3.5rem,15vw,5rem);
  letter-spacing:-.065em;
  line-height:1.04}

.welcome-copy>p {
  font-size:1rem;
  max-width:36ch}

.welcome-actions {
  flex-wrap:wrap;
  gap:1rem;
  margin:1.5rem 0}

.welcome-actions>a:last-child,.welcome-note,.welcome-nav nav,.welcome-footer {
  font-size:.875rem}

.welcome-note {
  line-height:1.6;
  align-items:flex-start}

.little-dot {
  flex-shrink:0;
  margin-top:.5rem}

.pill-link {
  font-size:1rem;
  min-height:3rem}

.journey-art {
  transform:none;
  border-radius:1.5rem;
  max-width:28rem}

.art-caption {
  font-size:.875rem;
  letter-spacing:.02em;
  line-height:1.5}

.map-label {
  font-size:.875rem}

.home-label {
  left:3%;
  top:54%}
.campus-label {
  right:0;
  top:48%}

.art-ticket {
  left:5%;
  right:5%;
  bottom:1.25rem;
  transform:rotate(-2deg);
  padding:1rem}

.art-ticket .eyebrow {
  font-size:.875rem;
  letter-spacing:0}

.art-ticket p {
  font-size:.875rem}

.how-grid {
  grid-template-columns:1fr}
.how-grid p {
  font-size:1rem}
.step-number {
  font-size:.875rem;
  color:#9a4725}

.welcome-how .section-heading a {
  font-size:1rem}

.welcome-final {
  border-left:0.3125rem solid #b95a2f;
  border-radius:0 1rem 1rem 0}

@media(min-width:48rem) {
  
 .student-ui .bus-list {
  grid-template-columns:repeat(2,minmax(0,1fr))}

 .student-ui .container {
  padding:2rem 1.5rem 7rem}

 .student-ui .booking-app-hero {
  padding:2rem 1.5rem 0}

 .student-ui .bhero-greeting {
  font-size:2.25rem}

 .student-ui .bhero-next {
  grid-template-columns:1fr auto;
  max-width:100%;
  padding:1.5rem 2rem}

 .student-ui .bhero-time {
  font-size:2.75rem}

 .student-ui .bottom-nav {
  bottom:1rem;
  border-radius:1rem;
  width:calc(100% - 2rem)}

 .student-ui.auth-bg {
  padding:3rem 1.5rem}

 .student-ui .auth-card {
  padding:2.5rem}

 .section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:1.5rem}

 .section-heading p {
  max-width:28ch}

 .welcome-nav {
  height:6.25rem}
.welcome-nav nav>a:first-child,.welcome-nav .pill-link {
  display:inline-flex}

 .welcome-nav nav {
  gap:1.25rem}

 .welcome-hero {
  grid-template-columns:1.1fr 1fr;
  gap:2.5rem;
  padding-top:4rem;
  padding-bottom:4rem}

 .welcome-copy h1 {
  font-size:clamp(3.5rem,6.3vw,5.5rem)}

 .how-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:2rem}

 .welcome-final {
  display:flex;
  margin:0 auto;
  padding:2.5rem;
  max-width:calc(100% - 3rem)}

 .welcome-final .pill-link {
  margin:0}
.welcome-footer .wordmark {
  width:auto}

}

@media(min-width:64rem) {
  
 .student-ui .header {
  padding:1.25rem max(1.5rem,calc((100% - 70rem)/2))}

 .student-ui .bus-list {
  grid-template-columns:repeat(3,minmax(0,1fr))}

 .welcome-nav,.welcome-hero,.welcome-how,.welcome-footer {
  padding-left:2rem;
  padding-right:2rem}

 .welcome-hero {
  gap:4rem;
  padding-top:4.5rem;
  padding-bottom:5.5rem}

 .welcome-final {
  max-width:70rem}

 .journey-art {
  transform:rotate(2deg)}

}

/* The legacy shared sheet caps every container at the ticket width. */
.student-ui.booking-page .container {
  width:100%;
  max-width:70rem !important;
}
.student-ui .bus-route-name,.student-ui .bus-stop {
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
@media(min-width:48rem) {
  .student-ui .web-trip-planner {display:grid;grid-template-columns:1fr 1fr;}
  .student-ui .web-intent-toggle,.student-ui .web-date-row,.student-ui .web-trip-hint,.student-ui .web-reset-link {grid-column:1/-1;}
}
.student-ui .web-date-chip,.student-ui .web-reset-link {
  min-height:2.75rem;
  min-width:2.75rem;
  font-size:.875rem;
}
