:root {
  --ink: #291a30;
  --ink-deep: #1d1222;
  --signal: #d64036;
  --signal-dark: #b72d27;
  --ice: #ddebec;
  --ice-deep: #bfd5d7;
  --paper: #f7f2ea;
  --paper-soft: #fffdf9;
  --steel: #59666d;
  --line: #b9c2c2;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(41, 26, 48, .14);
  --content: 1240px;
  --wide: 1480px;
  --header-height: 82px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
  background: var(--paper);
}

body {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(41, 26, 48, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41, 26, 48, .045) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px;
  font-family: Inter, Aptos, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  overflow-x: clip;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
}

body,
header,
main,
section,
footer,
nav,
div,
article,
figure,
form,
fieldset {
  min-width: 0;
}

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

a {
  color: inherit;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

button,
input,
textarea {
  max-width: 100%;
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
ul,
ol,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Arial Narrow", "Aptos Display", "Segoe UI", Arial, sans-serif;
  line-height: .98;
  letter-spacing: -.035em;
  text-wrap: balance;
}

h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(3.25rem, 7.2vw, 7.6rem);
  font-weight: 800;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 4.8vw, 4.9rem);
  font-weight: 800;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.3rem, 2.1vw, 1.85rem);
  font-weight: 800;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink-deep);
  border: 2px solid var(--signal);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  padding-top: env(safe-area-inset-top, 0);
  color: var(--ink);
  background: rgba(247, 242, 234, .96);
  border-bottom: 1px solid var(--ink);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: stretch;
  width: min(100%, var(--wide));
  min-height: var(--header-height);
  margin: 0 auto;
  padding-inline: clamp(18px, 3vw, 46px);
}

.brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: clamp(20px, 3vw, 48px);
  color: var(--ink);
  text-decoration: none;
  border-right: 1px solid var(--ink);
}

.brand-name {
  font-family: "Arial Narrow", "Aptos Display", "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.04em;
}

.brand-note {
  margin-top: 7px;
  color: var(--steel);
  font-family: Consolas, "Courier New", monospace;
  font-size: .67rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  display: flex;
  align-items: center;
  padding: 12px clamp(11px, 1.5vw, 24px);
  font-size: .82rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-right: 1px solid rgba(41, 26, 48, .18);
}

.site-nav a:hover {
  color: var(--white);
  background: var(--ink);
}

.header-phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 180px;
  padding-left: clamp(20px, 2.4vw, 38px);
  font-family: Consolas, "Courier New", monospace;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone span {
  margin-bottom: 5px;
  color: var(--signal-dark);
  font-size: .66rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.header-phone:hover {
  color: var(--signal-dark);
}

main > section {
  width: min(calc(100% - clamp(24px, 6vw, 88px)), var(--content));
  margin-inline: auto;
  padding-block: clamp(76px, 10vw, 140px);
}

.record-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--signal-dark);
  font-family: Consolas, "Courier New", monospace;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.record-label::before {
  width: 38px;
  height: 3px;
  content: "";
  background: currentColor;
  flex: 0 0 auto;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: stretch;
  width: min(100%, var(--wide));
  min-height: min(820px, calc(100svh - var(--header-height)));
  margin: 0 auto;
  padding: 0;
  background: var(--paper-soft);
  border-inline: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(68px, 8vw, 126px) clamp(28px, 6vw, 94px);
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 34px;
  color: var(--steel);
  font-size: clamp(1.08rem, 1.65vw, 1.38rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid var(--ink);
  border-radius: 0;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.button-primary {
  color: var(--white);
  background: var(--signal);
  border-color: var(--signal);
}

.button-primary:hover {
  background: var(--signal-dark);
  border-color: var(--signal-dark);
  transform: translateY(-2px);
}

.button-secondary {
  color: var(--ink);
  background: transparent;
}

.button-secondary:hover {
  color: var(--white);
  background: var(--ink);
}

.scope-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 620px;
  margin: auto 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.scope-list li {
  position: relative;
  padding: 12px 14px 12px 34px;
  color: var(--steel);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: Consolas, "Courier New", monospace;
  font-size: .71rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.scope-list li::before {
  position: absolute;
  top: 17px;
  left: 14px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--signal);
}

.hero-figure {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  border-left: 1px solid var(--ink);
}

.hero-figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(41, 26, 48, .05), rgba(41, 26, 48, .25)),
    linear-gradient(90deg, transparent 94%, rgba(255, 255, 255, .15) 94%);
  background-size: auto, 22px 22px;
  pointer-events: none;
}

