:root {
  --bg: #020503;
  --text: #f3f4ed;
  --muted: #8d948a;
  --line: rgba(255, 255, 255, 0.055);
  --green: #56b978;
  --green-dark: #0e351d;
  --green-card: #10391f;
  --green-card-active: #174f2a;
  --danger: #ffb8a8;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  background-color: var(--bg);
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 96px 96px;
}

a {
  color: inherit;
  text-decoration: none;
}

.brand {
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: var(--text);
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.brand span {
  color: var(--green);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 72px;
  padding: 0 44px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #061108;
  background: var(--green);
}

.button-ghost {
  color: var(--muted);
  background: transparent;
  border: 2px solid rgba(141, 148, 138, 0.22);
}

.home-landing {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 70px;
}

.home-hero-top {
  display: grid;
  justify-items: center;
  padding: 0 0 72px;
  text-align: center;
}

.home-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-eyebrow span {
  width: 28px;
  height: 1px;
  background: var(--green);
}

.home-eyebrow.compact {
  justify-content: center;
  margin-bottom: 20px;
}

.home-wordmark {
  margin: 0;
  color: var(--text);
  font-size: 132px;
  font-weight: 950;
  line-height: 0.86;
}

.home-wordmark span {
  color: var(--green);
}

.home-lead {
  max-width: 660px;
  margin: 38px 0 0;
  color: #9ba29a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 19px;
  line-height: 1.65;
}

.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 98px;
}

.home-feature-card {
  display: grid;
  align-content: center;
  min-height: 168px;
  padding: 34px 40px;
  border-radius: 22px;
  background: var(--green-card);
  text-align: center;
}

.home-feature-card p {
  margin: 0 0 20px;
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  text-transform: uppercase;
}

.home-feature-card h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.45;
}

.home-config-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: 68px;
}

.home-bike-stage {
  display: grid;
  justify-items: center;
}

.home-bike-stage img {
  width: min(640px, 100%);
  filter: drop-shadow(0 42px 44px rgba(0, 0, 0, 0.58));
}

.home-bike-stage p {
  margin: 18px 0 0;
  padding: 10px 22px;
  border: 1px solid rgba(141, 148, 138, 0.22);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(11, 20, 11, 0.74);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  text-transform: uppercase;
}

.home-config-copy {
  text-align: center;
}

.home-config-copy h2 {
  max-width: 620px;
  margin: 0 auto 28px;
  font-size: 56px;
  line-height: 1.08;
}

