:root {
  --ink: #151515;
  --ink-soft: #45494c;
  --paper: #f6f1e7;
  --paper-light: #fffdf7;
  --signal: #ffd447;
  --signal-deep: #e6b820;
  --glass: #cfe3df;
  --glass-deep: #a9cbc4;
  --steel: #62676b;
  --line: #151515;
  --white: #ffffff;
  --page: 1440px;
  --content: 1240px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  min-width: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  overflow-x: clip;
  overflow-wrap: anywhere;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

button,
input,
textarea {
  border-radius: 0;
}

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

h1,
h2,
h3,
.brand,
.button {
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

h1,
h2,
h3 {
  line-height: .98;
  text-wrap: balance;
}

h1 {
  max-width: 12ch;
  margin-bottom: 48px;
  font-size: clamp(3.7rem, 7.7vw, 8.2rem);
  font-weight: 700;
  letter-spacing: -.065em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.45rem, 5vw, 5.1rem);
  font-weight: 700;
  letter-spacing: -.045em;
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  letter-spacing: -.025em;
}

main,
main > section,
.header-inner,
.address-bar-inner,
.footer-inner {
  min-width: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  color: var(--white);
  background: var(--ink);
  border: 2px solid var(--signal);
  transform: translateY(-180%);
}

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

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

.address-bar {
  color: var(--ink);
  background: var(--signal);
  border-bottom: 2px solid var(--ink);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.25;
  text-transform: uppercase;
}

.address-bar-inner {
  display: flex;
  width: min(calc(100% - 40px), var(--page));
  min-height: 42px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.address-bar a {
  text-decoration: none;
}

.address-bar a:hover {
  text-decoration: underline;
}

.site-header {
  color: var(--ink);
  background: var(--paper-light);
  border-bottom: 2px solid var(--ink);
}

.header-inner {
  display: grid;
  width: min(calc(100% - 40px), var(--page));
  min-height: 92px;
  margin-inline: auto;
  align-items: stretch;
  grid-template-columns: minmax(210px, .85fr) minmax(440px, 1.5fr) auto;
}

.brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  padding-right: 28px;
  text-decoration: none;
}

.brand strong {
  font-size: 1.35rem;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.brand span {
  padding: 4px 7px;
  background: var(--signal);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  min-width: 0;
  align-items: stretch;
  justify-content: center;
  border-inline: 2px solid var(--ink);
}

.site-nav a {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 18px 13px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover {
  background: var(--glass);
}

.header-phone {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 28px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone span {
  color: var(--steel);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.header-phone strong {
  font-size: 1.05rem;
}

.overline {
  margin-bottom: 18px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero {
  width: min(100%, var(--page));
  margin-inline: auto;
  background: var(--paper);
  border-inline: 2px solid var(--ink);
}

.hero-copy {
  padding: clamp(70px, 9vw, 138px) clamp(22px, 6vw, 92px) clamp(58px, 7vw, 100px);
}

.hero-summary {
  display: grid;
  align-items: end;
  gap: 50px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  border-top: 2px solid var(--ink);
  padding-top: 28px;
}

.hero-summary > p {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.hero-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 2px solid var(--ink);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

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

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

.button-yellow {
  color: var(--ink);
  background: var(--signal);
}

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

.hero-panorama {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-top: 2px solid var(--ink);
  aspect-ratio: 21 / 8.4;
}

.hero-panorama img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.hero-panorama figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: min(520px, calc(100% - 30px));
  gap: 3px;
  padding: 20px 24px;
  color: var(--ink);
  background: var(--signal);
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}

.hero-panorama figcaption strong {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .86rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-panorama figcaption span {
  font-size: .83rem;
}

.ruled-section {
  width: min(calc(100% - 44px), var(--content));
  margin-inline: auto;
  padding-block: clamp(90px, 10vw, 150px);
}

.section-intro {
  display: grid;
  align-items: end;
  gap: 20px 54px;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  margin-bottom: 64px;
}

.section-intro .overline {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

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

.section-intro > p:last-child {
  margin-bottom: 7px;
  color: var(--ink-soft);
}

.service-list {
  border-top: 2px solid var(--ink);
}

.service-row {
  display: grid;
  align-items: baseline;
  gap: 24px 38px;
  grid-template-columns: minmax(130px, .38fr) minmax(240px, .76fr) minmax(0, 1.16fr);
  padding: 31px 0;
  border-bottom: 2px solid var(--ink);
}

.service-row > * {
  margin-bottom: 0;
}

.service-kind {
  color: var(--steel);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-row h3 {
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
}

.service-row > p:last-child {
  color: var(--ink-soft);
}

.garage-focus {
  background: var(--paper-light);
  border-block: 2px solid var(--ink);
}

.garage-focus-inner {
  display: grid;
  width: min(100%, var(--page));
  margin-inline: auto;
  align-items: start;
  gap: 36px clamp(36px, 5vw, 78px);
  grid-template-columns: minmax(150px, .36fr) minmax(330px, 1.05fr) minmax(300px, .79fr);
  padding: clamp(70px, 8vw, 116px) clamp(22px, 5vw, 76px);
  border-inline: 2px solid var(--ink);
}

.garage-focus-inner .overline {
  padding-top: 8px;
}

.garage-focus-inner h2 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 4.5vw, 4.9rem);
}

.garage-focus-copy {
  padding-top: 8px;
  border-top: 2px solid var(--ink);
}

.garage-focus-copy p {
  color: var(--ink-soft);
}

.garage-focus-copy p:last-child {
  margin-bottom: 0;
}

.garage-focus-copy strong {
  color: var(--ink);
}

.use-band {
  color: var(--paper);
  background: var(--ink);
  border-block: 2px solid var(--ink);
}

.use-band-inner {
  display: grid;
  width: min(100%, var(--page));
  margin-inline: auto;
  grid-template-columns: minmax(300px, 1.25fr) repeat(3, minmax(190px, .75fr));
  border-inline: 2px solid var(--paper);
}

.use-band header,
.use-band article {
  padding: clamp(44px, 5.2vw, 76px) clamp(22px, 3.5vw, 52px);
}

.use-band header {
  background: #202020;
}

.use-band article {
  border-left: 1px solid rgba(246, 241, 231, .45);
}

.use-band h2 {
  margin-bottom: 0;
  font-size: clamp(2.15rem, 3.4vw, 3.8rem);
}

.use-band h3 {
  margin-bottom: 36px;
  color: var(--signal);
}

.use-band article p {
  margin-bottom: 0;
  color: rgba(246, 241, 231, .78);
}

.brands-section {
  width: min(calc(100% - 44px), var(--content));
  margin-inline: auto;
  padding-block: clamp(90px, 10vw, 150px);
}

.brands-heading {
  display: grid;
  align-items: end;
  gap: 20px 54px;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  margin-bottom: 54px;
}

.brands-heading .overline {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

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

.brands-heading > p:last-child {
  margin-bottom: 7px;
  color: var(--ink-soft);
}

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

.brand-board span {
  display: grid;
  min-height: 112px;
  place-items: center;
  padding: 18px;
  background: var(--paper-light);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: clamp(1.3rem, 2.6vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -.03em;
  text-align: center;
}

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

.brands-note {
  max-width: 920px;
  margin: 28px 0 0 auto;
  padding-left: 18px;
  color: var(--ink-soft);
  border-left: 6px solid var(--signal);
  font-size: .84rem;
}

.brands-note strong {
  color: var(--ink);
}

.coastal-section {
  display: grid;
  width: min(100%, var(--page));
  margin-inline: auto;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  background: var(--glass);
  border-inline: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.coastal-image {
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  border-right: 2px solid var(--ink);
}

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

.coastal-copy {
  padding: clamp(70px, 8vw, 124px) clamp(28px, 6vw, 92px);
}

.coastal-copy > p:not(.overline):not(.coastal-note) {
  max-width: 770px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.coastal-points {
  margin: 56px 0 38px;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ink);
}

.coastal-points li {
  display: grid;
  gap: 12px 28px;
  grid-template-columns: minmax(170px, .7fr) minmax(0, 1.3fr);
  padding: 22px 0;
  border-bottom: 1px solid var(--ink);
}

.coastal-points strong {
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.coastal-points span {
  color: var(--ink-soft);
}

.coastal-note {
  margin-bottom: 0;
  padding-left: 18px;
  border-left: 6px solid var(--ink);
  font-size: .83rem;
  font-weight: 700;
}

.prepare-section {
  display: grid;
  width: min(calc(100% - 44px), var(--content));
  margin-inline: auto;
  padding-block: clamp(90px, 10vw, 150px);
  align-items: start;
  gap: clamp(50px, 8vw, 112px);
  grid-template-columns: minmax(0, 1.18fr) minmax(290px, .62fr);
}

.prepare-copy > p:not(.overline) {
  max-width: 760px;
  color: var(--ink-soft);
}

.report-list {
  margin: 54px 0;
  border-top: 2px solid var(--ink);
}

.report-list > div {
  display: grid;
  gap: 18px 34px;
  grid-template-columns: minmax(150px, .55fr) minmax(0, 1.45fr);
  padding: 22px 0;
  border-bottom: 1px solid var(--ink);
}

.report-list dt {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 700;
}

.report-list dd {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.safety-note {
  padding: 25px 26px;
  background: var(--signal);
  border: 2px solid var(--ink);
}

.safety-note strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.13rem;
  line-height: 1.25;
}

.safety-note p {
  margin-bottom: 0;
  font-size: .88rem;
}

.prepare-image {
  position: relative;
  min-height: 700px;
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
}

.prepare-image img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
}

.prepare-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 18px;
  color: var(--paper);
  background: var(--ink);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.location-section {
  background: var(--signal);
  border-block: 2px solid var(--ink);
}

.location-inner {
  display: grid;
  width: min(calc(100% - 44px), var(--page));
  margin-inline: auto;
  align-items: end;
  gap: 40px 60px;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, .85fr) minmax(250px, .65fr);
  padding-block: clamp(64px, 7vw, 104px);
}

.location-inner h2 {
  max-width: 8ch;
  margin-bottom: 0;
}

.location-inner address {
  display: grid;
  gap: 3px;
  padding-block: 16px;
  border-block: 2px solid var(--ink);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-style: normal;
  font-weight: 700;
}

.location-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
}

.location-phone {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.location-actions small {
  font-size: .72rem;
  font-weight: 700;
}

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

.faq-grid article {
  padding: 32px 34px 34px 0;
  border-bottom: 1px solid var(--ink);
}

.faq-grid article:nth-child(even) {
  padding-right: 0;
  padding-left: 34px;
  border-left: 1px solid var(--ink);
}

.faq-grid h3 {
  margin-bottom: 15px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.faq-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.reviews-section {
  padding: clamp(90px, 10vw, 150px) 22px;
  background: var(--glass);
  border-top: 2px solid var(--ink);
}

.reviews-heading {
  display: grid;
  width: min(100%, var(--content));
  margin: 0 auto 58px;
  align-items: end;
  gap: 20px 54px;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
}

.reviews-heading .overline {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

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

.reviews-heading > p:last-child {
  margin-bottom: 7px;
  color: var(--ink-soft);
}

.review-principles {
  display: grid;
  width: min(100%, var(--content));
  margin-inline: auto;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1px;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.review-principles article {
  min-width: 0;
  padding: clamp(28px, 4vw, 50px);
  background: var(--paper-light);
}

.review-principles article > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 36px;
  place-items: center;
  background: var(--signal);
  border: 2px solid var(--ink);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .73rem;
  font-weight: 700;
}

.review-principles h3 {
  margin-bottom: 17px;
  line-height: 1.1;
}

.review-principles p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.reviews-actions {
  display: flex;
  width: min(100%, var(--content));
  margin: 28px auto 0;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-section {
  padding: clamp(90px, 10vw, 150px) 22px;
  background: var(--paper-light);
  border-top: 2px solid var(--ink);
}

.contact-heading {
  width: min(100%, 820px);
  margin: 0 auto 54px;
  text-align: center;
}

.contact-heading h2 {
  margin-inline: auto;
}

.contact-heading p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.contact-heading a {
  color: var(--ink);
  font-weight: 700;
}

.contact-form {
  display: grid;
  width: min(100%, 820px);
  margin-inline: auto;
  gap: 25px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: clamp(25px, 4vw, 50px);
  background: var(--white);
  border: 2px solid var(--ink);
}

.form-field {
  min-width: 0;
}

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

.form-field label {
  display: block;
  margin-bottom: 8px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.form-field label span {
  color: var(--steel);
  font-size: .67rem;
}

.form-field input,
.form-field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper-light);
  border: 2px solid var(--ink);
}

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

.form-field input:focus,
.form-field textarea:focus {
  outline: 0;
  box-shadow: 6px 6px 0 var(--signal);
}

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

.legal-check {
  display: grid;
  align-items: start;
  gap: 11px;
  grid-template-columns: 20px minmax(0, 1fr);
  font-size: .79rem;
}

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

.form-submit {
  width: 100%;
}

.site-footer {
  color: var(--paper);
  background: var(--ink);
}

.footer-inner {
  display: grid;
  width: min(calc(100% - 40px), var(--page));
  min-height: 150px;
  margin-inline: auto;
  align-items: center;
  gap: 24px 38px;
  grid-template-columns: minmax(230px, 1fr) minmax(290px, 1fr) auto auto;
}

.footer-inner > div {
  display: grid;
  gap: 2px;
}

.footer-inner strong {
  color: var(--signal);
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.footer-inner span,
.footer-inner address {
  color: rgba(246, 241, 231, .7);
  font-size: .74rem;
  font-style: normal;
}

.footer-inner a {
  font-size: .78rem;
}

.mobile-call {
  display: none;
}

/* Shared styles for 404.html, gracias.html and error-envio.html. */
.not-found,
.result-page,
.utility-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 42px 22px;
  background: var(--paper);
}

.not-found-card,
.result-card,
.utility-panel {
  position: relative;
  width: min(100%, 760px);
  padding: clamp(36px, 7vw, 78px);
  background: var(--paper-light);
  border: 2px solid var(--ink);
}

.not-found-card::before,
.result-card::before,
.utility-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 18px;
  content: "";
  background: var(--signal);
  border-bottom: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}

.not-found-card h1,
.result-card h1,
.utility-panel h1 {
  max-width: 11ch;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 8vw, 5.6rem);
}

.not-found-card p,
.result-card p,
.utility-panel p {
  max-width: 620px;
}

.utility-code,
.result-mark,
.not-found-card .overline {
  margin-bottom: 20px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.result-card.is-success::before,
.result-success .result-card::before {
  background: var(--glass);
}

.result-card.is-error::before,
.result-error .result-card::before {
  background: var(--signal);
}

.utility-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

@media (hover: hover) and (pointer: fine) {
  .service-row {
    transition: background-color .18s ease, padding-inline .18s ease;
  }

  .service-row:hover {
    padding-inline: 16px;
    background: rgba(255, 212, 71, .32);
  }
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: minmax(210px, 1fr) auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    border-top: 2px solid var(--ink);
    border-inline: 0;
  }

  .site-nav a {
    padding-block: 13px;
  }

  .header-phone {
    padding-left: 20px;
  }

  .use-band-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .garage-focus-inner {
    grid-template-columns: minmax(140px, .35fr) minmax(0, 1.65fr);
  }

  .garage-focus-copy {
    grid-column: 2;
  }

  .use-band header {
    grid-column: 1 / -1;
    border-bottom: 1px solid rgba(246, 241, 231, .45);
  }

  .use-band article:first-of-type {
    border-left: 0;
  }

  .location-inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
  }

  .location-actions {
    grid-column: 1 / -1;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-block: 38px;
  }
}

@media (max-width: 860px) {
  .hero-summary,
  .section-intro,
  .brands-heading,
  .reviews-heading,
  .coastal-section,
  .prepare-section {
    grid-template-columns: 1fr;
  }

  .hero-summary {
    align-items: start;
  }

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

  .section-intro .overline {
    grid-column: auto;
  }

  .brands-heading .overline,
  .reviews-heading .overline {
    grid-column: auto;
  }

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

  .service-row {
    grid-template-columns: minmax(120px, .4fr) minmax(0, 1.6fr);
  }

  .service-row > p:last-child {
    grid-column: 2;
  }

  .coastal-image {
    min-height: 510px;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .prepare-image {
    min-height: 560px;
  }

  .prepare-image img {
    min-height: 560px;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 16px;
  }

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

  .address-bar-inner {
    width: calc(100% - 28px);
    min-height: 46px;
    gap: 10px;
    font-size: .64rem;
  }

  .address-bar-inner a:first-child {
    max-width: 68%;
  }

  .header-inner {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .brand {
    min-height: 70px;
    padding-inline: 15px;
  }

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

  .header-phone {
    display: none;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    padding-inline: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

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

  .site-nav a {
    flex: 0 0 auto;
    padding-inline: 12px;
  }

  h1 {
    margin-bottom: 38px;
    font-size: clamp(3rem, 14.5vw, 5rem);
  }

  h2 {
    font-size: clamp(2.25rem, 11vw, 3.7rem);
  }

  .hero {
    border-inline: 0;
  }

  .hero-copy {
    padding: 64px 18px 54px;
  }

  .hero-summary {
    gap: 30px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .hero-panorama {
    min-height: 430px;
    aspect-ratio: 4 / 5;
  }

  .hero-panorama img {
    object-position: 56% center;
  }

  .hero-panorama figcaption {
    width: calc(100% - 18px);
    padding: 16px 17px;
  }

  .ruled-section,
  .prepare-section,
  .brands-section {
    width: calc(100% - 28px);
    padding-block: 78px;
  }

  .section-intro {
    margin-bottom: 44px;
  }

  .service-row {
    gap: 8px;
    grid-template-columns: 1fr;
    padding-block: 25px;
  }

  .service-row > p:last-child {
    grid-column: auto;
  }

  .service-kind {
    margin-bottom: 6px;
  }

  .garage-focus-inner {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 70px 18px;
    border-inline: 0;
  }

  .garage-focus-inner .overline,
  .garage-focus-copy {
    grid-column: auto;
  }

  .garage-focus-copy {
    margin-top: 12px;
    padding-top: 22px;
  }

  .use-band-inner {
    grid-template-columns: 1fr;
    border-inline: 0;
  }

  .use-band header,
  .use-band article {
    padding: 44px 18px;
  }

  .use-band article {
    border-top: 1px solid rgba(246, 241, 231, .45);
    border-left: 0;
  }

  .use-band h3 {
    margin-bottom: 18px;
  }

  .brands-heading {
    margin-bottom: 40px;
  }

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

  .brand-board span {
    min-height: 88px;
    padding: 13px 8px;
    font-size: 1.22rem;
  }

  .brand-board span:nth-child(3n + 2) {
    background: var(--paper-light);
  }

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

  .coastal-section {
    border-inline: 0;
  }

  .coastal-image {
    min-height: 430px;
  }

  .coastal-copy {
    padding: 72px 18px;
  }

  .coastal-points li,
  .report-list > div {
    grid-template-columns: 1fr;
  }

  .coastal-points li {
    gap: 5px;
  }

  .report-list > div {
    gap: 5px;
  }

  .prepare-section {
    gap: 44px;
  }

  .prepare-image,
  .prepare-image img {
    min-height: 540px;
  }

  .location-inner {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    padding-block: 70px;
  }

  .location-actions {
    grid-column: auto;
  }

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

  .faq-grid article,
  .faq-grid article:nth-child(even) {
    padding: 27px 0;
    border-left: 0;
  }

  .reviews-section {
    padding: 78px 14px;
  }

  .reviews-heading {
    margin-bottom: 40px;
  }

  .review-principles article {
    padding: 32px 22px;
  }

  .review-principles article > span {
    margin-bottom: 24px;
  }

  .reviews-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .contact-section {
    padding: 78px 14px;
  }

  .contact-form {
    gap: 21px;
    grid-template-columns: 1fr;
    padding: 24px 16px;
  }

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

  .footer-inner {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 34px;
    text-align: center;
  }

  .mobile-call {
    position: fixed;
    z-index: 200;
    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: 16px;
    padding: 12px max(16px, env(safe-area-inset-right, 0px)) calc(12px + env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-left, 0px));
    color: var(--ink);
    background: var(--signal);
    border-top: 2px solid var(--ink);
    font-family: "Trebuchet MS", Verdana, sans-serif;
    text-decoration: none;
  }

  .mobile-call span {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

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

  .not-found,
  .result-page,
  .utility-page {
    min-height: calc(100vh - 68px);
    padding: 28px 14px 46px;
  }

  .not-found-card,
  .result-card,
  .utility-panel {
    padding: 42px 20px;
  }

  .utility-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

@media (max-width: 380px) {
  .address-bar-inner {
    width: calc(100% - 20px);
    font-size: .58rem;
  }

  .brand {
    gap: 7px;
    padding-inline: 11px;
  }

  .brand strong {
    font-size: 1.03rem;
  }

  .brand span {
    padding-inline: 5px;
    font-size: .64rem;
  }

  h1 {
    font-size: 2.72rem;
  }

  h2 {
    font-size: 2.18rem;
  }

  .hero-copy,
  .coastal-copy {
    padding-inline: 14px;
  }

  .button {
    padding-inline: 12px;
    font-size: .71rem;
  }

  .mobile-call {
    gap: 10px;
    padding-inline: 12px;
  }

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

@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 {
  .address-bar,
  .site-nav,
  .header-phone,
  .hero-actions,
  .location-actions,
  .contact-section,
  .mobile-call {
    display: none !important;
  }

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

  .hero,
  .coastal-section,
  .use-band-inner {
    border-inline: 0;
  }

  .use-band {
    color: #000;
    background: #fff;
  }
}
