:root {
  --ink: #0b1315;
  --ink-soft: #132126;
  --paper: #050808;
  --white: #ffffff;
  --muted: #5a686b;
  --teal: #54c8d4;
  --teal-dark: #208b96;
  --teal-card: #218f99;
  --teal-card-dark: #176a72;
  --line: rgba(11, 19, 21, .12);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 24px 70px rgba(11, 19, 21, .18);
  --max: 1180px;
  --anchor-offset: 124px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: #050808;
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  background: #050808;
}

.nav {
  position: relative;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 330px;
  height: auto;
  border-radius: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.3vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  display: block;
  color: rgba(255, 255, 255, .9);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 12px 0;
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  background: var(--teal);
  transition: width .24s ease;
}

.nav-links a:hover {
  color: var(--teal);
}

.nav-links a:hover::after {
  width: 100%;
}

.mobile-home-link {
  display: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 164px 0 80px;
  overflow: hidden;
  color: var(--white);
  background: #050808;
}

.hero-bg {
  display: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 470px);
  align-items: center;
  gap: clamp(32px, 7vw, 86px);
}

.hero-copy,
.hero-side,
.text-panel,
.contact-copy,
.detail-list {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--teal);
  font-family: "Segoe Print", "Comic Sans MS", "Trebuchet MS", cursive;
  font-size: clamp(1.5rem, 1.85vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

h1,
h2,
h3,
h4,
.btn {
  line-height: 1.1;
}

h1,
.hero-title {
  max-width: none;
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2.45rem, 4.45vw, 4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  overflow-wrap: break-word;
  white-space: nowrap;
}

.title-icon {
  width: 112px;
  height: 84px;
  margin: 0 0 12px;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(84, 200, 212, .2);
}

h2 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -.015em;
}

h3 {
  margin: 0;
  font-size: 1.18rem;
}

.lead {
  max-width: 650px;
  margin: 22px 0 18px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  overflow-wrap: break-word;
}

.hero-credential {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.02rem, 1.45vw, 1.14rem);
}

.hero-credential a {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hero-urgent {
  max-width: 690px;
  margin: 20px 0 30px;
  color: var(--white);
  font-size: clamp(1.18rem, 1.9vw, 1.42rem);
  line-height: 1.5;
}

.hero-about {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
}

.hero-about a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-trust {
  max-width: 650px;
  margin: 28px 0 24px;
  color: rgba(255, 255, 255, .8);
  font-size: 1rem;
}

.hero-trust a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 14px;
}

.call-image-link {
  display: inline-block;
  width: min(320px, 100%);
  border-radius: 10px;
  transition: transform .18s ease, opacity .18s ease;
}

.call-image-link:hover {
  transform: translateY(-2px);
  opacity: .92;
}

.call-image-link img {
  width: 100%;
  border-radius: 10px;
}

.hero-repair-photo {
  width: min(360px, 100%);
  margin-top: 4px;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0, 0, 0, .72) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0, 0, 0, .72) 74%, transparent 100%);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: -14px 0 26px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid rgba(84, 200, 212, .24);
  border-radius: 8px;
  color: rgba(255, 255, 255, .9);
  background: rgba(84, 200, 212, .08);
  font-weight: 700;
}

.hero-badges img {
  width: 34px;
  height: 26px;
  object-fit: cover;
  border-radius: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 8px;
  font-weight: 800;
}

.btn.primary {
  color: #061719;
  background: var(--teal);
}

.btn.ghost {
  color: var(--white);
  border: 1px solid var(--line-light);
  font-weight: 400;
}

.hero-side {
  display: grid;
  justify-items: center;
  gap: 22px;
}

.hero-text-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(520px, 100%);
}

.text-icon-link {
  display: inline-grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  min-height: 132px;
  border-radius: 10px;
  transition: transform .18s ease, opacity .18s ease;
  background: #050808;
}

.text-icon-link:hover {
  transform: translateY(-2px);
  opacity: .9;
}

.text-icon-link::after {
  display: none;
}

.reviews-copy img {
  filter: drop-shadow(0 0 18px rgba(84,200,212,.16));
}

.text-icon-link img {
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(84, 200, 212, .16));
}

.hero-text-links .text-icon-link:first-child img {
  width: 100%;
  height: auto;
}

