* { box-sizing: border-box; }

:root {
  --bg: #050505;
  --panel: rgba(8, 8, 8, 0.78);
  --panel-border: rgba(255, 255, 255, 0.16);
  --text: #f4f4f4;
  --muted: #b9b9b9;
  --dark-muted: #6f6f6f;
  --shadow: rgba(0, 0, 0, 0.56);
}

html, body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
}

body { overflow-x: hidden; }

.page-shell { min-height: 100vh; }

.hero {
  position: relative;
  min-height: 100vh;
  padding: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("assets/hero-bike.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.72) 42%, rgba(0,0,0,0.28) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.58) 0%, rgba(0,0,0,0.18) 38%, rgba(0,0,0,0.82) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,0.04) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.035) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.025) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.03) 75%);
  background-size: 44px 44px;
  background-position: 0 0, 0 22px, 22px -22px, -22px 0;
  opacity: 0.16;
  pointer-events: none;
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
}

.brand-logo {
  width: clamp(330px, 30vw, 520px);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 26px rgba(0,0,0,0.45));
}

.contact-link {
  color: rgba(255,255,255,0.76);
  text-decoration: none;
  font-weight: 800;
  transition: color 180ms ease;
}

.contact-link:hover { color: var(--text); }

.hero-content {
  position: relative;
  z-index: 2;
  width: min(940px, 100%);
  margin: auto 0;
  padding: 76px 0 52px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.76rem;
  font-weight: 900;
}

.eyebrow.dark { color: var(--dark-muted); }

h1 {
  margin: 0;
  max-width: 900px;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(3.05rem, 8vw, 8.4rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  text-shadow: 0 20px 80px rgba(0,0,0,0.65);
}

.lead {
  margin: 28px 0 0;
  max-width: 680px;
  color: #dddddd;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
  text-shadow: 0 8px 30px rgba(0,0,0,0.65);
}

.cta-card {
  margin-top: 38px;
  width: min(650px, 100%);
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--panel-border);
  backdrop-filter: blur(16px);
  box-shadow: 0 26px 80px var(--shadow);
}

.card-title {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.card-copy {
  margin: 10px 0 18px;
  color: var(--muted);
  line-height: 1.55;
}

.signup-form {
  display: flex;
  gap: 10px;
}

.signup-form input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.09);
  color: var(--text);
  padding: 15px 16px;
  font: inherit;
  outline: none;
}

.signup-form input::placeholder { color: rgba(255,255,255,0.48); }
.signup-form input:focus { border-color: rgba(255,255,255,0.62); }

.signup-form button {
  border: 0;
  padding: 15px 22px;
  background: #f2f2f2;
  color: #050505;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.signup-form button:hover {
  transform: translateY(-1px);
  background: #ffffff;
}

.microcopy {
  margin: 14px 0 0;
  color: rgba(255,255,255,0.56);
  font-size: 0.88rem;
}

.preview-section {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 34%),
    #f3f3f0;
  color: #080808;
  padding: clamp(46px, 8vw, 90px) 28px;
}

.section-heading {
  max-width: 1180px;
  margin: 0 auto 26px;
}

.section-heading h2 {
  margin: 0;
  max-width: 760px;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  line-height: 0.96;
  font-size: clamp(2rem, 5vw, 4.8rem);
}

.gallery {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: #111;
  box-shadow: 0 24px 70px rgba(0,0,0,0.20);
}

figure img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 360ms ease;
}

figure:hover img { transform: scale(1.035); }

figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 9px 11px;
  background: rgba(0,0,0,0.72);
  color: white;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-strip {
  max-width: 1180px;
  margin: 24px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-strip span {
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.62);
  color: #111;
  padding: 10px 13px;
  font-weight: 900;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}


.section-copy {
  margin: 16px 0 0;
  max-width: 760px;
  color: #3b3b3b;
  font-size: 1rem;
  line-height: 1.65;
}

.showcase-section {
  background: #ffffff;
  color: #080808;
  padding: clamp(40px, 7vw, 82px) 28px;
}

.showcase-gallery {
  grid-template-columns: repeat(3, 1fr);
}

.showcase-gallery figure,
.showcase-gallery figure img {
  min-height: 360px;
}

