.service-page {
  background: #f4f1e9;
}

.service-page .main-nav a.is-current::after {
  transform: scaleX(1);
}

.service-hero {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: min(88svh, 54rem);
  align-items: end;
  padding: clamp(8.5rem, 15vh, 11rem) var(--page-pad) clamp(10.5rem, 19vh, 14rem);
  color: var(--white);
  background: var(--olive-950);
  isolation: isolate;
  overflow: visible;
}

.service-hero-media,
.service-hero-shade {
  position: absolute;
  inset: 0;
}

.service-hero-media {
  z-index: -2;
  background-image: url("images/linhas_2026/ambientes_linhas/Ambiente-linha-Nature-Rustico-Escuro-com-LED-scaled.jpg");
  background-position: 58% 52%;
  background-size: cover;
  animation: service-hero-enter 1.6s var(--ease-out) both;
}

.service-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(24, 31, 24, 0.96) 0%, rgba(24, 31, 24, 0.79) 43%, rgba(24, 31, 24, 0.28) 76%),
    linear-gradient(0deg, rgba(24, 31, 24, 0.73) 0%, transparent 55%);
}

.service-hero-copy {
  width: min(48rem, 65%);
}

.service-hero-copy h1 {
  max-width: 14ch;
  margin-bottom: 1.6rem;
  font-size: clamp(2.9rem, 5.5vw, 5.5rem);
}

.service-hero-copy h1 em,
.service-section-head h2 em,
.dealer-copy h2 em,
.map-copy h3 em {
  color: var(--sand-light);
}

.service-hero-copy > p:last-child {
  max-width: 39rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.service-tabs-wrap {
  position: absolute;
  z-index: 3;
  right: var(--page-pad);
  bottom: -4.75rem;
  left: var(--page-pad);
}

.service-tabs {
  display: grid;
  max-width: 78rem;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--white);
  box-shadow: 0 1.5rem 4rem rgba(31, 40, 31, 0.18);
}

.service-tab {
  position: relative;
  display: grid;
  min-height: 9.5rem;
  padding: 1.55rem 1.75rem 1.4rem;
  text-align: left;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-right: 1px solid var(--line);
  transition: color 250ms ease, background 250ms ease;
}

.service-tab:last-child {
  border-right: 0;
}

.service-tab::after {
  position: absolute;
  right: 1.5rem;
  bottom: 1.45rem;
  width: 1.8rem;
  height: 1.8rem;
  content: "↘";
  font-size: 1.15rem;
  line-height: 1.8rem;
  text-align: center;
  transition: transform 250ms var(--ease-out);
}

.service-tab:hover::after,
.service-tab:focus-visible::after {
  transform: translate(0.2rem, 0.2rem);
}

.service-tab > span {
  color: var(--sand);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.service-tab strong {
  align-self: end;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.65vw, 1.4rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.service-tab small {
  color: rgba(23, 32, 26, 0.62);
  font-size: 0.78rem;
}

.service-tab.is-active {
  color: var(--white);
  background: var(--olive-800);
}

.service-tab.is-active > span,
.service-tab.is-active small {
  color: var(--sand-light);
}

.service-panels {
  position: relative;
}

.service-panel {
  padding: clamp(9.5rem, 15vw, 12rem) var(--page-pad) clamp(6rem, 10vw, 9rem);
}

.service-panel[hidden] {
  display: none;
}

.service-panel.is-switching {
  animation: panel-enter 500ms var(--ease-out) both;
}

.service-section-head {
  display: grid;
  max-width: 78rem;
  margin: 0 auto clamp(3.5rem, 7vw, 6rem);
  align-items: end;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  gap: clamp(2rem, 7vw, 7rem);
}

.service-section-head h2,
.dealer-copy h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.6rem, 4.7vw, 4.8rem);
}

.service-section-head > p {
  margin: 0;
  color: rgba(23, 32, 26, 0.68);
  font-size: 1.04rem;
}