.hero-visual-card {
  position: relative;
  display: grid;
  place-items: center;
  width: min(410px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.hero-visual-card::before {
  display: none;
}

.hero-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  filter: none;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 8%, #000 96%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 8%, #000 96%, transparent 100%);
  mask-composite: intersect;
}

.intro {
  color: var(--white);
  background: #050808;
}

.precision-intro {
  color: var(--white);
  background: #050808;
}

.precision-intro .text-panel h2 {
  color: var(--white);
}

.precision-intro .text-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, .76);
  font-size: clamp(1.08rem, 1.7vw, 1.22rem);
}

.precision-intro .photo-panel {
  overflow: hidden;
  background: #050808;
}

.precision-intro .photo-panel img {
  border-radius: 0;
  box-shadow: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%), linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%), linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-composite: intersect;
}

.intro .text-panel h2 {
  color: var(--white);
}

.intro .text-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, .72);
}

.intro .text-panel h3 {
  margin: 26px 0 10px;
  color: var(--white);
}

.trust-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 22px;
  color: rgba(255, 255, 255, .78);
}

.trust-list a {
  color: var(--teal);
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lab-gallery {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: stretch;
  margin-top: clamp(34px, 5vw, 58px);
}

.lab-gallery figure {
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(84, 200, 212, .18);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

.lab-gallery figure:first-child {
  grid-row: span 2;
}

.lab-gallery img {
  width: 100%;
  height: clamp(228px, 23vw, 292px);
  object-fit: cover;
  background: #050808;
}

.lab-gallery figure:first-child img {
  height: clamp(518px, 48vw, 642px);
  object-fit: contain;
  object-position: center;
}

.lab-gallery figure:nth-child(2) img {
  object-fit: contain;
  object-position: center;
}

.lab-gallery figure:nth-child(3) img {
  object-fit: contain;
  object-position: center 42%;
}

.lab-gallery figcaption {
  flex: 1;
  padding: 12px 14px 14px;
  color: rgba(255,255,255,.78);
  font-size: .95rem;
  font-weight: 700;
}

.section {
  padding: clamp(74px, 9vw, 124px) 0;
}

.section,
.repair-content,
.repair-note,
.night-care,
.repair-location,
.legal-content,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.repair-content {
  contain-intrinsic-size: 1px 1800px;
}

.footer {
  contain-intrinsic-size: 1px 520px;
}

section[id],
.anchor-target {
  scroll-margin-top: var(--anchor-offset);
}

.anchor-target {
  display: block;
  height: 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .75fr);
  align-items: center;
  gap: clamp(34px, 7vw, 86px);
}

.photo-panel {
  position: relative;
  border-radius: 8px 34px 8px 34px;
  padding: 0;
}

.photo-panel::before {
  content: "";
  position: absolute;
  left: -5%;
  right: 6%;
  bottom: -9%;
  height: 36%;
  background: var(--teal);
  opacity: .92;
  border-radius: 999px;
  transform: rotate(-5deg);
  clip-path: polygon(0 46%, 9% 30%, 19% 22%, 31% 30%, 43% 54%, 56% 72%, 69% 76%, 83% 62%, 100% 40%, 100% 100%, 0 100%);
  filter: drop-shadow(0 18px 26px rgba(32, 139, 150, .22));
}

.photo-panel::after {
  content: "";
  position: absolute;
  left: 6%;
  right: -3%;
  bottom: -5%;
  height: 24%;
  background: rgba(84, 200, 212, .42);
  border-radius: 999px;
  transform: rotate(3deg);
  clip-path: polygon(0 58%, 14% 34%, 28% 30%, 45% 52%, 60% 66%, 74% 60%, 88% 38%, 100% 24%, 100% 100%, 0 100%);
}

.photo-panel.no-accent::before,
.photo-panel.no-accent::after {
  display: none;
}

.photo-review-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px 34px 8px 34px;
  background: #050808;
}

.photo-review-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, #050808 0%, rgba(5, 8, 8, .82) 5%, rgba(5, 8, 8, .18) 17%, rgba(5, 8, 8, 0) 30%, rgba(5, 8, 8, 0) 70%, rgba(5, 8, 8, .22) 84%, rgba(5, 8, 8, .9) 96%, #050808 100%),
    linear-gradient(180deg, #050808 0%, rgba(5, 8, 8, .72) 6%, rgba(5, 8, 8, .14) 18%, rgba(5, 8, 8, 0) 34%, rgba(5, 8, 8, 0) 72%, rgba(5, 8, 8, .26) 86%, rgba(5, 8, 8, .9) 100%);
}