.home-config-copy > p:not(.home-eyebrow) {
  max-width: 650px;
  margin: 0 auto 38px;
  color: #9ba29a;
  font-size: 22px;
  line-height: 1.65;
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.home-stat {
  display: grid;
  gap: 8px;
  min-height: 88px;
  align-content: center;
  padding: 18px 20px;
  border: 1px solid rgba(141, 148, 138, 0.2);
  border-radius: 14px;
  background: rgba(13, 24, 13, 0.58);
}

.home-stat strong {
  font-size: 18px;
}

.home-stat span {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.home-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: 40px;
  width: min(1180px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 48px 0;
}

.home-copy .brand {
  margin: 0 0 52px;
}

.home-kicker,
.step-kicker {
  margin: 0;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 21px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-copy h1 {
  max-width: 680px;
  margin: 18px 0 22px;
  font-size: 88px;
  line-height: 0.95;
}

.home-copy p:not(.home-kicker) {
  max-width: 580px;
  color: #c2c7bd;
  font-size: 20px;
  line-height: 1.6;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 42px;
}

.home-preview {
  display: flex;
  justify-content: center;
}

.home-preview img,
.bike-preview {
  width: min(660px, 88vw);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 42px 44px rgba(0, 0, 0, 0.58));
}

.builder-shell {
  width: min(1150px, calc(100% - 32px));
  margin: 0 auto;
  padding: 50px 0 70px;
}

.progress {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 34px 0 28px;
}

.progress span {
  display: block;
  width: 44px;
  height: 6px;
  border-radius: 999px;
  background: rgba(141, 148, 138, 0.2);
}

.progress span.is-active {
  background: var(--green);
}

.bike-preview {
  display: block;
  margin: 0 auto 22px;
}

.bike-preview-stage {
  position: relative;
  isolation: isolate;
  width: min(835px, 92vw);
  aspect-ratio: 835 / 458;
  margin: 0 auto 34px;
  overflow: hidden;
  border: 1px solid rgba(86, 185, 120, 0.2);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 255, 255, 0.035), transparent 50%),
    linear-gradient(145deg, #090b0a, #030404);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.bike-preview-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.preview-glow {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 7%;
  z-index: 0;
  height: 13%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  filter: blur(24px);
}

.preview-layer {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.preview-layer[hidden] {
  display: none !important;
}

.preview-frame {
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 25px rgba(0, 0, 0, 0.55));
}

.preview-motor {
  left: -2%;
  top: 43%;
  z-index: 1;
  width: 34%;
  mix-blend-mode: screen;
}

.preview-suspension {
  left: 62.5%;
  top: 10%;
  z-index: 3;
  width: 4.8%;
  height: auto;
  object-fit: contain;
  transform: rotate(-14deg);
  transform-origin: top center;
}

.preview-seat {
  z-index: 4;
  object-fit: contain;
  filter: drop-shadow(0 7px 8px rgba(0, 0, 0, 0.65));
}

.preview-seat.is-stock {
  left: 25.6%;
  top: 16.8%;
  width: 13.3%;
}

.preview-seat.is-mafia {
  left: 26.3%;
  top: 25.5%;
  width: 13.3%;
}

.preview-seat.is-motor-seat,
.preview-seat.is-motor-seat-fender {
  left: 28.5%;
  top: 19%;
  width: 37%;
}

.preview-seat.is-motor-seat-fender {
  left: 17.5%;
  top: 21%;
  width: 42%;
}

.preview-live-label {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(86, 185, 120, 0.3);
  border-radius: 999px;
  color: #b8d9c1;
  background: rgba(3, 12, 6, 0.78);
  backdrop-filter: blur(8px);
  font: 700 11px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-live-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
}

.step-title {
  margin: 14px 0 34px;
  font-size: 64px;
  line-height: 1;
}

.options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.option-card {
  position: relative;
  display: flex;
  min-height: 192px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px 42px;
  border: 4px solid transparent;
  border-radius: 30px;
  background: var(--green-card);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.option-card:hover {
  transform: translateY(-1px);
  background: #144524;
}

.option-card.is-selected,
.option-card:has(input:checked) {
  border-color: var(--green);
  background: var(--green-card-active);
}

.frame-options-grid .option-card {
  min-height: 172px;
}

.frame-options-grid .option-card.is-selected,
.frame-options-grid .option-card:has(input:checked) {
  box-shadow:
    0 0 0 2px #2d96ff,
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.option-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-check {
  position: absolute;
  top: 26px;
  right: 26px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(2, 5, 3, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.option-card.is-selected .option-check,
.option-card:has(input:checked) .option-check {
  border-color: transparent;
  background: var(--green);
  box-shadow:
    0 0 0 5px rgba(86, 185, 120, 0.18),
    0 10px 24px rgba(0, 0, 0, 0.24);
}

.option-card.is-selected .option-check::after,
.option-card:has(input:checked) .option-check::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

.option-check::after {
  content: "";
  width: 13px;
  height: 7px;
  margin-top: -2px;
  border-left: 3px solid #061108;
  border-bottom: 3px solid #061108;
  opacity: 0;
  transform: rotate(-45deg) scale(0.75);
  transition: opacity 140ms ease, transform 140ms ease;
}

.option-name {
  max-width: calc(100% - 54px);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.option-price {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 25px;
}

.frame-colors {
  margin-top: 36px;
}

.frame-color-title {
  margin: 0 0 22px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.color-card {
  display: flex;
  min-height: 116px;
  align-items: center;
  gap: 22px;
  padding: 22px 28px;
  border: 3px solid rgba(141, 148, 138, 0.18);
  border-radius: 24px;
  cursor: pointer;
  background: rgba(13, 24, 13, 0.58);
  color: var(--text);
  font-size: 24px;
  font-weight: 800;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.color-card:hover {
  transform: translateY(-1px);
  border-color: rgba(86, 185, 120, 0.48);
}

.color-card.is-selected,
.color-card:has(input:checked) {
  border-color: var(--green);
  background: rgba(23, 79, 42, 0.58);
}

.color-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.color-swatch {
  display: block;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.swatch-red {
  background: #974c42;
}

.swatch-purple {
  background: #918c9d;
}

.swatch-blue {
  background: #367cae;
}

.swatch-gray {
  background: #68707d;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
}

.nav-row-end {
  justify-content: flex-end;
}

.alert {
  margin: 0 0 28px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 184, 168, 0.34);
  border-radius: 12px;
  color: var(--danger);
  background: rgba(255, 184, 168, 0.08);
}

.alert p {
  margin: 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 34px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 20px;
}

.contact-form label {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-transform: uppercase;
}

.contact-form input {
  width: 100%;
  min-height: 64px;
  padding: 0 20px;
  border: 2px solid rgba(141, 148, 138, 0.24);
  border-radius: 14px;
  color: var(--text);
  background: rgba(9, 22, 12, 0.82);
  font: 700 20px Inter, Arial, sans-serif;
}

.contact-form input:focus {
  border-color: var(--green);
  outline: 0;
}

.checkout-shell {
  width: min(1220px, calc(100% - 32px));
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 34px;
  align-items: stretch;
  margin-top: 18px;
}

.checkout-summary,
.checkout-form-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(7, 16, 9, 0.78);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.checkout-summary {
  min-height: 650px;
  padding: 34px;
}

.summary-watermark {
  position: absolute;
  right: -22px;
  bottom: 18px;
  z-index: 0;
  color: rgba(255, 255, 255, 0.035);
  font-size: 118px;
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
}

.summary-info {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 4;
}

.summary-info summary {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(86, 185, 120, 0.54);
  border-radius: 50%;
  cursor: pointer;
  color: var(--green);
  background: rgba(8, 23, 12, 0.92);
  font: 900 20px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.summary-info summary::-webkit-details-marker {
  display: none;
}

.summary-info-panel {
  position: absolute;
  top: 54px;
  right: 0;
  width: min(360px, calc(100vw - 48px));
  padding: 22px;
  border: 1px solid rgba(86, 185, 120, 0.34);
  border-radius: 18px;
  color: #d9ded4;
  background: rgba(3, 9, 5, 0.98);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.52);
}

.summary-info-panel h2 {
  margin: 0 0 14px;
  font-size: 20px;
}

.summary-info-panel p {
  margin: 0 0 12px;
  color: #aeb6aa;
  line-height: 1.45;
}

.summary-info-panel p:last-child {
  margin-bottom: 0;
}

.checkout-preview {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 8px 0 18px;
}

.checkout-preview .bike-preview-stage {
  width: min(500px, 100%);
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.checkout-preview .preview-live-label {
  display: none;
}

.checkout-summary > .step-kicker,
.checkout-summary > h1,
.checkout-summary-list,
.checkout-total {
  position: relative;
  z-index: 1;
}

.checkout-summary h1 {
  margin: 10px 0 24px;
  font-size: 44px;
  line-height: 1.05;
  overflow-wrap: break-word;
}

.checkout-summary-list {
  display: grid;
  gap: 12px;
}

.checkout-summary-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-summary-row span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  text-transform: uppercase;
}

.checkout-summary-row strong {
  min-width: 0;
  font-size: 20px;
  overflow-wrap: break-word;
}

.checkout-summary-row em {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-style: normal;
}

.checkout-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding: 24px;
  border-radius: 18px;
  background: rgba(16, 57, 31, 0.72);
}

.checkout-total span {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-transform: uppercase;
}

.checkout-total strong {
  color: var(--green);
  font-size: 30px;
}

.checkout-form-panel {
  display: grid;
  align-content: center;
  padding: 46px;
}

.checkout-form-panel .step-title {
  margin-bottom: 18px;
  font-size: 52px;
}

.checkout-note {
  margin: 0 0 28px;
  color: #aeb6aa;
  font-size: 19px;
  line-height: 1.55;
}

.checkout-payment-note {
  margin: 2px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(86, 185, 120, 0.22);
  border-radius: 14px;
  color: #cfd7cb;
  background: rgba(16, 57, 31, 0.34);
  font-size: 15px;
  line-height: 1.45;
}

.checkout-actions {
  margin-top: 30px;
}

.summary-panel,
.admin-login,
.admin-list,
.success-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(7, 16, 9, 0.72);
}

.summary-panel h2,
.admin-login h1,
.admin-list h1,
.success-panel h1 {
  margin: 10px 0 24px;
  font-size: 44px;
  line-height: 1.05;
}

.summary-row,
.summary-total {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-row span,
.summary-row em,
.summary-total span {
  color: var(--muted);
  font-style: normal;
}

.summary-total {
  border-bottom: 0;
}

.summary-total strong {
  color: var(--green);
  font-size: 28px;
}

.builder-success {
  text-align: center;
}

.success-panel {
  width: min(720px, 100%);
  margin: 0 auto;
}

.success-panel .button {
  margin-top: 20px;
}

.admin-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 50px 0 70px;
}

.admin-login {
  width: min(520px, 100%);
  margin: 70px auto 0;
}

.admin-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.admin-list {
  margin-top: 46px;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

th,
td {
  padding: 18px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.order-options {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-options li {
  display: grid;
  gap: 3px;
}

.order-options span,
.order-options em,
.muted {
  color: var(--muted);
  font-style: normal;
}

@media (max-width: 820px) {
  body {
    background-size: 58px 58px;
  }

  .brand {
    max-width: 100%;
    font-size: 38px;
  }

  .home-kicker,
  .step-kicker {
    font-size: 14px;
  }

  .home-shell,
  .contact-layout,
  .home-feature-grid,
  .home-config-section,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .home-shell,
  .home-landing,
  .builder-shell,
  .admin-shell {
    width: calc(100% - 28px);
  }

  .home-landing {
    padding-top: 24px;
  }

  .home-hero-top {
    padding-bottom: 46px;
  }

  .home-eyebrow {
    font-size: 13px;
    text-align: center;
  }

  .home-wordmark {
    font-size: 66px;
  }

  .home-lead {
    margin-top: 26px;
    font-size: 16px;
  }

  .home-feature-grid {
    gap: 16px;
    margin-bottom: 58px;
  }

  .home-feature-card {
    min-height: 142px;
    padding: 26px 24px;
  }

  .home-feature-card h2 {
    font-size: 18px;
  }

  .home-config-section {
    gap: 36px;
  }

  .home-bike-stage img {
    width: min(360px, 100%);
  }

  .home-bike-stage p {
    max-width: 100%;
    font-size: 12px;
    text-align: center;
  }

  .home-config-copy h2 {
    font-size: 38px;
  }

  .home-config-copy > p:not(.home-eyebrow) {
    font-size: 17px;
  }

  .home-stats {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .home-copy h1 {
    font-size: 52px;
  }

  .home-copy p:not(.home-kicker) {
    font-size: 17px;
  }

  .home-copy .brand {
    margin-bottom: 42px;
  }

  .home-preview {
    order: -1;
  }

  .checkout-shell {
    width: calc(100% - 28px);
  }

  .checkout-summary {
    min-height: auto;
    padding: 24px;
  }

  .summary-watermark {
    right: -10px;
    bottom: 12px;
    font-size: 64px;
  }

  .summary-info {
    top: 18px;
    right: 18px;
  }

  .summary-info-panel {
    right: -6px;
  }

  .checkout-preview img {
    width: min(340px, 92%);
  }

  .checkout-summary h1 {
    font-size: 30px;
  }

  .checkout-summary-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .checkout-summary-row strong {
    font-size: 18px;
  }

  .checkout-total {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }

  .checkout-form-panel {
    padding: 26px 22px;
  }

  .checkout-form-panel .step-title {
    font-size: 38px;
  }

  .checkout-note {
    font-size: 16px;
  }

  .options-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .color-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .progress span {
    width: 36px;
  }

  .bike-preview {
    width: min(360px, 92vw);
    margin-bottom: 18px;
  }

  .step-title {
    margin-bottom: 28px;
    font-size: 44px;
  }

  .option-card {
    min-height: 146px;
    padding: 28px 62px 28px 24px;
    border-radius: 24px;
  }

  .frame-options-grid .option-card {
    min-height: 146px;
  }

  .option-name {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
    font-size: 22px;
  }

  .option-price {
    font-size: 20px;
  }

  .option-check {
    top: 26px;
    right: 22px;
    width: 34px;
    height: 34px;
  }

  .frame-color-title {
    font-size: 14px;
  }

  .color-card {
    min-height: 92px;
    padding: 18px 22px;
    border-radius: 20px;
    font-size: 20px;
  }

  .color-swatch {
    width: 52px;
    height: 52px;
  }

  .nav-row,
  .admin-heading {
    align-items: stretch;
    flex-direction: column;
    margin-top: 38px;
  }

  .button {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 14px;
    text-align: center;
    white-space: normal;
  }

  .summary-panel,
  .admin-login,
  .admin-list,
  .success-panel {
    padding: 22px;
  }

  .summary-panel h2,
  .admin-login h1,
  .admin-list h1,
  .success-panel h1 {
    font-size: 32px;
  }
}