.support-steps {
  display: grid;
  max-width: 78rem;
  padding: 0;
  margin: 0 auto clamp(3.5rem, 7vw, 6rem);
  list-style: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.support-steps li {
  display: grid;
  min-height: 10rem;
  padding: 1.8rem clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  border-right: 1px solid var(--line);
}

.support-steps li:first-child {
  padding-left: 0;
}

.support-steps li:last-child {
  padding-right: 0;
  border-right: 0;
}

.support-steps li > span,
.dealer-highlights article > span {
  color: var(--sand);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.support-steps strong,
.dealer-highlights strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-serif);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.support-steps p,
.dealer-highlights p {
  margin: 0;
  color: rgba(23, 32, 26, 0.64);
  font-size: 0.9rem;
}

.sac-layout {
  display: grid;
  max-width: 78rem;
  margin: 0 auto;
  align-items: start;
  grid-template-columns: minmax(0, 1.45fr) minmax(19rem, 0.55fr);
  gap: clamp(2rem, 6vw, 5.5rem);
}

.service-card,
.support-card,
.service-form,
.company-card {
  background: var(--white);
}

.service-card {
  padding: clamp(1.6rem, 4vw, 3rem);
}

.card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.4rem;
}

.card-heading .eyebrow,
.form-heading .eyebrow {
  margin-bottom: 0.65rem;
}

.card-heading h3,
.form-heading h3,
.support-card h3,
.company-card h3 {
  margin-bottom: 0;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.08;
}

