:root {
  --black: #09090a;
  --black-2: #141416;
  --ink: #18191c;
  --muted: #6a6c71;
  --line: #dddddf;
  --soft: #f2f2f2;
  --accent: #087f79;
  --accent-dark: #06655f;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.brand-page-container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.brand-page-container > * { min-width: 0; }

.brand-page-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 72px;
  background: rgba(9,9,10,.97);
  color: #fff;
  border-bottom: 1px solid #263233;
  backdrop-filter: blur(10px);
}
.header-inner {
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.service-brand { width: 118px; }
.service-brand img { width: 118px; max-height: 54px; object-fit: contain; object-position: left center; }
.back-link {
  color: #c6d8d6;
  font-size: 12px;
  font-weight: 600;
  transition: color .18s ease;
}
.back-link:hover { color: var(--accent); }
.header-call {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  text-align: left;
}
.header-call-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
}
.header-call-icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.header-call-copy { display: grid; gap: 1px; }
.header-call small {
  color: #8a8b90;
  font-size: 10px;
  line-height: 1.1;
}
.header-call strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -.2px;
}

.brand-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 64px;
  background: var(--black);
  color: #fff;
}
.brand-detail-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  height: 3px;
  background: var(--accent);
  z-index: 2;
}
.brand-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 36%;
  pointer-events: none;
  background: linear-gradient(90deg, var(--black), rgba(9,9,10,.55) 45%, rgba(9,9,10,.15)), url("/assets/optimized/hero-02-960.webp") center / cover no-repeat;
}
.brand-detail-shell {
  position: relative;
  z-index: 1;
}
.brand-detail-topline {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 28px;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 0;
  color: #50d5c9;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.eyebrow.red { color: var(--accent); }
.hero-brand-badge {
  order: -1;
  display: flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
}
.hero-brand-badge img {
  width: 120px;
  height: 48px;
  padding: 6px 10px;
  background: #fff;
  object-fit: contain;
  object-position: center;
}
.hero-brand-badge span {
  color: #d0d0d2;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  max-width: 110px;
}
.brand-detail-copy { max-width: 660px; }
.brand-detail-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(36px, 4.3vw, 58px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 600;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.brand-detail-copy > p {
  max-width: 540px;
  margin: 21px 0 0;
  color: #d6d6d8;
  font-size: 16px;
  line-height: 1.75;
}
.hero-actions { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.call-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: var(--accent);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid var(--accent);
  transition: background .18s ease;
}
.call-button:hover { background: var(--accent-dark); }
.text-link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 20px; border: 1px solid #77777b; color: #fff; font-size: 14px; font-weight: 600; }
.text-link:hover { background: rgba(255,255,255,.1); }
.brand-hero-meta { display: none !important; }
.brand-hero-meta {
  margin-top: 42px;
  min-height: 78px;
  display: grid;
  grid-template-columns: .65fr 1.55fr .65fr auto;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.15);
}
.brand-hero-meta > div {
  min-width: 0;
  min-height: 42px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 0 22px;
  border-left: 1px solid rgba(255,255,255,.1);
}
.brand-hero-meta > div:first-child { padding-left: 0; border-left: 0; }
.brand-hero-meta small {
  color: rgba(255,255,255,.36);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.15px;
}
.brand-hero-meta strong {
  overflow: hidden;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-hero-meta > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.1);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.brand-hero-meta > a span { color: #50d5c9; }
.brand-hero-meta > a:hover { color: #50d5c9; }

.notice-strip {
  border-bottom: 1px solid #dedee0;
  background: #f1f1f2;
  color: #686a70;
  font-size: 13px;
  line-height: 1.7;
}
.notice-strip .brand-page-container { padding: 20px 0; }
.notice-strip strong { color: var(--ink); }

.fault-section { padding: 64px 0 72px; background: #fff; }
.fault-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 64px;
  align-items: start;
}
.fault-intro h2 {
  max-width: 480px;
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: -.035em;
  font-weight: 600;
}
.fault-intro > p { max-width: 470px; margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.safety-note {
  margin-top: 28px;
  padding: 18px 0 0;
  border-top: 2px solid var(--accent);
}
.safety-note strong { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.safety-note p { margin: 8px 0 0; color: #696b70; font-size: 14px; line-height: 1.7; }
.source-link {
  margin-top: 26px;
  display: inline-grid;
  gap: 3px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid #a9aaad;
  padding-bottom: 5px;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.source-link small { color: var(--muted); font-size: 12px; font-weight: 500; }
.fault-list { border-top: 1px solid #bfc0c3; }
.fault-row {
  min-height: 104px;
  display: grid;
  grid-template-columns: minmax(0, 100px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #dedee0;
}
.fault-row > strong {
  overflow-wrap: anywhere;
  color: var(--accent);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.8px;
}
.fault-row h3 { margin: 0; font-size: 15px; font-weight: 700; letter-spacing: -.2px; overflow-wrap: anywhere; }
.fault-row p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; overflow-wrap: anywhere; }

.model-fault-catalogue { margin-bottom: 0; }
.model-fault-heading { max-width: 740px; margin-bottom: 28px; }
.model-fault-heading h2 { margin: 8px 0 16px; font-size: clamp(28px, 3vw, 38px); line-height: 1.15; letter-spacing: -.035em; font-weight: 600; overflow-wrap: anywhere; }
.model-fault-heading p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.model-picker { display: grid; gap: 8px; min-width: 0; max-width: 100%; margin: 0 0 24px; font-size: 14px; font-weight: 600; }
.model-picker select { display: block; width: 100%; min-width: 0; max-width: 100%; padding: 11px 12px; border: 1px solid var(--line); background: #fff; color: inherit; font: inherit; }
.model-fault-list { border-top: 1px solid var(--line); }
.model-fault { min-width: 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.model-fault summary { position: relative; display: flex; align-items: center; gap: 16px; min-height: 72px; padding: 20px 16px; cursor: pointer; list-style: none; }
.model-fault summary::-webkit-details-marker { display: none; }
.model-fault summary::after { content: "+"; flex: 0 0 24px; color: var(--accent); font-size: 24px; text-align: center; }
.model-fault[open] summary::after { content: "−"; }
.model-fault summary h3 { flex: 1; min-width: 0; margin: 0; font-size: 15px; font-weight: 600; overflow-wrap: anywhere; }
.model-fault summary > span { flex-shrink: 0; color: var(--muted); font-size: 12px; }
.model-fault summary:hover, .model-fault[open] summary { background: var(--soft); }
.model-fault summary:focus-visible, .model-fault-scroll:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.model-fault-body { padding: 8px 12px 24px; }
.model-fault-hint { color: var(--muted); font-size: 13px; }
.model-fault-scroll { max-width: 100%; overflow-x: auto; }
.model-fault table { width: 100%; border-collapse: collapse; font-size: 14px; text-align: left; }
.model-fault-table--simple { table-layout: fixed; }
.model-fault-table--simple th:first-child { width: 36%; }
.model-fault caption { padding: 0 0 12px; text-align: left; font-weight: 600; overflow-wrap: anywhere; }
.model-fault th, .model-fault td { padding: 12px 14px; border: 1px solid var(--line); vertical-align: top; overflow-wrap: anywhere; }
.model-fault-table--wide th, .model-fault-table--wide td { min-width: 160px; overflow-wrap: normal; }
.model-fault-table--wide th:last-child, .model-fault-table--wide td:last-child { min-width: 260px; }
.model-fault th { background: var(--soft); font-weight: 600; }
.model-fault td:not(:last-child) { color: var(--accent); font-weight: 600; }
.model-fault tr:nth-child(even) td { background: #fafafa; }
@media (max-width: 700px) {
  .model-fault summary { gap: 8px; padding-inline: 4px; }
  .model-fault summary h3 { font-size: 14px; }
  .model-fault-body { padding-inline: 0; }
  .model-fault th, .model-fault td { padding-inline: 10px; }
}

.service-band { padding: 54px 0; background: var(--accent); color: #fff; }
.service-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.service-band span { color: #d0f4ef; font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; }
.service-band h2 { max-width: 700px; margin: 7px 0 0; font-size: clamp(29px, 3vw, 40px); line-height: 1.05; letter-spacing: -1.2px; font-weight: 600; }
.service-band a { flex: 0 0 auto; font-size: 22px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 5px; }

.other-brands { padding: 56px 0; background: var(--soft); }
.other-heading { display: grid; gap: 10px; margin-bottom: 28px; }
.other-heading h2 { margin: 0; max-width: 620px; font-size: clamp(30px, 3vw, 40px); line-height: 1.08; letter-spacing: -1.25px; font-weight: 600; }
.other-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.other-brand-grid a {
  min-height: 94px;
  padding: 15px 12px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--line);
  border-bottom-width: 2px;
  transition: border-color .18s ease;
}
.other-brand-grid a:hover { border-color: var(--accent); }
.other-brand-grid img { width: 100px; height: 34px; object-fit: contain; }
.other-brand-grid span { color: #67696e; font-size: 12px; font-weight: 600; overflow-wrap: anywhere; max-width: 100%; text-align: center; }
.other-brand-grid a:focus-visible { outline-offset: -4px; }

.brand-page-footer { padding: 42px 0 28px; background: var(--black); color: #fff; }
.brand-page-footer .brand-page-container { display: grid; grid-template-columns: 160px 1fr auto; gap: 45px; align-items: center; }
.brand-page-footer img { width: 125px; max-height: 62px; object-fit: contain; }
.brand-page-footer p { margin: 0; color: #b9b9bd; font-size: 13px; }
.brand-page-footer a { font-size: 17px; font-weight: 700; }
.brand-page-footer-credit { width: min(calc(100% - 48px), var(--container)); margin: 24px auto 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: flex-end; align-items: center; gap: 7px; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .12em; }
.brand-page-footer-credit img { width: 86px; height: auto; max-height: 16px; object-fit: contain; }

@media (max-width: 920px) {
  .brand-detail-hero::after { left: 20%; opacity: .7; }
  .brand-detail-copy { max-width: 600px; }
  .model-fault-heading p:last-child { margin-bottom: 0; }
  .brand-hero-meta { grid-template-columns: .7fr 1.3fr .7fr auto; }
  .brand-hero-meta > div { padding: 0 16px; }
  .fault-layout { grid-template-columns: 1fr; gap: 44px; }
  .fault-intro > p { max-width: 680px; }
  .other-brand-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (max-width: 700px) {
  body { padding-bottom: 0; }
  .brand-page-container { width: min(calc(100% - 36px), var(--container)); }
  .brand-page-header, .header-inner { height: 64px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .back-link { display: none; }
  .service-brand, .service-brand img { width: 103px; }
  .header-call strong { font-size: 12px; }
  .brand-detail-hero { padding: 32px 0 40px; }
  .brand-detail-hero::after { left: 0; opacity: .4; background-position: 60% center; }
  .brand-detail-topline { margin-bottom: 24px; gap: 14px; }
  .hero-brand-badge img { width: 104px; height: 42px; }
  .hero-brand-badge span { display: none; }
  .brand-detail-copy h1 { font-size: clamp(34px, 6vw, 42px); }
  .brand-detail-copy > p { font-size: 15px; }
  .brand-hero-meta {
    margin-top: 34px;
    grid-template-columns: 1fr 1fr;
  }
  .brand-hero-meta > div { min-height: 58px; padding: 0 16px; border-top: 1px solid rgba(255,255,255,.08); }
  .brand-hero-meta > div:first-child { padding-left: 0; }
  .brand-hero-meta > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .brand-hero-meta > a {
    min-height: 58px;
    justify-content: flex-end;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .fault-section { padding: 40px 0 48px; }
  .fault-layout { gap: 28px; }
  .fault-row { min-height: 96px; grid-template-columns: minmax(0, 74px) minmax(0, 1fr); gap: 18px; }
  .fault-row > strong { font-size: 20px; }
  .service-band-inner { flex-direction: column; align-items: flex-start; gap: 25px; }
  .service-band a { font-size: 19px; }
  .other-brands { padding: 40px 0; }
  .other-brand-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .other-brand-grid a { min-height: 88px; padding-inline: 8px; }
  .other-brand-grid img { width: 90px; height: 30px; }
  .brand-page-footer .brand-page-container { grid-template-columns: 1fr; gap: 20px; align-items: start; }
}

@media (max-width: 430px) {
  .brand-detail-topline { align-items: center; }
  .brand-detail-topline > .eyebrow { max-width: 150px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .call-button { width: 100%; }
  .fault-row { grid-template-columns: minmax(0, 62px) minmax(0, 1fr); }
  .fault-row > strong { font-size: 18px; }
  .brand-hero-meta { grid-template-columns: 1fr; }
  .brand-hero-meta > div,
  .brand-hero-meta > div:first-child,
  .brand-hero-meta > div:nth-child(3) { padding: 11px 0; border-left: 0; }
  .brand-hero-meta > a { min-height: 48px; justify-content: flex-start; padding-left: 0; border-left: 0; }
}

@media (max-width: 360px) {
  .other-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .call-button, .other-brand-grid a { transition: none; }
}
