/* ACK METAL — İç Sayfa Stilleri (pages.css) */
/* style.css'e bağımlıdır */

/* ─── Section Label ──────────────────────────────────────────────────────── */
.section-label {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2997ff;
  margin-bottom: 0.875rem;
}

/* ─── İç Sayfa Hero ──────────────────────────────────────────────────────── */
.ip-hero {
  position: relative;
  padding: calc(var(--header-h, 68px) + 3rem) 1.5rem 2.5rem;
  text-align: center;
  overflow: hidden;
  background: var(--bg);
}

.ip-hero__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% -10%,
    rgba(41, 151, 255, 0.10) 0%,
    transparent 65%);
  pointer-events: none;
}

.ip-hero__line {
  display: none;
}

.ip-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

/* ── Unified Breadcrumb ──────────────────────────────────────────────────── */
.breadcrumb-bar {
  padding: calc(var(--header-h, 68px) + var(--band-h, 44px) + 0.875rem) 1.5rem 0.875rem;
  background: #0f1014;
  border-bottom: 1px solid rgba(255,255,255,.07);
  text-align: center;
}
.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.6875rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255,255,255,.32);
  flex-wrap: wrap;
  justify-content: center;
}
.breadcrumb a {
  color: rgba(255,255,255,.32);
  text-decoration: none;
  transition: color .2s;
}
.breadcrumb a:hover { color: rgba(255,255,255,.7); }
.breadcrumb__sep {
  color: rgba(255,255,255,.15);
  font-size: 0.5rem;
  user-select: none;
  margin: 0 0.125rem;
}
.breadcrumb [aria-current="page"] {
  color: rgba(255,255,255,.65);
  font-weight: 500;
}
/* Eski sınıfları geriye uyumlu tut */
.ip-breadcrumb,
.pd-breadcrumb,
.page-hero__breadcrumb,
.detail-hero__breadcrumb { display:none!important; }

/* Breadcrumb sonrasında gelen hero — header offset tekrar eklenmez */
.breadcrumb-bar + .page-hero,
.breadcrumb-bar + .ip-hero {
  padding-top: 2.5rem;
}

/* Hero Title */
.ip-hero__title {
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--text);
  margin-bottom: 1.25rem;
}

.ip-hero__lead {
  font-size: clamp(1rem, 2vw, 1.1875rem);
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto;
}

/* ─── İçerik Alanı ───────────────────────────────────────────────────────── */
.ip-content {
  background: var(--bg);
  padding: 3rem 1.5rem 4rem;
  position: relative;
}

.ip-content::before {
  display: none;
}

.ip-content__inner {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.82;
  color: var(--text-secondary);
}

.ip-content__inner--wide {
  max-width: 1080px;
}

/* Tipografi */
.ip-content__inner h1,
.ip-content__inner h2,
.ip-content__inner h3,
.ip-content__inner h4 {
  color: var(--text);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: 0.875rem;
}

.ip-content__inner h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); }
.ip-content__inner h2 { font-size: clamp(1.375rem, 3vw, 1.875rem); }
.ip-content__inner h3 { font-size: 1.25rem; }
.ip-content__inner h4 { font-size: 1.0625rem; }

.ip-content__inner > *:first-child { margin-top: 0; }

.ip-content__inner p { margin-bottom: 1.375rem; }

.ip-content__inner strong,
.ip-content__inner b {
  color: var(--text);
  font-weight: 600;
}

.ip-content__inner em,
.ip-content__inner i {
  font-style: italic;
}

.ip-content__inner a {
  color: #2997ff;
  text-decoration: underline;
  text-decoration-color: rgba(41,151,255,0.35);
  transition: text-decoration-color 0.2s;
}

.ip-content__inner a:hover {
  text-decoration-color: #2997ff;
}

.ip-content__inner ul,
.ip-content__inner ol {
  padding-left: 1.625rem;
  margin-bottom: 1.375rem;
}

.ip-content__inner li {
  margin-bottom: 0.5rem;
}

.ip-content__inner blockquote {
  position: relative;
  border-left: 2px solid #2997ff;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: rgba(41,151,255,0.05);
  border-radius: 0 10px 10px 0;
  font-size: 1.0625rem;
  color: var(--text);
  font-style: italic;
}

.ip-content__inner hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2.5rem 0;
}

.ip-content__inner img {
  width: 100%;
  border-radius: 14px;
  margin: 1.5rem 0;
  border: 1px solid var(--border);
}

.ip-content__inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.75rem 0;
  font-size: 0.9375rem;
}

