*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #171513;
  color: #CCC5B8;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #C08A3E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  color: #F4F1E8;
  line-height: 1.2;
  font-weight: 700;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.rollrace-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

.ballrace-strip {
  height: 12px;
  background-color: #1F1D1A;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.ballrace-strip .bearing-run {
  display: inline-block;
  height: 12px;
  white-space: nowrap;
  vertical-align: top;
}

.ballrace-strip .rolling-race {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: top;
  margin: -6px 14px 0 0;
  animation: roll-travel 18s linear infinite;
}

.rollrace-nav.scrolled .rollrace-navbar {
  background-color: #100E0C;
  border-bottom: 1px solid #C08A3E;
}

.rollrace-navbar {
  background-color: #1F1D1A;
  border-bottom: 1px solid #302B24;
  padding: 14px 0;
}

.rollrace-navbar .container {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}

.race-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #F4F1E8;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.race-brand:hover {
  color: #F4F1E8;
  text-decoration: none;
}

.race-glyph {
  flex: 0 0 auto;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.nav-links li {
  margin: 0;
}

.nav-links .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4E6E8C;
  display: inline-block;
  margin: 0 2px;
}

.nav-links a {
  color: #CCC5B8;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.06em;
  padding: 6px 10px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  color: #F4F1E8;
  text-decoration: none;
  border-bottom-color: #C08A3E;
  transform: rotate(0.4deg);
}

.nav-links a.active-link {
  color: #F4F1E8;
  border-bottom-color: #C08A3E;
}

.nav-toggle {
  display: none;
  font-family: inherit;
  background-color: #232019;
  color: #F4F1E8;
  border: 1px solid #C08A3E;
  padding: 8px 14px;
  font-size: 15px;
  cursor: pointer;
}

.rollrace-nav .nav-links.secondary-nav {
  display: flex;
}

.cutaway-hero {
  background-color: #171513;
  padding: 64px 0 80px 0;
  border-bottom: 1px solid #302B24;
  position: relative;
  overflow: hidden;
}

.cutaway-hero .container {
  display: flex;
  gap: 48px;
  align-items: center;
}

.hero-text {
  flex: 0 0 55%;
  max-width: 55%;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #C08A3E;
  color: #171513;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 16px;
  margin: 0 0 22px 0;
}

