/* ============================================================
   Cep Yelpaze — minimal, premium, editoryal tema
   ============================================================ */
:root {
  --ink: #1c1c1a;
  --ink-soft: #56544e;
  --ink-faint: #8a887f;
  --paper: #ffffff;
  --paper-warm: #f6f4ef;
  --paper-card: #f5f4f1;
  --line: #e7e5df;
  --accent: #1c1c1a;
  --green: #2e8b57;
  --danger: #c0392b;
  --ok: #1e7e46;
  --radius: 14px;
  --shadow: 0 10px 40px rgba(28, 28, 26, 0.08);
  --font: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---------- Duyuru + üst menü ---------- */
.announce {
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
}
.announce-track {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  animation: announce-scroll 22s linear infinite;
  will-change: transform;
}
.announce-track span { flex-shrink: 0; }
.announce:hover .announce-track { animation-play-state: paused; }
@keyframes announce-scroll {
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .announce-track { animation: none; }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-row {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 0;
}
.brand {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.brand span { color: var(--green); }
.nav-links {
  display: flex;
  gap: 22px;
  list-style: none;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.nav-links a:hover { color: var(--ink); }
.nav-icons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
.icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  border-radius: 50%;
  color: var(--ink);
}
.icon-btn:hover { background: var(--paper-card); }
.icon-btn svg { width: 21px; height: 21px; }
.cart-badge {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 17px;
  height: 17px;
  border-radius: 9px;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
.cart-badge.show { display: inline-flex; }
.search-bar {
  display: none;
  padding: 0 0 14px;
}
.search-bar.open { display: block; }
.search-bar form { display: flex; gap: 8px; }
.search-bar input {
  flex: 1;
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
}
.search-bar input:focus { outline: 2px solid var(--ink); border-color: var(--ink); }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover { background: #333; transform: translateY(-1px); }
.btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--ink); border-color: #fff; }
.btn-light:hover { background: var(--paper-warm); }
.btn-sm { padding: 9px 18px; font-size: 13.5px; }
.btn-block { width: 100%; }
.btn-disabled { pointer-events: none; opacity: 0.5; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("/images/site/hero.jpg");
  background-size: cover;
  background-position: center 30%;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 30%, rgba(0,0,0,0.55) 100%);
}
.hero-content {
  padding: 72px 0 88px;
  max-width: 760px;
}
.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12.5px;
  font-weight: 700;
  opacity: 0.92;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  text-wrap: balance;
}
.hero p {
  font-size: clamp(16px, 2vw, 20px);
  opacity: 0.94;
  margin-bottom: 30px;
  max-width: 560px;
}

/* ---------- Bölüm başlıkları ---------- */
section { padding: 84px 0; }
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.section-head h2, .section-title {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.section-head .see-all {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
  white-space: nowrap;
}
.section-head .see-all:hover { color: var(--ink); border-color: var(--ink); }
.section-sub {
  color: var(--ink-soft);
  max-width: 620px;
  margin-top: 10px;
  font-size: 16px;
}

/* ---------- Ürün grid ---------- */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 20px;
}
.product-card { display: block; }
.product-card .thumb {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper-card);
  margin-bottom: 14px;
}
.product-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.product-card:hover .thumb img { transform: scale(1.045); }
.product-card h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
}
.product-card .price { font-size: 14.5px; color: var(--ink-soft); }