.dark-showcase {
  background: linear-gradient(180deg, #0a0a0a 0%, #111111 100%);
  color: #f4f4f4;
}

.dark-showcase .section-copy { color: rgba(255,255,255,0.76); }
.dark-showcase .eyebrow { color: rgba(255,255,255,0.62); }
.dark-showcase .section-heading h2 { color: #ffffff; }
.dark-showcase .service-strip span {
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #f4f4f4;
}



.motorsport-section {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.82), rgba(0,0,0,0.94)),
    radial-gradient(circle at 20% 10%, rgba(255,255,255,0.08), transparent 32%),
    #050505;
  color: #f4f4f4;
  padding: clamp(44px, 8vw, 92px) 28px;
}

.motorsport-heading h2 {
  color: #ffffff;
}

.light-copy {
  color: rgba(255,255,255,0.76);
}

.motorsport-grid {
  max-width: 1180px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 14px;
}

.motorsport-grid figure {
  min-height: 360px;
}

.motorsport-grid figure img {
  min-height: 360px;
}

.motorsport-grid .wide-figure {
  grid-row: span 2;
  min-height: 735px;
}

.motorsport-grid .wide-figure img {
  min-height: 735px;
}

@media (max-width: 900px) {
  .motorsport-grid {
    grid-template-columns: 1fr;
  }

  .motorsport-grid .wide-figure,
  .motorsport-grid .wide-figure img,
  .motorsport-grid figure,
  .motorsport-grid figure img {
    min-height: 330px;
  }
}

@media (max-width: 900px) {
  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.76) 66%, rgba(0,0,0,0.52) 100%),
      linear-gradient(180deg, rgba(0,0,0,0.58) 0%, rgba(0,0,0,0.22) 38%, rgba(0,0,0,0.86) 100%);
  }

  .gallery,
  .showcase-gallery { grid-template-columns: 1fr; }

  figure, figure img { min-height: 330px; }
  .showcase-gallery figure, .showcase-gallery figure img { min-height: 320px; }
}

@media (max-width: 720px) {
  .hero { padding: 20px; }

  .brand-logo {
  width: clamp(330px, 30vw, 520px);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 26px rgba(0,0,0,0.45));
}

  .topbar { align-items: flex-start; }

  .contact-link { display: none; }

  .hero-content { padding: 68px 0 42px; }

  h1 { font-size: clamp(3rem, 15vw, 5.1rem); }

  .cta-card { padding: 18px; }

  .signup-form { flex-direction: column; }

  .signup-form button { width: 100%; }

  .preview-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.mission-emphasis {
  display: block;
  margin-top: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.mission-grid {
  align-items: stretch;
}

.mission-portrait,
.mission-portrait img {
  min-height: 760px;
}


.curated-gallery figure,
.curated-gallery figure img {
  min-height: 390px;
}

.mission-single {
  max-width: 900px;
  margin: 30px auto 0;
}

.mission-single figure,
.mission-single figure img {
  min-height: 560px;
}

@media (max-width: 900px) {
  .curated-gallery figure,
  .curated-gallery figure img,
  .mission-single figure,
  .mission-single figure img {
    min-height: 330px;
  }
}


.track-feature-section {
  background: linear-gradient(180deg, #050505 0%, #111111 100%);
  color: #f4f4f4;
  padding: clamp(44px, 8vw, 92px) 0;
}

.track-feature-heading {
  padding: 0 28px;
}

.full-photo-panel {
  position: relative;
  max-width: 100%;
  min-height: min(82vh, 820px);
  margin: clamp(24px, 5vw, 56px) 0 0;
  overflow: hidden;
  background: #050505;
  box-shadow: none;
}

.full-photo-panel img {
  width: 100%;
  min-height: min(82vh, 820px);
  height: min(82vh, 820px);
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.03) contrast(1.04);
}

.full-photo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.30) 48%, rgba(0,0,0,0.18) 100%),
    linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.64) 100%);
  pointer-events: none;
}

.full-photo-panel figcaption {
  position: absolute;
  left: clamp(20px, 6vw, 82px);
  bottom: clamp(20px, 6vw, 72px);
  z-index: 2;
  max-width: 560px;
  padding: 0;
  background: transparent;
  color: rgba(255,255,255,0.82);
  font-size: clamp(0.95rem, 1.35vw, 1.15rem);
  font-weight: 500;
  line-height: 1.55;
  text-transform: none;
  letter-spacing: normal;
}

.full-photo-panel figcaption span {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.6rem, 4vw, 4rem);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

.track-strip {
  padding: 0 28px;
}

@media (max-width: 900px) {
  .full-photo-panel,
  .full-photo-panel img {
    min-height: 520px;
    height: 520px;
  }

  .full-photo-panel figcaption {
    max-width: calc(100% - 40px);
  }
}


