.brand-logo {
  display: block;
  width: min(220px, 54vw);
  height: auto;
  border-radius: 4px;
  background: #050609;
  box-shadow: 0 12px 28px rgba(14, 15, 20, 0.1);
  image-rendering: auto;
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.footer-brand img {
  display: block;
  width: 178px;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  background: #050609;
  image-rendering: auto;
}

.whatsapp-float {
  display: grid;
  place-items: center;
  padding: 0;
  overflow: visible;
  width: 58px;
  height: 58px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: transparent;
  transition: transform 180ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-2px);
}

.whatsapp-float img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header {
  align-items: center;
  padding-top: clamp(12px, 1.35vw, 18px);
  padding-bottom: clamp(12px, 1.35vw, 18px);
}

.site-nav {
  gap: clamp(8px, 1vw, 16px);
}

.site-nav a {
  padding: 10px 12px;
}

.site-nav .nav-contact {
  padding: 11px 17px;
}

.section {
  padding-top: clamp(46px, 5vw, 74px);
  padding-bottom: clamp(46px, 5vw, 74px);
}

.section-inner {
  gap: clamp(20px, 3vw, 42px);
}

.card-grid,
.trust-grid,
.feature-grid,
.brand-grid,
.catalog-product-grid,
.helpful-card-grid {
  gap: clamp(14px, 1.8vw, 22px);
}

.section-heading,
.section-heading.compact,
.logo-grid-header {
  margin-bottom: clamp(20px, 2.6vw, 32px);
}

.service-card,
.trust-grid article,
.feature-grid article {
  padding-bottom: clamp(18px, 2vw, 24px);
}

.service-card,
.service-detail-card,
.trust-grid article,
.feature-grid article,
.contact-panel,
.map-panel,
.helpful-card-grid > div,
.hours-list > div,
.btn,
.text-link {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.service-detail-card:hover,
.trust-grid article:hover,
.feature-grid article:hover,
.contact-panel:hover,
.map-panel:hover,
.helpful-card-grid > div:hover,
.hours-list > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(14, 15, 20, 0.08);
}

.btn:hover,
.btn:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  transform: translateY(-2px);
}

.product-band,
.contact-cta,
.product-request {
  gap: clamp(18px, 3vw, 36px);
}

.category-list {
  gap: 8px;
}

