* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: #0b0b09;
  color: #f4ead8;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 32px;
  background: rgba(11, 11, 9, 0.9);
  border-bottom: 1px solid rgba(176, 138, 74, 0.35);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 14px;
}

.brand img {
  width: 54px;
  height: 40px;
  object-fit: contain;
}

nav {
  display: flex;
  gap: 22px;
  color: #d9cdb7;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

nav a:hover {
  color: #ff2800;
}

section {
  max-width: 100vw;
  overflow: hidden;
  padding: 96px clamp(22px, 5vw, 72px);
}

.section-dark {
  background: radial-gradient(circle at 78% 12%, rgba(212, 0, 0, 0.48), transparent 34%), #0b0b09;
}

.section-paper {
  background: #f4ead8;
  color: #0b0b09;
}

.section-cream {
  background: #eadcc4;
  color: #0b0b09;
}

.section-asphalt {
  background: linear-gradient(135deg, #181814, #252520);
  color: #f4ead8;
}

.hero {
  min-height: 860px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.74fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  position: absolute;
  inset: auto -12% -24% 18%;
  height: 360px;
  border: 1px solid rgba(176, 138, 74, 0.28);
  transform: rotate(-9deg);
}

.hero-copy,
.hero-panel,
.intro,
.feature-grid,
.garage,
.goods,
.membership,
.proof,
.inquiry,
.footer {
  position: relative;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: #b08a4a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #d40000;
}

.eyebrow.brass {
  color: #b08a4a;
}

h1,
h2,
h3 {
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  max-width: 890px;
  font-size: clamp(58px, 9vw, 132px);
  letter-spacing: -0.055em;
}

h2 {
  font-size: clamp(42px, 6vw, 86px);
  letter-spacing: -0.045em;
}

h3 {
  font-size: 30px;
  letter-spacing: -0.02em;
}

.lede,
.hero-copy p:not(.eyebrow) {
  max-width: 680px;
  overflow-wrap: break-word;
  color: #d9cdb7;
  font-size: clamp(18px, 2vw, 24px);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #b08a4a;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  cursor: pointer;
}

.button.primary,
button {
  background: #d40000;
  color: #f4ead8;
  border-color: #d40000;
  box-shadow: 0 10px 28px rgba(212, 0, 0, 0.24);
}

.button.secondary {
  color: #f4ead8;
}

.button.primary:hover,
button:hover {
  background: #ff2800;
  border-color: #ff2800;
}

.button.secondary:hover {
  border-color: #ff2800;
  color: #ffede8;
}

.hero-panel {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.lockup {
  width: 100%;
  height: auto;
  border: 1px solid rgba(176, 138, 74, 0.42);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
  background: #0b0b09;
}

.route-board {
  padding: 28px;
  background: #f4ead8;
  color: #0b0b09;
  border: 1px solid #b08a4a;
}

.route-number,
.small-label {
  display: inline-block;
  margin-bottom: 18px;
  color: #d40000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.route-board h2 {
  font-size: 48px;
}

.meter {
  height: 8px;
  margin-top: 26px;
  background: #d5c3a6;
}

.meter span {
  display: block;
  width: 68%;
  height: 100%;
  background: #d40000;
}

.intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 1fr);
  gap: 48px;
  align-items: start;
  border-top: 1px solid rgba(11, 11, 9, 0.16);
}

.intro p:last-child,
.feature-copy p,
.garage-copy p,
.goods-card p,
.membership-copy p,
.proof p,
.inquiry p,
.footer p {
  font-size: 18px;
  color: inherit;
  opacity: 0.82;
}

.feature-grid,
.garage,
.membership {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: 54px;
  align-items: center;
}

.feature-copy p,
.garage-copy p,
.membership-copy p {
  max-width: 620px;
  margin-top: 24px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  padding-left: 22px;
  position: relative;
}

.check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  background: #d40000;
  transform: rotate(45deg);
}

.map-card,
.docket-wrap,
.member-card,
.image-card {
  padding: 18px;
  background: rgba(11, 11, 9, 0.08);
  border: 1px solid rgba(11, 11, 9, 0.16);
  box-shadow: 0 24px 70px rgba(11, 11, 9, 0.18);
}

.docket-wrap,
.member-card {
  width: fit-content;
  max-width: 100%;
  justify-self: center;
  background: rgba(244, 234, 216, 0.08);
  border-color: rgba(176, 138, 74, 0.32);
}

.docket-wrap img,
.member-card img {
  width: min(100%, 720px);
  height: auto;
}

.goods {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(220px, 0.55fr) minmax(260px, 0.7fr);
  gap: 22px;
  align-items: stretch;
}

.goods-card {
  min-height: 420px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(11, 11, 9, 0.14);
}

.dark-card {
  background: #0b0b09;
  color: #f4ead8;
}

.image-card {
  background: #3a0805;
  padding: 22px;
}

.copy-card {
  background: #eadcc4;
}

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

.proof article {
  padding: 30px;
  min-height: 260px;
  border: 1px solid rgba(11, 11, 9, 0.16);
  background: rgba(244, 234, 216, 0.52);
}

.proof span {
  display: block;
  margin-bottom: 70px;
  color: #d40000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.inquiry {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(300px, 1fr);
  gap: 48px;
  align-items: center;
}

.inquiry-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  background: #0b0b09;
  color: #f4ead8;
  border: 1px solid #b08a4a;
}

label {
  display: grid;
  gap: 8px;
  color: #b08a4a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

input,
select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(244, 234, 216, 0.34);
  background: #161612;
  color: #f4ead8;
  font: 18px Georgia, serif;
}

.footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(300px, 1fr);
  gap: 32px;
  padding: 42px clamp(22px, 5vw, 72px);
  background: #0b0b09;
  color: #f4ead8;
  border-top: 1px solid rgba(176, 138, 74, 0.35);
}

.footer strong {
  font-family: Georgia, serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer a {
  color: #f4ead8;
  border-bottom: 1px solid rgba(176, 138, 74, 0.72);
}

.footer a:hover {
  color: #ff2800;
  border-color: #ff2800;
}

@media (max-width: 980px) {
  .topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    flex-wrap: wrap;
  }

  .hero,
  .intro,
  .feature-grid,
  .garage,
  .goods,
  .membership,
  .proof,
  .inquiry,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .proof span {
    margin-bottom: 36px;
  }
}

@media (max-width: 560px) {
  section {
    padding: 64px 18px;
  }

  section > *,
  .topbar *,
  .goods-card,
  .application,
  .case-grid article {
    min-width: 0;
  }

  .topbar {
    padding: 16px 18px;
  }

  .brand span {
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    font-size: 11px;
  }

  nav a {
    min-height: 40px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(176, 138, 74, 0.28);
  }

  .button-row {
    flex-direction: column;
  }

  .button,
  button {
    width: 100%;
  }

  .hero-copy,
  .hero-panel,
  .map-card,
  .docket-wrap,
  .member-card,
  .image-card,
  .application,
  .case-grid article {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .hero:before {
    display: none;
  }

  .lockup {
    width: 100%;
    max-width: 100%;
  }

  .route-board {
    width: 100%;
    padding: 20px;
  }

  .footer p,
  .proof p,
  .case-grid p,
  .case-image p,
  .lede,
  .hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.04;
    letter-spacing: -0.03em;
  }

  h2 {
    font-size: 32px;
    line-height: 1.04;
  }

  h3 {
    font-size: 26px;
  }

  .route-board h2 {
    font-size: 28px;
  }

  .map-card img,
  .docket-wrap img,
  .member-card img,
  .image-card img {
    width: 100%;
    height: auto;
  }

  .goods-card {
    min-height: 300px;
    padding: 24px;
  }

  .image-card {
    min-height: 0;
  }
}

@media (max-width: 380px) {
  nav {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 40px;
  }
}
.board-hero,
.case-hero {
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.board-hero h1,
.case-hero h1 {
  max-width: 1180px;
}

.lede-dark {
  max-width: 760px;
  color: #252520;
  font-size: clamp(18px, 2vw, 24px);
  opacity: 0.82;
}

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

.application {
  min-height: 440px;
  padding: 26px;
  background: #f4ead8;
  border: 1px solid rgba(11, 11, 9, 0.16);
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: space-between;
}

.application.large {
  grid-column: 1 / -1;
  background: #0b0b09;
}

.application.tag-panel img {
  max-height: 560px;
  width: auto;
  margin: 0 auto;
}

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

.case-grid article {
  padding: 32px;
  min-height: 420px;
  border: 1px solid rgba(11, 11, 9, 0.16);
  background: rgba(234, 220, 196, 0.62);
}

.case-grid p,
.case-image p {
  font-size: 18px;
  opacity: 0.82;
}

.case-image {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: center;
}

.case-image img {
  border: 1px solid rgba(11, 11, 9, 0.16);
  box-shadow: 0 24px 70px rgba(11, 11, 9, 0.18);
}

@media (max-width: 980px) {
  .application-board,
  .case-grid,
  .case-image {
    grid-template-columns: 1fr;
  }
}
.photo-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.photo-strip figure {
  margin: 0;
  min-height: 420px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(176, 138, 74, 0.32);
  background: #0b0b09;
}

.photo-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.photo-strip figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 12px;
  background: rgba(11, 11, 9, 0.78);
  color: #f4ead8;
  border: 1px solid rgba(176, 138, 74, 0.42);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .photo-strip {
    grid-template-columns: 1fr;
  }
}

.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.case-meta span {
  padding: 10px 14px;
  border: 1px solid rgba(176, 138, 74, 0.46);
  color: #d9cdb7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.case-overview,
.case-web {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(320px, 1fr);
  gap: 52px;
  align-items: center;
}

.case-overview p:last-child,
.case-web p,
.case-showcase-copy p,
.case-outcome p,
.case-application-grid p {
  font-size: 18px;
  opacity: 0.82;
}

.case-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(320px, 1fr);
  gap: 52px;
  align-items: center;
}

.case-brand-stack {
  display: grid;
  gap: 18px;
}

.case-brand-stack img {
  width: 100%;
  padding: 26px;
  background: #0b0b09;
  border: 1px solid rgba(176, 138, 74, 0.38);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.case-brand-stack img:first-child {
  max-width: 360px;
  justify-self: center;
}

.case-browser-card {
  padding: 18px;
  background: rgba(11, 11, 9, 0.08);
  border: 1px solid rgba(11, 11, 9, 0.16);
  box-shadow: 0 24px 70px rgba(11, 11, 9, 0.18);
}

.case-browser-card img {
  width: 100%;
  height: auto;
}

.case-section-head {
  max-width: 980px;
  margin-bottom: 36px;
}

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

.case-application-grid article {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 22px;
  background: #f4ead8;
  border: 1px solid rgba(11, 11, 9, 0.16);
}

.case-application-grid img {
  width: 100%;
  height: 310px;
  object-fit: contain;
  background: rgba(11, 11, 9, 0.06);
}

.case-outcome {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 980px) {
  .case-overview,
  .case-web,
  .case-showcase,
  .case-application-grid {
    grid-template-columns: 1fr;
  }

  .case-application-grid img {
    height: auto;
    max-height: 420px;
  }
}