.hero-title {
  font-size: 48px;
  color: #F4F1E8;
  margin: 0 0 20px 0;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

.hero-title .em-bronze {
  color: #C08A3E;
}

.hero-sub {
  color: #CCC5B8;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 26px 0;
  max-width: 60ch;
}

.hero-sub .hall-name {
  color: #F4F1E8;
  font-weight: 700;
}

.hero-cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.btn {
  display: inline-block;
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-bronze {
  background-color: #C08A3E;
  color: #171513;
  border: 1px solid #C08A3E;
}

.btn-bronze:hover {
  background-color: #F4F1E8;
  color: #171513;
  text-decoration: none;
}

.btn-outline {
  background-color: transparent;
  color: #4E6E8C;
  border: 1px solid #4E6E8C;
}

.btn-outline:hover {
  background-color: #4E6E8C;
  color: #171513;
  text-decoration: none;
}

.hero-visual {
  flex: 0 0 45%;
  position: relative;
}

.works-bench {
  position: relative;
  background-color: #1F1D1A;
  border: 1px solid #302B24;
  padding: 26px 26px 220px 26px;
  overflow: hidden;
}

.crate-stencil {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #232019;
  border-bottom: 1px solid #302B24;
  padding: 10px 18px;
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 13px;
  color: #8C8578;
  font-family: "Courier New", monospace;
}

.big-bearing-cutaway {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 46px auto 0 auto;
}

.cutaway-ring-out {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #C08A3E;
}

.cutaway-ring-mid {
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  background-color: #171513;
}

.cutaway-track {
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  border: 6px solid #4E6E8C;
}

.cutaway-ball-zone {
  position: absolute;
  inset: 58px;
  border-radius: 50%;
  background-color: #232019;
}

.cutaway-ring-in {
  position: absolute;
  inset: 66px;
  border-radius: 50%;
  background-color: #C08A3E;
}

.cutaway-bore {
  position: absolute;
  inset: 92px;
  border-radius: 50%;
  background-color: #171513;
}

.ball-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #C25A4A;
  border: 2px solid #171513;
  left: 50%;
  top: 50%;
}

.cage-pocket {
  position: absolute;
  width: 44px;
  height: 18px;
  background-color: #8C8578;
  border-radius: 50%;
  left: 50%;
  top: 50%;
}

.rotation-arrow {
  position: absolute;
  color: #4E6E8C;
  font-size: 15px;
  letter-spacing: 0;
  top: -34px;
  right: -22px;
}

.rotation-arrow span {
  display: inline-block;
  transform: rotate(-24deg);
}

.spec-table-card {
  position: absolute;
  bottom: 0;
  left: 40px;
  background-color: #232019;
  border: 1px solid #8C8578;
  padding: 12px 14px;
  font-family: "Courier New", monospace;
  font-size: 13px;
}

.spec-table-card table {
  border-collapse: collapse;
  color: #CCC5B8;
}

.spec-table-card th {
  color: #4E6E8C;
  padding: 2px 10px 2px 0;
  text-align: left;
}

.spec-table-card td {
  padding: 2px 12px 2px 0;
}

.spec-table-card .disp-row {
  color: #C08A3E;
  font-weight: 700;
}

.spec-table-card .disp-key {
  color: #C08A3E;
  background-color: #1F1D1A;
  padding: 0 6px;
}

.taper-cone {
  position: absolute;
  left: 6px;
  bottom: 70px;
  width: 34px;
  height: 150px;
}

.taper-cone .cone-wedge {
  position: absolute;
  width: 100%;
  height: 18px;
  background-color: #C08A3E;
  border-bottom: 2px solid #171513;
}

.thrust-stack {
  position: absolute;
  right: 18px;
  bottom: 60px;
  width: 46px;
}

.thrust-stack .wash-ring {
  width: 100%;
  height: 16px;
  background-color: #8C8578;
  border: 1px solid #171513;
  border-radius: 50% / 30%;
}

.thrust-stack .wash-ring.ring-2 {
  width: 86%;
  height: 14px;
  margin: 0 auto;
  background-color: #CCC5B8;
}

.thrust-stack .wash-ring.ring-3 {
  width: 70%;
  height: 13px;
  margin: 0 auto;
  background-color: #C08A3E;
}

.caliper {
  position: absolute;
  right: 20px;
  top: 130px;
  width: 120px;
  background-color: #232019;
  border: 1px solid #8C8578;
  padding: 6px 8px;
}

.caliper .caliper-scale {
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #CCC5B8 0 8%, transparent 8% 16%, #CCC5B8 16% 24%, transparent 24% 32%, #CCC5B8 32% 40%, transparent 40% 48%, #CCC5B8 48% 56%, transparent 56% 64%, #CCC5B8 64% 72%, transparent 72% 80%, #CCC5B8 80% 88%, transparent 88% 96%, #CCC5B8 96% 100%);
  margin-bottom: 6px;
}

.caliper .caliper-read {
  font-family: "Courier New", monospace;
  color: #C08A3E;
  font-size: 12px;
  text-align: center;
}

.grease-nipple {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 12px;
  height: 22px;
  background-color: #4E6E8C;
  border: 1px solid #171513;
  border-radius: 50% / 20%;
}

.crate-corners .corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #C08A3E;
}

.crate-corners .corner.tl { top: 8px; left: 8px; border-right: 0; border-bottom: 0; }
.crate-corners .corner.tr { top: 8px; right: 8px; border-left: 0; border-bottom: 0; }
.crate-corners .corner.bl { bottom: 8px; left: 8px; border-right: 0; border-top: 0; }
.crate-corners .corner.br { bottom: 8px; right: 8px; border-left: 0; border-top: 0; }

.pillow-block {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 90px;
  background-color: #232019;
  border: 1px solid #8C8578;
  padding: 8px 10px 10px 10px;
}