.category-list span,
.contact-methods a,
.contact-methods span {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-footer {
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(24px, 3vw, 42px);
}

.footer-inner {
  gap: clamp(22px, 4vw, 56px);
}

.footer-bottom {
  margin-top: clamp(22px, 3vw, 38px);
  padding-top: clamp(18px, 2vw, 24px);
}

.hero-content h1,
.page-hero h1 {
  max-width: 980px;
  font-size: clamp(2.05rem, 3.15vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.page-hero h1 {
  max-width: 860px;
  font-size: clamp(1.9rem, 2.72vw, 2.85rem);
}

.section-heading h2,
.section-heading.compact h2,
.split-intro h2,
.product-band h2,
.product-request h2,
  .contact-cta h2,
  .logo-grid-header h2,
  .inquiry-note h2 {
  font-size: clamp(1.45rem, 2vw, 2.16rem);
  line-height: 1.14;
  letter-spacing: 0;
}

.service-detail-card h2,
.product-card h2,
.contact-panel h2 {
  font-size: clamp(1.25rem, 1.45vw, 1.55rem);
  line-height: 1.22;
  letter-spacing: 0;
}

.service-card h3,
.trust-grid h3,
.feature-grid h3 {
  font-size: clamp(1.1rem, 1.2vw, 1.32rem);
  line-height: 1.24;
}

.hero-content > p:not(.eyebrow),
.page-hero p,
.section-heading p,
.logo-grid-header p:not(.eyebrow),
.service-detail-card p,
.product-card p,
.contact-cta p,
.footer-inner p {
  font-size: clamp(0.98rem, 0.96vw, 1.08rem);
  line-height: 1.58;
}

.eyebrow {
  font-size: clamp(0.76rem, 0.78vw, 0.9rem);
  letter-spacing: 0.16em;
}

.page-hero {
  min-height: auto;
}

.page-hero .section-inner,
.page-hero.slim .section-inner,
.page-hero-inner {
  padding-top: clamp(46px, 5.4vw, 82px);
  padding-bottom: clamp(44px, 5.4vw, 76px);
}

.hero {
  position: relative;
  overflow: hidden;
  background: #07080b;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(112deg, rgba(7, 8, 11, 0.92) 0%, rgba(7, 8, 11, 0.72) 44%, rgba(7, 8, 11, 0.18) 100%),
    repeating-linear-gradient(126deg, transparent 0 46px, rgba(245, 196, 0, 0.14) 46px 49px, transparent 49px 88px);
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 7vw, 120px);
  bottom: clamp(22px, 7vw, 120px);
  z-index: 1;
  width: clamp(120px, 22vw, 320px);
  height: 5px;
  background: var(--yellow);
  box-shadow: 0 0 28px rgba(245, 196, 0, 0.52);
  transform: skewX(-22deg);
}

.hero-media img {
  filter: saturate(1) contrast(1.04);
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: clamp(58px, 6.5vw, 104px);
  padding-bottom: clamp(58px, 6.5vw, 104px);
}

.hero-location {
  border-left: 4px solid var(--yellow);
  padding-left: 16px;
}

.hero-location span {
  font-size: clamp(0.78rem, 0.8vw, 0.95rem);
  letter-spacing: 0.12em;
}

.hero-location strong {
  font-size: clamp(0.95rem, 1vw, 1.12rem);
}

.service-card img,
.service-detail-card img,
.product-card img,
.map-panel img,
.page-hero-inner img {
  aspect-ratio: 16 / 10;
  max-height: 230px;
  object-fit: cover;
  background: #0b0c0f;
  filter: saturate(0.96) contrast(1.05);
}

.service-card,
.service-detail-card,
.map-panel {
  overflow: hidden;
}

.service-card img,
.service-detail-card img,
.map-panel img {
  transition: transform 220ms ease, filter 220ms ease;
}

.service-card:hover img,
.service-detail-card:hover img,
.map-panel:hover img {
  transform: scale(1.025);
}

.service-card img,
.product-card img {
  border-bottom: 3px solid var(--yellow);
}

.service-card img[src$=".svg"],
.service-detail-card img[src$=".svg"],
.page-hero-inner img[src$=".svg"],
.map-panel img[src$=".svg"] {
  filter: none;
}

.service-detail-card img,
.map-panel img,
.page-hero-inner img {
  border: 1px solid rgba(245, 196, 0, 0.22);
  box-shadow: 0 18px 46px rgba(14, 15, 20, 0.12);
}

.dark-section {
  position: relative;
  overflow: hidden;
}

.dark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(245, 196, 0, 0.12), transparent 36%),
    repeating-linear-gradient(135deg, transparent 0 52px, rgba(255, 255, 255, 0.05) 52px 53px, transparent 53px 104px);
}

.dark-section > * {
  position: relative;
  z-index: 1;
}

.kw-dealer-section {
  background:
    linear-gradient(118deg, rgba(7, 8, 11, 0.98), rgba(20, 23, 29, 0.94)),
    repeating-linear-gradient(135deg, transparent 0 42px, rgba(245, 196, 0, 0.13) 42px 44px, transparent 44px 88px);
}

.kw-dealer {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  align-items: center;
}

.kw-dealer h2,
.kw-dealer p {
  color: #fff;
}

.kw-dealer p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
}

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

.kw-brand-grid span {
  min-height: 116px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 242, 235, 0.95));
  border-color: rgba(245, 196, 0, 0.28);
}

.kw-brand-grid span:hover {
  border-color: var(--yellow);
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.trust-section {
  background:
    linear-gradient(180deg, #101318, #080a0e);
  color: #fff;
}

.trust-section .eyebrow,
.trust-section h2,
.trust-section h3 {
  color: #fff;
}

.trust-section .section-heading p,
.trust-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.trust-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245, 196, 0, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.trust-grid article::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 46px;
  height: 4px;
  background: var(--yellow);
  transform: skewX(-22deg);
}

.trust-kicker {
  color: var(--yellow);
}

.contact-panel,
.map-panel,
.hours-list > div,
.helpful-card-grid > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(14, 15, 20, 0.04);
}

.contact-layout {
  align-items: stretch;
}

.contact-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
}

.contact-panel::before,
.helpful-card-grid > div::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 14px;
  background: var(--yellow);
  transform: skewX(-22deg);
}

.contact-list {
  display: grid;
  gap: 10px;
}