.hero-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-figure figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px clamp(20px, 4vw, 42px);
  color: var(--white);
  background: rgba(41, 26, 48, .92);
  border-top: 1px solid rgba(255, 255, 255, .35);
  font-size: .9rem;
  line-height: 1.5;
}

.hero-figure figcaption span {
  display: block;
  margin-bottom: 5px;
  color: var(--ice);
  font-family: Consolas, "Courier New", monospace;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
  column-gap: clamp(32px, 7vw, 100px);
  align-items: end;
  margin-bottom: clamp(42px, 7vw, 76px);
}

.section-heading .record-label {
  grid-column: 1 / -1;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p:last-child {
  margin-bottom: 5px;
  color: var(--steel);
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.type-card {
  min-height: 310px;
  padding: clamp(26px, 4vw, 48px);
  background: var(--paper-soft);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.type-card-wide {
  grid-column: span 2;
}

.type-card-dark {
  color: var(--white);
  background: var(--ink);
}

.type-card p {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--steel);
}

.type-card-dark p {
  color: var(--ice);
}

.card-number {
  display: inline-grid;
  width: 52px;
  height: 34px;
  place-items: center;
  margin-bottom: clamp(52px, 7vw, 92px);
  color: var(--white);
  background: var(--signal);
  font-family: Consolas, "Courier New", monospace;
  font-size: .72rem;
  font-weight: 800;
}

.garage-brand-section {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  width: min(100%, var(--wide));
  padding: 0;
  background: var(--ice);
  border: 1px solid var(--ink);
}

.garage-record-head,
.brand-register {
  padding: clamp(58px, 7vw, 104px) clamp(26px, 5vw, 76px);
}

.garage-record-head {
  border-right: 1px solid var(--ink);
}

.garage-record-head h2 {
  margin-bottom: 30px;
  font-size: clamp(2.4rem, 4.6vw, 4.9rem);
}

.garage-record-head > p:last-child,
.brand-register > p:last-child {
  margin-bottom: 0;
  color: var(--steel);
}

.garage-record-head strong,
.brand-register strong {
  color: var(--ink);
}

.brand-register {
  background: var(--paper-soft);
}

.brand-register h3 {
  margin-bottom: 34px;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
}

.brand-lines {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 25px;
  padding: 1px;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.brand-lines span {
  display: grid;
  min-height: 76px;
  place-items: center;
  padding: 12px 7px;
  background: var(--white);
  font-family: Consolas, "Courier New", monospace;
  font-size: clamp(.82rem, 1.5vw, 1.08rem);
  font-weight: 800;
  text-align: center;
}

.brand-lines span:nth-child(3n + 2) {
  background: var(--ice);
}

.brand-disclaimer {
  padding-left: 16px;
  border-left: 5px solid var(--signal);
  font-size: .8rem;
}

.inspection-section {
  width: min(100%, var(--wide));
  padding-inline: clamp(24px, 7vw, 110px);
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
}

.section-heading-light > p:last-child {
  color: var(--ice-deep);
}

.section-heading-light .record-label {
  color: var(--ice);
}

.inspection-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .25);
  list-style: none;
  counter-reset: inspection;
}

.inspection-list li {
  display: grid;
  grid-template-columns: minmax(100px, .26fr) minmax(0, 1fr);
  gap: clamp(20px, 5vw, 72px);
  padding: clamp(24px, 3.5vw, 44px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.inspection-code {
  padding-top: 4px;
  color: var(--ice);
  font-family: Consolas, "Courier New", monospace;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.inspection-list h3 {
  margin-bottom: 8px;
}

.inspection-list p {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--ice-deep);
}

.signal-table {
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.signal-row {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
}

.signal-row > span {
  padding: 20px clamp(18px, 3vw, 34px);
  background: var(--paper-soft);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.signal-row > span:first-child {
  font-weight: 800;
}

.signal-row > span:last-child {
  color: var(--steel);
}

.signal-head > span {
  color: var(--white) !important;
  background: var(--signal);
  font-family: Consolas, "Courier New", monospace;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.uses-section {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  width: min(100%, var(--wide));
  padding: 0;
  background: var(--ice);
  border-block: 1px solid var(--ink);
}

.use-image {
  min-height: 700px;
  border-right: 1px solid var(--ink);
}

.use-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.use-content {
  padding: clamp(64px, 8vw, 120px) clamp(28px, 7vw, 108px);
}

.use-list {
  margin-top: clamp(44px, 6vw, 76px);
  border-top: 1px solid var(--ink);
}

.use-list article {
  display: grid;
  grid-template-columns: minmax(160px, .7fr) minmax(0, 1.3fr);
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid var(--ink);
}

.use-list h3,
.use-list p {
  margin-bottom: 0;
}

.use-list p {
  color: var(--steel);
}

.safety-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  gap: clamp(36px, 8vw, 120px);
  align-items: center;
  width: min(calc(100% - clamp(24px, 6vw, 88px)), var(--content));
  margin-block: clamp(74px, 10vw, 140px);
  padding: clamp(32px, 5vw, 64px);
  color: var(--white);
  background: var(--signal);
  border: 1px solid var(--ink);
  box-shadow: 18px 18px 0 var(--ink);
}

.safety-section .record-label {
  color: var(--white);
}

.safety-section h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4.5vw, 4.5rem);
}

.safety-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.safety-section li {
  position: relative;
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .45);
}

.safety-section li:first-child {
  border-top: 1px solid rgba(255, 255, 255, .45);
}

.safety-section li::before {
  position: absolute;
  top: 23px;
  left: 3px;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--ink);
}

.faq-section {
  padding-top: clamp(40px, 7vw, 84px);
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--ink);
}

