/* Ridgewood Chimney & Masonry -- the timetable sheet.
   Oak-canopy green and depot brass over evening charcoal; village cream ground. */
:root
{ --rw1-brick: #B85026;
  --rw1-brick-dark: #833718;
  --rw1-ember: #DFAE3B;
  --rw1-ember-glow: #F2D084;
  --rw1-coast: #46703C;
  --rw1-charcoal: #191813;
  --rw1-charcoal-2: #24221C;
  --rw1-charcoal-3: #312F27;
  --rw1-cream: #F7F3E9;
  --rw1-cream-2: #ECE7D7;
  --rw1-ink: #1A1914;
  --rw1-muted: #6D6A5D;
  --rw1-line: rgba(25,24,19,.12);
  --rw1-gold: #C89A34;
  --rw1-green-ok: #377F53;
  --rw1-radius: 16px;
  --rw1-radius-lg: 26px;
  --rw1-shadow-sm: 0 4px 14px rgba(25,24,19,.08);
  --rw1-shadow: 0 14px 40px rgba(25,24,19,.14);
  --rw1-shadow-lg: 0 30px 70px rgba(25,24,19,.26);
  --rw1-wrap: 1200px;
  --rw1-font: 'Nunito',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --rw1-display: 'Cabin Condensed','Arial Narrow',var(--rw1-font);
  --rw1-header-h: 76px;
}
*,*::before,*::after
{ box-sizing: border-box;
}
html
{ scroll-behavior: smooth;
  scroll-padding-top: 90px;
  -webkit-text-size-adjust: 100%;
}
body
{ margin: 0;
  font-family: var(--rw1-font);
  color: var(--rw1-ink);
  background: var(--rw1-cream);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img
{ max-width: 100%;
  height: auto;
  display: block;
}
a
{ color: var(--rw1-brick);
  text-decoration: none;
}
a:hover
{ color: var(--rw1-brick-dark);
}
button
{ font-family: inherit;
}
h1,h2,h3,h4
{ font-family: var(--rw1-display);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 .5em;
  letter-spacing: .4px;
  text-transform: uppercase;
}
h1
{ font-size: clamp(2.15rem,5.4vw,4.15rem);
}
h2
{ font-size: clamp(1.85rem,3.9vw,3rem);
}
h3
{ font-size: clamp(1.15rem,1.7vw,1.45rem);
}
p
{ margin: 0 0 1.1em;
}
.villagespan1
{ width: min(var(--rw1-wrap),92%);
  margin-inline: auto;
}
.midplatform1
{ text-align: center;
}
.stillsiding1
{ position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.sidetrack-link1
{ position: absolute;
  left: -9999px;
  top: 0;
  background: var(--rw1-brick);
  color: #fff;
  padding: 12px 20px;
  z-index: 9999;
}
.sidetrack-link1:focus
{ left: 10px;
  top: 10px;
}
:focus-visible
{ outline: 3px solid var(--rw1-ember);
  outline-offset: 3px;
}
#bg-fx-rw
{ position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
#emberCanvas-rw
{ position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .55;
}
.steamdrift1
{ position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .34;
  will-change: transform;
}
.steamdrift1-a
{ width: 520px;
  height: 520px;
  background: radial-gradient(circle at 30% 30%,var(--rw1-ember),transparent 68%);
  top: -140px;
  left: -120px;
  animation: float1 26s ease-in-out infinite;
}
.steamdrift1-b
{ width: 640px;
  height: 640px;
  background: radial-gradient(circle at 60% 40%,var(--rw1-brick),transparent 66%);
  top: 38%;
  right: -220px;
  animation: float2 32s ease-in-out infinite;
}
.steamdrift1-c
{ width: 420px;
  height: 420px;
  background: radial-gradient(circle at 50% 50%,var(--rw1-gold),transparent 65%);
  bottom: -120px;
  left: 22%;
  animation: float3 29s ease-in-out infinite;
}
@keyframes float1
{
  0%,100%
  { transform: translate3d(0,0,0) scale(1);
  }
  50%
  { transform: translate3d(90px,120px,0) scale(1.16);
  }
}
@keyframes float2
{
  0%,100%
  { transform: translate3d(0,0,0) scale(1.05);
  }
  50%
  { transform: translate3d(-120px,-90px,0) scale(.9);
  }
}
@keyframes float3
{
  0%,100%
  { transform: translate3d(0,0,0) scale(.95);
  }
  50%
  { transform: translate3d(70px,-110px,0) scale(1.2);
  }
}
main,header,footer,.wireline1
{ position: relative;
  z-index: 1;
}
.pullcord1
{ --rw1-bg: var(--rw1-brick);
  --rw1-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  background: var(--rw1-bg);
  color: var(--rw1-fg);
  font-weight: 700;
  font-size: 1.02rem;
  padding: 16px 30px;
  border-radius: 60px;
  border: 0;
  cursor: pointer;
  letter-spacing: .3px;
  box-shadow: 0 10px 26px rgba(178,58,33,.32);
  transition: transform .22s cubic-bezier(.2,.8,.3,1),box-shadow .22s,background .22s;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.pullcord1:hover
{ transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(178,58,33,.42);
  color: #fff;
}
.pullcord1:active
{ transform: translateY(-1px);
}
.pullcord1::after
{ content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(100deg,transparent,rgba(255,255,255,.42),transparent);
  transform: skewX(-18deg);
  animation: sheen 4.5s ease-in-out infinite;
}
@keyframes sheen
{
  0%,72%
  { left: -60%;
  }
  88%,100%
  { left: 135%;
  }
}
.pullcord1-express
{ --rw1-bg: linear-gradient(135deg,var(--rw1-ember),var(--rw1-brick));
  box-shadow: 0 10px 26px rgba(240,128,60,.4);
}
.pullcord1-misted
{ --rw1-bg: transparent;
  --rw1-fg: #fff;
  border: 2px solid rgba(255,255,255,.6);
  box-shadow: none;
}
.pullcord1-misted:hover
{ background: rgba(255,255,255,.12);
  box-shadow: none;
}
.pullcord1-nightrun
{ --rw1-bg: var(--rw1-charcoal);
  box-shadow: 0 10px 26px rgba(25,24,19,.3);
}
.pullcord1-grand
{ padding: 19px 38px;
  font-size: 1.12rem;
}
.pullcord1-fullcar
{ display: flex;
  width: 100%;
}
.wireline1
{ background: var(--rw1-charcoal);
  color: #DBD6C6;
  font-size: .86rem;
  letter-spacing: .3px;
}
.wireline1 .villagespan1
{ display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
}
.wireline1 b
{ color: #fff;
}
.wireline1 .wr1-bead
{ display: inline-flex;
  align-items: center;
  gap: 7px;
}
.greenlamp-dot
{ width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #29C169;
  box-shadow: 0 0 0 0 rgba(73,199,126,.7);
  animation: pulseDot 2s infinite;
}
@keyframes pulseDot
{
  70%
  { box-shadow: 0 0 0 9px rgba(73,199,126,0);
  }
  100%
  { box-shadow: 0 0 0 0 rgba(73,199,126,0);
  }
}
.stationhouse1
{ position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(246,240,231,.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rw1-line);
  transition: box-shadow .3s,background .3s;
}
.stationhouse1.railworn
{ box-shadow: 0 8px 30px rgba(25,24,19,.13);
  background: rgba(246,240,231,.96);
}
.stationhouse1 .villagespan1
{ width: min(1360px,94%);
}
.concourse1
{ display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: var(--rw1-header-h);
}
.stationseal1
{ display: flex;
  align-items: center;
  gap: 12px;
  color: var(--rw1-ink);
  flex: 0 0 auto;
}
.stationseal1:hover
{ color: var(--rw1-ink);
}
.stationseal1-plate
{ width: 46px;
  height: 46px;
  flex: 0 0 auto;
  filter: drop-shadow(0 4px 8px rgba(178,58,33,.3));
}
.stationseal1-stub
{ display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.stationseal1-stub strong
{ font-family: var(--rw1-display);
  font-size: 1.06rem;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.stationseal1-stub span
{ font-size: .7rem;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--rw1-brick);
  font-weight: 600;
}
.corridorcar1
{ display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.corridorcar1 a
{ color: var(--rw1-ink);
  font-weight: 600;
  font-size: .92rem;
  white-space: nowrap;
  position: relative;
  padding: 6px 0;
}
.corridorcar1 a::after
{ content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--rw1-brick);
  transition: width .28s;
}
.corridorcar1 a:hover::after,.corridorcar1 a.onschedule::after
{ width: 100%;
}
.concourse1-drive
{ display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}
.concourse1-digits
{ display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: right;
}
.concourse1-digits small
{ font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--rw1-muted);
}
.concourse1-digits b
{ font-family: var(--rw1-display);
  font-size: 1.22rem;
  color: var(--rw1-brick);
}
.carriagedoor1
{ display: none;
  width: 48px;
  height: 44px;
  border: 1px solid var(--rw1-line);
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.carriagedoor1 span
{ position: absolute;
  left: 13px;
  width: 22px;
  height: 2px;
  background: var(--rw1-ink);
  transition: .3s;
}
.carriagedoor1 span:nth-child(1)
{ top: 15px;
}
.carriagedoor1 span:nth-child(2)
{ top: 21px;
}
.carriagedoor1 span:nth-child(3)
{ top: 27px;
}
.carriagedoor1[aria-expanded="true"] span:nth-child(1)
{ top: 21px;
  transform: rotate(45deg);
}
.carriagedoor1[aria-expanded="true"] span:nth-child(2)
{ opacity: 0;
}
.carriagedoor1[aria-expanded="true"] span:nth-child(3)
{ top: 21px;
  transform: rotate(-45deg);
}
.stationfront1
{ position: relative;
  color: #fff;
  padding: clamp(56px,8vw,104px) 0 clamp(70px,9vw,120px);
  overflow: hidden;
  isolation: isolate;
}
.stationfront1-steam
{ position: absolute;
  inset: 0;
  z-index: -2;
}
.stationfront1-steam img
{ width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: kenburns 24s ease-in-out infinite alternate;
}
@keyframes kenburns
{
  to
  { transform: scale(1.17) translate3d(-1.5%,-1.5%,0);
  }
}
.stationfront1::before
{ content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg,rgba(18,14,12,.95) 0%,rgba(26,18,14,.86) 38%,rgba(181,57,31,.6) 74%,rgba(242,145,63,.42) 100%);
}
.stationfront1-platforms
{ display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 52px;
  align-items: center;
}
.villagetag1
{ display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.26);
  color: #fff;
  padding: 8px 17px;
  border-radius: 60px;
  font-size: .79rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
}
.stationfront1 h1
{ color: #fff;
  text-shadow: 0 6px 30px rgba(0,0,0,.4);
}
.stationfront1 h1 .brassrail1
{ color: var(--rw1-ember-glow);
  display: inline-block;
}
.stationfront1-underboard
{ font-size: clamp(1.02rem,1.5vw,1.2rem);
  color: #E9E4D4;
  max-width: 610px;
}
.stationfront1-cords
{ display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 26px;
}
.stationfront1-stamps
{ display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .92rem;
  color: #E5E0D0;
}
.stationfront1-stamps li
{ display: flex;
  align-items: center;
  gap: 8px;
}
.ticketpunch1
{ width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(73,199,126,.2);
  display: grid;
  place-items: center;
}
.ticketpunch1 svg
{ width: 12px;
  height: 12px;
  stroke: #4BDD87;
  fill: none;
  stroke-width: 3;
}
.stationlook1
{ background: linear-gradient(160deg,rgba(255,255,255,.98),rgba(246,240,231,.94));
  color: var(--rw1-ink);
  border-radius: var(--rw1-radius-lg);
  padding: 30px 28px;
  box-shadow: var(--rw1-shadow-lg);
  border: 1px solid rgba(255,255,255,.6);
  position: relative;
  animation: floaty 6.5s ease-in-out infinite;
}
@keyframes floaty
{
  0%,100%
  { transform: translateY(0);
  }
  50%
  { transform: translateY(-13px);
  }
}
.stationlook1-medallion
{ position: absolute;
  top: -18px;
  right: -10px;
  background: var(--rw1-brick);
  color: #fff;
  font-family: var(--rw1-display);
  font-size: .82rem;
  letter-spacing: 1.4px;
  padding: 9px 16px;
  border-radius: 40px;
  box-shadow: 0 8px 20px rgba(178,58,33,.4);
  text-transform: uppercase;
  animation: wobble 5s ease-in-out infinite;
}
@keyframes wobble
{
  0%,100%
  { transform: rotate(-3deg);
  }
  50%
  { transform: rotate(3deg);
  }
}
.stationlook1-fareline
{ font-family: var(--rw1-display);
  font-size: clamp(3.4rem,7vw,4.6rem);
  line-height: 1;
  color: var(--rw1-brick);
  display: flex;
  align-items: flex-start;
  gap: 4px;
  justify-content: center;
  margin: 6px 0 2px;
}
.stationlook1-fareline sup
{ font-size: .42em;
  margin-top: .32em;
}
.stationlook1 h2
{ font-size: 1.32rem;
  margin-bottom: 4px;
  text-align: center;
}
.stationlook1 .stationlook1-conductor
{ text-align: center;
  color: var(--rw1-muted);
  font-size: .9rem;
  margin-bottom: 16px;
}
.stationlook1-stops
{ list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 9px;
  font-size: .95rem;
}
.stationlook1-stops li
{ display: flex;
  gap: 10px;
  align-items: flex-start;
}
.stationlook1-stops svg
{ width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
  stroke: var(--rw1-brick);
  fill: none;
  stroke-width: 3;
}
.stationlook1-smalltype
{ font-size: .76rem;
  color: var(--rw1-muted);
  text-align: center;
  margin: 12px 0 0;
  line-height: 1.5;
}
.expressline1
{ background: var(--rw1-charcoal-2);
  color: #C9C4B4;
  overflow: hidden;
  padding: 13px 0;
  border-block: 1px solid rgba(255,255,255,.07);
}
.expressline1-carriages
{ display: flex;
  gap: 52px;
  white-space: nowrap;
  width: max-content;
  animation: scrollX 34s linear infinite;
  font-family: var(--rw1-display);
  letter-spacing: 2px;
  font-size: .94rem;
  text-transform: uppercase;
}
.expressline1-carriages span
{ display: inline-flex;
  align-items: center;
  gap: 12px;
}
.expressline1-carriages b
{ color: var(--rw1-ember);
}
@keyframes scrollX
{
  to
  { transform: translateX(-50%);
  }
}
section
{ padding: clamp(56px,7vw,100px) 0;
  position: relative;
}
.depothead1
{ max-width: 760px;
  margin: 0 auto 52px;
}
.depothead1.westplatform1
{ margin-inline: 0;
}
.signalarm1
{ display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--rw1-brick);
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: 14px;
}
.signalarm1::before
{ content: "";
  width: 28px;
  height: 2px;
  background: var(--rw1-brick);
}
.leadcar1
{ font-size: 1.06rem;
  color: var(--rw1-muted);
}
.tone-villagecream
{ background: linear-gradient(180deg,rgba(237,227,213,.75),rgba(246,240,231,.4));
}
.tone-nightyard
{ background: var(--rw1-charcoal);
  color: #DCD7C7;
}
.tone-nightyard h2,.tone-nightyard h3
{ color: #fff;
}
.tone-nightyard .leadcar1
{ color: #B5B0A0;
}
.tone-nightyard .signalarm1
{ color: var(--rw1-ember-glow);
}
.tone-nightyard .signalarm1::before
{ background: var(--rw1-ember);
}
.fareboard1
{ display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
}
.fareboard1-panel
{ background: #fff;
  border-radius: var(--rw1-radius);
  padding: 26px 20px;
  text-align: center;
  box-shadow: var(--rw1-shadow-sm);
  border: 1px solid var(--rw1-line);
  transition: transform .3s,box-shadow .3s;
}
.fareboard1-panel:hover
{ transform: translateY(-7px);
  box-shadow: var(--rw1-shadow);
}
.fareboard1-panel b
{ display: block;
  font-family: var(--rw1-display);
  font-size: clamp(2rem,3.6vw,2.9rem);
  color: var(--rw1-brick);
  line-height: 1;
}
.fareboard1-panel span
{ font-size: .87rem;
  color: var(--rw1-muted);
  letter-spacing: .6px;
}
.traderun1-sidings
{ display: grid;
  grid-template-columns: repeat(auto-fit,minmax(295px,1fr));
  gap: 26px;
}
.traderun1
{ background: #fff;
  border-radius: var(--rw1-radius-lg);
  overflow: hidden;
  box-shadow: var(--rw1-shadow-sm);
  border: 1px solid var(--rw1-line);
  display: flex;
  flex-direction: column;
  transition: transform .35s cubic-bezier(.2,.8,.3,1),box-shadow .35s;
}
.traderun1:hover
{ transform: translateY(-10px);
  box-shadow: var(--rw1-shadow-lg);
}
.traderun1-window
{ position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--rw1-charcoal-3);
}
.traderun1-window img
{ width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.8,.3,1);
}
.traderun1:hover .traderun1-window img
{ transform: scale(1.09);
}
.traderun1-window::after
{ content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 42%,rgba(20,16,14,.72));
}
.traderun1-medal
{ position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--rw1-brick);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(178,58,33,.45);
}
.traderun1-medal svg
{ width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.traderun1-manifest
{ padding: 24px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.traderun1-manifest h3
{ margin-bottom: 8px;
}
.traderun1-manifest p
{ font-size: .95rem;
  color: var(--rw1-muted);
  margin-bottom: 16px;
}
.traderun1-manifest ul
{ list-style: none;
  margin: 0 0 18px;
  padding: 0;
  font-size: .9rem;
  display: grid;
  gap: 6px;
}
.traderun1-manifest li
{ display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #49473C;
}
.traderun1-manifest li::before
{ content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rw1-ember);
  flex: 0 0 auto;
  margin-top: 8px;
}
.traderun1-cord
{ margin-top: auto;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .95rem;
}
.traderun1-cord svg
{ width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
  transition: transform .3s;
}
.traderun1:hover .traderun1-cord svg
{ transform: translateX(5px);
}
.delayboard1-sidings
{ display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}
.delayboard1-list
{ display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.delayboard1-list li
{ display: flex;
  gap: 15px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 16px 18px;
  align-items: flex-start;
  transition: transform .3s,border-color .3s,background .3s;
}
.delayboard1-list li:hover
{ transform: translateX(7px);
  border-color: rgba(240,128,60,.55);
  background: rgba(240,128,60,.08);
}
.delayboard1-list .db1
{ width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 11px;
  background: rgba(240,128,60,.16);
  display: grid;
  place-items: center;
}
.delayboard1-list .db1 svg
{ width: 20px;
  height: 20px;
  stroke: var(--rw1-ember-glow);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.delayboard1-list b
{ display: block;
  color: #fff;
  font-family: var(--rw1-display);
  letter-spacing: .5px;
  font-size: 1.02rem;
  text-transform: uppercase;
}
.delayboard1-list span
{ font-size: .92rem;
  color: #B1AC9C;
}
.delayboard1-window
{ position: relative;
  border-radius: var(--rw1-radius-lg);
  overflow: hidden;
  box-shadow: var(--rw1-shadow-lg);
}
.delayboard1-window img
{ width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.delayboard1-chalk
{ position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: rgba(25,24,19,.82);
  backdrop-filter: blur(9px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 16px 18px;
  color: #fff;
}
.delayboard1-chalk b
{ font-family: var(--rw1-display);
  display: block;
  color: var(--rw1-ember-glow);
  letter-spacing: 1px;
}
.delayboard1-chalk span
{ font-size: .88rem;
  color: #C5C0B0;
}
.eveningtable1
{ display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
  counter-reset: step;
  position: relative;
}
.eveningtable1-stop
{ background: #fff;
  border-radius: var(--rw1-radius);
  padding: 34px 24px 26px;
  box-shadow: var(--rw1-shadow-sm);
  border: 1px solid var(--rw1-line);
  position: relative;
  transition: transform .35s,box-shadow .35s;
}
.eveningtable1-stop:hover
{ transform: translateY(-8px);
  box-shadow: var(--rw1-shadow);
}
.eveningtable1-stamp
{ position: absolute;
  top: -20px;
  left: 24px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(140deg,var(--rw1-ember),var(--rw1-brick));
  color: #fff;
  font-family: var(--rw1-display);
  font-size: 1.3rem;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 22px rgba(178,58,33,.35);
}
.eveningtable1-stop h3
{ font-size: 1.12rem;
  margin-top: 8px;
}
.eveningtable1-stop p
{ font-size: .93rem;
  color: var(--rw1-muted);
  margin: 0;
}
.ticketroll1
{ display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
.ticketroll1-stub
{ position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--rw1-shadow-sm);
  aspect-ratio: 1;
  background: var(--rw1-charcoal-3);
}
.ticketroll1-stub:nth-child(1),.ticketroll1-stub:nth-child(6)
{ grid-row: span 2;
  aspect-ratio: 1/2.06;
}
.ticketroll1-stub img
{ width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.3,1);
}
.ticketroll1-stub:hover img
{ transform: scale(1.1);
}
.ticketroll1-stub figcaption
{ position: absolute;
  inset: auto 0 0 0;
  padding: 34px 16px 14px;
  background: linear-gradient(transparent,rgba(20,16,14,.86));
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
  transform: translateY(6px);
  opacity: 0;
  transition: .35s;
}
.ticketroll1-stub:hover figcaption
{ transform: translateY(0);
  opacity: 1;
}
.villagewords1
{ display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.villageword1
{ background: #fff;
  border-radius: var(--rw1-radius);
  padding: 28px 26px;
  box-shadow: var(--rw1-shadow-sm);
  border: 1px solid var(--rw1-line);
  position: relative;
  transition: transform .35s,box-shadow .35s;
}
.villageword1:hover
{ transform: translateY(-8px);
  box-shadow: var(--rw1-shadow);
}
.villageword1 .whistlequote1
{ position: absolute;
  top: 16px;
  right: 22px;
  font-family: var(--rw1-display);
  font-size: 4.2rem;
  color: rgba(178,58,33,.13);
  line-height: 1;
}
.nightboard1
{ display: flex;
  gap: 3px;
  margin-bottom: 12px;
}
.nightboard1 svg
{ width: 18px;
  height: 18px;
  fill: var(--rw1-gold);
}
.villageword1 p
{ font-size: .98rem;
  color: #49473C;
}
.villageword1 footer
{ display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  border-top: 1px solid var(--rw1-line);
  padding-top: 14px;
}
.cameo1r
{ width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(140deg,var(--rw1-brick),var(--rw1-ember));
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--rw1-display);
  font-size: 1.05rem;
  flex: 0 0 auto;
}
.villageword1 footer b
{ display: block;
  font-size: .95rem;
}
.villageword1 footer span
{ font-size: .8rem;
  color: var(--rw1-muted);
}
.canopyboard1
{ display: flex;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.canopyboard1 li
{ background: #fff;
  border: 1px solid var(--rw1-line);
  border-radius: 60px;
  padding: 10px 20px;
  font-size: .92rem;
  font-weight: 600;
  box-shadow: var(--rw1-shadow-sm);
  transition: transform .25s,background .25s,color .25s,border-color .25s;
}
.canopyboard1 li:hover
{ transform: translateY(-4px);
  background: var(--rw1-brick);
  color: #fff;
  border-color: var(--rw1-brick);
}
.platform-qa
{ max-width: 880px;
  margin-inline: auto;
}
.platform-qa details
{ background: #fff;
  border: 1px solid var(--rw1-line);
  border-radius: 14px;
  margin-bottom: 12px;
  box-shadow: var(--rw1-shadow-sm);
  overflow: hidden;
  transition: box-shadow .3s;
}
.platform-qa details[open]
{ box-shadow: var(--rw1-shadow);
}
.platform-qa summary
{ cursor: pointer;
  list-style: none;
  padding: 20px 58px 20px 22px;
  font-weight: 700;
  font-size: 1.03rem;
  position: relative;
}
.platform-qa summary::-webkit-details-marker
{ display: none;
}
.platform-qa summary::after
{ content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2.6px solid var(--rw1-brick);
  border-bottom: 2.6px solid var(--rw1-brick);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s;
}
.platform-qa details[open] summary::after
{ transform: translateY(-25%) rotate(-135deg);
}
.platform-qa .platform-qa-manifest
{ padding: 0 22px 20px;
  color: var(--rw1-muted);
  font-size: .97rem;
}
.platform-qa .platform-qa-manifest p:last-child
{ margin-bottom: 0;
}
.lastlamp1
{ position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.lastlamp1 .lastlamp1-steam
{ position: absolute;
  inset: 0;
  z-index: -2;
}
.lastlamp1 .lastlamp1-steam img
{ width: 100%;
  height: 100%;
  object-fit: cover;
}
.lastlamp1::before
{ content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg,rgba(140,43,22,.94),rgba(25,24,19,.9));
}
.lastlamp1 h2
{ color: #fff;
  font-size: clamp(2rem,4.4vw,3.3rem);
}
.lastlamp1 p
{ color: #F0EBDB;
  max-width: 660px;
  margin-inline: auto;
  font-size: 1.06rem;
}
.lastlamp1-cords
{ display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.lastlamp1-digits
{ display: block;
  font-family: var(--rw1-display);
  font-size: clamp(2rem,5vw,2.9rem);
  color: #fff;
  margin-top: 20px;
  letter-spacing: 1px;
}
.lastlamp1-digits:hover
{ color: var(--rw1-ember-glow);
}
.franklindepot1
{ display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}
.franklindepot1>*
{ min-width: 0;
}
.franklindepot1-lines a,.ballastbed1 address a
{ overflow-wrap: anywhere;
}
.parcelroom1
{ background: #fff;
  border-radius: var(--rw1-radius-lg);
  padding: 34px 32px;
  box-shadow: var(--rw1-shadow);
  border: 1px solid var(--rw1-line);
}
.luggage1
{ margin-bottom: 16px;
}
.luggage1 label
{ display: block;
  font-weight: 700;
  font-size: .86rem;
  margin-bottom: 7px;
  letter-spacing: .4px;
}
.luggage1 input,.luggage1 select,.luggage1 textarea
{ width: 100%;
  padding: 14px 16px;
  border: 1.6px solid var(--rw1-line);
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  background: #FCFAF5;
  color: var(--rw1-ink);
  transition: border-color .25s,box-shadow .25s,background .25s;
}
.luggage1 input:focus,.luggage1 select:focus,.luggage1 textarea:focus
{ outline: none;
  border-color: var(--rw1-brick);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(178,58,33,.12);
}
.luggage1 textarea
{ resize: vertical;
  min-height: 110px;
}
.twinplatform1
{ display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.parcelnote1
{ font-size: .79rem;
  color: var(--rw1-muted);
  margin-top: 12px;
  text-align: center;
}
.parcelline1
{ display: none;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: .94rem;
  margin-bottom: 16px;
}
.parcelline1.ontrack1
{ display: block;
  background: rgba(46,125,81,.1);
  color: #377F53;
  border: 1px solid rgba(46,125,81,.3);
}
.parcelline1.offtrack1
{ display: block;
  background: rgba(178,58,33,.1);
  color: var(--rw1-brick-dark);
  border: 1px solid rgba(178,58,33,.3);
}
.franklindepot1-lines
{ list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 16px;
}
.franklindepot1-lines li
{ display: flex;
  gap: 16px;
  align-items: flex-start;
}
.franklindepot1-medal
{ width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 14px;
  background: rgba(178,58,33,.1);
  display: grid;
  place-items: center;
}
.franklindepot1-medal svg
{ width: 22px;
  height: 22px;
  stroke: var(--rw1-brick);
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.franklindepot1-lines b
{ display: block;
  font-family: var(--rw1-display);
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: .95rem;
}
.franklindepot1-lines a,.franklindepot1-lines span
{ color: var(--rw1-muted);
  font-size: 1rem;
}
.franklindepot1-lines a:hover
{ color: var(--rw1-brick);
}
.routemap1
{ border-radius: var(--rw1-radius);
  overflow: hidden;
  box-shadow: var(--rw1-shadow-sm);
  border: 1px solid var(--rw1-line);
  line-height: 0;
}
.routemap1 iframe
{ width: 100%;
  height: 290px;
  border: 0;
}
.nightservice1
{ background: #fff;
  border: 1px solid var(--rw1-line);
  border-radius: var(--rw1-radius);
  padding: 22px 24px;
  box-shadow: var(--rw1-shadow-sm);
  margin-bottom: 26px;
}
.nightservice1 dl
{ display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 18px;
  margin: 0;
  font-size: .95rem;
}
.nightservice1 dt
{ font-weight: 700;
}
.nightservice1 dd
{ margin: 0;
  text-align: right;
  color: var(--rw1-muted);
}
.ballastbed1
{ background: var(--rw1-charcoal);
  color: #A7A292;
  padding: 70px 0 0;
  font-size: .95rem;
}
.ballastbed1-sidings
{ display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 38px;
  padding-bottom: 44px;
}
.ballastbed1 h4
{ color: #fff;
  font-size: 1rem;
  letter-spacing: 1.6px;
  margin-bottom: 18px;
}
.ballastbed1 a
{ color: #A7A292;
}
.ballastbed1 a:hover
{ color: var(--rw1-ember-glow);
}
.ballastbed1-lines
{ list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.ballastbed1-crest
{ display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #fff;
}
.ballastbed1-crest strong
{ font-family: var(--rw1-display);
  font-size: 1.1rem;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.ballastbed1-sleepers
{ border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  font-size: .84rem;
}
.signalbox1
{ position: fixed;
  right: 22px;
  bottom: 26px;
  z-index: 950;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg,var(--rw1-brick),var(--rw1-brick-dark));
  color: #fff;
  padding: 15px 24px 15px 17px;
  border-radius: 60px;
  font-weight: 800;
  letter-spacing: .4px;
  box-shadow: 0 16px 40px rgba(178,58,33,.5);
  transition: transform .3s cubic-bezier(.2,.8,.3,1),box-shadow .3s;
}
.signalbox1:hover
{ transform: scale(1.06) translateY(-3px);
  color: #fff;
  box-shadow: 0 22px 52px rgba(178,58,33,.6);
}
.signalbox1 .sb1-halo
{ position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.signalbox1 .sb1-halo::before,.signalbox1 .sb1-halo::after
{ content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.6);
  animation: ring 2.6s ease-out infinite;
}
.signalbox1 .sb1-halo::after
{ animation-delay: 1.3s;
}
@keyframes ring
{
  0%
  { transform: scale(1);
    opacity: .85;
  }
  100%
  { transform: scale(2.1);
    opacity: 0;
  }
}
.signalbox1 svg
{ width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  animation: shake 3.2s ease-in-out infinite;
}
@keyframes shake
{
  0%,86%,100%
  { transform: rotate(0);
  }
  90%
  { transform: rotate(-14deg);
  }
  94%
  { transform: rotate(14deg);
  }
}
.signalbox1 .sb1-stub
{ display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.signalbox1 .sb1-stub small
{ font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  opacity: .85;
  font-weight: 600;
}
.signalbox1 .sb1-stub b
{ font-family: var(--rw1-display);
  font-size: 1.12rem;
  letter-spacing: .6px;
}
.footplate1
{ display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 960;
  background: rgba(25,24,19,.97);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
}
.footplate1 ul
{ list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 8px;
}
.footplate1 a
{ display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 9px 4px;
  border-radius: 12px;
  color: #E7E2D2;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.footplate1 a svg
{ width: 19px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footplate1 .fp1-cord
{ background: linear-gradient(135deg,var(--rw1-brick),var(--rw1-brick-dark));
  color: #fff;
  box-shadow: 0 6px 18px rgba(178,58,33,.5);
  animation: mbPulse 2.4s ease-in-out infinite;
}
@keyframes mbPulse
{
  0%,100%
  { box-shadow: 0 6px 18px rgba(178,58,33,.5);
  }
  50%
  { box-shadow: 0 6px 26px rgba(240,128,60,.85);
  }
}
.watertower1
{ position: fixed;
  right: 26px;
  bottom: 104px;
  z-index: 940;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--rw1-charcoal);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--rw1-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s;
  border: 0;
  cursor: pointer;
}
.watertower1.platformlit
{ opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.watertower1 svg
{ width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.6;
}
.arrived1
{ opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s cubic-bezier(.2,.8,.3,1),transform .8s cubic-bezier(.2,.8,.3,1);
}
.arrived1.pulledin
{ opacity: 1;
  transform: none;
}
.arrived1.rgw1
{ transition-delay: .1s;
}
.arrived1.rgw2
{ transition-delay: .2s;
}
.arrived1.rgw3
{ transition-delay: .3s;
}
.arrived1.rgw4
{ transition-delay: .4s;
}
.arrived1.rgw5
{ transition-delay: .5s;
}
.arrived1.rgw6
{ transition-delay: .6s;
}
@media (max-width:1080px)
{
  .stationfront1-platforms
  { grid-template-columns: 1fr;
    gap: 44px;
  }
  .stationlook1
  { max-width: 520px;
  }
  .fareboard1
  { grid-template-columns: repeat(2,1fr);
  }
  .eveningtable1
  { grid-template-columns: repeat(2,1fr);
    row-gap: 38px;
  }
  .villagewords1
  { grid-template-columns: 1fr;
  }
  .ballastbed1-sidings
  { grid-template-columns: 1fr 1fr;
  }
  .ticketroll1
  { grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width:1440px)
{
  .corridorcar1
  { gap: 18px;
  }
  .corridorcar1 a
  { font-size: .9rem;
  }
  .concourse1-digits
  { display: none;
  }
}
@media (max-width:1240px)
{
  .corridorcar1
  { gap: 15px;
  }
  .corridorcar1 a
  { font-size: .86rem;
  }
  .corridorcar1 li:has(.concourse1-dimmed)
  { display: none;
  }
  .concourse1-dimmed
  { display: none;
  }
}
@media (max-width:1150px)
{
  .corridorcar1
  { position: fixed;
    inset: var(--rw1-header-h) 0 auto 0;
    background: var(--rw1-cream);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 6% 26px;
    border-bottom: 1px solid var(--rw1-line);
    box-shadow: var(--rw1-shadow);
    transform: translateY(-135%);
    transition: transform .4s cubic-bezier(.2,.8,.3,1);
    max-height: calc(100vh - var(--rw1-header-h));
    overflow: auto;
  }
  .corridorcar1.gatesup
  { transform: translateY(0);
  }
  .corridorcar1 li:has(.concourse1-dimmed)
  { display: block;
  }
  .concourse1-dimmed
  { display: block;
  }
  .corridorcar1 li
  { border-bottom: 1px solid var(--rw1-line);
  }
  .corridorcar1 a
  { display: block;
    padding: 15px 0;
    font-size: 1.05rem;
  }
  .carriagedoor1
  { display: block;
  }
  .concourse1-digits
  { display: none;
  }
  .concourse1-drive .pullcord1
  { padding: 12px 20px;
    font-size: .92rem;
  }
  .delayboard1-sidings,.franklindepot1
  { grid-template-columns: 1fr;
    gap: 34px;
  }
  .signalbox1
  { display: none;
  }
  .footplate1
  { display: block;
  }
  body
  { padding-bottom: 74px;
  }
  .watertower1
  { bottom: 88px;
    right: 16px;
  }
}
@media (max-width:640px)
{
  body
  { font-size: 16px;
  }
  .wireline1 .villagespan1
  { justify-content: center;
    text-align: center;
    font-size: .8rem;
    gap: 6px 16px;
    padding: 7px 0;
  }
  .wireline1 .wr1-stow,.wireline1 .wr1-crier
  { display: none;
  }
  .concourse1-cord-stub
  { display: none;
  }
  .concourse1-drive .pullcord1
  { padding: 12px 14px;
    border-radius: 50%;
  }
  .concourse1-drive
  { gap: 9px;
  }
  .fareboard1,.eveningtable1
  { grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .ticketroll1
  { grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
  .ticketroll1-stub:nth-child(1),.ticketroll1-stub:nth-child(6)
  { grid-row: span 1;
    aspect-ratio: 1;
  }
  .twinplatform1
  { grid-template-columns: 1fr;
  }
  .parcelroom1
  { padding: 26px 20px;
  }
  .ballastbed1-sidings
  { grid-template-columns: 1fr;
    gap: 30px;
  }
  .stationfront1-cords .pullcord1
  { flex: 1 1 100%;
  }
  .concourse1
  { gap: 8px;
  }
  .stationseal1
  { min-width: 0;
    gap: 9px;
  }
  .stationseal1-plate
  { width: 38px;
    height: 38px;
  }
  .stationseal1-stub
  { min-width: 0;
  }
  .stationseal1-stub span
  { font-size: .56rem;
    letter-spacing: 1.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .stationseal1-stub strong
  { font-size: .85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fareboard1 .fareboard1-panel
  { padding: 20px 12px;
  }
  .traderun1-manifest,.parcelroom1
  { overflow-wrap: break-word;
  }
}
@media (max-width:400px)
{
  .villagespan1
  { width: 94%;
  }
  .eveningtable1
  { grid-template-columns: 1fr;
    row-gap: 34px;
  }
  .fareboard1
  { gap: 10px;
  }
  .stationseal1-plate
  { width: 34px;
    height: 34px;
  }
  .stationseal1-stub strong
  { font-size: .8rem;
  }
  .concourse1-drive .pullcord1
  { padding: 11px 13px;
  }
  .carriagedoor1
  { width: 44px;
  }
}
@media (prefers-reduced-motion:reduce)
{
  *,*::before,*::after
  { animation-duration: .001ms!important;
    animation-iteration-count: 1!important;
    transition-duration: .001ms!important;
  }
  html
  { scroll-behavior: auto;
  }
  .arrived1
  { opacity: 1;
    transform: none;
  }
}
@media print
{
  .stationhouse1,.signalbox1,.footplate1,.watertower1,#bg-fx-rw,.expressline1
  { display: none!important;
  }
  body
  { background: #fff;
    color: #000;
  }
}
.stationlook1-farefree
{ font-family: var(--rw1-display);
  font-size: clamp(3rem,6.4vw,4.3rem);
  line-height: 1;
  color: var(--rw1-brick);
  text-align: center;
  letter-spacing: 2px;
  margin: 8px 0 2px;
}
.stationlook1-farefree small
{ display: block;
  font-family: var(--rw1-font);
  font-size: .31em;
  letter-spacing: 3.4px;
  color: var(--rw1-coast);
  font-weight: 800;
  margin-top: 6px;
}
.stationlook1 .stationlook1-stops svg
{ stroke: var(--rw1-coast);
}
.medallion-farefree
{ background: var(--rw1-coast);
  box-shadow: 0 8px 20px rgba(30,111,104,.42);
}
.ticketpunch1-green
{ background: rgba(30,111,104,.22);
}
.ticketpunch1-green svg
{ stroke: #B5D3A8;
}
.platformaside1
{ display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(242,145,63,.1);
  border: 1px solid rgba(242,145,63,.34);
  border-radius: 14px;
  padding: 16px 18px;
  margin-top: 24px;
}
.platformaside1 svg
{ width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-top: 2px;
  stroke: var(--rw1-brick);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.platformaside1 p
{ margin: 0;
  font-size: .94rem;
}
.conductor-card1
{ background: linear-gradient(158deg,var(--rw1-charcoal) 0%,var(--rw1-charcoal-2) 55%,#3C2715 100%);
  color: #DAD5C5;
  border-radius: var(--rw1-radius-lg);
  padding: 38px 34px;
  box-shadow: var(--rw1-shadow-lg);
  border: 1px solid rgba(255,255,255,.09);
  position: relative;
  overflow: hidden;
}
.conductor-card1::before
{ content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(242,145,63,.34),transparent 68%);
  filter: blur(14px);
  animation: float1 18s ease-in-out infinite;
}
.conductor-card1>*
{ position: relative;
  z-index: 1;
}
.conductor-tag1
{ display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--rw1-ember-glow);
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: .74rem;
  margin-bottom: 12px;
}
.conductor-tag1::before
{ content: "";
  width: 26px;
  height: 2px;
  background: var(--rw1-ember);
}
.conductor-card1 h3
{ color: #fff;
  font-size: clamp(1.4rem,2.4vw,1.9rem);
  margin-bottom: 10px;
}
.conductor-card1 p
{ color: #B3AE9E;
  font-size: .99rem;
}
.conductor-digits1
{ display: block;
  font-family: var(--rw1-display);
  font-size: clamp(2.1rem,4.6vw,3rem);
  color: #fff;
  letter-spacing: 1px;
  margin: 20px 0 18px;
  text-align: center;
  transition: color .25s,transform .25s;
}
.conductor-digits1:hover
{ color: var(--rw1-ember-glow);
  transform: scale(1.03);
}
.conductor-watch1
{ text-align: center;
  font-size: .92rem;
  margin: 18px 0 0;
  color: #B3AE9E;
}
.conductor-watch1 strong
{ color: #fff;
}
.conductor-steps1
{ margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.conductor-steps1 h4
{ color: #fff;
  font-size: .92rem;
  letter-spacing: 1.8px;
  margin-bottom: 14px;
}
.conductor-steps1 ol
{ margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ce;
  display: grid;
  gap: 12px;
}
.conductor-steps1 li
{ counter-increment: ce;
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-size: .94rem;
  color: #C1BCAC;
}
.conductor-steps1 li::before
{ content: counter(ce);
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(242,145,63,.18);
  color: var(--rw1-ember-glow);
  font-family: var(--rw1-display);
  font-size: .9rem;
  display: grid;
  place-items: center;
  margin-top: 1px;
}
@media (max-width:640px)
{
  .conductor-card1
  { padding: 28px 22px;
  }
}
.villageword1 p
{ font-size: .95rem;
  line-height: 1.62;
}
.villageword1 footer b
{ font-size: .92rem;
  line-height: 1.3;
}
.villageword1 .cameo1r svg
{ display: block;
}
@media (max-width:1080px)
{
  .villagewords1
  { gap: 22px;
  }
}
.footplate1 ul.fp1-pair
{ grid-template-columns: 1.7fr 1fr;
}
/* narrow-platform allowances */
@media (max-width: 392px)
{ .stationseal1-stub strong
  { max-width: 46vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .concourse1-cord
  { padding-inline: 13px;
  }
}
.footplate1 ul
{ grid-template-columns: 1fr;
}
.eveningtable1 > *
{ min-width: 0;
}
.eveningtable1-stop h3
{ overflow-wrap: anywhere;
}
.fareboard1-panel b span
{ font-size: inherit;
  color: inherit;
  letter-spacing: 0;
}