.photo-panel img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 8px 34px 8px 34px;
  box-shadow: var(--shadow);
}

.text-panel p:not(.eyebrow),
.detail-list p,
.footer p,
address {
  color: var(--muted);
  font-size: 1.03rem;
}

.offer {
  color: var(--ink);
  background: #f6f8f7;
}

.offer .section-title h2 {
  color: var(--ink);
}

.offer .eyebrow {
  color: var(--teal-card-dark);
}

.legal-content .eyebrow {
  color: var(--teal-card-dark);
}

.section-title {
  text-align: center;
  margin-bottom: 34px;
}

.section-title p:not(.eyebrow) {
  max-width: 820px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
}

.service-pairs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.service-item {
  min-width: 0;
  display: grid;
  gap: 24px;
  align-content: start;
}

.service-card {
  width: 100%;
  max-width: 300px;
  min-height: 0;
  aspect-ratio: 1.28 / 1;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 8px 34px 8px 34px;
  background: #050808;
  box-shadow: 0 20px 40px rgba(11, 19, 21, .18);
  text-align: center;
  border: 1px solid rgba(84, 200, 212, .24);
  justify-self: center;
}

.service-item:nth-child(even) .service-card,
.service-card:nth-child(even) {
  background: #0a1012;
}

.service-card img {
  width: 100%;
  height: 100%;
  max-width: 240px;
  max-height: 150px;
  object-fit: contain;
  border-radius: 10px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.service-copy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.service-copy-card {
  min-width: 0;
  min-height: 108px;
  padding: 22px;
  border: 1px solid rgba(11, 19, 21, .1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(11, 19, 21, .08);
}

.service-copy-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.15;
  cursor: pointer;
  list-style: none;
}

.service-copy-card summary::-webkit-details-marker {
  display: none;
}

.service-copy-card summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-weight: 900;
  line-height: 1;
}

.service-copy-card[open] summary::after {
  content: "-";
}

.service-copy-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .98rem;
}

.service-copy-card a {
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.details {
  color: var(--white);
  background: #050808;
}

.details h2,
.details h3 {
  color: var(--white);
}

.details .eyebrow {
  color: var(--teal);
  font-family: "Segoe Print", "Comic Sans MS", "Trebuchet MS", cursive;
  font-size: clamp(1.5rem, 1.85vw, 1.9rem);
  font-weight: 700;
  line-height: 1.25;
}

.details .detail-list > .eyebrow {
  color: var(--teal) !important;
}

.details .detail-list p,
.details .text-panel p:not(.eyebrow) {
  color: rgba(255,255,255,.72);
}

.detail-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: clamp(32px, 7vw, 90px);
}

.detail-media {
  position: relative;
  min-width: 0;
  display: grid;
  gap: 18px;
  padding: 0;
}

.detail-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  height: 344px;
  object-fit: cover;
  border-radius: 8px 34px 8px 34px;
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  justify-self: center;
}

.detail-media img:nth-child(2) {
  width: 100%;
}

.detail-list {
  display: grid;
  gap: 18px;
  align-content: center;
}

.detail-list h3 {
  margin-top: 8px;
}

.detail-photo {
  width: min(100%, 560px);
  margin-top: 22px;
  border-radius: 8px 34px 8px 34px;
  box-shadow: var(--shadow);
}

.contact {
  color: var(--white);
  background: #050808;
}

.contact h2 {
  color: var(--white);
}

.contact address,
.contact .contact-links a {
  color: rgba(255, 255, 255, .78);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(320px, 1.25fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: stretch;
}

address {
  margin: 0 0 24px;
  font-style: normal;
}

.contact-note {
  max-width: 360px;
  margin: -6px 0 24px;
  color: rgba(255,255,255,.76);
}

.contact-links {
  display: grid;
  gap: 10px;
  font-weight: 400;
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
}

.contact-links img {
  width: 42px;
  height: 34px;
  object-fit: contain;
  border-radius: 6px;
}

.route-btn,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid rgba(84, 200, 212, .34);
  background: rgba(84, 200, 212, .08);
  color: var(--teal) !important;
  font-weight: 400;
}

.details .text-link {
  border-color: var(--teal);
  background: var(--teal);
  color: #061719 !important;
  font-weight: 400;
  box-shadow: 0 12px 26px rgba(32, 139, 150, .2);
}

.details .text-link:hover {
  transform: translateY(-1px);
  background: #67dce6;
}

.smile-results {
  color: var(--white);
  background: #050808;
}