.faq-list summary {
  position: relative;
  padding: 28px 70px 28px 0;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 34px;
  height: 34px;
  content: "+";
  color: var(--white);
  background: var(--ink);
  font-family: Consolas, "Courier New", monospace;
  font-size: 1.3rem;
  line-height: 32px;
  text-align: center;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
  background: var(--signal);
}

.faq-list details p {
  max-width: 850px;
  padding: 0 70px 28px 0;
  color: var(--steel);
}

.reviews-section {
  padding-top: clamp(40px, 7vw, 84px);
}

.review-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.review-ledger article {
  min-width: 0;
  padding: clamp(27px, 4vw, 46px);
  background: var(--paper-soft);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.review-ledger .inspection-code {
  display: block;
  margin-bottom: clamp(38px, 5vw, 70px);
  color: var(--signal-dark);
}

.review-ledger h3 {
  margin-bottom: 13px;
}

.review-ledger p {
  margin-bottom: 0;
  color: var(--steel);
}

.review-action {
  margin-top: 28px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  width: min(100%, var(--wide));
  padding: 0;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
}

.contact-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(54px, 7vw, 104px) clamp(26px, 5vw, 76px);
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.contact-copy .record-label {
  color: var(--ice);
}

.contact-copy p:not(.record-label) {
  max-width: 460px;
  color: var(--ice-deep);
}

.contact-phone {
  margin-top: auto;
  padding-top: 48px;
  color: var(--white);
  font-family: Consolas, "Courier New", monospace;
  font-size: clamp(1.65rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1;
  text-decoration-color: var(--signal);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: clamp(54px, 7vw, 104px) clamp(26px, 6vw, 90px);
  background: var(--ink-deep);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.form-field-wide,
.legal-check,
.form-submit {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--ice);
  font-family: Consolas, "Courier New", monospace;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.form-field label span {
  font-weight: 400;
  opacity: .75;
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper-soft);
  border: 2px solid transparent;
  border-radius: 0;
}

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

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--signal);
  outline: none;
  box-shadow: 0 0 0 3px rgba(227, 75, 64, .25);
}