.ip-content__inner th,
.ip-content__inner td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.ip-content__inner th {
  background: rgba(255,255,255,0.04);
  color: var(--text);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.ip-content__inner td { color: var(--text-secondary); }

.ip-content__inner pre {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 1.75rem 0;
}

.ip-content__inner code {
  font-family: "SF Mono", "Fira Code", monospace;
  font-size: 0.875em;
  background: rgba(255,255,255,0.07);
  border-radius: 4px;
  padding: 0.15em 0.4em;
  color: #f5f5f7;
}

.ip-content__inner pre code {
  background: none;
  padding: 0;
  font-size: 1em;
}

/* ─── Galeri ─────────────────────────────────────────────────────────────── */
.ip-gallery {
  padding: 2.5rem 1.5rem 4rem;
  background: var(--bg);
}

.ip-gallery__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid — kolon sayısı admin'den ayarlanır (--gallery-cols), default 3 */
.ip-gallery__grid {
  display: grid;
  grid-template-columns: repeat(var(--gallery-cols, 3), 1fr);
  gap: 0.75rem;
}

.ip-gallery__item {
  position: relative;
  cursor: zoom-in;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: border-color 0.3s, transform 0.35s var(--ease);
}

.ip-gallery__item:hover {
  border-color: rgba(255,255,255,0.18);
  transform: translateY(-3px);
}

.ip-gallery__img-wrap {
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  aspect-ratio: 210 / 297; /* A4 portre */
}

.ip-gallery__img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.4s var(--ease);
}

.ip-gallery__item:hover .ip-gallery__img-wrap img {
  transform: scale(1.04);
}

.ip-gallery__item figcaption {
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  color: var(--text-secondary);
  text-align: center;
  border-top: 1px solid var(--border);
  line-height: 1.5;
}

/* Lightbox */
.ip-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-lightbox[hidden] {
  display: none !important;
}

.ip-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(8px);
}

.ip-lightbox__img-wrap {
  position: relative;
  z-index: 1;
  max-width: min(90vw, 1000px);
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-lightbox__img-wrap img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.6);
}

/* Zoom bar */
.ip-lightbox__zoom-bar {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 99px;
  padding: 0.25rem 0.5rem;
  backdrop-filter: blur(12px);
}
.ip-lightbox__zoom-btn {
  background: none;
  border: none;
  color: var(--text);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s;
  font-family: var(--font);
}
.ip-lightbox__zoom-btn:hover { background: rgba(255,255,255,0.12); }
.ip-lightbox__zoom-level {
  font-size: 0.75rem;
  color: rgba(255,255,255,.6);
  min-width: 3rem;
  text-align: center;
  font-variant-numeric: tabular-nums;
  pointer-events: none;
}

.ip-lightbox__close,
.ip-lightbox__prev,
.ip-lightbox__next {
  position: absolute;
  z-index: 2;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--text);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  backdrop-filter: blur(8px);
}

.ip-lightbox__close:hover,
.ip-lightbox__prev:hover,
.ip-lightbox__next:hover {
  background: rgba(255,255,255,0.2);
}

.ip-lightbox__close { top: 1.25rem; right: 1.25rem; }
.ip-lightbox__prev  { left: 1.25rem;   top: 50%; transform: translateY(-50%); }
.ip-lightbox__next  { right: 1.25rem;  top: 50%; transform: translateY(-50%); }

/* ─── CTA ────────────────────────────────────────────────────────────────── */
.ip-cta {
  padding: 7rem 1.5rem;
  background: var(--bg);
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
}

.ip-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
}

.ip-cta__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 100%,
    rgba(41,151,255,0.08) 0%,
    transparent 65%);
  pointer-events: none;
}

.ip-cta h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.875rem;
  color: var(--text);
}

.ip-cta p {
  font-size: 1.0625rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 2.25rem;
}

/* ─── 404 Sayfası ────────────────────────────────────────────────────────── */
.not-found-page {
  min-height: calc(100vh - var(--header-h, 68px));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
  text-align: center;
}

.not-found-page__inner { max-width: 480px; }

.not-found-page__code {
  display: block;
  font-size: clamp(5rem, 20vw, 10rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: rgba(255,255,255,0.06);
  margin-bottom: 1rem;
  user-select: none;
}

.not-found-page h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.875rem;
}

.not-found-page p {
  color: var(--text-secondary);
  margin-bottom: 2rem;
  line-height: 1.65;
}

/* ─── Kategori & Ürün Sayfaları ──────────────────────────────────────────── */