.full-car-panel {
  background: #070707;
}

.full-car-panel img {
  object-fit: contain;
  object-position: center center;
  background: #070707;
  padding: clamp(12px, 2vw, 24px) 0;
}

.full-car-panel::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.54) 0%, rgba(0,0,0,0.18) 48%, rgba(0,0,0,0.10) 100%),
    linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.58) 100%);
}


/* True full-photo display for the Indy 500 winning car image.
   This removes the fixed-height crop behavior and lets the entire photo show. */
.full-photo-panel.full-car-panel {
  min-height: auto;
  height: auto;
  background: #070707;
}

.full-photo-panel.full-car-panel img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  display: block;
  padding: 0;
  background: #070707;
}

.full-photo-panel.full-car-panel::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.54) 0%, rgba(0,0,0,0.18) 48%, rgba(0,0,0,0.08) 100%),
    linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.62) 100%);
}

@media (max-width: 900px) {
  .full-photo-panel.full-car-panel,
  .full-photo-panel.full-car-panel img {
    min-height: 0;
    height: auto;
  }
}


/* Indy 500 winning car: guaranteed no-crop image card.
   The image is shown as an inline image, not as a fixed-height cover panel. */
.indy-whole-photo-card {
  width: min(92vw, 820px);
  margin: clamp(24px, 5vw, 56px) auto 0;
  padding: 0;
  background: #070707;
  box-shadow: 0 30px 90px rgba(0,0,0,0.38);
  overflow: visible;
  min-height: 0;
  height: auto;
  position: relative;
}

.indy-whole-photo-card img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  display: block;
  padding: 0;
  background: #070707;
}

.indy-whole-photo-card::after {
  display: none;
}

.indy-whole-photo-card figcaption {
  position: static;
  display: block;
  max-width: none;
  padding: 18px 20px 20px;
  background: #070707;
  color: rgba(255,255,255,0.76);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
  text-transform: none;
  letter-spacing: normal;
}

.indy-whole-photo-card figcaption span {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

@media (max-width: 900px) {
  .indy-whole-photo-card {
    width: calc(100% - 40px);
  }

  .indy-whole-photo-card,
  .indy-whole-photo-card img {
    min-height: 0;
    height: auto;
  }
}


/* Keep the headline below the logo in the visual hierarchy */
.hero h1 {
  max-width: 850px;
  font-size: clamp(2.9rem, 5.4vw, 6rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.075em !important;
  color: #a9abad !important;
  background: linear-gradient(180deg, #f2f3f4 0%, #b8babd 34%, #707276 66%, #d6d7d9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 2px 0 rgba(255,255,255,0.10),
    0 12px 34px rgba(0,0,0,0.62);
}

.hero-content {
  margin-top: clamp(18px, 4vh, 52px);
}

.eyebrow {
  font-size: clamp(0.72rem, 0.95vw, 0.95rem) !important;
  letter-spacing: 0.24em !important;
  color: rgba(198, 201, 204, 0.82) !important;
}

.lead,
.hero-copy {
  max-width: 780px;
  font-size: clamp(1.02rem, 1.45vw, 1.38rem) !important;
  color: rgba(210, 212, 214, 0.92) !important;
}

.domain,
.contact-link {
  color: rgba(210, 212, 214, 0.88) !important;
}

@media (max-width: 900px) {
  .brand-logo.brand-wordmark {
    width: clamp(300px, 78vw, 520px) !important;
    max-width: 82vw !important;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 11.5vw, 4.9rem) !important;
  }
}

@media (max-width: 520px) {
  .brand-logo.brand-wordmark {
    width: clamp(250px, 84vw, 360px) !important;
    max-width: 86vw !important;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 10.8vw, 3.55rem) !important;
  }
}


/* Visible CO + correct wordmark stacked header logo */
.brand.brand-stacked-logo {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: clamp(8px, 1.1vw, 14px) !important;
  width: auto !important;
  max-width: 58vw !important;
  text-decoration: none !important;
}

.brand-co-mark {
  display: block !important;
  width: clamp(145px, 12vw, 220px) !important;
  height: auto !important;
  max-width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,0.72));
}

.brand-wordmark-logo {
  display: block !important;
  width: clamp(360px, 32vw, 560px) !important;
  height: auto !important;
  max-width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: drop-shadow(0 14px 34px rgba(0,0,0,0.58));
}

/* Keep old generic .brand-logo rules from controlling the new two-piece logo */
.brand-logo {
  width: auto;
}