.contact-list a,
.contact-list div {
  display: block;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(248, 247, 242, 0.78);
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.contact-list a:hover,
.contact-list div:hover {
  background: rgba(245, 196, 0, 0.12);
  transform: translateX(3px);
}

.contact-list a,
.contact-list div {
  border-left: 3px solid rgba(245, 196, 0, 0.5);
}

.contact-list span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.map-panel img {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.hours-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  align-items: start;
}

.hours-list {
  display: grid;
  gap: 10px;
}

.hours-list > div {
  display: grid;
  grid-template-columns: minmax(96px, 0.45fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  position: relative;
  padding: 13px 16px;
  border-left: 3px solid rgba(245, 196, 0, 0.46);
}

.hours-list span,
.helpful-card-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hours-list strong,
.helpful-card-grid strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.hours-list em {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.9rem;
  font-style: normal;
}

.friday-hours {
  border-color: rgba(245, 196, 0, 0.5);
  border-left-color: var(--yellow);
  background:
    linear-gradient(135deg, rgba(245, 196, 0, 0.1), rgba(255, 255, 255, 0.9));
}

.helpful-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.helpful-card-grid > div {
  min-height: 104px;
  padding: 16px;
  border-top: 4px solid var(--yellow);
}

.arabic-company,
.arabic-inline {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.7;
}

.contact-panel .arabic-inline,
.legal-copy .arabic-inline {
  color: var(--muted);
}

.legal-copy {
  max-width: 920px;
}

.legal-copy h2 {
  margin-top: 28px;
}

.legal-copy ul {
  margin: 10px 0 18px;
  padding-left: 20px;
}

.legal-copy li {
  margin: 6px 0;
}

.logo-grid-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--white), var(--paper));
}

.logo-grid-header {
  max-width: 760px;
  margin-bottom: 22px;
}

.logo-grid-header h2 {
  margin-bottom: 12px;
}

.logo-grid-header p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
}

.brand-grid span,
.brand-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 98px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 247, 242, 0.94));
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(14, 15, 20, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.brand-grid a:hover {
  border-color: var(--yellow);
  box-shadow: 0 18px 34px rgba(14, 15, 20, 0.08);
  transform: translateY(-3px);
}

.brand-grid a:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

.brand-grid img {
  width: min(162px, 100%);
  max-height: 52px;
  object-fit: contain;
}

.brand-grid small {
  display: none;
}

.brand-grid-links {
  align-items: stretch;
}

.catalog-brand-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 42px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 34px rgba(14, 15, 20, 0.05);
}

.catalog-brand-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.catalog-brand-nav a:hover,
.catalog-brand-nav a:focus-visible {
  border-color: var(--yellow);
  background: var(--yellow);
  transform: translateY(-2px);
}

.catalog-brand-section {
  scroll-margin-top: 112px;
  padding: 36px 0 46px;
  border-top: 1px solid var(--line);
}

.catalog-brand-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.brand-section-header {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  margin-bottom: 24px;
}

.brand-section-header img {
  width: 100%;
  max-width: 210px;
  max-height: 74px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 12px 28px rgba(14, 15, 20, 0.04);
}

.brand-section-header h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 2.25vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.brand-section-header p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.58;
}

.catalog-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.catalog-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(14, 15, 20, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.catalog-product-card:hover {
  border-color: rgba(245, 196, 0, 0.7);
  box-shadow: 0 20px 40px rgba(14, 15, 20, 0.08);
  transform: translateY(-3px);
}

.product-image-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(245, 196, 0, 0.13), transparent 44%),
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(14, 15, 20, 0.04) 18px 19px, transparent 19px 36px),
    var(--paper);
}

.product-image-placeholder::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 4px;
  background: var(--yellow);
  transform: skewX(-22deg);
}

