:root {
  --black: #09090a;
  --black-2: #111214;
  --black-3: #17181b;
  --white: #ffffff;
  --page: #f5f5f5;
  --soft: #efefef;
  --ink: #18191c;
  --muted: #696b70;
  --line: #dddddf;
  --red: #981010;
  --red-dark: #760c0c;
  --red-soft: #f7eded;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: -60px;
  left: 16px;
  z-index: 999;
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border: 1px solid var(--line);
}
.skip-link:focus { top: 16px; }

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.header-main {
  height: 74px;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.brand-logo {
  width: 122px;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}
.site-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 74px;
  overflow: visible;
}
.nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.nav-trigger {
  min-width: 112px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-left: 1px solid #ececec;
  background: #fff;
  color: #3d3e42;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: color .18s ease, background .18s ease;
}
.nav-item:last-child .nav-trigger { border-right: 1px solid #ececec; }
.nav-trigger:hover,
.nav-item.is-open .nav-trigger { color: var(--red); background: #fafafa; }
.nav-trigger svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  opacity: .82;
}
.nav-chevron {
  width: 6px;
  height: 6px;
  margin-left: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}
.nav-item.is-open .nav-chevron { transform: rotate(225deg) translate(-1px, -1px); }
.nav-dropdown {
  position: absolute;
  top: 74px;
  left: 0;
  z-index: 90;
  width: 250px;
  padding: 10px 0 8px;
  background: #fff;
  border: 1px solid #dedee0;
  border-top: 3px solid var(--red);
  box-shadow: 0 18px 36px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.nav-item.is-open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.nav-dropdown-label {
  display: block;
  padding: 8px 16px 9px;
  color: #9a9b9f;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.15px;
}
.nav-dropdown a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 16px;
  border-top: 1px solid #f0f0f1;
  color: #38393d;
  font-size: 12px;
  font-weight: 600;
  transition: color .16s ease, background .16s ease, padding-left .16s ease;
}
.nav-dropdown a:hover {
  padding-left: 20px;
  color: var(--red);
  background: #fafafa;
}
.nav-dropdown-all {
  margin-top: 3px;
  color: var(--red) !important;
}
.nav-dropdown-all span { font-size: 14px; }
.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}
.phone-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--red);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.phone-dot svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.phone-copy { display: grid; gap: 1px; }
.phone-copy small { font-size: 10px; color: #8a8b8f; line-height: 1.1; }
.phone-copy strong { font-size: 14px; color: #1d1e21; letter-spacing: -.2px; }
.menu-button { display: none; }

#kombi-ariza,
#kombi-bakimi,
#petek-temizligi,
#sofben-servisi,
#anakart-tamiri,
#surec-sorun,
#surec-kayit,
#surec-kontrol,
[id^="marka-"],
[id^="bolge-"] { scroll-margin-top: 96px; }

/* HERO */
.hero {
  min-height: 580px;
  position: relative;
  overflow: hidden;
  background: #050506;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 82px 0 150px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(152,16,16,.14), transparent 24%),
    linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.025) 50%, transparent 50.1%);
  pointer-events: none;
}
.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}
.hero-redline {
  position: absolute;
  left: 50%;
  top: 123px;
  width: 420px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  box-shadow: 0 0 15px rgba(152,16,16,.8);
}
.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-brand-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.hero-logo-wrap {
  width: 230px;
  min-height: 106px;
  display: grid;
  place-items: center;
  padding: 13px 18px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.hero-logo { width: 190px; max-height: 82px; object-fit: contain; }
.hero-brand-lockup p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.54);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.7px;
  font-weight: 600;
}
.hero-lead {
  margin: 24px auto 0;
  max-width: 680px;
  color: rgba(255,255,255,.68);
  font-size: 17px;
  line-height: 1.65;
}
.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  transition: background .18s ease, border-color .18s ease;
}
.button svg { width: 17px; height: 17px; fill: currentColor; }
.button-red { background: var(--red); color: #fff; border: 1px solid var(--red); }
.button-red:hover { background: var(--red-dark); border-color: var(--red-dark); }
.button-outline { color: #fff; border: 1px solid rgba(255,255,255,.25); background: transparent; }
.button-outline:hover { border-color: rgba(255,255,255,.55); }
.hero-arrow {
  position: absolute;
  top: 47%;
  z-index: 4;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: default;
  opacity: .82;
}
.hero-arrow span { font-size: 28px; line-height: 1; transform: translateY(-1px); }
.hero-arrow-left { left: 28px; }
.hero-arrow-right { right: 28px; }

/* HERO PHOTO GALLERY */
.hero {
  min-height: 620px;
  padding: 76px 0 150px;
}
.hero::before,
.hero-pattern { display: none; }
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background: #0a0a0b;
}
.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .55s ease, transform 5.5s ease;
  pointer-events: none;
}
.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}
.hero-slide:nth-child(2) img { object-position: 62% center; }
.hero-slide:nth-child(3) img { object-position: 60% center; }
.hero-photo-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,5,6,.96) 0%, rgba(5,5,6,.91) 22%, rgba(5,5,6,.74) 39%, rgba(5,5,6,.42) 57%, rgba(5,5,6,.16) 78%, rgba(5,5,6,.2) 100%),
    linear-gradient(0deg, rgba(5,5,6,.52) 0%, transparent 36%, rgba(5,5,6,.12) 100%);
}
.hero-redline {
  z-index: 3;
  left: 50%;
  top: 0;
  width: 180px;
  height: 3px;
  transform: none;
  background: var(--red);
  box-shadow: none;
}
.hero-inner {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 96px), 1480px);
  min-height: 390px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.hero-copy { max-width: 590px; }