/* Keep the headline below the logo in the visual hierarchy */
.hero h1 {
  max-width: 850px;
  font-size: clamp(2.9rem, 5.4vw, 6rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.075em !important;
  color: #a9abad !important;
  background: linear-gradient(180deg, #f2f3f4 0%, #b8babd 34%, #707276 66%, #d6d7d9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 2px 0 rgba(255,255,255,0.10),
    0 12px 34px rgba(0,0,0,0.62);
}

.hero-content {
  margin-top: clamp(18px, 4vh, 52px);
}

.eyebrow {
  font-size: clamp(0.72rem, 0.95vw, 0.95rem) !important;
  letter-spacing: 0.24em !important;
  color: rgba(198, 201, 204, 0.82) !important;
}

.lead,
.hero-copy {
  max-width: 780px;
  font-size: clamp(1.02rem, 1.45vw, 1.38rem) !important;
  color: rgba(210, 212, 214, 0.92) !important;
}

.domain,
.contact-link {
  color: rgba(210, 212, 214, 0.88) !important;
}

@media (max-width: 900px) {
  .brand.brand-stacked-logo {
    max-width: 82vw !important;
  }

  .brand-co-mark {
    width: clamp(120px, 24vw, 180px) !important;
  }

  .brand-wordmark-logo {
    width: clamp(280px, 62vw, 440px) !important;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 11.5vw, 4.9rem) !important;
  }
}

@media (max-width: 520px) {
  .brand.brand-stacked-logo {
    gap: 7px !important;
    max-width: 86vw !important;
  }

  .brand-co-mark {
    width: clamp(100px, 30vw, 145px) !important;
  }

  .brand-wordmark-logo {
    width: clamp(235px, 78vw, 330px) !important;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 10.8vw, 3.55rem) !important;
  }
}





/* Manufacturer catalog grid */
.catalog-section.manufacturer-catalogs {
  background:
    radial-gradient(circle at 12% 10%, rgba(255,255,255,0.08), transparent 34%),
    linear-gradient(180deg, #050505 0%, #101010 100%);
  color: #f4f4f4;
  padding: clamp(42px, 7vw, 84px) 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.catalog-intro-card {
  max-width: 1180px;
  margin: 0 auto clamp(22px, 3.5vw, 42px);
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    rgba(5,5,5,0.82);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 26px 80px rgba(0,0,0,0.42);
  backdrop-filter: blur(14px);
}

.catalog-intro-card h2 {
  margin: 0;
  max-width: 920px;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  line-height: 0.96;
  font-size: clamp(1.9rem, 4.2vw, 4rem);
  color: #d1d3d4;
}

.catalog-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.catalog-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 20px;
  text-decoration: none;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255,255,255,0.24);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.catalog-button.primary {
  background: #d7d8da;
  color: #050505;
}

.catalog-button:hover {
  transform: translateY(-1px);
  background: #fff;
}

.manufacturer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
}

.manufacturer-card {
  min-height: 176px;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: #f4f4f4;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.095), rgba(255,255,255,0.025)),
    rgba(9,9,9,0.82);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 18px 44px rgba(0,0,0,0.30);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.manufacturer-card:hover {
  transform: translateY(-3px);
  border-color: rgba(215,216,218,0.55);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04)),
    rgba(12,12,12,0.92);
  box-shadow: 0 24px 64px rgba(0,0,0,0.42);
}

.manufacturer-logo {
  width: 128px;
  height: 78px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(255,255,255,0.42);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05), 0 10px 22px rgba(0,0,0,0.26);
}

.manufacturer-logo img {
  max-width: 112px;
  max-height: 58px;
  width: auto;
  height: auto;
  display: block;
  filter: none !important;
}

.catalog-logo-fallback {
  min-width: 74px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Orbitron", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.12em;
  color: #111;
  border: 1px solid rgba(0,0,0,0.15);
  background: rgba(255,255,255,0.95);
}

.manufacturer-name {
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 0.86rem;
  line-height: 1.25;
}

.manufacturer-action {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(210,212,214,0.72);
}

.manufacturer-card.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}

@media (max-width: 780px) {
  .catalog-intro-card {
    grid-template-columns: 1fr;
  }

  .catalog-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .manufacturer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manufacturer-card {
    min-height: 154px;
    padding: 16px 12px;
  }

  .manufacturer-logo {
    width: 108px;
    height: 66px;
  }

  .manufacturer-logo img {
    max-width: 94px;
    max-height: 48px;
  }
}
