.about-grid > div:last-child {
  max-width: 720px;
}

.about .lead {
  position: relative;
  margin: 32px 0 22px;
  padding: 20px 24px;
  border-left: 4px solid var(--yellow);
  background: linear-gradient(90deg, rgba(255, 211, 40, 0.13), rgba(255, 211, 40, 0));
  color: #24272d;
  font-size: clamp(1.08rem, 1.35vw, 1.3rem);
  font-weight: 750;
  line-height: 1.65;
}

.about p:not(.lead) {
  max-width: 68ch;
  color: #5c6169;
  font-size: 1.05rem;
  line-height: 1.9;
  text-wrap: pretty;
}

.about .text-link {
  margin-top: 28px;
}

@media (max-width: 580px) {
  .about .lead {
    margin-top: 26px;
    padding: 17px 18px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .about p:not(.lead) {
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* Sales channel band */
.sales-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 28px;
  margin-top: 34px;
  padding: 26px 30px;
  border-left: 5px solid var(--yellow);
  border-radius: 5px;
  background: #15171b;
  color: #fff;
  box-shadow: 0 16px 36px rgba(18, 20, 25, .13);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.sales-band:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(18, 20, 25, .18);
}

.sales-band-kicker {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.sales-band strong {
  grid-column: 1;
  font-size: clamp(20px, 2.2vw, 30px);
  letter-spacing: -.025em;
}

.sales-band-action {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 15px 18px;
  border-radius: 3px;
  background: var(--yellow);
  color: #111318;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  white-space: nowrap;
}

.mobile-contact-bar {
  position: fixed;
  z-index: 9999;
  right: 22px;
  bottom: 22px;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 5px;
  background: #111318;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .28);
}

.mobile-contact-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none;
}

.mobile-contact-bar .mobile-whatsapp {
  background: #20a65a;
}

.product-grid .product-card .product-info a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #d5ad17;
  border-radius: 3px;
  background: var(--yellow);
  color: #111318;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(220, 177, 21, .2);
}

@media (max-width: 720px) {
  body {
    padding-bottom: 66px;
  }

  .sales-band {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .sales-band-action {
    grid-column: 1;
    grid-row: auto;
    margin-top: 8px;
    text-align: center;
  }

  .mobile-contact-bar {
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    min-height: 62px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    background: #111318;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, .24);
  }

  .mobile-contact-bar a {
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
  }
}

/* Product filters */
.product-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 24px;
}

.product-filters button {
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid #d9dde3;
  border-radius: 3px;
  background: #fff;
  color: #555b65;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  cursor: pointer;
}

.product-filters button.active,
.product-filters button:hover {
  border-color: #15171b;
  background: #15171b;
  color: var(--yellow);
}

.product-card[hidden] {
  display: none !important;
}

/* Trust strip */
.trust-strip {
  padding: 0;
  background: #15171b;
  color: #fff;
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip-grid > div {
  min-height: 170px;
  padding: 34px 26px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.trust-strip-grid b,
.section-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.trust-strip-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.trust-strip-grid span {
  color: #aeb3bc;
  font-size: 14px;
  line-height: 1.55;
}

/* Quote and photo lookup */
.customer-tools,
.customer-confidence,
.visit-section,
.faq-section {
  padding: 82px 0;
}

.tools-grid,
.visit-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 64px;
  align-items: start;
}

.quote-copy h2,
.customer-confidence h2,
.visit-copy h2,
.faq-wrap h2 {
  margin: 0 0 20px;
  color: #17191d;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -.04em;
}

.quote-copy > p,
.visit-copy > p {
  color: #646a74;
  font-size: 16px;
  line-height: 1.75;
}

.photo-lookup {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  padding: 20px;
  border-left: 4px solid var(--yellow);
  background: #f1f3f6;
}

.photo-lookup > span {
  color: #927000;
  font-size: 25px;
}

.photo-lookup strong {
  display: block;
  margin-bottom: 5px;
}

.photo-lookup p {
  margin: 0;
  color: #646a74;
  font-size: 14px;
  line-height: 1.55;
}

.quote-form {
  display: grid;
  gap: 17px;
  padding: 30px;
  border: 1px solid #e0e3e8;
  border-top: 4px solid var(--yellow);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(18, 20, 25, .1);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: #272b32;
  font-size: 13px;
  font-weight: 800;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #d7dbe1;
  border-radius: 3px;
  background: #f9fafb;
  color: #17191d;
  font: inherit;
  font-size: 15px;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: #c59b00;
  outline: 3px solid rgba(240, 194, 22, .18);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.quote-form button {
  min-height: 52px;
  border: 0;
  border-radius: 3px;
  background: #20a65a;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  cursor: pointer;
}

/* Confidence, visit and FAQ */
.customer-confidence {
  background: #f3f5f7;
}

.confidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.confidence-grid article {
  padding: 27px;
  border-bottom: 3px solid var(--yellow);
  background: #fff;
}

.confidence-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #17191d;
  font-size: 18px;
}

.confidence-grid p {
  margin: 0;
  color: #646a74;
  font-size: 15px;
  line-height: 1.65;
}

.visit-grid iframe {
  width: 100%;
  min-height: 390px;
  border: 0;
  border-radius: 5px;
  filter: grayscale(.25) contrast(1.05);
}

.hours-card {
  display: grid;
  gap: 7px;
  margin-top: 28px;
  padding: 20px;
  border-left: 4px solid var(--yellow);
  background: #15171b;
  color: #fff;
}

.hours-card span {
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.hours-card a {
  color: #fff;
  font-weight: 800;
}

.faq-section {
  background: #f3f5f7;
}

.faq-wrap {
  max-width: 900px;
}

.faq-wrap details {
  border-bottom: 1px solid #d8dce2;
  background: #fff;
}

.faq-wrap summary {
  padding: 21px 24px;
  color: #1b1e23;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.faq-wrap details p {
  margin: 0;
  padding: 0 24px 22px;
  color: #646a74;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .trust-strip-grid,
  .confidence-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tools-grid,
  .visit-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 580px) {
  .customer-tools,
  .customer-confidence,
  .visit-section,
  .faq-section {
    padding: 58px 0;
  }

  .trust-strip-grid,
  .confidence-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .trust-strip-grid > div {
    min-height: 0;
    padding: 25px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .quote-form {
    padding: 21px;
  }
}

/* Corporate product catalogue */
.products {
  background: linear-gradient(180deg, #f7f8fa 0%, #ffffff 100%);
}

.product-grid {
  gap: 22px;
}

.product-grid .product-card,
.product-grid .product-card:nth-child(n) {
  grid-column: span 3;
  min-height: 345px;
  overflow: hidden;
  border: 1px solid #e3e6eb;
  border-top: 3px solid var(--yellow);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 20, 25, .08);
  clip-path: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-grid .product-card:hover {
  transform: translateY(-5px);
  border-color: #d5b028;
  box-shadow: 0 18px 42px rgba(18, 20, 25, .14);
}

.product-grid .product-card .product-photo {
  width: 100%;
  height: 205px;
  object-fit: cover;
  object-position: center;
  background: #17191d;
  filter: saturate(.92) contrast(1.03);
}

.product-grid .product-card .product-info {
  padding: 22px 22px 24px;
  background: #fff;
}

.product-grid .product-card .product-info small {
  display: block;
  margin-bottom: 8px;
  color: #8a6a00;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.4;
}

.product-grid .product-card .product-info h3 {
  margin-bottom: 18px;
  color: #15171b;
  font-size: 23px;
  letter-spacing: -.02em;
}

.product-grid .product-card .count {
  top: 16px;
  right: 16px;
  padding: 7px 9px;
  border-radius: 3px;
  background: rgba(17, 19, 23, .88);
  color: #f5c928;
  backdrop-filter: blur(6px);
}

@media (max-width: 980px) {
  .product-grid .product-card,
  .product-grid .product-card:nth-child(n) {
    grid-column: span 6;
  }
}

@media (max-width: 580px) {
  .product-grid .product-card,
  .product-grid .product-card:nth-child(n) {
    grid-column: 1 / -1;
    min-height: 0;
  }
}

.nav .store-nav-link {
  color: #8c6500;
  font-weight: 900;
}

.nav .store-nav-link::after {
  background: var(--yellow);
}

.sahibinden-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: fit-content;
  margin-top: 18px !important;
  padding: 11px 15px !important;
  border: 1px solid rgba(255, 211, 40, .65);
  color: var(--yellow) !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
}

.sahibinden-link:hover {
  background: var(--yellow);
  color: #17191e !important;
}

@media (max-width: 920px) {
  .nav details .store-nav-link {
    color: #7a5900;
  }
}

.nav-call {
  white-space: nowrap;
  gap: 9px;
  margin-left: 12px;
  padding: 15px 14px;
  font-size: 10px;
  letter-spacing: .035em;
}

/* Clean, understated footer refresh */
footer {
  border-top: 3px solid var(--yellow);
  background: #121419;
}

.footer-grid {
  gap: 44px;
  padding-top: 58px;
  padding-bottom: 44px;
}

.footer-grid > div:first-child {
  position: relative;
  padding: 4px 22px 4px 20px;
  border-left: 3px solid var(--yellow);
  border-right: 0;
}

.brand-mark-footer {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: auto;
  height: auto;
  margin-bottom: 20px !important;
  padding: 0;
  border-bottom: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.brand-mark-footer .brand-badge {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 4px;
  background: var(--yellow);
  color: #111318;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.05em;
  box-shadow: inset 0 0 0 5px #121419;
}

.brand-mark-footer .brand-words {
  display: flex;
  flex-direction: column;
}

.brand-mark-footer .brand-words strong {
  color: #fff;
  font-size: 30px;
  letter-spacing: -0.035em;
}

.brand-mark-footer .brand-words small {
  color: var(--yellow);
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: .38em;
}

.footer-grid h4 {
  position: relative;
  margin-bottom: 22px;
  color: #fff;
  font-size: .9rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-grid h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 28px;
  height: 2px;
  background: var(--yellow);
}

.footer-grid a,
.footer-grid address,
.footer-grid p {
  font-size: .96rem;
  line-height: 1.75;
}

.footer-grid a {
  transition: color .2s ease, transform .2s ease;
}

.footer-grid a:hover {
  color: var(--yellow);
  transform: translateX(3px);
}

.copyright {
  border-top-color: rgba(255, 255, 255, .1);
  color: #8d929b;
  font-size: .78rem;
  letter-spacing: .06em;
}

@media (max-width: 580px) {
  .footer-grid {
    gap: 34px;
    padding-top: 45px;
  }

  .brand-mark-footer {
    width: auto;
    height: auto;
  }
}
/* Refined transparent header logo */
.logo.logo-original {
  align-self: center;
  justify-content: flex-start;
  width: 218px;
  height: 88px;
  padding: 7px 0 7px 14px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-left: 4px solid var(--yellow);
  border-radius: 0;
  clip-path: none;
  box-shadow: none;
}

.logo.logo-original::before,
.logo.logo-original::after {
  display: none;
}

.logo.logo-original img {
  width: 190px;
  height: 74px;
  object-fit: contain;
  object-position: left center;
  filter: none;
  mix-blend-mode: normal;
}

@media (width <= 920px) {
  .logo.logo-original {
    width: 196px;
    height: 78px;
    padding: 6px 0 6px 11px;
  }

  .logo.logo-original img {
    width: 174px;
    height: 66px;
  }
}

@media (width <= 580px) {
  .logo.logo-original {
    width: 168px;
    height: 70px;
    padding: 5px 0 5px 9px;
    border-left-width: 3px;
  }

  .logo.logo-original img {
    width: 148px;
    height: 60px;
  }
}
/* Compact horizontal Kar-Pa wordmark */
.logo.logo-original {
  width: 260px;
  height: 88px;
  padding: 7px 0;
  border-left: 0;
}

.logo.logo-original img {
  width: 248px;
  height: 74px;
  object-fit: contain;
  object-position: left center;
}

@media (width <= 920px) {
  .logo.logo-original {
    width: 228px;
    height: 78px;
    padding: 6px 0;
  }

  .logo.logo-original img {
    width: 218px;
    height: 66px;
  }
}

@media (width <= 580px) {
  .logo.logo-original {
    width: 188px;
    height: 70px;
    padding: 7px 0;
    border-left: 0;
  }

  .logo.logo-original img {
    width: 180px;
    height: 56px;
  }
}
/* 2026 corporate polish */
.nav { gap: 28px; }
.nav nav { gap: 22px; }
.nav .store-nav-link { display: none; }
.nav-call {
  background: linear-gradient(135deg, #17191f, #292d35);
  border-left: 4px solid var(--yellow);
  box-shadow: 0 10px 24px rgba(23, 25, 31, .16);
}
.nav-call:hover { background: #000; transform: translateY(-1px); }

.hero-shade {
  background: linear-gradient(90deg, rgba(10, 11, 14, .92) 0%, rgba(13, 15, 19, .67) 42%, rgba(13, 15, 19, .08) 72%);
}
.slider-controls {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(14,16,20,.58);
  backdrop-filter: blur(12px);
}
.slider-controls > button { background: transparent; border-color: transparent; }
.hero-dots button { border-radius: 20px; }

.sales-band {
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 154px;
  padding: 28px 34px;
  background: linear-gradient(120deg, #ffd525 0 72%, #f5c900 72%);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}
.sales-band-emblem {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #ffd525;
  background: #17191f;
  font-size: 2rem;
  font-weight: 950;
}
.sales-band-copy { display: flex; flex-direction: column; gap: 5px; }
.sales-band-copy strong { font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.15; }
.sales-band-copy small { color: #5c5120; font-size: .86rem; }
.sales-band-action { background: #17191f; color: #fff; padding: 16px 18px; }

.visit-section { background: linear-gradient(135deg, #f5f6f7, #fff); }
.visit-grid {
  overflow: hidden;
  border: 1px solid #e2e4e8;
  background: #fff;
  box-shadow: 0 25px 65px rgba(25,29,36,.11);
}
.visit-copy { padding: 52px; }
.visit-grid iframe { min-height: 520px; }
.hours-card { display: grid; gap: 8px; }
.hours-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.hours-card a small { color: var(--yellow); font-size: .68rem; letter-spacing: .1em; }

footer { padding-top: 58px; }
.footer-grid { grid-template-columns: 1.25fr .8fr 1.25fr; gap: 70px; }
.footer-grid > div:nth-child(4) { display: none; }
.footer-grid > div { padding-right: 18px; }
.footer-grid > div + div { border-left: 1px solid rgba(255,255,255,.09); padding-left: 34px; }
.footer-grid a[href^="tel:"] { color: #fff; font-size: .84rem; font-weight: 750; }

@media (width <= 920px) {
  .nav nav { gap: 16px; }
  .nav .store-nav-link { display: block; }
  .sales-band { grid-template-columns: 64px 1fr; }
  .sales-band-action { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-grid > div:nth-child(3) { grid-column: 1 / -1; }
}

@media (width <= 580px) {
  .sales-band { grid-template-columns: 50px 1fr; gap: 14px; padding: 22px 18px; }
  .sales-band-emblem { width: 48px; height: 48px; font-size: 1.4rem; }
  .sales-band-action { grid-column: 1 / -1; width: 100%; justify-content: center; }
  .visit-copy { padding: 30px 22px; }
  .visit-grid iframe { min-height: 380px; }
  .hours-card > a { align-items: flex-start; flex-direction: column; gap: 3px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:nth-child(3) { grid-column: auto; }
  .footer-grid > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); padding: 28px 0 0; }
}
/* Product cards use the central quote form instead of individual stock links. */
.product-card .product-info > a {
  display: none;
}

.product-card .product-info {
  padding-bottom: 20px;
}

/* Keep the product heading and category choices clearly visible. */
.products .product-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 40px;
  align-items: end;
  padding: 30px 32px;
  margin-bottom: 24px;
  border-left: 5px solid var(--yellow);
  background: linear-gradient(110deg, #1c1f25, #242832);
}

.products .product-heading .title,
.products .product-heading .title h2,
.products .product-heading .title > span,
.products .product-heading > p {
  display: block;
  opacity: 1;
  visibility: visible;
}

.products .product-heading .title h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4vw, 3.4rem);
}

.products .product-heading .title > span { color: var(--yellow); }
.products .product-heading > p { color: #d0d3d8; }
.products .product-heading .title i { display: none; }

.products .product-filters {
  display: flex;
  visibility: visible;
  opacity: 1;
  margin: 0 0 28px;
}

@media (width <= 720px) {
  .products .product-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 25px 22px;
  }

  .products .product-heading .title h2 {
    font-size: 2.2rem;
  }
}

/* Keep vertical page scrolling available over product imagery and embeds. */
html {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  overscroll-behavior-y: auto;
}

body {
  height: auto !important;
  min-height: 100% !important;
  overflow: visible !important;
  overscroll-behavior-y: auto;
}

body,
main,
.products,
.product-grid,
.product-card,
.product-photo {
  touch-action: pan-y !important;
}

.products {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

.visit-section iframe {
  pointer-events: none;
}