.smile-results h2 {
  color: var(--white);
}

.smile-results .text-panel p:not(.eyebrow) {
  color: rgba(255,255,255,.72);
  font-size: 1.05rem;
}

.smile-photo {
  justify-self: center;
  width: min(100%, 440px);
}

.smile-photo img {
  max-height: 620px;
  object-fit: contain;
  background: #050808;
}

.route-btn img {
  width: 42px;
  height: 34px;
  object-fit: contain;
  border-radius: 6px;
}

.cta-phone {
  min-height: 52px;
  padding: 14px 24px;
  border-color: var(--teal);
  background: var(--teal);
  color: #061719 !important;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(32, 139, 150, 0.24);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.hero-read-more {
  color: var(--white) !important;
  background: rgba(255, 255, 255, .04);
  font-weight: 700;
}

.cta-phone:hover {
  transform: translateY(-1px);
  background: #67dce6;
  box-shadow: 0 18px 36px rgba(32, 139, 150, 0.28);
}

.cta-phone img {
  display: none;
}

.map-card {
  min-height: 430px;
  overflow: hidden;
  border: 8px solid var(--white);
  border-radius: 8px 34px 8px 34px;
  box-shadow: var(--shadow);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}

.footer {
  color: var(--white);
  background: #050808;
}

.footer-main {
  position: relative;
  overflow: hidden;
  padding: 54px 0 28px;
  background: #050808;
  border-top: 1px solid var(--line-light);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(220px, .7fr);
  gap: clamp(34px, 8vw, 110px);
  align-items: start;
}

.footer-logo {
  width: 250px;
  margin-bottom: 18px;
  border-radius: 2px;
}

.footer-heading {
  margin: 20px 0 10px;
  color: var(--teal) !important;
  font-weight: 800;
}

.footer-heading:first-child {
  margin-top: 0;
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.footer-contact-link,
.footer-address-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-contact-link img,
.footer-address-line img {
  width: 46px;
  height: 34px;
  object-fit: contain;
  border-radius: 6px;
}

.footer-links {
  display: grid;
  gap: 10px;
  align-content: start;
  justify-items: center;
  text-align: center;
}

.footer-links a {
  width: max-content;
  max-width: 100%;
  position: relative;
  color: rgba(255, 255, 255, .78);
  padding: 4px 0;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--teal);
  transition: width .24s ease;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-links a:hover::after {
  width: 100%;
}

.zs-cookie-settings-link {
  display: inline-flex;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  padding: 4px 0;
  border: 0;
  color: rgba(255, 255, 255, .78);
  background: transparent;
  font: inherit;
  text-align: left;
  text-decoration: none;
  touch-action: manipulation;
  cursor: pointer;
}

.zs-cookie-settings-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.fb-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--teal);
  color: #061719 !important;
  font-size: 1.45rem;
  font-weight: 900;
  font-family: Arial, sans-serif;
}

.fb-follow-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 12px;
  color: rgba(255, 255, 255, .82);
}

.fb-follow-link:hover {
  color: var(--white);
}

.faq {
  color: var(--white);
  background: #050808;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq details {
  border: 1px solid rgba(84, 200, 212, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  color: var(--white);
  font-weight: 400;
  cursor: pointer;
  list-style: none;
}

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

.faq summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--teal);
  color: #061719;
  font-weight: 900;
}

.faq details[open] summary::after {
  content: "-";
}

.faq details p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(255, 255, 255, .74);
}

.copyright {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
}

.copyright > span:first-child {
  min-width: 0;
}

.site-credit {
  min-width: 0;
  text-align: right;
}

.site-credit a {
  color: rgba(255, 255, 255, .72);
  font-weight: 400;
  transition: color .2s ease;
}

.site-credit .credit-name,
.site-credit .credit-domain {
  transition: color .2s ease;
}

.site-credit a:hover .credit-name {
  color: var(--white);
}

.site-credit a:hover .credit-domain {
  color: var(--teal);
}

#cookie-consent-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 9999;
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(84, 200, 212, .28);
  border-radius: 18px;
  color: rgba(255, 255, 255, .78);
  background: rgba(5, 8, 8, .97);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .38);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#cookie-consent-banner .cc-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 20px;
}

#cookie-consent-banner .cc-title {
  margin: 0 0 6px;
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
}

#cookie-consent-banner .cc-text {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.6;
}

#cookie-consent-banner .cc-link {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
}

#cookie-consent-banner .cc-link:hover {
  text-decoration: underline;
}