.pillow-block .pb-body {
  width: 100%;
  height: 34px;
  background-color: #8C8578;
  margin-bottom: 6px;
  position: relative;
}

.pillow-block .pb-hole {
  position: absolute;
  left: 38%;
  top: 4px;
  width: 8px;
  height: 26px;
  background-color: #171513;
}

.pillow-block .pb-label {
  color: #8C8578;
  font-family: "Courier New", monospace;
  font-size: 10px;
  text-align: center;
}

.specsheet-rows {
  background-color: #171513;
  padding: 70px 0 40px 0;
}

.sec-heading {
  color: #C08A3E;
  font-size: 32px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sec-lead {
  color: #8C8578;
  font-size: 17px;
  margin: 0 0 36px 0;
  max-width: 60ch;
}

.specsheet-rows .sec-heading {
  text-align: center;
}

.specsheet-rows .sec-lead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.spec-row {
  width: 100%;
  background-color: #1F1D1A;
  border: 1px solid #302B24;
  border-left: 4px solid #C08A3E;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 24px 26px;
  margin: 0 0 14px 0;
}

.spec-row .dim-tag {
  flex: 0 0 auto;
  min-width: 96px;
  border: 2px solid #C08A3E;
  border-radius: 3px;
  text-align: center;
  padding: 10px 8px;
  background-color: #171513;
  color: #F4F1E8;
  font-family: "Courier New", monospace;
  font-size: 18px;
  font-weight: 700;
}

.spec-row .spec-body {
  flex: 1 1 auto;
}

.spec-row h3 {
  color: #F4F1E8;
  font-size: 21px;
  margin: 0 0 8px 0;
}

.spec-row p {
  color: #CCC5B8;
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
}

.spec-row .load-bar {
  flex: 0 0 160px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.spec-row .load-bar .lb-track {
  position: relative;
  height: 10px;
  background-color: #302B24;
  border-radius: 6px;
  margin-top: 30px;
}

.spec-row .load-bar .lb-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  background-color: #C08A3E;
  border-radius: 6px;
}

.spec-row .load-bar .lb-flag {
  position: absolute;
  top: -18px;
  width: 26px;
  background-color: #C25A4A;
  color: #171513;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 1px 0;
  line-height: 1.3;
  font-family: "Courier New", monospace;
}

.spec-row .load-bar .lb-value {
  text-align: center;
  color: #F4F1E8;
  font-family: "Courier New", monospace;
  font-size: 12px;
  margin-top: 8px;
}

.spec-row .load-bar .lb-cap {
  text-align: center;
  color: #8C8578;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.metric-band {
  background-color: #232019;
  border-top: 1px solid #302B24;
  border-bottom: 1px solid #302B24;
  padding: 54px 0;
}

.metric-band .container {
  display: flex;
  align-items: stretch;
}

.metric-cell {
  flex: 1 1 0;
  text-align: center;
  padding: 0 20px;
  border-left: 1px solid #4E6E8C;
}

.metric-cell:first-of-type {
  border-left: none;
}

.metric-cell .metric-num {
  color: #C08A3E;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Courier New", monospace;
}

.metric-cell .metric-lab {
  color: #F4F1E8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  margin-top: 8px;
}

.metric-cell .metric-sub {
  color: #8C8578;
  font-size: 12px;
  margin-top: 4px;
}

.statement-band {
  background-color: #1F1D1A;
  border-bottom: 1px solid #302B24;
  padding: 70px 0;
}

.editorial-band {
  background-color: #232019;
  border-bottom: 1px solid #302B24;
  padding: 70px 0 40px 0;
}

.editorial-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}

.editorial-col {
  background-color: #1F1D1A;
  border: 1px solid #302B24;
  border-top: 4px solid #C08A3E;
  padding: 26px 26px;
}

.editorial-col h3 {
  color: #F4F1E8;
  font-size: 19px;
  margin: 0 0 12px 0;
}

.editorial-col p {
  color: #CCC5B8;
  margin: 0 0 14px 0;
  font-size: 15px;
}