/* ---------- Yatay ürün şeridi (ana sayfa) ---------- */
.product-row-wrap { position: relative; }
.product-row {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 12px;
  scrollbar-width: none;
}
.product-row::-webkit-scrollbar { display: none; }
.product-row .product-card {
  flex: 0 0 262px;
  scroll-snap-align: start;
}
.row-arrow {
  position: absolute;
  top: 118px;
  z-index: 5;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.row-arrow:hover { transform: scale(1.07); }
.row-arrow svg { width: 20px; height: 20px; }
.row-arrow-left { left: -14px; }
.row-arrow-right { right: -14px; }
.row-arrow[disabled] { opacity: 0.25; cursor: default; transform: none; }
@media (max-width: 640px) {
  .product-row .product-card { flex-basis: 200px; }
  .row-arrow { display: none; }
}

/* ---------- Kampanya ---------- */
.campaign { background: var(--paper-warm); }
.bundle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.bundle-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  position: relative;
}
.bundle-card.best { border: 2px solid var(--ink); }
.bundle-flag {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 4px 14px;
  white-space: nowrap;
}
.bundle-card .b-qty {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-faint);
  font-weight: 700;
  margin-bottom: 6px;
}
.bundle-card .b-tag { font-size: 17px; font-weight: 700; margin-bottom: 14px; }
.bundle-card .b-price { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; }
.bundle-card .b-note { font-size: 13px; color: var(--ok); font-weight: 600; margin-top: 6px; min-height: 20px; }

/* ---------- Kullanım kılavuzu ---------- */
.guide { background: #faf6ee; }
.guide-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: center;
}
.guide-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 38px 26px;
}
.guide-step .g-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--paper-warm);
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-step .g-icon svg { width: 34px; height: 34px; }
.guide-step .g-num {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 700;
  margin-bottom: 6px;
}
.guide-step h3 { font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.guide-step p { color: var(--ink-soft); font-size: 14.5px; }

/* ---------- Hikaye + toptan ---------- */
.story .story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.story .story-text h2 { margin-bottom: 18px; }
.story .story-text p { color: var(--ink-soft); font-size: 16.5px; margin-bottom: 14px; }
.story img { border-radius: var(--radius); box-shadow: var(--shadow); }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.badge-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
  background: #fff;
}

.wholesale {
  background: var(--ink);
  color: #fff;
}
.wholesale .story-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.wholesale img { border-radius: var(--radius); }
.wholesale h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 16px; }
.wholesale p { opacity: 0.85; margin-bottom: 26px; font-size: 16.5px; }

/* ---------- SSS ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px 4px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: var(--ink-faint);
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 4px 22px; color: var(--ink-soft); font-size: 15.5px; max-width: 720px; }
.faq-cta { text-align: center; margin-top: 34px; }
.faq-cta a { font-weight: 600; border-bottom: 1px solid var(--ink); }

/* ---------- Ürün detay ---------- */
.product-page { padding: 56px 0 84px; }
.product-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
}
.gallery-main {
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper-card);
  margin-bottom: 12px;
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.gallery-thumbs button {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  background: var(--paper-card);
}
.gallery-thumbs button.active { border-color: var(--ink); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.pd-info .crumbs { font-size: 13.5px; color: var(--ink-faint); margin-bottom: 14px; }
.pd-info .crumbs a:hover { color: var(--ink); }
.pd-info h1 { font-size: clamp(26px, 3vw, 36px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 10px; }
.pd-info .pd-price { font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.pd-info .pd-desc { color: var(--ink-soft); margin: 14px 0 26px; font-size: 16px; }

.option-list { display: grid; gap: 10px; margin-bottom: 22px; }
.option-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s ease;
}
.option-item:hover { border-color: var(--ink-faint); }
.option-item input { accent-color: var(--ink); width: 18px; height: 18px; }
.option-item .o-label { font-weight: 700; font-size: 15px; }
.option-item .o-tag { font-size: 13px; color: var(--ink-faint); }
.option-item .o-price { margin-left: auto; text-align: right; font-weight: 700; }
.option-item .o-save { display: block; font-size: 12.5px; color: var(--ok); font-weight: 600; }
.option-item:has(input:checked) { border-color: var(--ink); background: var(--paper-warm); }
.option-item .o-flag {
  position: absolute;
  top: -9px;
  right: 14px;
  background: var(--ink);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 999px;
  padding: 2px 10px;
  text-transform: uppercase;
}
.pd-note { font-size: 13.5px; color: var(--ink-faint); margin-top: 14px; }

/* Paket içi desen seçici */
.design-slots { margin: 4px 0 22px; }
.ds-title { font-size: 13.5px; font-weight: 700; margin-bottom: 10px; }
.ds-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
.design-slot {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
}
.design-slot img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  background: var(--paper-card);
}
.design-slot select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: inherit;
  font-size: 13.5px;
  background: #fff;
}
.design-slot select:focus { outline: 2px solid var(--ink); }
.pd-features {
  list-style: none;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pd-features li {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-soft);
  background: var(--paper-warm);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
}