#cookie-consent-banner .cc-link:focus-visible,
#cookie-consent-banner button:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

#cookie-consent-banner .cc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

#cookie-consent-banner .cc-actions-extra {
  margin-top: 14px;
}

#cookie-consent-banner button {
  padding: 11px 16px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}

#cookie-consent-banner button:hover {
  transform: translateY(-1px);
}

#cookie-consent-banner .cc-accept {
  color: #061719;
  background: var(--teal);
  box-shadow: 0 12px 26px rgba(32, 139, 150, .22);
}

#cookie-consent-banner .cc-accept:hover {
  background: #67dce6;
}

#cookie-consent-banner .cc-reject {
  border: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .05);
}

#cookie-consent-banner .cc-reject:hover {
  border-color: rgba(84, 200, 212, .42);
  color: var(--white);
  background: rgba(84, 200, 212, .1);
}

#cookie-consent-banner .cc-settings {
  border: 1px solid rgba(84, 200, 212, .38);
  color: var(--teal);
  background: rgba(84, 200, 212, .08);
}

#cookie-consent-banner .cc-settings:hover {
  border-color: var(--teal);
  color: #061719;
  background: var(--teal);
}

#cookie-consent-banner .cc-panel {
  display: none;
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(84, 200, 212, .24);
  background: rgba(255, 255, 255, .04);
}

#cookie-consent-banner .cc-panel.active {
  display: block;
}

#cookie-consent-banner .cc-option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(84, 200, 212, .18);
}

#cookie-consent-banner .cc-option:last-child {
  border-bottom: 0;
}

#cookie-consent-banner .cc-option strong {
  color: var(--white);
}

#cookie-consent-banner .cc-option small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .66);
  line-height: 1.5;
}

#cookie-consent-banner input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  accent-color: var(--teal);
}

@media (min-width: 768px) {
  #cookie-consent-banner .cc-wrap {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (max-width: 480px) {
  #cookie-consent-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: 14px;
  }

  #cookie-consent-banner .cc-wrap,
  #cookie-consent-banner .cc-panel {
    padding: 16px;
  }

  #cookie-consent-banner .cc-actions {
    flex-direction: column;
    align-items: stretch;
  }

  #cookie-consent-banner button {
    width: 100%;
  }

  #cookie-consent-banner .cc-option {
    gap: 10px;
  }
}

.subpage {
  padding-top: 130px;
}