.product-image-placeholder span {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-product-card h3 {
  margin: 18px 18px 8px;
  font-size: clamp(1.02rem, 1.05vw, 1.16rem);
  line-height: 1.24;
  letter-spacing: 0;
}

.product-meta {
  margin: 0 18px 14px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.price-placeholder {
  margin: auto 18px 16px;
  color: var(--ink);
  font-weight: 900;
  font-size: 0.96rem;
}

.inquiry-button {
  align-self: flex-start;
  min-height: 42px;
  margin: 0 18px 18px;
  padding: 10px 14px;
  font-size: 0.88rem;
  line-height: 1.2;
}

@media (max-width: 760px) {
  .hero-content h1,
  .page-hero h1 {
    font-size: clamp(1.9rem, 9.2vw, 2.7rem);
    line-height: 1.1;
  }

  .section-heading h2,
  .section-heading.compact h2,
  .split-intro h2,
  .product-band h2,
  .product-request h2,
  .contact-cta h2,
  .logo-grid-header h2,
  .inquiry-note h2 {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .page-hero .section-inner,
  .page-hero.slim .section-inner,
  .page-hero-inner {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .hero-content {
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .brand-grid span,
  .brand-grid a {
    min-height: 78px;
    padding: 14px;
  }

  .brand-grid img {
    width: min(124px, 100%);
    max-height: 38px;
  }

  .hero::after {
    width: 120px;
    right: 22px;
    bottom: 22px;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 1080px) {
  .catalog-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .catalog-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .kw-dealer,
  .hours-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 540px) {
  .catalog-product-grid {
    grid-template-columns: 1fr;
  }

  .catalog-brand-nav {
    gap: 8px;
    padding: 10px;
  }

  .catalog-brand-nav a {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.86rem;
  }

  .brand-section-header img {
    max-width: 180px;
    max-height: 64px;
  }

  .kw-brand-grid,
  .helpful-card-grid {
    grid-template-columns: 1fr;
  }

  .hours-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hours-list em {
    grid-column: 1;
  }
}

.section {
  padding-top: clamp(38px, 4.2vw, 64px);
  padding-bottom: clamp(38px, 4.2vw, 64px);
}

.hero-content {
  padding-top: clamp(50px, 5.5vw, 86px);
  padding-bottom: clamp(50px, 5.5vw, 86px);
}

.page-hero .section-inner,
.page-hero.slim .section-inner,
.page-hero-inner {
  padding-top: clamp(38px, 4.8vw, 68px);
  padding-bottom: clamp(36px, 4.8vw, 64px);
}

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

.service-card {
  position: relative;
  overflow: hidden;
  padding: 0 0 18px;
  border: 1px solid rgba(245, 196, 0, 0.26);
  background:
    linear-gradient(160deg, #171a20 0%, #080a0e 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(14, 15, 20, 0.12);
}

.service-card::before,
.service-detail-card::before {
  content: "";
  position: absolute;
  inset: auto 18px 0 auto;
  width: 70px;
  height: 4px;
  background: var(--yellow);
  box-shadow: 0 0 20px rgba(245, 196, 0, 0.45);
  transform: skewX(-22deg);
  z-index: 2;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(245, 196, 0, 0.12), transparent 42%),
    repeating-linear-gradient(135deg, transparent 0 46px, rgba(255, 255, 255, 0.04) 46px 47px, transparent 47px 92px);
}

.service-card img {
  width: 100%;
  max-height: 188px;
  border-bottom: 3px solid var(--yellow);
}

.service-card h3,
.service-card p {
  position: relative;
  z-index: 1;
}

.service-card h3 {
  margin: 18px 18px 8px;
  color: #fff;
}

.service-card p {
  margin: 0 18px;
  color: rgba(255, 255, 255, 0.72);
}

.service-card:hover,
.service-detail-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 196, 0, 0.68);
  box-shadow: 0 24px 52px rgba(14, 15, 20, 0.2);
}

.services-grid {
  gap: clamp(16px, 2vw, 24px);
}

.service-detail-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1fr);
  padding: 0;
  border: 1px solid rgba(245, 196, 0, 0.24);
  background:
    linear-gradient(150deg, #15181e 0%, #090b0f 100%);
  color: #fff;
  box-shadow: 0 18px 44px rgba(14, 15, 20, 0.12);
}

.service-detail-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(132deg, rgba(245, 196, 0, 0.1), transparent 34%),
    repeating-linear-gradient(135deg, transparent 0 54px, rgba(255, 255, 255, 0.04) 54px 55px, transparent 55px 108px);
}

.service-detail-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  max-height: none;
  border: 0;
  border-right: 3px solid var(--yellow);
}

.service-detail-card > div {
  position: relative;
  z-index: 1;
  padding: clamp(20px, 2.4vw, 30px);
}

.service-detail-card h2 {
  color: #fff;
}

.service-detail-card p,
.service-detail-card li {
  color: rgba(255, 255, 255, 0.72);
}

.service-detail-card ul {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.service-detail-card li::marker {
  color: var(--yellow);
}

.kw-dealer-section {
  border-top: 1px solid rgba(245, 196, 0, 0.34);
  border-bottom: 1px solid rgba(245, 196, 0, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.kw-dealer h2 {
  text-shadow: 0 0 24px rgba(245, 196, 0, 0.12);
}

.kw-brand-grid span {
  position: relative;
  min-height: 126px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 235, 228, 0.95));
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.22);
}

.kw-brand-grid span::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 16px;
  width: 86px;
  height: 5px;
  background: var(--yellow);
  transform: skewX(-24deg);
}