.statement-band .statement-inner {
  max-width: 760px;
  margin: 0 auto;
  border-left: 4px solid #4E6E8C;
  padding-left: 30px;
}

.statement-band .statement-text {
  color: #F4F1E8;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 16px 0;
}

.statement-band .statement-attrib {
  color: #C08A3E;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}

.cta-band {
  background-color: #171513;
  padding: 74px 0;
}

.cta-band-inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.cta-band h2 {
  color: #C08A3E;
  font-size: 32px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.cta-band p {
  color: #CCC5B8;
  font-size: 17px;
  margin: 0 0 28px 0;
}

/* Secondary page hero for services / contact */
.page-hero {
  background-color: #171513;
  padding: 46px 0 52px 0;
  border-bottom: 1px solid #302B24;
}

.page-hero .container {
  max-width: 1180px;
}

.page-kicker {
  display: inline-block;
  color: #C08A3E;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 18px 0;
  font-family: "Courier New", monospace;
}

.page-hero .page-hero-title {
  font-size: 40px;
  color: #F4F1E8;
  margin: 0 0 18px 0;
  line-height: 1.15;
}

.page-hero .page-hero-sub {
  color: #CCC5B8;
  font-size: 17px;
  max-width: 70ch;
  margin: 0;
}

.process-section {
  background-color: #171513;
  padding: 56px 0 30px 0;
}

.process-section .sec-heading {
  margin-left: 0;
}

.process-steps {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.process-step {
  flex: 1 1 180px;
  background-color: #1F1D1A;
  border-top: 3px solid #C08A3E;
  padding: 18px 18px;
}

.process-step .step-num {
  color: #4E6E8C;
  font-family: "Courier New", monospace;
  font-size: 13px;
  margin-bottom: 6px;
}

.process-step h3 {
  color: #F4F1E8;
  font-size: 16px;
  margin: 0 0 6px 0;
}

.process-step p {
  color: #CCC5B8;
  font-size: 14px;
  margin: 0;
}

.policies-strip {
  background-color: #1F1D1A;
  padding: 0;
}

.legal-links-band {
  background-color: #1F1D1A;
  padding: 40px 0;
  border-bottom: 1px solid #302B24;
}

.legal-links-band h2 {
  color: #C08A3E;
  font-size: 26px;
  margin: 0 0 16px 0;
}

.legal-links-band p {
  color: #CCC5B8;
  margin: 0 0 18px 0;
}

.contact-section {
  background-color: #171513;
  padding: 56px 0 44px 0;
}

.contact-section .container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-form-wrap {
  flex: 1 1 55%;
}

.contact-info-wrap {
  flex: 1 1 35%;
}

.contact-form label {
  display: block;
  color: #F4F1E8;
  font-size: 14px;
  margin: 0 0 6px 0;
  font-weight: 700;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  background-color: #1F1D1A;
  border: 1px solid #302B24;
  color: #F4F1E8;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  margin: 0 0 18px 0;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #C08A3E;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.form-status {
  display: block;
  margin-top: 14px;
  font-size: 15px;
}

.form-status.status-ok {
  color: #F4F1E8;
}

.form-status.status-error {
  color: #C25A4A;
}

.btn-submitting {
  cursor: wait;
  background-color: #232019;
  color: #F4F1E8;
  border-color: #F4F1E8;
}

.info-card {
  background-color: #1F1D1A;
  border: 1px solid #302B24;
  border-left: 4px solid #C08A3E;
  padding: 22px 24px;
  margin-bottom: 18px;
}

.info-card h3 {
  color: #C08A3E;
  font-size: 17px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.info-card p {
  color: #CCC5B8;
  margin: 4px 0;
}

.info-card strong {
  color: #F4F1E8;
}

.info-card a {
  color: #C08A3E;
}

.info-card a:hover {
  color: #F4F1E8;
}

.faq-accordion {
  margin-top: 8px;
}

.faq-item {
  background-color: #1F1D1A;
  border: 1px solid #302B24;
  margin-bottom: 12px;
}

.faq-question {
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  color: #F4F1E8;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 20px;
  cursor: pointer;
  font-family: inherit;
}

.faq-question .chev {
  float: right;
  color: #C08A3E;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-inner {
  padding: 0 20px 18px 20px;
  color: #CCC5B8;
  border-top: 1px solid #302B24;
  padding-top: 14px;
}

.info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-list li {
  margin: 0 0 14px 0;
  padding-left: 0;
  color: #CCC5B8;
}

.info-list li strong {
  color: #F4F1E8;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
}

.hours-table td {
  padding: 7px 0;
  border-bottom: 1px solid #302B24;
  color: #CCC5B8;
}

.hours-table td:first-child {
  color: #F4F1E8;
  font-weight: 700;
}

.iframe-row {
  background-color: #171513;
  padding: 0 0 56px 0;
  border-bottom: 1px solid #302B24;
}

.map-frame {
  width: 100%;
  height: 340px;
  border: 1px solid #302B24;
}

/* Footer */
.stencil-footer {
  background-color: #100E0C;
  color: #CCC5B8;
  margin-top: 0;
}

.ball-track-strip {
  height: 14px;
  background-color: #100E0C;
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.ball-track-strip .race-groove {
  flex: 1 1 auto;
  height: 3px;
  background-color: #C08A3E;
  position: relative;
  overflow: visible;
}

.ball-track-strip .track-ball {
  position: absolute;
  top: -5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #C08A3E;
  border: 2px solid #100E0C;
}

.footer-stack {
  text-align: center;
  padding: 48px 24px 26px 24px;
}

.footer-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #F4F1E8;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-nav {
  list-style: none;
  margin: 0 0 22px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.footer-nav a {
  color: #CCC5B8;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.footer-nav a:hover {
  color: #C08A3E;
  text-decoration: none;
}

.caliper-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 20px 0;
}

.caliper-divider .cd-arrow {
  color: #4E6E8C;
  font-size: 18px;
}

.caliper-divider .cd-visual {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.caliper-divider .cd-jaw {
  width: 10px;
  height: 26px;
  background-color: #8C8578;
  border-radius: 2px;
}

.caliper-divider .cd-ball {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C08A3E;
  margin: 0 2px;
}

.footer-legal {
  color: #CCC5B8;
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

.footer-legal a {
  color: #C08A3E;
}

.footer-legal a:hover {
  text-decoration: underline;
}

.fade-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes roll-travel {
  0% { transform: translateX(0) rotate(0deg); }
  100% { transform: translateX(-140px) rotate(-160deg); }
}

@media (min-width: 1201px) {
  .cutaway-hero .container {
    flex-wrap: nowrap;
  }
}

@media (max-width: 1100px) {
  .cutaway-hero .container {
    flex-direction: column;
  }
  .hero-text {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .hero-visual {
    width: 100%;
    max-width: 560px;
  }
  .metric-band .container {
    flex-wrap: wrap;
  }
  .metric-cell {
    flex: 1 1 40%;
    border-left: none;
    border-right: 1px solid #4E6E8C;
    margin-bottom: 20px;
  }
}

@media (max-width: 880px) {
  .spec-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .spec-row .dim-tag {
    min-width: 80px;
  }
  .spec-row .load-bar {
    width: 100%;
    flex: 0 0 auto;
  }
  .editorial-cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: inline-block;
  }
  .rollrace-navbar .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background-color: #1F1D1A;
    width: 100%;
    gap: 4px;
    padding: 10px 0;
  }
  .rollrace-navbar {
    flex-wrap: wrap;
  }
  .rollrace-navbar .container {
    flex-wrap: wrap;
  }
  .rollrace-nav.nav-open .nav-links {
    display: flex;
  }
  .hero-title {
    font-size: 34px;
  }
  .footer-stack {
    padding: 36px 16px 22px 16px;
  }
}

@media (max-width: 560px) {
  .hero-title {
    font-size: 29px;
  }
  .big-bearing-cutaway {
    width: 230px;
    height: 230px;
  }
}