.legal-hero {
  padding: 70px 0;
  color: var(--white);
  background: linear-gradient(135deg, #081114, #153238);
}

.legal-content {
  padding: 64px 0 90px;
}

.legal-box {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 54px);
  border-radius: 8px 34px 8px 34px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.legal-box h2 {
  margin-top: 34px;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.legal-box h2:first-child {
  margin-top: 0;
}

.legal-box p,
.legal-box li {
  color: var(--muted);
}

.legal-box a {
  color: var(--teal-dark);
  font-weight: 800;
}

.service-page {
  background: #050808;
}

.service-hero {
  background: #050808;
}

.service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(32px, 7vw, 80px);
  align-items: center;
}

.service-hero-grid > * {
  min-width: 0;
}

.service-page h1 {
  max-width: 860px;
  white-space: normal;
}

.service-hero-img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.repair-content {
  color: var(--ink);
  background: #f6f8f7;
}

.repair-content .eyebrow,
.repair-location .eyebrow {
  color: var(--teal);
}

.repair-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.repair-copy {
  display: grid;
  gap: 18px;
  font-size: 1.05rem;
}

.repair-copy p,
.repair-copy li,
.repair-note p,
.repair-location p {
  color: var(--muted);
}

.repair-copy h2 {
  margin-top: 22px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.repair-copy ul {
  margin: 0;
  padding-left: 22px;
}

.repair-copy a {
  color: var(--teal-dark);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.repair-callout,
.repair-location-box {
  border-radius: 8px 34px 8px 34px;
  background: #050808;
  color: var(--white);
  box-shadow: 0 24px 70px rgba(11, 19, 21, .16);
}

.repair-callout {
  position: sticky;
  top: 126px;
  padding: clamp(24px, 4vw, 34px);
}

.repair-callout h2 {
  margin-bottom: 14px;
}

.repair-callout .eyebrow {
  color: var(--teal);
}

.repair-callout p:not(.eyebrow) {
  color: rgba(255, 255, 255, .74);
}

.repair-note {
  padding-block: clamp(42px, 6vw, 70px);
  background: #050808;
}

.repair-note p {
  max-width: 960px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  text-align: center;
}

.repair-note a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.night-care {
  color: var(--ink);
  background: #f6f8f7;
}

.night-care .eyebrow {
  color: var(--teal);
}

.night-care-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(260px, 420px);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.night-care-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.night-care img {
  width: 100%;
  border-radius: 8px 34px 8px 34px;
  box-shadow: var(--shadow);
}

.repair-location {
  background: #f6f8f7;
}

.repair-location-box {
  padding: clamp(28px, 5vw, 52px);
}

.repair-location-box h2 {
  color: var(--white);
}

.repair-location-box .eyebrow {
  color: var(--teal);
}

.repair-location-box p:not(.eyebrow) {
  color: rgba(255, 255, 255, .76);
}

  @media (max-width: 900px) {
  :root {
    --anchor-offset: 110px;
  }

  .site-header {
    overflow: visible;
  }

  .nav {
    min-height: 90px;
    flex-direction: row;
    justify-content: center;
  }

  .brand img {
    width: 232px;
  }

  .menu-toggle {
    display: block;
    position: fixed;
    top: 17px;
    right: 20px;
    z-index: 120;
    background: var(--teal);
    border-color: var(--teal);
  }

  .menu-toggle span {
    background: #061719;
  }

  .nav-links {
    position: fixed;
    inset: 90px 0 auto;
    display: none;
    padding: 22px 20px 26px;
    background: rgba(8, 17, 20, .97);
    border-bottom: 1px solid var(--line-light);
  }

  .nav-links.is-open {
    display: grid;
  }

  .mobile-home-link {
    display: list-item;
  }

  .hero {
    min-height: auto;
    padding-top: 134px;
  }

  .hero-grid,
  .service-hero-grid,
  .split,
  .detail-grid,
  .night-care-grid,
  .contact-grid,
  .footer-grid,
  .repair-grid {
    grid-template-columns: 1fr;
  }

  .repair-callout {
    position: static;
  }

  .hero-logo {
    max-width: 430px;
    margin: 0 auto;
  }

  .hero-visual-card {
    max-width: 430px;
    margin: 0 auto;
  }

  .service-pairs,
  .service-grid,
  .lab-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

}

@media (max-width: 600px) {
  .wrap {
    width: min(var(--max), calc(100% - 28px));
  }

  .brand img {
    width: 216px;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-copy {
    width: min(100%, 340px);
    margin: 0 auto;
    text-align: center;
  }

  .eyebrow {
    font-size: 1.55rem;
  }

  h1,
  .hero-title {
    font-size: 1.82rem;
    line-height: 1.1;
    white-space: normal;
  }

  .service-page h1 {
    max-width: 100%;
    font-size: 1.68rem;
  }

  .service-page .lead,
  .repair-copy,
  .repair-copy p,
  .repair-copy li {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .service-hero-img {
    width: 100%;
    max-width: 100%;
  }

  .title-icon {
    width: 92px;
    height: 70px;
  }

  .lead {
    font-size: .94rem;
  }

  .hero-credential,
  .hero-urgent,
  .hero-about,
  .hero-trust {
    font-size: 1rem;
  }

  .hero-actions,
  .btn,
  .call-image-link,
  .hero-actions .route-btn {
    width: 100%;
  }

  .hero-actions {
    align-items: center;
  }

  .hero-logo,
  .hero-visual-card {
    max-width: 280px;
  }

  .hero-text-links {
    grid-template-columns: 1fr;
    width: min(100%, 178px);
    gap: 12px;
    margin-inline: auto;
  }

  .text-icon-link {
    min-height: 0;
    padding: 0;
  }

  .text-icon-link img {
    width: min(100%, 168px);
    max-width: 168px;
    margin-inline: auto;
  }

  .service-pairs,
  .service-grid,
  .lab-gallery {
    grid-template-columns: 1fr;
  }

  .lab-gallery figure:first-child {
    grid-row: auto;
  }

  .lab-gallery img,
  .lab-gallery figure:first-child img {
    height: auto;
  }

  .service-copy-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    width: min(100%, 300px);
  }

  .service-item {
    gap: 14px;
  }

  .detail-media img {
    height: auto;
    object-fit: contain;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links {
    justify-items: start;
    text-align: left;
  }

  .photo-panel {
    padding: 0;
  }

  .copyright {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-credit {
    text-align: left;
  }

}