.card-index {
  color: var(--paper-warm);
  font-family: var(--font-serif);
  font-size: clamp(3.2rem, 6vw, 5.5rem);
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.warranty-card > p:not(.eyebrow) {
  color: rgba(23, 32, 26, 0.67);
}

.warranty-table {
  margin: 2rem 0 1.2rem;
  border-top: 1px solid var(--line);
}

.warranty-row {
  display: grid;
  padding: 1rem 0;
  align-items: center;
  grid-template-columns: 1.35fr 0.65fr 0.8fr;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
}

.warranty-head {
  padding-block: 0.7rem;
  color: rgba(23, 32, 26, 0.48);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fine-print {
  margin: 1rem 0 0;
  font-size: 0.78rem;
}

.care-accordions {
  margin-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.care-accordions details {
  border-bottom: 1px solid var(--line);
}

.care-accordions summary {
  display: flex;
  min-height: 4.8rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  list-style: none;
}

.care-accordions summary::-webkit-details-marker {
  display: none;
}

.care-accordions summary span:last-child {
  color: var(--sand);
  font-family: var(--font-sans);
  font-size: 1.45rem;
  font-weight: 400;
  transition: transform 250ms ease;
}

.care-accordions details[open] summary span:last-child {
  transform: rotate(45deg);
}

.details-body {
  padding: 0 0 1.6rem;
  color: rgba(23, 32, 26, 0.68);
}

.details-body ul {
  padding-left: 1.2rem;
  margin: 0;
}

.details-body li + li {
  margin-top: 0.65rem;
}

.details-body p {
  max-width: 54rem;
  margin: 0;
}

.support-sidebar {
  position: sticky;
  top: 6.5rem;
}

.support-card {
  padding: clamp(1.6rem, 4vw, 2.5rem);
  color: var(--white);
  background: var(--olive-800);
}

.support-card .eyebrow {
  color: var(--sand-light);
}

.support-card > p:not(.eyebrow) {
  margin: 1rem 0 1.8rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.support-link {
  display: flex;
  padding: 1rem 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.78rem;
}

.support-link span {
  color: rgba(255, 255, 255, 0.54);
}

.support-link strong {
  max-width: 72%;
  text-align: right;
  line-height: 1.3;
}

.support-link-primary strong {
  color: var(--sand-light);
}

.service-form {
  padding: clamp(1.6rem, 4vw, 2.8rem);
}

.compact-form {
  margin-top: 1.25rem;
  background: var(--paper-warm);
}

.form-heading {
  margin-bottom: 2rem;
}

.service-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(23, 32, 26, 0.7);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.compact-form label + label {
  margin-top: 1rem;
}

.service-form input,
.service-form textarea,
.service-form select {
  width: 100%;
  min-width: 0;
  padding: 0.85rem 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(23, 32, 26, 0.28);
  border-radius: 0;
  outline: 0;
  font: 1rem/1.35 var(--font-sans);
  text-transform: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.service-form textarea {
  resize: vertical;
}

.service-form input:focus,
.service-form textarea:focus,
.service-form select:focus {
  border-color: var(--olive-700);
  box-shadow: 0 1px 0 var(--olive-700);
}

.service-form input[aria-invalid="true"],
.service-form textarea[aria-invalid="true"],
.service-form select[aria-invalid="true"] {
  border-color: #9e3d2e;
}

.form-submit {
  width: 100%;
  margin-top: 1.5rem;
}

.form-note,
.form-footer p,
.form-status {
  color: rgba(23, 32, 26, 0.56);
  font-size: 0.76rem;
}

.form-note {
  margin: 0.8rem 0 0;
}

.form-status {
  min-height: 1.25rem;
  margin: 0.8rem 0 0;
  color: var(--olive-700);
  font-weight: 700;
}

.contact-layout,
.dealer-intro {
  display: grid;
  max-width: 78rem;
  margin: 0 auto;
  align-items: start;
  grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.65fr);
  gap: clamp(2rem, 6vw, 5.5rem);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem 2rem;
}

.form-span {
  grid-column: 1 / -1;
}

.form-footer {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.form-footer p {
  max-width: 28rem;
  margin: 0;
}

.form-footer .form-submit {
  width: auto;
  min-width: 13.5rem;
  margin: 0;
}

.company-card {
  padding: clamp(1.8rem, 4vw, 3rem);
  color: var(--white);
  background: var(--olive-800);
}

.company-card .eyebrow {
  color: var(--sand-light);
}

.company-card h3 {
  margin-bottom: 2rem;
}

.company-data {
  margin: 0 0 2rem;
}

.company-data > div {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.company-data dt {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-data dd {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
}

.company-whatsapp {
  display: inline-block;
  color: var(--sand-light);
}

.map-section {
  display: grid;
  max-width: 78rem;
  min-height: 35rem;
  margin: clamp(4rem, 8vw, 7rem) auto 0;
  color: var(--white);
  background: var(--olive-950);
  grid-template-columns: minmax(20rem, 0.7fr) minmax(0, 1.3fr);
}

.map-copy {
  display: flex;
  padding: clamp(2rem, 5vw, 4.5rem);
  justify-content: center;
  flex-direction: column;
}

.map-copy .eyebrow {
  color: var(--sand-light);
}

.map-copy h3 {
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 3.4vw, 3.5rem);
}

.map-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.67);
}

.map-actions {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3rem;
}

.map-actions .button-light {
  color: var(--olive-950);
  background: var(--sand-light);
}

.map-actions button {
  cursor: pointer;
}

.map-directions {
  display: inline-flex;
  margin-top: 1.8rem;
  align-items: center;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.map-directions:hover,
.map-directions:focus-visible {
  color: var(--white);
}

.map-frame {
  position: relative;
  min-height: 40rem;
  overflow: hidden;
  background: #071018;
  isolation: isolate;
}

.earth-map,
.earth-fallback,
.earth-fallback iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.earth-map {
  z-index: 0;
  background:
    radial-gradient(circle at 58% 42%, rgba(92, 118, 139, 0.3), transparent 34%),
    #071018;
}

.earth-map .maplibregl-canvas {
  filter: saturate(0.88) contrast(1.06) brightness(0.92);
}

.earth-map .maplibregl-ctrl-top-right {
  top: 3.6rem;
  right: 0.7rem;
}

.earth-map .maplibregl-ctrl-group {
  overflow: hidden;
  background: rgba(20, 29, 29, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.earth-map .maplibregl-ctrl-group button {
  width: 2.2rem;
  height: 2.2rem;
  filter: invert(1);
}

.earth-map .maplibregl-ctrl-attrib {
  color: rgba(255, 255, 255, 0.65);
  background: rgba(7, 16, 24, 0.72);
  font-size: 0.58rem;
}

.earth-map .maplibregl-ctrl-attrib a {
  color: inherit;
}

.earth-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 16, 24, 0.32), transparent 36%),
    linear-gradient(0deg, rgba(7, 16, 24, 0.62), transparent 36%);
  pointer-events: none;
}

.earth-readout {
  position: absolute;
  z-index: 3;
  top: 1.25rem;
  right: 1.25rem;
  left: 1.25rem;
  padding: 0.8rem 0.9rem;
  color: var(--white);
  background: rgba(7, 16, 24, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(11px);
  pointer-events: none;
}

.earth-readout-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.earth-readout-top span {
  color: rgba(255, 255, 255, 0.58);
}

.earth-progress {
  height: 1px;
  margin: 0.55rem 0 0.45rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.earth-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--sand-light);
  transform: scaleX(0.08);
  transform-origin: left;
  transition: transform 2.2s var(--ease-out);
}

.map-frame[data-phase="orbit"] .earth-progress span {
  transform: scaleX(0.34);
}

.map-frame[data-phase="flight"] .earth-progress span {
  transform: scaleX(0.72);
  transition-duration: 6s;
}

.map-frame[data-phase="arrived"] .earth-progress span,
.map-frame[data-phase="fallback"] .earth-progress span {
  transform: scaleX(1);
}

.earth-readout p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(0.92rem, 1.5vw, 1.15rem);
  letter-spacing: -0.02em;
}

.earth-place {
  position: absolute;
  z-index: 3;
  right: 1.25rem;
  bottom: 2.3rem;
  display: flex;
  padding: 0.85rem 1rem;
  align-items: center;
  gap: 0.8rem;
  color: var(--white);
  background: rgba(31, 40, 31, 0.89);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.8rem);
  transition: opacity 500ms ease, transform 600ms var(--ease-out);
}

.earth-place > span {
  width: 0.55rem;
  height: 0.55rem;
  background: var(--sand-light);
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 0.35rem rgba(214, 190, 163, 0.18);
}

.earth-place strong,
.earth-place small {
  display: block;
  line-height: 1.25;
}

.earth-place strong {
  font-family: var(--font-serif);
  font-size: 0.85rem;
}

.earth-place small {
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
}

.map-frame[data-phase="arrived"] .earth-place {
  opacity: 1;
  transform: translateY(0);
}

.earth-marker-anchor,
.earth-marker {
  display: block;
}

.earth-marker {
  width: 1.15rem;
  height: 1.15rem;
  background: var(--sand-light);
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(214, 190, 163, 0.55);
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 400ms ease, transform 500ms var(--ease-out);
}

.map-frame[data-phase="arrived"] .earth-marker {
  opacity: 1;
  transform: scale(1);
  animation: earth-marker-pulse 2.2s ease-out infinite;
}

[data-earth-replay]:disabled {
  cursor: wait;
  opacity: 0.5;
}

.earth-fallback {
  z-index: 5;
  background: #171b17;
}

.earth-fallback[hidden] {
  display: none;
}

.earth-fallback iframe {
  border: 0;
  filter: saturate(0.78) contrast(1.04);
}

.earth-noscript {
  position: absolute;
  z-index: 8;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0.7rem 0.85rem;
  color: var(--white);
  background: rgba(31, 40, 31, 0.88);
  font-size: 0.75rem;
}

@keyframes earth-marker-pulse {
  70% { box-shadow: 0 0 0 0.9rem rgba(214, 190, 163, 0); }
  100% { box-shadow: 0 0 0 0 rgba(214, 190, 163, 0); }
}

#panel-dealer {
  color: var(--white);
  background: var(--olive-900);
}

.dealer-intro {
  align-items: center;
}

.dealer-copy .eyebrow,
.dealer-catalog {
  color: var(--sand-light);
}

.dealer-copy > p:not(.eyebrow) {
  max-width: 39rem;
  margin: 1.8rem 0 2.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.04rem;
}

.dealer-highlights {
  max-width: 40rem;
  margin-bottom: 2.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.dealer-highlights article {
  display: grid;
  padding: 1.3rem 0;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.dealer-highlights p {
  color: rgba(255, 255, 255, 0.57);
}

.dealer-contact-list {
  max-width: 40rem;
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.dealer-contact-list p {
  margin-bottom: 0.7rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dealer-contact-list a {
  display: flex;
  padding: 0.65rem 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  transition: color 180ms ease;
}

.dealer-contact-list a:hover,
.dealer-contact-list a:focus-visible {
  color: var(--sand-light);
}

.dealer-form {
  color: var(--ink);
}

.dealer-form .form-heading {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.service-reveal.will-reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 750ms ease, transform 900ms var(--ease-out);
}

.service-reveal.will-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes service-hero-enter {
  from { opacity: 0.45; filter: saturate(0.72) brightness(0.82); }
  to { opacity: 1; filter: saturate(1) brightness(1); }
}

@keyframes panel-enter {
  from { opacity: 0; transform: translateY(1rem); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
  .service-hero-copy {
    width: 72%;
  }

  .sac-layout,
  .contact-layout,
  .dealer-intro {
    gap: 2rem;
  }

  .service-tab {
    padding-inline: 1.25rem;
  }
}

@media (max-width: 900px) {
  .service-hero {
    min-height: 43rem;
    padding-bottom: 12rem;
  }

  .service-hero-copy {
    width: min(38rem, 88%);
  }

  .service-hero-shade {
    background: linear-gradient(90deg, rgba(24, 31, 24, 0.94), rgba(24, 31, 24, 0.53));
  }

  .service-tabs-wrap {
    right: 1rem;
    bottom: -5.1rem;
    left: 1rem;
  }

  .service-tab {
    min-height: 10.2rem;
  }

  .service-tab small {
    max-width: 9rem;
  }

  .service-section-head,
  .sac-layout,
  .contact-layout,
  .dealer-intro {
    grid-template-columns: 1fr;
  }

  .support-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }

  .compact-form {
    margin-top: 0;
  }

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

  .map-copy {
    min-height: 26rem;
  }

  .map-frame {
    min-height: 34rem;
  }
}

@media (max-width: 680px) {
  .service-hero {
    min-height: 39rem;
    padding-top: 7rem;
    padding-bottom: 10.5rem;
  }

  .service-hero-media {
    background-position: 66% center;
  }

  .service-hero-copy {
    width: 100%;
  }

  .service-hero-copy h1 {
    font-size: clamp(2.55rem, 12vw, 3.75rem);
  }

  .service-tabs-wrap {
    bottom: -4.15rem;
  }

  .service-tabs {
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(10.25rem, 1fr));
    scrollbar-width: thin;
  }

  .service-tab {
    min-height: 8.3rem;
    padding: 1rem;
  }

  .service-tab::after {
    right: 0.9rem;
    bottom: 1rem;
  }

  .service-tab strong {
    font-size: 1rem;
  }

  .service-tab small {
    font-size: 0.68rem;
  }

  .service-panel {
    padding-top: 7.5rem;
  }

  .service-section-head {
    margin-bottom: 3rem;
    gap: 1.5rem;
  }

  .service-section-head h2,
  .dealer-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
  }

  .support-steps {
    grid-template-columns: 1fr;
  }

  .support-steps li,
  .support-steps li:first-child,
  .support-steps li:last-child {
    min-height: 0;
    padding: 1.35rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .support-steps li:last-child {
    border-bottom: 0;
  }

  .warranty-row {
    grid-template-columns: minmax(8rem, 1.2fr) 0.7fr 0.85fr;
    gap: 0.5rem;
    font-size: 0.78rem;
  }

  .support-sidebar,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-span {
    grid-column: auto;
  }

  .form-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
  }

  .form-footer .form-submit {
    width: 100%;
  }

  .map-copy {
    min-height: 24rem;
  }

  .map-frame {
    min-height: 25rem;
  }

  .earth-readout {
    top: 0.75rem;
    right: 0.75rem;
    left: 0.75rem;
  }

  .earth-place {
    right: 0.75rem;
    bottom: 1.8rem;
    left: 0.75rem;
  }
}

@media (max-width: 420px) {
  .service-hero-copy h1 br,
  .service-section-head h2 br,
  .dealer-copy h2 br,
  .map-copy h3 br {
    display: none;
  }

  .service-tab {
    min-width: 9.6rem;
  }

  .service-card,
  .service-form,
  .support-card,
  .company-card {
    padding: 1.35rem;
  }

  .card-index {
    font-size: 3.2rem;
  }

  .warranty-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .warranty-head {
    display: none;
  }

  .warranty-row span:last-child {
    color: rgba(23, 32, 26, 0.55);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-hero-media,
  .service-panel.is-switching {
    animation: none;
  }

  .service-reveal.will-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