/* Hero Banner */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + 5rem) 1.5rem 5rem;
  text-align: center;
  background: var(--bg);
  overflow: hidden;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(41, 151, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: var(--text-secondary);
  margin-top: 1.75rem;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-hero__breadcrumb a {
  color: var(--text-secondary);
  transition: color 0.2s;
}
.page-hero__breadcrumb a:hover { color: var(--text); }
.page-hero__breadcrumb span { opacity: 0.35; }
.page-hero__breadcrumb [aria-current="page"] {
  color: var(--text);
  opacity: 1;
}

.page-hero__tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2997ff;
  margin-bottom: 0.875rem;
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.page-hero__desc {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  color: var(--text-secondary);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65;
  position: relative;
  z-index: 1;
}

/* Filter Bar */
.filter-bar {
  position: sticky;
  top: var(--header-h);
  z-index: 50;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 0.875rem 0;
}

.filter-bar__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.375rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.filter-bar__inner::-webkit-scrollbar { display: none; }

.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.4rem 1rem;
  border-radius: 980px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-secondary);
  font-family: var(--font);
  font-size: 0.8125rem;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  flex-shrink: 0;
}

.filter-pill:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--text);
}

.filter-pill.is-active {
  background: var(--text);
  border-color: var(--text);
  color: #000;
  font-weight: 500;
}

.filter-bar__count {
  margin-left: auto;
  font-size: 0.75rem;
  color: var(--text-secondary);
  white-space: nowrap;
  flex-shrink: 0;
}

/* Product Grid */
.product-grid-section { padding: 4rem 0 6rem; background: var(--bg); }
.product-grid-section__inner { max-width: var(--max); margin: 0 auto; padding: 0 1.375rem; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.prod-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease);
}

.prod-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.18); }

.prod-card__visual { position: relative; height: 260px; background: var(--bg-3); overflow: hidden; }
.prod-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.prod-card:hover .prod-card__visual img { transform: scale(1.04); }