.hero-brand-lockup {
  align-items: flex-start;
  margin-bottom: 26px;
}
.hero-logo-wrap {
  width: 148px;
  min-height: 70px;
  padding: 9px 12px;
  box-shadow: none;
}
.hero-logo { width: 124px; max-height: 54px; }
.hero-brand-lockup p {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 1.55px;
}
.hero h1 {
  max-width: 620px;
  font-size: clamp(44px, 4.4vw, 64px);
  line-height: 1.01;
}
.hero-lead {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
}
.hero-actions { justify-content: flex-start; }
.hero-arrow {
  z-index: 5;
  cursor: pointer;
  opacity: .96;
  transition: background .18s ease, transform .18s ease;
}
.hero-arrow:hover { background: var(--red-dark); transform: scale(1.05); }
.hero-slide-status {
  position: absolute;
  right: 0;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.hero-slide-status i {
  width: 44px;
  height: 1px;
  display: block;
  background: rgba(255,255,255,.38);
}

/* QUICK PANEL */
.quick-panel {
  position: relative;
  z-index: 10;
  margin-top: -74px;
  padding-bottom: 74px;
}
.quick-panel-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 0 14px 40px rgba(0,0,0,.1);
}
.quick-card {
  min-height: 150px;
  padding: 24px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  background: #fff;
  transition: transform .18s ease, color .18s ease, background .18s ease;
}
.quick-card:last-child { border-right: 0; }
.quick-card:hover { color: var(--red); background: #fcfcfc; transform: translateY(-3px); }
.quick-card-main { position: relative; }
.quick-card-main::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px #fff;
}
.quick-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--red);
  margin-bottom: 13px;
}
.quick-icon svg { width: 28px; height: 28px; fill: currentColor; }
.quick-card strong { font-size: 13px; font-weight: 700; }
.quick-card small { margin-top: 5px; font-size: 10px; color: #96979b; }

/* COMMON SECTIONS */
.section { padding: 96px 0; }
.section-title-row {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: end;
  gap: 80px;
  margin-bottom: 44px;
}
.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.section-kicker-light { color: #d68d8d; }
.section h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1.8px;
  font-weight: 600;
}
.section-title-row > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* SERVICES */
.services-section { background: #f5f5f5; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.service-card {
  padding: 24px;
  position: relative;
  background: #fff;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.service-card-number {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 10px;
  color: #b4b4b6;
}
.service-card:not(.service-card-contact) {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 16px;
  align-content: start;
}
.service-card-visual {
  width: 104px;
  height: 116px;
  border-radius: 6px;
  background-color: #efefed;
  background-size: cover;
  background-position: center;
}
#kombi-ariza .service-card-visual { background-image: url("assets/services/kombi-ariza.webp"); }
#kombi-bakimi .service-card-visual { background-image: url("assets/services/kombi-bakimi.webp"); }
#petek-temizligi .service-card-visual { background-image: url("assets/services/petek-temizligi.webp"); }
#sofben-servisi .service-card-visual { background-image: url("assets/services/sofben-servisi.webp"); }
#anakart-tamiri .service-card-visual { background-image: url("assets/services/anakart-tamiri.webp"); }
.service-card:not(.service-card-contact) .service-card-number { display: none; }
.service-card:not(.service-card-contact) h3 { align-self: center; margin: 0; }
.service-card:not(.service-card-contact) p { grid-column: 1 / -1; }
.service-card h3 { margin: 0 0 10px; font-size: 19px; letter-spacing: -.4px; font-weight: 700; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-card-contact { background: var(--red); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; }
.service-card-contact .service-card-number { color: rgba(255,255,255,.45); }
.service-card-contact p { color: rgba(255,255,255,.72); }
.service-card-contact a {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.26);
  font-size: 16px;
  font-weight: 700;
}

/* PROCESS */
.process-section { background: var(--black-2); color: #fff; }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.process-intro h2 { max-width: 470px; }
.process-intro > p { max-width: 450px; margin: 22px 0 0; color: rgba(255,255,255,.58); font-size: 14px; }
.process-phone {
  margin-top: 36px;
  display: inline-block;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.6px;
  border-bottom: 2px solid var(--red);
  padding-bottom: 6px;
}
.process-list { border-top: 1px solid rgba(255,255,255,.14); }
.process-list article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.process-list article > span { color: #d77f7f; font-size: 11px; padding-top: 4px; }
.process-list h3 { margin: 0 0 6px; font-size: 19px; font-weight: 600; }
.process-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

/* BRANDS */
.brands-section {
  background: #fff;
  padding: 72px 0 76px;
  border-top: 1px solid #e2e2e4;
  border-bottom: 1px solid #e2e2e4;
}
.brand-compact {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 92px;
  align-items: start;
}
.brand-compact-copy { padding-top: 8px; }
.brand-compact-copy h2 {
  max-width: 500px;
  margin-top: 8px;
  font-size: clamp(34px, 3.25vw, 44px);
  line-height: 1.04;
  letter-spacing: -1.65px;
}
.brand-compact-copy p {
  max-width: 430px;
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}
.brand-disclaimer {
  max-width: 430px;
  display: block;
  margin-top: 28px;
  padding-left: 14px;
  border-left: 2px solid var(--red);
  color: #8a8b90;
  font-size: 10px;
  line-height: 1.55;
}
.brand-browser {
  min-width: 0;
  position: relative;
  padding-top: 5px;
  border-top: 1px solid #c9c9cc;
}
.brand-browser::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 82px;
  height: 2px;
  background: var(--red);
}
.brand-search {
  margin-bottom: 0;
  padding: 20px 0 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 7px 24px;
  border-bottom: 1px solid #d8d8da;
}
.brand-search > label {
  grid-column: 1 / -1;
  color: #7c7d82;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
.brand-search-field {
  min-height: 56px;
  position: relative;
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #232427;
  transition: border-color .16s ease;
}
.brand-search-field:focus-within {
  border-bottom-color: var(--red);
}
.brand-search-field > svg {
  width: 18px;
  height: 18px;
  margin-left: 1px;
  flex: 0 0 auto;
  fill: #55565b;
}
.brand-search-field input {
  width: 100%;
  height: 55px;
  padding: 0 44px 0 13px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -.25px;
}
.brand-search-field input::placeholder { color: #a0a1a5; }
.brand-search-clear {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  display: none;
  place-items: center;
  border: 0;
  background: transparent;
  color: #77787d;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}
.brand-search-clear.is-visible { display: grid; }
.brand-search-clear:hover { color: var(--red); }
.brand-search-count {
  min-width: 72px;
  padding-bottom: 18px;
  color: #77787d;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 38px;
  row-gap: 0;
}
.brand-logo-link {
  width: auto;
  min-height: 88px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px 0 17px;
  background: transparent;
  border-bottom: 1px solid #e3e3e5;
  transition: border-color .18s ease, padding-left .18s ease;
}
.brand-logo-link[hidden] { display: none; }
.brand-logo-link:hover {
  padding-left: 5px;
  border-bottom-color: #9c9da1;
}
.brand-logo-link img {
  width: 76px;
  height: 34px;
  object-fit: contain;
  object-position: left center;
  margin: 0;
}
.brand-logo-link > strong {
  color: #242529;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  letter-spacing: -.2px;
}
.brand-logo-link span {
  color: #8a8b90;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1px;
  white-space: nowrap;
  transition: color .18s ease;
}
.brand-logo-link:hover span { color: var(--red); }
.brand-logo-link b { color: var(--red); font-size: 12px; }
.brand-no-results {
  padding: 26px 0 4px;
  border: 0;
  background: transparent;
}
.brand-no-results strong,
.brand-no-results span { display: block; }
.brand-no-results strong { font-size: 14px; }
.brand-no-results span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.brand-no-results a {
  display: inline-block;
  margin-top: 14px;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
}

/* COMPACT BRAND FINDER */
.brands-section {
  padding: 42px 0 44px;
}
.brand-compact {
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 72px;
  align-items: center;
}
.brand-compact-copy { padding-top: 0; }
.brand-compact-copy h2 {
  max-width: 390px;
  margin-top: 5px;
  font-size: clamp(30px, 2.8vw, 38px);
  line-height: 1.04;
  letter-spacing: -1.35px;
}
.brand-compact-copy p {
  max-width: 390px;
  margin-top: 12px;
  font-size: 12.5px;
  line-height: 1.55;
}
.brand-disclaimer {
  max-width: 390px;
  margin-top: 14px;
  padding-left: 10px;
  font-size: 9px;
  line-height: 1.45;
}
.brand-browser {
  padding-top: 0;
  border-top: 0;
}
.brand-browser::before { display: none; }
.brand-search {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: 0;
}
.brand-search > label {
  display: block;
  margin-bottom: 7px;
  color: #77787c;
  font-size: 9px;
  letter-spacing: 1.15px;
}
.brand-search-field {
  min-height: 52px;
  border-bottom: 1px solid #232427;
}
.brand-search-field > svg {
  width: 17px;
  height: 17px;
}
.brand-search-field input {
  height: 51px;
  font-size: 15px;
  font-weight: 500;
}
.brand-browser-footer {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
}
.brand-search-count {
  min-width: 0;
  padding: 0;
  color: #8a8b90;
  font-size: 9.5px;
  font-weight: 600;
  text-align: left;
}
.brand-all-toggle {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333438;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}
.brand-all-toggle[hidden] { display: none; }
.brand-all-toggle:hover { color: var(--red); }
.brand-all-toggle b {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid #c9c9cc;
  border-radius: 50%;
  color: var(--red);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: transform .18s ease, border-color .18s ease;
}
.brand-all-toggle.is-open b { transform: rotate(45deg); }
.brand-logo-grid {
  margin-top: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
  border-top: 1px solid #dedee0;
}
.brand-logo-grid[hidden] { display: none; }
.brand-logo-link {
  min-height: 70px;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 12px 0;
}
.brand-logo-link img {
  width: 62px;
  height: 28px;
}
.brand-logo-link > strong { font-size: 13px; }
.brand-logo-link span { font-size: 9px; }
.brand-browser.is-searching .brand-logo-grid {
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  z-index: 30;
  margin: 0;
  padding: 0 18px;
  grid-template-columns: 1fr;
  background: #fff;
  border: 1px solid #d8d8da;
  border-top: 2px solid var(--red);
  box-shadow: 0 18px 34px rgba(0,0,0,.12);
}
.brand-browser.is-searching .brand-logo-link {
  min-height: 64px;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  padding: 10px 0;
}
.brand-browser.is-searching .brand-logo-link:last-child { border-bottom: 0; }
.brand-browser.is-searching .brand-no-results {
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 18px;
  background: #fff;
  border: 1px solid #d8d8da;
  border-top: 2px solid var(--red);
  box-shadow: 0 18px 34px rgba(0,0,0,.12);
}
.brand-browser.is-searching .brand-no-results a { margin-top: 10px; font-size: 13px; }

/* REGIONS */
.regions-section {
  position: relative;
  overflow: hidden;
  background: #ededed;
  color: var(--ink);
  padding: 68px 0 72px;
}
.regions-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  height: 3px;
  background: var(--red);
}
.brand-marquee {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 58px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #e4dfdc;
  border-top: 1px solid rgba(24,25,28,.06);
  border-bottom: 1px solid rgba(24,25,28,.08);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}
.brand-marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: brand-marquee-scroll 34s linear infinite;
  will-change: transform;
}
.brand-marquee:hover .brand-marquee-track { animation-play-state: paused; }
.brand-marquee-group {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 52px;
  padding-right: 52px;
}
.brand-marquee-group > a,
.brand-marquee-group > span {
  width: 112px;
  height: 50px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.brand-marquee-group a { transition: opacity .18s ease, transform .18s ease; }
.brand-marquee-group a:hover { opacity: 1; transform: translateY(-1px); }
.brand-marquee-group img {
  width: 100%;
  height: 34px;
  object-fit: contain;
}
.brand-marquee-group > :has(.brand-marquee-symbol) { width: auto; }
.brand-marquee-symbol {
  display: flex;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  overflow: hidden;
}
.brand-marquee-symbol img {
  width: auto;
  max-width: none;
  height: 100%;
  flex-shrink: 0;
}
.brand-marquee-name {
  white-space: nowrap;
  color: #494544;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
.brand-marquee:focus-within .brand-marquee-track { animation-play-state: paused; }
.brand-marquee-group a:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }
@keyframes brand-marquee-scroll {
  to { transform: translateX(-50%); }
}
.region-layout {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: center;
}
.region-label-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.region-label-row .section-kicker { margin: 0; }
.region-count {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  border: 1px solid #c9c9cc;
  color: #6d6e73;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .25px;
}
.regions-section .section-kicker-light { color: var(--red); }
.region-copy h2 {
  max-width: 540px;
  color: var(--ink);
  font-size: clamp(39px, 4vw, 56px);
}
.region-copy > p {
  max-width: 460px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.region-contact {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #c9c9cc;
}
.region-contact small {
  display: block;
  margin-bottom: 8px;
  color: #77787d;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
.region-contact a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.5px;
}
.region-contact a span { color: var(--red); }
.region-flow {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: baseline;
  gap: 12px 0;
  padding: 18px 0;
}
.region-flow span {
  display: inline-flex;
  align-items: baseline;
  color: var(--ink);
  font-size: clamp(25px, 2.25vw, 34px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -1px;
  white-space: nowrap;
}
.region-flow span:not(:last-child)::after {
  content: "/";
  margin: 0 18px;
  color: var(--red);
  font-size: .72em;
  font-weight: 500;
}

/* FAQ */
.section.faq-section { background: #fff; padding-block: 64px; }
.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; max-width: 960px; }
.faq-section .faq-intro h2 { max-width: none; font-size: clamp(30px, 3.2vw, 42px); letter-spacing: -1.2px; line-height: 1.15; }
.faq-list { border-top: 1px solid #cacacc; }
.faq-item { border-bottom: 1px solid #d8d8da; }
.faq-item button {
  width: 100%;
  min-height: 64px;
  padding: 16px 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.faq-symbol {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 400;
  transition: transform .2s ease;
}
.faq-item button[aria-expanded="true"] .faq-symbol { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding: 0 48px 22px 0; }

/* GOOGLE BUSINESS PROOF */
.google-proof {
  padding: 78px 0;
  background: #f2f2f2;
  border-top: 1px solid #dedee0;
}
.google-proof-shell {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  background: #fff;
  border: 1px solid #d7d7d9;
}
.google-proof-content {
  padding: 50px 52px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.google-proof-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: #7a7b80;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
.google-wordmark {
  color: #202124;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.35px;
  text-transform: none;
}
.google-proof h2 {
  max-width: 560px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(31px, 3.1vw, 43px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.5px;
}
.google-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 30px;
}
.google-rating-row strong {
  color: #202124;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -1px;
}
.google-stars {
  color: #f9ab00;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
}
.google-review-count {
  color: #64666c;
  font-size: 13px;
  font-weight: 600;
}
.google-business-name {
  margin: 30px 0 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}
.google-address {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.google-profile-link {
  margin-top: 30px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  background: var(--black);
  color: #fff;
  border-bottom: 3px solid var(--red);
  font-size: 12px;
  font-weight: 700;
  transition: background .2s ease;
}
.google-profile-link:hover { background: #292929; }
.google-profile-link span { color: #fff; font-size: 15px; }
.google-map-wrap {
  min-height: 440px;
  padding: 14px;
  background: #e9e9ea;
  border-left: 1px solid #d7d7d9;
}
.google-map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 410px;
  display: block;
  border: 0;
  filter: grayscale(.12) contrast(1.02);
}

/* FINAL CTA */
.final-cta { background: var(--red); color: #fff; padding: 62px 0; }
.final-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.final-cta-inner > div > span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.62); font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; }
.final-cta h2 { max-width: 650px; }
.final-cta a {
  flex: 0 0 auto;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,.55);
  padding-bottom: 6px;
}

/* FOOTER */
.site-footer { background: var(--black); color: #fff; padding: 56px 0 28px; }
.footer-main { display: grid; grid-template-columns: 1.2fr .7fr .8fr; gap: 70px; }
.footer-logo { width: 135px; max-height: 70px; object-fit: contain; background: transparent; padding: 0; }
.footer-brand-wrap p { max-width: 400px; margin: 18px 0 0; color: rgba(255,255,255,.5); font-size: 12px; }
.footer-links { display: grid; align-content: start; gap: 11px; }
.footer-links a { color: rgba(255,255,255,.58); font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: grid; align-content: start; justify-items: end; gap: 5px; }
.footer-contact small { color: rgba(255,255,255,.45); font-size: 10px; }
.footer-contact a { font-size: 18px; font-weight: 700; }
.footer-bottom { margin-top: 48px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.35); font-size: 10px; }
.mobile-call { display: none; }
.back-to-top { display: none; }

@media (max-width: 820px) {
  .back-to-top:not([hidden]) {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    bottom: calc(70px + env(safe-area-inset-bottom));
    z-index: 70;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 12px;
    border: 1px solid var(--red-dark);
    border-radius: 3px;
    background: var(--red);
    color: var(--white);
    box-shadow: 0 4px 12px rgba(0,0,0,.18);
    cursor: pointer;
  }
  .back-to-top:hover { background: var(--red-dark); }
  .back-to-top:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
  .back-to-top svg { width: 24px; height: 24px; }
  body.menu-open .back-to-top { display: none; }
}

@media (max-width: 1040px) {
  .header-main { grid-template-columns: 130px 1fr auto; gap: 18px; }
  .brand-logo { width: 108px; }
  .nav-trigger { min-width: auto; padding: 0 11px; }
  .nav-trigger > span:not(.nav-chevron) { font-size: 11px; }
  .quick-card { padding-inline: 10px; }
  .section-title-row { grid-template-columns: 1fr 340px; gap: 50px; }
  .brand-compact, .region-layout { gap: 62px; }
}

@media (max-width: 820px) {
  body.menu-open { overflow: hidden; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-main { height: 66px; grid-template-columns: 1fr auto; }
  .brand-logo { width: 105px; max-height: 48px; }
  .header-phone { display: none; }
  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 34px;
    border: 1px solid #d8d8d8;
    background: #fff;
    font-size: 11px;
    font-weight: 600;
  }
  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 66px;
    height: auto;
    padding: 0 16px 16px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
    max-height: calc(100vh - 66px);
  }
  .site-nav.is-open { display: flex; }
  .nav-item {
    width: 100%;
    display: block;
  }
  .nav-trigger {
    width: 100%;
    min-height: 52px;
    justify-content: flex-start;
    border: 0;
    border-bottom: 1px solid #ededed;
  }
  .nav-item:last-child .nav-trigger { border-right: 0; }
  .nav-chevron { margin-left: auto; margin-right: 5px; }
  .nav-dropdown {
    position: static;
    width: 100%;
    padding: 0 0 6px 30px;
    border: 0;
    border-bottom: 1px solid #ededed;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
    background: #fafafa;
  }
  .nav-item.is-open .nav-dropdown { display: block; }
  .nav-dropdown-label { padding: 12px 14px 6px; }
  .nav-dropdown a {
    min-height: 42px;
    padding: 0 14px;
    border-top: 0;
    border-bottom: 1px solid #ececee;
    font-size: 12px;
  }
  .nav-dropdown a:last-child { border-bottom: 0; }
  .nav-dropdown a:hover { padding-left: 18px; }
  .hero { min-height: 540px; padding: 70px 0 145px; }
  .hero-arrow { display: none; }
  .hero-logo-wrap { width: 205px; min-height: 92px; }
  .hero-logo { width: 170px; }
  .hero h1 { font-size: 50px; }
  .quick-panel-grid { grid-template-columns: repeat(3, 1fr); }
  .quick-card:nth-child(3) { border-right: 0; }
  .quick-card:nth-child(n+4) { border-top: 1px solid #e4e4e4; }
  .quick-card:nth-child(5) { border-right: 0; }
  .section { padding: 78px 0; }
  .section-title-row { grid-template-columns: 1fr; gap: 24px; }
  .section-title-row > p { max-width: 650px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout { grid-template-columns: 1fr; gap: 48px; }
  .brand-compact, .region-layout { grid-template-columns: 1fr; gap: 38px; }
  .brand-compact { gap: 22px; }
  .brands-section { padding: 40px 0 42px; }
  .brand-marquee { height: 54px; }
  .brand-marquee-group { gap: 38px; padding-right: 38px; }
  .brand-marquee-group > a,
  .brand-marquee-group > span { width: 94px; height: 42px; }
  .brand-marquee-group img { height: 29px; }
  .brand-marquee-symbol { width: 29px; height: 29px; flex-basis: 29px; }
  .brand-logo-grid { max-width: none; }
  .brand-search { max-width: 680px; }
  .region-copy > p { max-width: 650px; }
  .region-contact { max-width: 480px; }
  .google-proof-shell { grid-template-columns: 1fr; }
  .google-map-wrap { border-left: 0; border-top: 1px solid #d7d7d9; min-height: 360px; }
  .google-map-wrap iframe { min-height: 330px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-contact { justify-items: start; }
}

@media (max-width: 560px) {
  body { padding-bottom: 60px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .hero { min-height: 520px; padding: 56px 0 126px; }
  .hero-redline { top: 103px; width: 260px; }
  .hero-logo-wrap { width: 180px; min-height: 82px; padding: 10px 14px; }
  .hero-logo { width: 150px; max-height: 62px; }
  .hero-brand-lockup p { font-size: 9px; letter-spacing: 1.3px; }
  .hero h1 { font-size: 40px; letter-spacing: -1.7px; }
  .hero-lead { font-size: 14px; line-height: 1.6; }
  .hero-actions { width: 100%; flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .quick-panel { margin-top: -64px; padding-bottom: 58px; }
  .quick-panel-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-card { min-height: 128px; border-bottom: 1px solid #e4e4e4; }
  .quick-card:nth-child(2n) { border-right: 0; }
  .quick-card:nth-child(3) { border-right: 1px solid #e4e4e4; }
  .quick-card:nth-child(5) { grid-column: 1 / -1; border-bottom: 0; }
  .quick-card-main::before { display: none; }
  .section { padding: 66px 0; }
  .section h2, .final-cta h2 { font-size: 36px; letter-spacing: -1.3px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 24px; }
  .service-card-contact { min-height: 0; }
  .brand-compact-copy h2 { font-size: 30px; }
  .brand-compact-copy p { margin-top: 10px; font-size: 12px; }
  .brand-disclaimer { margin-top: 12px; }
  .brand-search { display: block; }
  .brand-search-count { padding: 0; text-align: left; }
  .brand-search-field input { font-size: 14px; }
  .brand-browser-footer { gap: 12px; }
  .brand-all-toggle { font-size: 9.5px; }
  .brand-logo-grid { grid-template-columns: 1fr; gap: 0; }
  .brand-logo-link {
    width: 100%;
    min-height: 66px;
    grid-template-columns: 66px minmax(0, 1fr) auto;
    padding: 11px 0;
  }
  .brand-logo-link img { width: 60px; height: 28px; }
  .brand-browser.is-searching .brand-logo-grid,
  .brand-browser.is-searching .brand-no-results { top: 76px; }
  .brand-marquee { top: 0; height: 50px; }
  .brand-marquee-group { gap: 30px; padding-right: 30px; }
  .brand-marquee-group > a,
  .brand-marquee-group > span { width: 82px; height: 42px; }
  .brand-marquee-group img { height: 26px; }
  .brand-marquee-symbol { width: 26px; height: 26px; flex-basis: 26px; }
  .region-label-row { align-items: flex-start; justify-content: space-between; }
  .region-copy h2 { font-size: 38px; }
  .region-flow { padding-top: 4px; }
  .region-flow span { font-size: 25px; }
  .region-flow span:not(:last-child)::after { margin: 0 12px; }
  .region-contact { margin-top: 34px; }
  .region-contact a { font-size: 21px; }
  .google-proof { padding: 54px 0; }
  .google-proof-content { padding: 34px 26px 32px; }
  .google-proof h2 { font-size: 32px; letter-spacing: -1.15px; }
  .google-rating-row { gap: 8px; }
  .google-review-count { flex-basis: 100%; margin-top: 2px; }
  .google-profile-link { width: 100%; justify-content: space-between; }
  .google-map-wrap { min-height: 285px; padding: 8px; }
  .google-map-wrap iframe { min-height: 268px; }
  .final-cta { padding: 52px 0; }
  .final-cta a { font-size: 20px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { margin-top: 36px; }
  .mobile-call {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 90;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--red);
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0,0,0,.22);
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: 560px;
    padding: 62px 0 142px;
  }
  .hero-media { width: 100%; }
  .hero-photo-shade {
    background:
      linear-gradient(90deg, rgba(5,5,6,.94) 0%, rgba(5,5,6,.84) 48%, rgba(5,5,6,.58) 100%),
      linear-gradient(0deg, rgba(5,5,6,.62) 0%, transparent 44%, rgba(5,5,6,.18) 100%);
  }
  .hero-inner {
    width: min(calc(100% - 32px), var(--container));
    min-height: 350px;
  }
  .hero-copy { max-width: 580px; }
  .hero-logo-wrap { width: 132px; min-height: 64px; padding: 8px 10px; }
  .hero-logo { width: 108px; max-height: 48px; }
  .hero-brand-lockup { align-items: flex-start; margin-bottom: 24px; }
  .hero h1 { max-width: 560px; font-size: clamp(40px, 7vw, 52px); }
  .hero-lead { max-width: 520px; font-size: 15px; }
  .hero-redline { left: 16px; width: 120px; }
  .hero-slide-status { display: none; }
}

@media (max-width: 560px) {
  .hero {
    min-height: 540px;
    padding: 54px 0 128px;
  }
  .hero-slide img { object-position: 58% center; }
  .hero-slide:nth-child(2) img { object-position: 54% center; }
  .hero-slide:nth-child(3) img { object-position: 58% center; }
  .hero-photo-shade {
    background:
      linear-gradient(90deg, rgba(5,5,6,.9), rgba(5,5,6,.68)),
      linear-gradient(0deg, rgba(5,5,6,.68), transparent 48%);
  }
  .hero-inner {
    width: min(calc(100% - 24px), var(--container));
    min-height: 350px;
  }
  .hero-logo-wrap { width: 118px; min-height: 58px; padding: 7px 9px; }
  .hero-logo { width: 96px; max-height: 44px; }
  .hero-brand-lockup { margin-bottom: 21px; }
  .hero-brand-lockup p { font-size: 8.5px; letter-spacing: 1.2px; }
  .hero h1 { font-size: 38px; letter-spacing: -1.7px; }
  .hero-lead { margin-top: 18px; font-size: 14px; line-height: 1.58; }
}

.quick-card[hidden] { display: none; }
.quick-panel-grid:has(> [data-contact-hide-at-night][hidden]) {
  grid-template-columns: repeat(4, 1fr);
}
.quick-panel-grid:has(> [data-contact-hide-at-night][hidden]) > .quick-card {
  grid-column: auto;
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #e4e4e4;
}
.quick-panel-grid:has(> [data-contact-hide-at-night][hidden]) > .quick-card:last-child {
  border-right: 0;
}
@media (max-width: 820px) {
  .quick-panel-grid:has(> [data-contact-hide-at-night][hidden]) {
    grid-template-columns: repeat(2, 1fr);
  }
  .quick-panel-grid:has(> [data-contact-hide-at-night][hidden]) > .quick-card:nth-child(2) {
    border-right: 0;
  }
  .quick-panel-grid:has(> [data-contact-hide-at-night][hidden]) > .quick-card:nth-child(n+4) {
    border-top: 1px solid #e4e4e4;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .brand-marquee-track { animation-play-state: paused !important; }
}