.trust-section {
  background:
    radial-gradient(circle at 18% 8%, rgba(245, 196, 0, 0.14), transparent 30%),
    linear-gradient(180deg, #11141a, #07080b);
}

.trust-grid article {
  padding: 24px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.trust-grid article:hover {
  border-color: rgba(245, 196, 0, 0.68);
  background:
    linear-gradient(145deg, rgba(245, 196, 0, 0.12), rgba(255, 255, 255, 0.04));
}

.contact-panel,
.hours-list > div,
.helpful-card-grid > div {
  background:
    linear-gradient(150deg, #151820 0%, #080a0e 100%);
  border-color: rgba(245, 196, 0, 0.22);
  color: #fff;
  box-shadow: 0 18px 42px rgba(14, 15, 20, 0.12);
}

.contact-panel h2,
.hours-list strong,
.helpful-card-grid strong {
  color: #fff;
}

.contact-list a,
.contact-list div {
  background: rgba(255, 255, 255, 0.055);
  border-left-color: var(--yellow);
  color: rgba(255, 255, 255, 0.82);
}

.contact-list a:hover,
.contact-list div:hover {
  background: rgba(245, 196, 0, 0.12);
}

.contact-list span,
.hours-list span,
.helpful-card-grid span {
  color: var(--yellow);
}

.contact-panel .arabic-inline {
  color: rgba(255, 255, 255, 0.64);
}

.map-panel {
  border-color: rgba(245, 196, 0, 0.3);
  background: #080a0e;
}

.map-panel img {
  min-height: 300px;
  filter: saturate(1.03) contrast(1.06);
}

.light-band {
  background:
    linear-gradient(180deg, #f8f7f2, #fff);
}

.friday-hours {
  background:
    linear-gradient(140deg, rgba(245, 196, 0, 0.18), #101319);
}

.hours-list em {
  color: rgba(255, 255, 255, 0.68);
}

.helpful-card-grid > div {
  min-height: 92px;
}

.site-footer {
  padding-top: clamp(30px, 3.5vw, 48px);
}

@media (max-width: 1120px) {
  .service-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .hero-content {
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .service-preview,
  .service-detail-card {
    grid-template-columns: 1fr;
  }

  .service-detail-card img {
    min-height: 210px;
    border-right: 0;
    border-bottom: 3px solid var(--yellow);
  }

  .service-card img {
    max-height: 210px;
  }
}

.hero {
  min-height: auto;
  background:
    linear-gradient(105deg, rgba(6, 7, 10, 0.94) 0%, rgba(6, 7, 10, 0.84) 38%, rgba(6, 7, 10, 0.42) 72%, rgba(6, 7, 10, 0.26) 100%),
    url("../images/hero-background.png") center right / cover no-repeat,
    #07080b;
}

.hero-media {
  display: none !important;
}

.hero::before {
  background:
    linear-gradient(112deg, rgba(7, 8, 11, 0.46) 0%, rgba(7, 8, 11, 0.24) 54%, rgba(7, 8, 11, 0.1) 100%),
    repeating-linear-gradient(126deg, transparent 0 58px, rgba(245, 196, 0, 0.09) 58px 60px, transparent 60px 116px);
}

.hero::after {
  bottom: clamp(16px, 4vw, 62px);
  width: clamp(92px, 15vw, 220px);
  opacity: 0.86;
}

.service-preview .service-card img {
  aspect-ratio: 16 / 9;
  height: clamp(178px, 13vw, 232px);
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.service-detail-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.service-detail-card img {
  width: 100%;
  height: clamp(220px, 19vw, 280px);
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-right: 0;
  border-bottom: 3px solid var(--yellow);
  object-fit: cover;
  object-position: center;
}

.service-detail-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.service-detail-card ul {
  margin-bottom: 0;
}

.contact-layout {
  align-items: start;
}

.map-panel {
  align-self: start;
  height: auto;
  min-height: 0;
}

.map-panel img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 430px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero {
    background-position: center right;
  }

  .service-preview .service-card img,
  .service-detail-card img {
    height: clamp(190px, 58vw, 260px);
  }

  .map-panel img {
    max-height: none;
  }
}

@media (max-width: 760px) {
  .brand-logo {
    width: min(188px, 58vw);
  }

  .site-header {
    position: relative;
    min-height: 78px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-toggle {
    position: relative;
    z-index: 3;
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% - 1px);
    z-index: 2;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .site-nav::before,
  .site-nav::after {
    display: none;
    content: none;
  }

  .nav-toggle[aria-expanded="true"] + .site-nav,
  .site-header.is-open .site-nav,
  .site-header.nav-open .site-nav,
  body.nav-open .site-nav,
  .site-nav.is-open {
    display: grid;
    max-height: 320px;
    padding: 12px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 247, 242, 0.98));
    border-top: 3px solid var(--yellow);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 18px 34px rgba(14, 15, 20, 0.12);
  }
}

.site-header {
  background: #050505;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.brand-logo {
  width: min(270px, 58vw);
  box-shadow: none;
}

.site-nav a:not(.nav-contact) {
  color: rgba(255, 255, 255, 0.82);
  background: transparent !important;
}

.site-nav a:not(.nav-contact):hover,
.site-nav a:not(.nav-contact):focus-visible {
  color: var(--yellow);
  background: rgba(245, 196, 0, 0.08) !important;
}

body[data-page="home"] .site-nav a[data-nav="home"],
body[data-page="services"] .site-nav a[data-nav="services"],
body[data-page="contact"] .site-nav a[data-nav="contact"],
.site-nav a[aria-current="page"]:not(.nav-contact) {
  color: var(--yellow);
  background: rgba(245, 196, 0, 0.1) !important;
}

.site-nav .nav-contact {
  color: #080808;
  background: var(--yellow) !important;
}

body[data-page="contact"] .site-nav .nav-contact {
  color: #080808;
  background: var(--yellow) !important;
}

.site-nav .nav-contact:hover,
.site-nav .nav-contact:focus-visible {
  color: #080808;
  background: #ffd429;
}

.nav-toggle {
  color: #fff;
  border-color: rgba(245, 196, 0, 0.32);
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle-line {
  background: #fff;
}

.nav-toggle:hover,
.nav-toggle:focus-visible,
.nav-toggle[aria-expanded="true"] {
  border-color: var(--yellow);
  background: rgba(245, 196, 0, 0.12);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 5px 9px 5px 0;
  border-radius: 999px;
  color: #111;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 12px rgba(245, 196, 0, 0.24);
}

.hero .eyebrow,
.dark-section .eyebrow,
.trust-section .eyebrow,
.kw-dealer-section .eyebrow {
  color: var(--yellow);
  -webkit-text-stroke: 0;
  text-shadow: 0 0 18px rgba(245, 196, 0, 0.24);
}

.hero .eyebrow::before,
.dark-section .eyebrow::before,
.trust-section .eyebrow::before,
.kw-dealer-section .eyebrow::before {
  background: #fff;
  box-shadow: 0 0 14px rgba(245, 196, 0, 0.28);
}

.hero {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.5) 43%, rgba(5, 5, 5, 0.18) 100%),
    url("../images/hero-background.png") center right / cover no-repeat,
    #07080b;
}

.hero::before {
  background:
    linear-gradient(112deg, rgba(7, 8, 11, 0.28) 0%, rgba(7, 8, 11, 0.14) 54%, rgba(7, 8, 11, 0.04) 100%),
    repeating-linear-gradient(126deg, transparent 0 62px, rgba(245, 196, 0, 0.075) 62px 64px, transparent 64px 124px);
}

@media (max-width: 760px) {
  .brand-logo {
    width: min(208px, 62vw);
  }

  .site-header {
    background: #050505;
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

  .site-nav {
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nav-toggle[aria-expanded="true"] + .site-nav,
  .site-header.is-open .site-nav,
  .site-header.nav-open .site-nav,
  body.nav-open .site-nav,
  .site-nav.is-open {
    background:
      linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(17, 19, 24, 0.98));
    border-top: 3px solid var(--yellow);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
  }

  .site-nav a:not(.nav-contact) {
    color: rgba(255, 255, 255, 0.9);
  }

  .site-nav a:not(.nav-contact):hover,
  .site-nav a:not(.nav-contact):focus-visible {
    color: var(--yellow);
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.76) 0%, rgba(5, 5, 5, 0.56) 48%, rgba(5, 5, 5, 0.24) 100%),
      url("../images/hero-background.png") center right / cover no-repeat,
      #07080b;
  }
}