.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.legal-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--ice-deep);
  font-size: .82rem;
  line-height: 1.5;
}

.legal-check input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--signal);
}

.legal-check a {
  color: var(--white);
}

.form-submit {
  width: 100%;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  width: min(100%, var(--wide));
  margin: 0 auto;
  padding: 32px clamp(22px, 4vw, 52px);
  color: var(--ink);
  background: var(--ice);
  border-inline: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: .8rem;
}

.site-footer p {
  margin: 0;
  color: var(--steel);
  text-align: center;
}

.footer-brand {
  font-family: "Arial Narrow", "Aptos Display", "Segoe UI", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  text-decoration: none;
}

.mobile-call {
  display: none;
}

.not-found {
  display: grid;
  min-height: calc(100svh - var(--header-height));
  place-items: center;
  width: min(calc(100% - 32px), 940px);
  margin-inline: auto;
  padding: clamp(48px, 8vw, 100px) 0;
}

.not-found-card {
  position: relative;
  width: 100%;
  padding: clamp(34px, 7vw, 84px);
  background: var(--paper-soft);
  border: 1px solid var(--ink);
  box-shadow: 18px 18px 0 var(--ink);
}

.not-found-card::before {
  display: block;
  margin-bottom: 32px;
  color: var(--signal-dark);
  content: "ERROR / 404";
  font-family: Consolas, "Courier New", monospace;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.result-card-success::before {
  content: "CONSULTA / RECIBIDA";
}

.result-card-error::before {
  content: "ENVÍO / NO COMPLETADO";
}

.not-found-card h1 {
  max-width: 760px;
  font-size: clamp(3rem, 8vw, 6.8rem);
}

.not-found-card p {
  max-width: 650px;
  color: var(--steel);
}

.not-found-card .button {
  margin-top: 18px;
}

@media (max-width: 1120px) {
  :root {
    --header-height: 76px;
  }

  .header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .site-nav a {
    padding-inline: 12px;
    font-size: .75rem;
  }

  .header-phone {
    min-width: 156px;
    padding-left: 18px;
    font-size: .92rem;
  }

  .hero-section {
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
  }

  .hero-copy {
    padding-inline: clamp(26px, 5vw, 60px);
  }

  .type-card {
    min-height: 280px;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 124px;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: auto;
  }

  .brand {
    min-height: 72px;
    border-right: 0;
  }

  .header-phone {
    min-height: 72px;
    border-left: 1px solid var(--ink);
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    min-height: 51px;
    border-top: 1px solid rgba(41, 26, 48, .28);
  }

  .site-nav a {
    flex: 1 0 auto;
    justify-content: center;
  }

  .hero-section {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 650px;
  }

  .hero-figure {
    min-height: 580px;
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child {
    max-width: 700px;
    margin-top: 20px;
  }

  .type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .type-card-wide {
    grid-column: span 2;
  }

  .garage-brand-section {
    grid-template-columns: 1fr;
  }

  .garage-record-head {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .review-ledger {
    grid-template-columns: 1fr;
  }

  .uses-section {
    grid-template-columns: 1fr;
  }

  .use-image {
    min-height: 580px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .safety-section {
    grid-template-columns: 1fr;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    min-height: 430px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 70px;
  }

  html {
    scroll-padding-top: calc(var(--header-height) + 16px);
  }

  body {
    padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
    font-size: 16px;
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    padding-inline: 17px;
  }

  .brand {
    min-height: 70px;
    padding-right: 14px;
  }

  .brand-note {
    font-size: .58rem;
  }

  .header-phone {
    min-width: 0;
    min-height: 70px;
    padding-left: 15px;
    font-size: .82rem;
  }

  .header-phone span {
    display: none;
  }

  .site-nav {
    display: none;
  }

  main > section {
    width: min(calc(100% - 28px), var(--content));
    padding-block: 72px;
  }

  .hero-section,
  .garage-brand-section,
  .inspection-section,
  .uses-section,
  .contact-section {
    width: 100%;
    border-inline: 0;
  }

  .hero-copy {
    min-height: auto;
    padding: 68px 19px 60px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2.15rem, 11vw, 3.8rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .scope-list {
    grid-template-columns: 1fr;
  }

  .hero-figure {
    min-height: 460px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .type-grid {
    grid-template-columns: 1fr;
  }

  .type-card-wide {
    grid-column: auto;
  }

  .type-card {
    min-height: 260px;
    padding: 28px 22px;
  }

  .card-number {
    margin-bottom: 58px;
  }

  .garage-record-head,
  .brand-register {
    padding: 66px 20px;
  }

  .brand-lines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-lines span {
    min-height: 68px;
    font-size: .8rem;
  }

  .brand-lines span:nth-child(3n + 2) {
    background: var(--white);
  }

  .brand-lines span:nth-child(4n + 2),
  .brand-lines span:nth-child(4n + 3) {
    background: var(--ice);
  }

  .inspection-section {
    padding-inline: 20px;
  }

  .inspection-list li {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .signal-table {
    border-top: 0;
  }

  .signal-row {
    display: block;
    margin-bottom: 14px;
    border-top: 1px solid var(--ink);
  }

  .signal-row > span {
    display: block;
    padding: 16px 18px;
  }

  .signal-head {
    display: none;
  }

  .signal-row > span:first-child {
    color: var(--white);
    background: var(--ink);
  }

  .use-image {
    min-height: 440px;
  }

  .use-content {
    padding: 68px 20px;
  }

  .use-list article {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .safety-section {
    width: calc(100% - 42px);
    margin-block: 78px;
    padding: 30px 22px;
    box-shadow: 10px 10px 0 var(--ink);
  }

  .faq-list summary {
    padding-right: 54px;
  }

  .faq-list details p {
    padding-right: 0;
  }

  .review-ledger article {
    padding: 29px 22px;
  }

  .review-ledger .inspection-code {
    margin-bottom: 32px;
  }

  .review-action {
    width: 100%;
  }

  .contact-copy,
  .contact-form {
    padding: 60px 20px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .form-field-wide,
  .legal-check,
  .form-submit {
    grid-column: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 30px 20px;
    text-align: center;
    border-inline: 0;
  }

  .site-footer p {
    order: 3;
  }

  .mobile-call {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: calc(64px + env(safe-area-inset-bottom, 0px));
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 18px calc(13px + env(safe-area-inset-bottom, 0px));
    color: var(--white);
    background: var(--signal);
    border-top: 2px solid var(--ink);
    font-family: Consolas, "Courier New", monospace;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
  }

  .mobile-call strong {
    font-size: .98rem;
    white-space: nowrap;
  }

  .not-found {
    min-height: auto;
    padding: 58px 0 76px;
  }

  .not-found-card {
    padding: 34px 22px;
    box-shadow: 10px 10px 0 var(--ink);
  }
}

@media (max-width: 380px) {
  body {
    font-size: 15px;
  }

  .header-inner {
    padding-inline: 13px;
  }

  .brand-name {
    font-size: 1.18rem;
  }

  .brand-note {
    max-width: 138px;
    letter-spacing: .04em;
  }

  .header-phone {
    padding-left: 11px;
    font-size: .73rem;
  }

  .hero-copy,
  .inspection-section,
  .use-content,
  .contact-copy,
  .contact-form {
    padding-inline: 16px;
  }

  .hero-figure {
    min-height: 400px;
  }

  .hero-figure figcaption {
    padding-inline: 16px;
  }

  .button {
    padding-inline: 15px;
  }

  .mobile-call {
    padding-inline: 14px;
    font-size: .68rem;
  }

  .mobile-call strong {
    font-size: .86rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .type-card {
    transition: color .18s ease, background-color .18s ease;
  }

  .type-card:not(.type-card-dark):hover {
    background: var(--ice);
  }

  .faq-list summary:hover {
    color: var(--signal-dark);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .hero-actions,
  .mobile-call,
  .contact-form {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  main > section,
  .hero-section,
  .inspection-section,
  .uses-section,
  .contact-section {
    width: 100%;
    color: #000;
    background: #fff;
    border-color: #777;
  }
}
