:root {
  --ink: #071d35;
  --blue: #064f9e;
  --cyan: #bfeef2;
  --water: #e8f7f7;
  --orange: #e65f3c;
  --lime: #c9e36d;
  --white: #ffffff;
  --paper: #f6f8f5;
  --line: #9db5bd;
  --max: 1500px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.66 "Trebuchet MS", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; }
h1, h2 { font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; }
.hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }

.masthead {
  position: relative;
  z-index: 50;
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid var(--ink);
}
.brand { display: flex; align-items: center; gap: 22px; padding: 15px 30px; }
.brand img { width: 184px; }
.brand span { display: grid; border-left: 1px solid var(--line); padding-left: 22px; }
.brand b { font: 700 15px/1 Arial; letter-spacing: .12em; }
.brand small { margin-top: 7px; color: var(--blue); font: 700 9px/1 Arial; letter-spacing: .17em; }
.menu-toggle { display: none; }
.head-rfq {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 34px;
  background: var(--orange);
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.head-rfq b { font-size: 19px; }
.train-nav {
  position: sticky;
  top: 0;
  z-index: 48;
  display: grid;
  grid-template-columns: minmax(430px, 1.2fr) repeat(5, minmax(145px, .55fr));
  min-height: 62px;
  background: var(--ink);
  color: white;
  border-bottom: 1px solid #37526a;
}
.train-nav > div { display: flex; align-items: center; padding: 0 28px; overflow: hidden; }
.train-nav > div small { color: var(--cyan); font: 700 9px/1 "Courier New", monospace; letter-spacing: .12em; white-space: nowrap; }
.train-nav > div i { width: 28px; height: 1px; margin: 0 8px; background: #507087; }
.train-nav > a { display: grid; grid-template-columns: 34px 1fr; align-items: center; padding: 0 18px; border-left: 1px solid #37526a; text-transform: uppercase; }
.train-nav > a i { color: var(--cyan); font: normal 10px/1 "Courier New", monospace; }
.train-nav > a span { font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.train-nav > a:hover, .train-nav > a.active { background: var(--blue); }

.home-hero { position: relative; min-height: 720px; background: var(--ink); overflow: hidden; }
.home-hero > figure { position: absolute; inset: 0; margin: 0; }
.home-hero > figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,29,53,.22), rgba(7,29,53,0) 70%); }
.home-hero > figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-sheet {
  position: absolute;
  left: clamp(35px, 7vw, 115px);
  bottom: 0;
  width: min(720px, 58vw);
  padding: 56px 62px 64px;
  background: rgba(255,255,255,.96);
  border-top: 8px solid var(--orange);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
}
.hero-sheet small, .manufacturer-note small, .route-board small, .sequence-band small, .train-gallery small, .record-board small, .home-rfq small, .collection-lead small {
  color: var(--blue);
  font: 700 10px/1 Arial;
  letter-spacing: .17em;
}
.hero-sheet h1 { margin: 20px 0 25px; font-size: clamp(56px, 6.3vw, 96px); letter-spacing: -.055em; }
.hero-sheet h1 em { color: var(--blue); font-style: normal; font-weight: 400; }
.hero-sheet p { max-width: 590px; font-size: 19px; }
.hero-sheet > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-sheet > div a { padding: 14px 18px; border: 1px solid var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-sheet > div a:last-child { background: var(--ink); color: white; }
.turbidity-scale {
  position: absolute;
  right: 0;
  top: 70px;
  display: grid;
  gap: 10px;
  width: 130px;
  padding: 22px 18px;
  background: rgba(7,29,53,.92);
  color: white;
}
.turbidity-scale b { color: var(--cyan); font: 700 9px/1.4 "Courier New", monospace; }
.turbidity-scale span { font: 700 9px/1 Arial; letter-spacing: .12em; }
.turbidity-scale i { height: 22px; border-left: 1px solid var(--orange); }

.manufacturer-note { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding: 70px clamp(30px, 7vw, 115px); background: var(--cyan); border-bottom: 1px solid var(--ink); }
.manufacturer-note h2 { max-width: 650px; margin: 16px 0 0; font-size: clamp(36px, 4vw, 60px); }
.manufacturer-note p { max-width: 720px; margin: 0; font-size: 18px; }
.manufacturer-note p a { border-bottom: 2px solid var(--blue); font-weight: 700; }

.route-board, .train-gallery, .record-board { padding: 90px clamp(30px, 7vw, 115px); }
.route-board > header, .train-gallery > header, .record-board > header { display: grid; grid-template-columns: 1fr auto; gap: 15px 40px; align-items: end; margin-bottom: 45px; }
.route-board > header small, .train-gallery > header small, .record-board > header small { grid-column: 1/-1; }
.route-board > header h2, .train-gallery > header h2, .record-board > header h2 { max-width: 820px; margin: 0; font-size: clamp(35px, 4vw, 58px); }
.route-board > header a, .train-gallery > header a, .record-board > header a { color: var(--blue); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.route-board > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.route-board > div > a { min-height: 370px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%); }
.route-board h3 { margin: 38px 0 20px; font-size: 30px; }
.route-board p { font-size: 15px; }
.route-board span { margin-top: auto; color: var(--blue); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.route-board a:hover { background: var(--water); }

.sequence-band { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 650px; background: var(--blue); color: white; }
.sequence-band > div { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(30px, 6vw, 95px); }
.sequence-band small { color: var(--lime); }
.sequence-band h2 { margin: 22px 0; font-size: clamp(40px, 5vw, 70px); }
.sequence-band p { max-width: 550px; font-size: 18px; }
.sequence-band a { width: fit-content; margin-top: 25px; padding-bottom: 4px; border-bottom: 2px solid var(--lime); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.sequence-band figure { margin: 0; overflow: hidden; }
.sequence-band img { width: 100%; height: 100%; object-fit: cover; }

.train-gallery { background: var(--water); }
.train-gallery > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.train-gallery > div > a { background: var(--white); border: 1px solid var(--ink); }
.train-gallery figure { height: 280px; margin: 0; overflow: hidden; }
.train-gallery figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.train-gallery a:hover figure img { transform: scale(1.035); }
.train-gallery a > div { padding: 28px; }
.train-gallery h3 { min-height: 66px; margin: 15px 0 25px; font-size: 28px; }
.train-gallery span { color: var(--blue); font-size: 11px; font-weight: 700; text-transform: uppercase; }

.record-board { display: grid; grid-template-columns: 370px 1fr; gap: 70px; background: var(--ink); color: white; }
.record-board > header { display: block; align-self: start; position: sticky; top: 90px; }
.record-board > header small { color: var(--lime); }
.record-board > header h2 { margin: 22px 0; font-size: 45px; }
.record-board > header a { display: block; margin-top: 32px; color: var(--cyan); }
.record-board nav { border-top: 1px solid #456078; }
.record-board nav a { display: grid; grid-template-columns: 56px 1fr 30px; align-items: center; gap: 18px; padding: 23px 0; border-bottom: 1px solid #456078; }
.record-board nav a > i { color: var(--lime); font: normal 12px/1 "Courier New", monospace; }
.record-board nav a span { display: grid; gap: 7px; }
.record-board nav a small { color: #92bcc9; }
.record-board nav a b { font-size: 17px; }
.record-board nav a em { color: var(--orange); font-style: normal; font-size: 20px; }
.record-board nav a:hover b { color: var(--cyan); }

.home-rfq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 90px clamp(30px, 7vw, 115px); background: var(--cyan); }
.home-rfq > header h2 { margin: 20px 0; font-size: clamp(38px, 4.5vw, 62px); }

.rfq-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 30px; background: var(--white); border: 1px solid var(--ink); box-shadow: 14px 14px 0 var(--blue); }
.rfq-form label { display: grid; gap: 8px; }
.rfq-form label span { color: #3f5f70; font: 700 10px/1 Arial; letter-spacing: .11em; text-transform: uppercase; }
.rfq-form input, .rfq-form select, .rfq-form textarea { width: 100%; min-width: 0; padding: 13px 12px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); }
.rfq-form textarea { resize: vertical; }
.rfq-form .wide, .rfq-form button, .rfq-form .form-status { grid-column: 1/-1; }
.rfq-form .consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; font-size: 12px; }
.rfq-form .consent input { width: auto; margin-top: 5px; }
.rfq-form button { display: flex; justify-content: space-between; padding: 16px 18px; border: 0; background: var(--ink); color: white; font-weight: 700; text-align: left; }
.rfq-form button:disabled { opacity: .6; }
.form-status { min-height: 24px; margin: 0; font-size: 12px; }

.inner-hero { display: grid; grid-template-columns: minmax(520px, .85fr) 1.15fr; min-height: 560px; background: var(--white); border-bottom: 1px solid var(--ink); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 65px clamp(35px, 6vw, 90px); border-right: 1px solid var(--ink); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: auto; color: #4d6b76; font-size: 11px; }
.breadcrumbs i { color: var(--orange); font-style: normal; }
.hero-copy > small { margin-top: 55px; color: var(--blue); font: 700 10px/1 Arial; letter-spacing: .16em; }
.hero-copy h1 { margin: 20px 0 24px; font-size: clamp(44px, 4.8vw, 72px); letter-spacing: -.035em; overflow-wrap: normal; word-break: normal; }
.hero-copy p { max-width: 680px; font-size: 17px; }
.hero-copy time { color: #5b727c; font: 11px/1.4 "Courier New", monospace; }
.inner-hero figure { position: relative; margin: 0; overflow: hidden; }
.inner-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.inner-hero figcaption { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; padding: 16px 20px; background: var(--ink); color: white; }
.inner-hero figcaption span { font: 700 9px/1 Arial; letter-spacing: .11em; }
.inner-hero figcaption i { width: 34px; height: 1px; margin: 0 8px; background: var(--orange); }

.reading-layout { display: grid; grid-template-columns: 145px minmax(0, 820px) minmax(230px, 300px); gap: 54px; justify-content: center; padding: 90px 35px; background: var(--paper); }
.parameter-bar { position: sticky; top: 100px; align-self: start; display: grid; border-top: 5px solid var(--orange); }
.parameter-bar b { padding: 15px 0; font: 700 10px/1.4 Arial; letter-spacing: .13em; }
.parameter-bar span { padding: 12px 0; border-top: 1px solid var(--line); color: #506b76; font: 11px/1.3 "Courier New", monospace; }
.reading-copy > section { padding: 0 0 52px; margin-bottom: 52px; border-bottom: 1px solid var(--line); }
.reading-copy > section > header { display: grid; grid-template-columns: 48px 1fr; gap: 20px; align-items: start; }
.reading-copy > section > header span { color: var(--blue); font: 700 13px/1 "Courier New", monospace; }
.reading-copy > section h2 { margin: 0; font-size: clamp(31px, 3.4vw, 45px); }
.reading-copy > section > div { padding-left: 68px; margin-top: 25px; }
.reading-copy p { font-size: 17px; }
.reading-copy p a { color: var(--blue); border-bottom: 1px solid var(--blue); }
.chapter-index { position: sticky; top: 90px; align-self: start; max-height: calc(100vh - 120px); overflow: auto; border-top: 1px solid var(--ink); }
.chapter-index a { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.35; }
.chapter-index i { color: var(--orange); font-style: normal; font-family: "Courier New", monospace; }
.chapter-index a:last-child { background: var(--blue); color: white; padding-inline: 12px; }
.reference-note { display: grid; gap: 10px; padding: 24px; background: var(--water); border-left: 6px solid var(--blue); }
.reference-note b { margin-bottom: 5px; font-size: 13px; text-transform: uppercase; }
.reference-note a { color: var(--blue); font-size: 13px; font-weight: 700; }
.reference-note p { margin: 8px 0 0; font-size: 12px; }
.embedded-rfq { display: block !important; padding: 38px !important; background: var(--cyan); border: 0 !important; }
.embedded-rfq > header { display: block !important; }
.embedded-rfq h2 { margin: 12px 0 25px !important; }

.related { padding: 80px clamp(30px, 7vw, 115px); background: var(--blue); color: white; }
.related > header { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 35px; }
.related > header small { color: var(--lime); font: 700 10px/1 Arial; letter-spacing: .15em; }
.related > header h2 { margin: 0; font-size: 38px; }
.related > div { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #72a4c8; border-left: 1px solid #72a4c8; }
.related > div a { min-height: 210px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid #72a4c8; border-bottom: 1px solid #72a4c8; }
.related a small { color: var(--cyan); font: 700 9px/1.4 Arial; letter-spacing: .1em; }
.related a b { margin: 28px 0; font-size: 17px; }
.related a span { margin-top: auto; color: var(--lime); font-size: 11px; text-transform: uppercase; }

.collection-lead { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 75px clamp(30px, 7vw, 115px); background: var(--cyan); }
.collection-lead h2 { margin: 18px 0 0; font-size: clamp(38px, 4vw, 56px); }
.collection-lead article section { border-top: 1px solid var(--ink); padding-top: 25px; }
.collection-lead article section header { display: none; }
.ticket-grid { padding: 85px clamp(30px, 7vw, 115px); }
.ticket-grid > a { display: grid; grid-template-columns: 170px 330px 1fr; min-height: 300px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); border-right: 1px solid var(--ink); background: var(--white); }
.ticket-grid > a:last-child { border-bottom: 1px solid var(--ink); }
.ticket-code { display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-right: 1px dashed var(--line); }
.ticket-code i { color: var(--orange); font: normal 30px/1 "Courier New", monospace; }
.ticket-code small { color: var(--blue); font: 700 9px/1.4 Arial; letter-spacing: .11em; }
.ticket-grid figure { margin: 0; overflow: hidden; }
.ticket-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.ticket-grid > a > div:last-child { display: flex; flex-direction: column; padding: 38px; }
.ticket-grid h2 { margin: 0 0 20px; font-size: 34px; }
.ticket-grid p { max-width: 680px; }
.ticket-grid span { margin-top: auto; color: var(--blue); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.ticket-grid > a:hover { background: var(--water); }

.site-footer { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 50px; padding: 70px clamp(30px, 6vw, 95px) 28px; background: var(--white); border-top: 8px solid var(--cyan); }
.footer-brand img { width: 190px; }
.footer-brand p { max-width: 430px; margin-top: 24px; }
.site-footer h2 { font: 700 11px/1 Arial; letter-spacing: .12em; text-transform: uppercase; }
.site-footer > div:not(.footer-brand):not(.footer-base) { display: grid; align-content: start; gap: 8px; }
.site-footer a, .site-footer p { font-size: 13px; }
.footer-base { grid-column: 1/-1; display: flex; justify-content: space-between; padding-top: 24px; margin-top: 20px; border-top: 1px solid var(--line); font: 11px/1.4 "Courier New", monospace; }
.contact-panel { position: fixed; right: 20px; bottom: 18px; z-index: 45; width: 250px; background: white; border: 1px solid var(--ink); box-shadow: 8px 8px 0 rgba(7,29,53,.2); }
.contact-panel > div { display: grid; padding: 13px 15px; background: var(--ink); color: white; border-top: 5px solid var(--orange); }
.contact-panel > div b { font-size: 11px; }
.contact-panel > div span { color: var(--cyan); font-size: 9px; }
.contact-panel > a { display: block; padding: 10px 15px; border-top: 1px solid var(--line); font-size: 11px; }
.mobile-contact { display: none; }

@media (max-width: 1180px) {
  .train-nav { grid-template-columns: repeat(5, 1fr); }
  .train-nav > div { display: none; }
  .train-nav > a { min-height: 58px; }
  .hero-sheet { width: min(720px, 70vw); }
  .route-board > div, .train-gallery > div { grid-template-columns: 1fr; }
  .route-board > div > a { min-height: 260px; }
  .record-board { grid-template-columns: 300px 1fr; }
  .reading-layout { grid-template-columns: 115px minmax(0, 760px); }
  .chapter-index { grid-column: 1/-1; position: static; display: flex; max-height: none; overflow: auto; border-top: 1px solid var(--ink); }
  .chapter-index a { min-width: 190px; }
  .related > div { grid-template-columns: 1fr 1fr; }
  .ticket-grid > a { grid-template-columns: 130px 280px 1fr; }
}

@media (max-width: 820px) {
  body { padding-bottom: 58px; }
  .masthead { min-height: 68px; grid-template-columns: 1fr auto; }
  .brand { padding: 10px 15px; gap: 0; }
  .brand img { width: 145px; }
  .brand span { display: none; }
  .menu-toggle { display: block; margin-right: 14px; padding: 10px 12px; border: 1px solid var(--ink); background: white; font-size: 10px; font-weight: 700; text-transform: uppercase; }
  .head-rfq { display: none; }
  .train-nav { display: none; position: fixed; z-index: 49; top: 68px; left: 0; right: 0; bottom: 58px; align-content: start; overflow: auto; }
  .train-nav { grid-template-columns: 1fr; }
  .train-nav.open { display: grid; }
  .train-nav > div { display: flex; overflow: auto; min-height: 68px; }
  .train-nav > a { min-height: 64px; }
  .home-hero { min-height: 760px; display: flex; flex-direction: column; overflow: visible; }
  .home-hero > figure { position: relative; height: 340px; }
  .home-hero > figure::after { display: none; }
  .hero-sheet { position: relative; left: auto; bottom: auto; width: 100%; padding: 44px 20px 70px; clip-path: none; border-top-width: 6px; }
  .hero-sheet h1 { font-size: clamp(43px, 12.2vw, 62px); overflow-wrap: anywhere; }
  .hero-sheet p { font-size: 16px; }
  .turbidity-scale { display: none; }
  .manufacturer-note, .home-rfq, .collection-lead { grid-template-columns: 1fr; gap: 35px; padding: 52px 20px; }
  .route-board, .train-gallery, .record-board { padding: 55px 20px; }
  .route-board > header, .train-gallery > header, .record-board > header { grid-template-columns: 1fr; }
  .route-board > div { grid-template-columns: 1fr; }
  .sequence-band { grid-template-columns: 1fr; min-height: auto; }
  .sequence-band > div { padding: 55px 20px; }
  .sequence-band figure { height: 360px; }
  .train-gallery > div { grid-template-columns: 1fr; }
  .record-board { display: block; }
  .record-board > header { position: static; margin-bottom: 35px; }
  .record-board nav a { grid-template-columns: 40px 1fr 24px; }
  .inner-hero { display: flex; flex-direction: column-reverse; min-height: auto; }
  .inner-hero figure { height: 310px; }
  .hero-copy { padding: 42px 20px 58px; border-right: 0; }
  .breadcrumbs { margin-bottom: 38px; }
  .hero-copy > small { margin-top: 0; }
  .hero-copy h1 { font-size: clamp(39px, 10.8vw, 54px); overflow-wrap: anywhere; }
  .reading-layout { display: block; padding: 52px 20px; }
  .parameter-bar { position: static; display: flex; overflow: auto; margin-bottom: 45px; border-top-width: 4px; }
  .parameter-bar b, .parameter-bar span { min-width: max-content; padding: 13px 16px 13px 0; border-top: 0; border-right: 1px solid var(--line); }
  .reading-copy > section > header { grid-template-columns: 38px 1fr; gap: 10px; }
  .reading-copy > section > div { padding-left: 48px; }
  .reading-copy p { font-size: 16px; }
  .chapter-index { display: flex; overflow: auto; margin-top: 45px; }
  .chapter-index a { min-width: 180px; }
  .related { padding: 55px 20px; }
  .related > header { display: block; }
  .related > header h2 { margin-top: 15px; }
  .related > div { grid-template-columns: 1fr; }
  .related > div a { min-height: 165px; }
  .ticket-grid { padding: 50px 20px; }
  .ticket-grid > a { grid-template-columns: 72px 1fr; }
  .ticket-code { grid-row: 1/3; padding: 16px 10px; }
  .ticket-grid figure { height: 210px; }
  .ticket-grid > a > div:last-child { padding: 24px 18px 34px; }
  .ticket-grid h2 { font-size: 29px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 35px; padding: 55px 20px 30px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-base { display: grid; gap: 8px; }
  .contact-panel { display: none; }
  .mobile-contact { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 58px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: white; }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; border-right: 1px solid #486277; font-size: 13px; font-weight: 700; }
  .rfq-form { grid-template-columns: 1fr; padding: 20px; box-shadow: 8px 8px 0 var(--blue); }
  .rfq-form label, .rfq-form .wide, .rfq-form button, .rfq-form .form-status { grid-column: 1; }
  .embedded-rfq { margin-left: -20px; margin-right: -20px; padding: 28px 20px !important; }
}

@media (max-width: 420px) {
  .hero-sheet h1 { font-size: 40px; overflow-wrap: normal; word-break: normal; }
  .hero-sheet h1 em { display: block; font-size: .84em; }
  .hero-copy h1 { font-size: 37px; }
  .ticket-grid > a { grid-template-columns: 58px 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > div { grid-column: 1; }
}