.prod-card__badge {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  padding: 0.25rem 0.625rem;
  border-radius: 980px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.prod-card__badge--new     { background: #2997ff; color: #fff; }
.prod-card__badge--best    { background: rgba(255,214,10,.15); color: #ffd60a; border: 1px solid rgba(255,214,10,.3); }
.prod-card__badge--limited { background: rgba(255,69,58,.15);  color: #ff453a; border: 1px solid rgba(255,69,58,.3); }

.prod-card__body { padding: 1.25rem 1.375rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.prod-card__name { font-size: 1.0625rem; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 0.375rem; color: var(--text); }
.prod-card__desc { font-size: 0.8125rem; color: var(--text-secondary); line-height: 1.55; margin-bottom: 1rem; flex: 1; }

.prod-card__specs { display: flex; flex-wrap: wrap; gap: 0.375rem; margin-bottom: 1.125rem; }
.prod-card__spec  { font-size: 0.6875rem; color: var(--text-secondary); background: rgba(255,255,255,.05); border: 1px solid var(--border); border-radius: 6px; padding: 0.2rem 0.5rem; }

.prod-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; }
.prod-card__link   { font-size: 0.8125rem; color: #2997ff; font-weight: 500; transition: opacity 0.2s; }
.prod-card__link:hover { opacity: 0.8; }
.prod-card__cta    { font-size: 0.8125rem; padding: 0.45rem 1rem; }

/* ── Renk Swatchları ──────────────────────────────────────── */
.prod-card__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0.625rem 0 0.75rem;
  align-items: center;
}

.color-swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--sw-color);
  border: 2px solid rgba(255,255,255,0.1);
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
  flex-shrink: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

.color-swatch:hover {
  transform: scale(1.18);
  border-color: rgba(255,255,255,0.35);
}
 
.color-swatch.is-active {
  border-color: #fff;
  box-shadow: 0 0 0 1.5px rgba(255,255,255,0.5);
  transform: scale(1.12);
}

.color-swatch[data-color-id="beyaz"] {
  border-color: rgba(255,255,255,0.35);
}

/* +N daha fazla renk etiketi */
.prod-card__colors-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.15);
  font-size: 0.5625rem;
  font-weight: 600;
  color: var(--text-secondary);
  flex-shrink: 0;
  letter-spacing: 0;
  pointer-events: none;
  user-select: none;
}

/* Büyük swatch — ürün detay */
.color-swatch--lg {
  width: 26px;
  height: 26px;
}

/* Ürün detay renk bölümü */
.pd-colors {
  margin-bottom: 1.5rem;
}

.pd-colors__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.pd-colors__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.pd-colors__selected {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 0.15rem 0.5rem;
}

.pd-colors__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Showcase */
.cat-showcase { padding: 7rem 0; background: var(--bg-2); overflow: hidden; }
.cat-showcase__inner { max-width: var(--max); margin: 0 auto; padding: 0 1.375rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.cat-showcase__inner--reverse { direction: rtl; }
.cat-showcase__inner--reverse > * { direction: ltr; }
.cat-showcase__copy { max-width: 440px; }
.cat-showcase__copy h2 { font-size: clamp(1.75rem,3.5vw,2.5rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1.12; margin-bottom: 1rem; }
.cat-showcase__copy p  { font-size: 1rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 1.75rem; }
.cat-showcase__visual  { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/5; background: var(--bg-card); }
.cat-showcase__visual img { width: 100%; height: 100%; object-fit: cover; }

/* Specs Band */
.specs-band { padding: 4.5rem 0; background: var(--bg-3); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.specs-band__inner { max-width: var(--max); margin: 0 auto; padding: 0 1.375rem; display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; text-align: center; }
.spec-item__value { font-size: clamp(1.75rem,3.5vw,2.5rem); font-weight: 600; letter-spacing: -0.02em; color: var(--text); line-height: 1; margin-bottom: 0.375rem; }
.spec-item__label { font-size: 0.8125rem; color: var(--text-secondary); line-height: 1.4; }

/* Detail Hero */
.detail-hero { position: relative; min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; max-width: 1100px; margin: 0 auto; padding: calc(var(--header-h) + 4rem) 1.5rem 4rem; overflow: hidden; }
.detail-hero__copy { max-width: 480px; }
.detail-hero__breadcrumb { display: flex; align-items: center; gap: 0.375rem; font-size: 0.75rem; color: var(--text-secondary); margin-bottom: 1.5rem; }
.detail-hero__breadcrumb a { color: var(--text-secondary); transition: color 0.2s; }
.detail-hero__breadcrumb a:hover { color: var(--text); }
.detail-hero__breadcrumb span { opacity: 0.4; }
.detail-hero__tag { display: inline-block; font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #2997ff; margin-bottom: 0.75rem; }
.detail-hero h1  { font-size: clamp(2rem,4vw,3rem); font-weight: 600; letter-spacing: -0.025em; line-height: 1.08; margin-bottom: 0.625rem; }
.detail-hero__model-label { font-size: 1rem; color: var(--text-secondary); margin-bottom: 2rem; }
.detail-hero__cta { display: flex; gap: 0.875rem; flex-wrap: wrap; }
.detail-hero__visual { position: relative; display: flex; align-items: center; justify-content: center; }
.detail-hero__img { width: 100%; max-width: 480px; aspect-ratio: 3/4; object-fit: cover; border-radius: 20px; background: var(--bg-card); }

/* Sticky Quick-Spec Bar */
.quick-spec-bar { position: sticky; top: var(--header-h); z-index: 49; background: rgba(0,0,0,.92); backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid var(--border); padding: 0.875rem 0; }
.quick-spec-bar__inner { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; gap: 2.5rem; overflow-x: auto; scrollbar-width: none; }
.quick-spec-bar__inner::-webkit-scrollbar { display: none; }
.qs-item { display: flex; flex-direction: column; align-items: center; gap: 0.125rem; flex-shrink: 0; }
.qs-item__value { font-size: 0.9375rem; font-weight: 600; color: var(--text); white-space: nowrap; }
.qs-item__label { font-size: 0.6875rem; color: var(--text-secondary); white-space: nowrap; letter-spacing: 0.02em; }
.quick-spec-bar__cta { margin-left: auto; flex-shrink: 0; }

/* Product Story */
.product-story { padding: 7rem 0; background: var(--bg); }
.product-story__inner { max-width: 680px; margin: 0 auto; padding: 0 1.5rem; text-align: center; }
.product-story__inner h2 { font-size: clamp(1.75rem,4vw,2.75rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1.12; margin-bottom: 1.5rem; }
.product-story__inner p  { font-size: 1.0625rem; color: var(--text-secondary); line-height: 1.75; margin-bottom: 1rem; }

/* Tech Specs */
.tech-specs { padding: 6rem 0; background: var(--bg-2); }
.tech-specs__inner { max-width: 760px; margin: 0 auto; padding: 0 1.5rem; }
.tech-specs__inner h2 { font-size: clamp(1.5rem,3vw,2.25rem); font-weight: 600; letter-spacing: -0.02em; margin-bottom: 2.5rem; }
.specs-table { width: 100%; border-collapse: collapse; font-size: 0.9375rem; }
.specs-table tr { border-bottom: 1px solid var(--border); transition: background 0.2s; }
.specs-table tr:hover { background: rgba(255,255,255,.03); }
.specs-table td { padding: 1rem 0.5rem; vertical-align: top; }
.specs-table td:first-child { width: 44%; color: var(--text-secondary); font-size: 0.875rem; }
.specs-table td:last-child  { color: var(--text); font-weight: 500; }

/* Gallery Section (ürün detay) */
.gallery-section { padding: 6rem 0; background: var(--bg); }
.gallery-section__inner { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.gallery-section__header { text-align: center; margin-bottom: 3rem; }
.gallery-section__header h2 { font-size: clamp(1.5rem,3vw,2.25rem); font-weight: 600; letter-spacing: -0.02em; }
.gallery-main { width: 100%; aspect-ratio: 16/9; border-radius: 20px; overflow: hidden; background: var(--bg-card); margin-bottom: 1rem; cursor: zoom-in; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.gallery-main:hover img { transform: scale(1.02); }
.gallery-thumbs { display: flex; gap: 0.625rem; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; }
.gallery-thumbs::-webkit-scrollbar { display: none; }
.gallery-thumb { flex: 0 0 calc(20% - 0.5rem); aspect-ratio: 4/3; border-radius: 10px; overflow: hidden; cursor: pointer; border: 2px solid transparent; background: var(--bg-card); transition: border-color 0.2s; min-width: 80px; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--ease), opacity 0.3s; opacity: 0.6; }
.gallery-thumb:hover img { opacity: 0.9; transform: scale(1.04); }
.gallery-thumb.is-active { border-color: rgba(255,255,255,.5); }
.gallery-thumb.is-active img { opacity: 1; }

/* Security Features */
.security-features { padding: 6rem 0; background: var(--bg-2); }
.security-features__inner { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }
.security-features__header { text-align: center; margin-bottom: 3.5rem; }
.security-features__header h2 { font-size: clamp(1.5rem,3vw,2.25rem); font-weight: 600; letter-spacing: -0.02em; }
.security-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.security-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 18px; padding: 2rem 1.75rem; transition: border-color 0.3s, transform 0.3s var(--ease); }
.security-card:hover { border-color: rgba(255,255,255,.15); transform: translateY(-3px); }
.security-card__icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(41,151,255,.12); border: 1px solid rgba(41,151,255,.2); display: flex; align-items: center; justify-content: center; color: #2997ff; margin-bottom: 1.25rem; }
.security-card h3 { font-size: 1rem; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 0.5rem; color: var(--text); }
.security-card p  { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.65; }

/* Similar Products */
.similar-products { padding: 6rem 0; background: var(--bg-2); }
.similar-products__inner { max-width: var(--max); margin: 0 auto; padding: 0 1.375rem; }
.similar-products__header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 2.5rem; gap: 1rem; }
.similar-products__header h2 { font-size: clamp(1.25rem,2.5vw,1.75rem); font-weight: 600; letter-spacing: -0.02em; }

/* breadcrumb-bar — unified block, defined at top of file */

/* ─── Responsive ─────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .ip-gallery__grid { grid-template-columns: repeat(min(var(--gallery-cols, 3), 3), 1fr); }

  .detail-hero { grid-template-columns: 1fr; text-align: center; padding-bottom: 3rem; }
  .detail-hero__copy { max-width: 560px; margin: 0 auto; }
  .detail-hero__breadcrumb { justify-content: center; }
  .detail-hero__cta { justify-content: center; }

  .cat-showcase__inner { grid-template-columns: 1fr; gap: 3rem; text-align: center; }
  .cat-showcase__inner--reverse { direction: ltr; }
  .cat-showcase__copy { max-width: 100%; }

  .specs-band__inner { grid-template-columns: repeat(2,1fr); gap: 2rem 3rem; }

  .security-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
  .ip-gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }

  .ip-lightbox__prev { left: 0.5rem; }
  .ip-lightbox__next { right: 0.5rem; }

  .product-grid { grid-template-columns: repeat(2,1fr); }
  .filter-bar__count { display: none; }
  .quick-spec-bar__cta { display: none; }
  .specs-band__inner { grid-template-columns: repeat(2,1fr); }
  .security-grid { grid-template-columns: 1fr; }
  .similar-products__header { flex-direction: column; gap: 0.5rem; }
  .gallery-thumb { flex: 0 0 calc(25% - 0.5rem); }
}

@media (max-width: 480px) {
  .ip-gallery__grid { grid-template-columns: repeat(2, 1fr); }

  .product-grid { grid-template-columns: 1fr; }
  .specs-band__inner { grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
  .gallery-thumb { flex: 0 0 calc(33.333% - 0.5rem); }

  .ip-hero__title { font-size: clamp(1.875rem, 8vw, 2.5rem); }
}