/* ---------- Sepet ---------- */
.cart-page { padding: 56px 0 84px; min-height: 55vh; }
.cart-layout { display: grid; grid-template-columns: 1.4fr 0.85fr; gap: 44px; align-items: start; }
.cart-lines { display: grid; gap: 0; }
.cart-line {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.cart-line img { width: 92px; height: 92px; border-radius: 10px; object-fit: cover; background: var(--paper-card); }
.cart-line .cl-name { font-weight: 600; font-size: 15px; }
.cart-line .cl-unit { font-size: 13.5px; color: var(--ink-faint); margin-top: 2px; }
.qty-ctrl { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; margin-top: 10px; }
.qty-ctrl button {
  width: 32px; height: 32px;
  border: none; background: none;
  font-size: 16px; font-weight: 600;
  color: var(--ink);
  border-radius: 50%;
}
.qty-ctrl button:hover { background: var(--paper-card); }
.qty-ctrl .q { min-width: 34px; text-align: center; font-weight: 700; font-size: 14.5px; }
.cl-right { text-align: right; }
.cl-right .cl-total { font-weight: 700; }
.cl-remove { border: none; background: none; color: var(--ink-faint); font-size: 13px; text-decoration: underline; margin-top: 8px; }
.cl-remove:hover { color: var(--danger); }

.summary-card {
  background: var(--paper-warm);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  position: sticky;
  top: 92px;
}
.summary-card h2 { font-size: 19px; font-weight: 800; margin-bottom: 18px; }
.sum-row { display: flex; justify-content: space-between; font-size: 15px; padding: 7px 0; color: var(--ink-soft); }
.sum-row.discount { color: var(--ok); font-weight: 600; }
.sum-row.total { border-top: 1px solid var(--line); margin-top: 10px; padding-top: 14px; font-size: 18px; font-weight: 800; color: var(--ink); }
.sum-hint {
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 10px;
  font-size: 13.5px;
  color: var(--ink-soft);
  padding: 12px 14px;
  margin: 14px 0 18px;
}
.sum-hint strong { color: var(--ok); }

.empty-state { text-align: center; padding: 60px 0; }
.empty-state h2 { font-size: 24px; font-weight: 800; margin-bottom: 10px; }
.empty-state p { color: var(--ink-soft); margin-bottom: 24px; }

/* ---------- Ödeme ---------- */
.checkout-page { padding: 56px 0 84px; }
.checkout-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 44px; align-items: start; }
.form-grid { display: grid; gap: 16px; }
.form-field label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 6px; }
.form-field input, .form-field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
}
.form-field input:focus, .form-field textarea:focus { outline: 2px solid var(--ink); border-color: var(--ink); }
.form-field textarea { min-height: 96px; resize: vertical; }
.form-error {
  display: none;
  background: #fdecea;
  color: var(--danger);
  border: 1px solid #f5c6c0;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 14.5px;
  margin-bottom: 6px;
}
.form-error.show { display: block; }
.secure-note { display: flex; gap: 10px; align-items: center; font-size: 13.5px; color: var(--ink-faint); margin-top: 16px; }
.secure-note svg { width: 17px; height: 17px; flex-shrink: 0; }
#paytr-wrap { display: none; }
#paytr-wrap.show { display: block; }
#paytriframe { width: 100%; min-height: 620px; border: none; border-radius: var(--radius); background: #fff; }
.pay-loading { display: none; text-align: center; padding: 30px; color: var(--ink-soft); }
.pay-loading.show { display: block; }

/* ---------- Sonuç / takip ---------- */
.result-page { padding: 90px 0; text-align: center; min-height: 55vh; }
.result-icon { width: 84px; height: 84px; margin: 0 auto 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.result-icon.ok { background: #e6f4ec; color: var(--ok); }
.result-icon.bad { background: #fdecea; color: var(--danger); }
.result-icon svg { width: 40px; height: 40px; }
.result-page h1 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; margin-bottom: 12px; }
.result-page p { color: var(--ink-soft); max-width: 520px; margin: 0 auto 10px; }
.result-page .oid { font-family: ui-monospace, Consolas, monospace; background: var(--paper-card); border-radius: 8px; padding: 3px 10px; font-size: 14px; }
.result-actions { margin-top: 30px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.status-chip { display: inline-block; border-radius: 999px; padding: 4px 14px; font-size: 13px; font-weight: 700; }
.status-pending { background: #fff6e0; color: #9a6d00; }
.status-paid { background: #e6f4ec; color: var(--ok); }
.status-shipped { background: #e8f0fd; color: #2456a6; }
.status-failed, .status-cancelled { background: #fdecea; color: var(--danger); }

.track-box { max-width: 520px; margin: 0 auto; }
.track-box .form-field { margin-bottom: 14px; }
#track-result { margin-top: 26px; }

/* ---------- Statik sayfalar ---------- */
.page-narrow { max-width: 780px; margin: 0 auto; padding: 64px 24px 90px; }
.page-narrow h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 22px; }
.page-narrow h2 { font-size: 22px; font-weight: 800; margin: 34px 0 12px; }
.page-narrow p { color: var(--ink-soft); font-size: 16.5px; margin-bottom: 14px; }
.page-narrow img { border-radius: var(--radius); margin: 26px 0; }

/* ---------- Tükendi rozeti + stok uyarısı ---------- */
.soldout-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(28, 28, 26, 0.85);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 13px;
}
.stock-warn { margin-top: 10px; font-size: 14px; font-weight: 700; color: #b45309; }

/* ---------- Yorumlar ---------- */
.reviews-section { margin-top: 80px; border-top: 1px solid var(--line); padding-top: 56px; }
.review-stars { color: #f2b01e; letter-spacing: 2px; font-size: 15px; white-space: nowrap; }
.review-stars.big { font-size: 19px; }
.review-stars .stars-off { color: var(--line); }
.review-list { display: grid; gap: 0; max-width: 820px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.review-grid .review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.review-card header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-size: 14.5px;
}
.review-card header time { color: var(--ink-faint); font-size: 13px; margin-left: auto; }
.review-card > p { color: var(--ink-soft); font-size: 15px; }
.verified {
  color: var(--ok);
  font-size: 12.5px;
  font-weight: 700;
  background: #e6f4ec;
  border-radius: 999px;
  padding: 3px 10px;
}
.review-photos { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.review-photos img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
  transition: transform 0.15s ease;
}
.review-photos a:hover img { transform: scale(1.05); }
.review-product-link { display: inline-block; margin-top: 12px; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); }
.review-product-link:hover { color: var(--ink); }
.home-reviews { background: var(--paper-warm); }

.review-form-card {
  margin-top: 40px;
  max-width: 640px;
  background: var(--paper-warm);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.review-form-card h3 { font-size: 19px; font-weight: 800; margin-bottom: 6px; }
.review-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rating-label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 6px; }
.rating-input {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 2px;
  font-size: 30px;
}
.rating-input input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.rating-input label { color: var(--line); cursor: pointer; transition: color 0.1s ease; }
.rating-input input:checked ~ label,
.rating-input label:hover,
.rating-input label:hover ~ label { color: #f2b01e; }
.rating-input input:focus-visible + label { outline: 2px solid var(--ink); border-radius: 4px; }
.form-ok {
  background: #e6f4ec;
  color: var(--ok);
  border: 1px solid #bfe3cd;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 14.5px;
  margin-bottom: 6px;
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 54px 0 40px;
  background: var(--paper-warm);
  color: var(--ink-soft);
  font-size: 14.5px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 34px; }
.site-footer h3 { color: var(--ink); font-size: 15px; font-weight: 800; margin-bottom: 12px; }
.site-footer ul { list-style: none; display: grid; gap: 8px; }
.site-footer a:hover { color: var(--ink); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: var(--ink-faint); }

/* ---------- Admin ---------- */
.admin-page { padding: 48px 0 80px; }
.admin-page h1 { font-size: 28px; font-weight: 800; margin-bottom: 24px; }
.admin-login { max-width: 400px; margin: 80px auto; padding: 0 24px; }
.admin-login .card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.admin-login h1 { font-size: 22px; font-weight: 800; margin-bottom: 20px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 14.5px; background: #fff; }
.admin-table th, .admin-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.admin-table th { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-faint); }
.admin-table tr:hover td { background: var(--paper-warm); }
.admin-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.admin-filters a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
}
.admin-filters a.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.admin-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; margin-bottom: 20px; }
.admin-card h2 { font-size: 17px; font-weight: 800; margin-bottom: 14px; }
.kv { display: grid; grid-template-columns: 160px 1fr; gap: 6px 16px; font-size: 15px; }
.kv dt { color: var(--ink-faint); }
.kv dd { font-weight: 500; }
.admin-inline-form { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.admin-inline-form select { padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 14.5px; font-family: inherit; }
.pager { display: flex; gap: 8px; margin-top: 20px; }
.pager a { border: 1px solid var(--line); border-radius: 8px; padding: 6px 12px; font-size: 14px; }

/* ---------- Admin ek bileşenler ---------- */
.admin-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.admin-nav > a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-soft);
  background: #fff;
}
.admin-nav > a.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.nav-count {
  background: var(--danger);
  color: #fff;
  border-radius: 999px;
  font-size: 11.5px;
  padding: 1px 7px;
  font-weight: 700;
}
.admin-logout { margin-left: auto; }
.admin-logout button {
  border: none;
  background: none;
  color: var(--ink-faint);
  font-size: 14px;
  text-decoration: underline;
}
.admin-logout button:hover { color: var(--danger); }
.admin-thumb { width: 52px; height: 52px; border-radius: 8px; object-fit: cover; background: var(--paper-card); }
.admin-sub { font-size: 13px; color: var(--ink-faint); }
.admin-photo-grid { display: flex; gap: 14px; flex-wrap: wrap; margin: 14px 0 22px; }
.admin-photo { position: relative; width: 130px; }
.admin-photo img { width: 130px; height: 130px; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); }
.photo-main {
  position: absolute;
  top: 6px;
  left: 6px;
  background: var(--ink);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  border-radius: 999px;
  padding: 2px 9px;
}
.photo-del {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(192, 57, 43, 0.92);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  padding: 3px 10px;
}
.admin-upload { border-top: 1px dashed var(--line); padding-top: 18px; }
.check-label { display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 600; cursor: pointer; }
.check-label input { width: 18px; height: 18px; accent-color: var(--ink); }
.settings-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 18px; max-width: 560px; }
.review-admin-card .review-comment { color: var(--ink-soft); margin: 10px 0; }
.review-admin-head { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.review-admin-card .admin-inline-form { margin-top: 14px; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .bundle-grid { grid-template-columns: repeat(2, 1fr); }
  .product-layout, .cart-layout, .checkout-layout { grid-template-columns: 1fr; gap: 36px; }
  .story .story-grid, .wholesale .story-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .summary-card { position: static; }
}
@media (max-width: 1000px) {
  .review-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  section { padding: 56px 0; }
  .review-grid { grid-template-columns: 1fr; }
  .review-form-row { grid-template-columns: 1fr; }
  .settings-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .mobile-nav { display: flex !important; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 12px; }
  .guide-steps { grid-template-columns: 1fr; }
  .bundle-grid { grid-template-columns: 1fr; }
  .hero { min-height: 66vh; }
  .cart-line { grid-template-columns: 72px 1fr; }
  .cl-right { grid-column: 2; text-align: left; display: flex; gap: 16px; align-items: center; }
  .footer-grid { grid-template-columns: 1fr; }
}
.mobile-nav {
  display: none;
  gap: 18px;
  list-style: none;
  padding: 0 0 12px;
  font-size: 14px;
  color: var(--ink-soft);
  overflow-x: auto;
  white-space: nowrap;
}
