/* =====================================================================
   MEGALORA KOZMETİK — Design System
   Traverten · Keten · Zeytin · Kömür  |  Doğal High-End
   ===================================================================== */

/* Outfit (gövde) — Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');

/* Athelas Bold (başlıklar) — Adobe Fonts.
   Adobe Fonts’ta Web Project oluşturup Athelas Bold ekleyin; kit kimliğinizi
   aşağıya yazın. Örnek: @import url('https://use.typekit.net/abc1def.css'); */
/* @import url('https://use.typekit.net/XXXXX.css'); */

/* ---------- Tokens ---------- */
:root {
  /* Taş / zeytin ölçeği (birincil marka) */
  --lav-50:  #f2eee6;
  --lav-100: #e6e0d6;
  --lav-200: #d0c8bb;
  --lav-300: #b0a798;
  --lav-400: #8a8172;
  --lav-500: #6b7a52;
  --lav-600: #5a6644;
  --lav-700: #4a5638;
  --lav-800: #2c2a26;
  --lav-900: #1a1917;

  /* Toprak rengi aksanları */
  --gold-100: #ebe3d4;
  --gold-300: #c9b08a;
  --gold-500: #a07850;
  --gold-600: #866340;
  --gold-700: #6a4e32;

  /* Zeytin yeşili */
  --sage-300: #b5bda6;
  --sage-500: #6b7a52;
  --sage-700: #4a5638;

  /* Traverten & keten zeminler */
  --cream:   #ebe4d8;
  --ivory:   #f6f2eb;
  --sand:    #e0d8cb;
  --sand-2:  #d6cdc0;

  /* Sıcak taş metin */
  --ink:     #3d3933;
  --ink-soft:#5c564c;
  --ink-mut: #7a746b;

  /* Toprak kırmızısı (favori / uyarı) */
  --brand-red: #8b4a3a;
  --terra:     #8b6640;

  /* Sistem */
  --primary: var(--lav-700);
  --primary-strong: var(--lav-800);
  --on-primary: #f6f2eb;
  --bg: var(--cream);
  --surface: #faf8f4;
  --border: #d4cbc0;
  --border-lav: #c8bfb2;
  --success: #4a5638;
  --sale: var(--success);
  --sale-soft: #e4ebe0;
  --danger: #8b4a3a;

  /* Radius — keskin köşe / dikdörtgen */
  --r-sm: 0;
  --r-md: 0;
  --r-lg: 0;
  --r-xl: 0;
  --r-full: 0;

  /* Gölge — kömür / taş */
  --sh-sm: 0 1px 2px rgba(26,25,23,.05), 0 1px 3px rgba(26,25,23,.04);
  --sh-md: 0 6px 18px rgba(44,42,38,.07), 0 2px 6px rgba(44,42,38,.05);
  --sh-lg: 0 18px 44px rgba(44,42,38,.12), 0 6px 14px rgba(44,42,38,.07);
  --sh-gold: 0 8px 22px rgba(134,99,64,.18);

  /* Yerleşim — ~3 ürün; ultra-geniş ekranda sonsuz büyümesin */
  --maxw: 2100px;
  --nav-h: 76px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --pc-img-scale: 92%;
  --pd-img-scale: 94%;

  --font-serif: athelas, Athelas, Georgia, 'Times New Roman', serif;
  --font-sans: 'Outfit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-weight-brand: 700;
  --font-weight-body: 400;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-size: 18px; }
body {
  font-family: var(--font-sans);
  font-weight: var(--font-weight-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 1.05rem;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100dvh;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
.art { display: block; width: 100%; height: auto; max-width: 100%; }
.thumb > svg, .cat-art > svg, .story-visual > svg, .pd-main > svg, .pd-thumb > svg,
.field-visual > svg, .hero-card .art > svg, .search-live-results .thumb > svg { width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
input, select, textarea { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2.5px solid var(--lav-500); outline-offset: 3px; border-radius: 0; }

/* Paper-grain texture, çok hafif */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0;
  opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
}

/* ---------- Tipografi ---------- */
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 700; line-height: 1.12; color: var(--ink); letter-spacing: .005em; }
h1 { font-size: clamp(2.65rem, 5.5vw, 4.5rem); }
h2 { font-size: clamp(2.1rem, 3.9vw, 3.15rem); }
h3 { font-size: clamp(1.4rem, 2.2vw, 1.8rem); }
.serif-italic { font-style: italic; font-weight: 400; }

.overline {
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--lav-600);
}
.overline--gold { color: var(--gold-700); }
.lead, .muted, .pd-desc, .legal p, .faq .faq-body, .post-body, .value-card p,
.tl-body p, .story-sign .rl, .testi-card p, .testi-card .who .meta,
.ritual-item .s, .footer-brand p, .footer-col a, .breadcrumb,
.pc-cat, .pc-rating, .contact-item .v, .form-note, .nav-side a,
.util-bar, .btn, .textlink, .chip, .filter-opt, .shop-toolbar .count {
  font-family: var(--font-sans);
}
.lead { font-size: 1.15rem; font-weight: 400; color: var(--ink-soft); max-width: 60ch; line-height: 1.7; }
.muted { color: var(--ink-mut); }

/* ---------- Layout yardımcıları ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1rem, 2.2vw, 1.75rem); position: relative; z-index: 1; }
.section { padding-block: clamp(3.5rem, 8vw, 6.5rem); position: relative; }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.4rem; flex-wrap: wrap; }
.section-head .titlewrap { max-width: 40ch; }
.section-head h2 { margin-top: .5rem; }
.center { text-align: center; }
.center .lead, .center .section-head .titlewrap { margin-inline: auto; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-sans); font-weight: 500; font-size: 1rem;
  letter-spacing: .03em;
  padding: .85rem 1.6rem; border-radius: var(--r-full);
  transition: transform .2s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 1.15em; height: 1.15em; }
.btn--primary { background: var(--lav-800); color: var(--ivory); box-shadow: var(--sh-md); }
.btn--primary:hover { background: var(--lav-900); transform: translateY(-2px); box-shadow: var(--sh-lg); }
.btn--gold { background: linear-gradient(135deg, var(--gold-500), var(--gold-600)); color: var(--ivory); box-shadow: var(--sh-gold); }
.btn--gold:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn--ghost { background: transparent; color: var(--lav-700); border: 1.5px solid var(--border-lav); }
.btn--ghost:hover { background: var(--lav-50); border-color: var(--lav-300); }
.btn--light { background: var(--surface); color: var(--ink); box-shadow: var(--sh-sm); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--sh-md); }
.btn--sm { padding: .6rem 1.1rem; font-size: .95rem; }
.btn--block { width: 100%; }
.btn--lg { padding: 1rem 2rem; font-size: 1.15rem; }
.textlink { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; color: var(--lav-700); font-size: 1.08rem; transition: gap .2s var(--ease), color .2s; }
.textlink svg { width: 1em; height: 1em; transition: transform .2s var(--ease); }
.textlink:hover { color: var(--lav-800); }
.textlink:hover svg { transform: translateX(3px); }

/* ---------- Rozetler ---------- */
.badge {
  display: inline-flex; align-items: center; gap: .35rem;
  font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding: .34rem .6rem; border-radius: var(--r-full); line-height: 1;
}
.badge--sale { background: var(--sale); color: #f6f2eb; }
.badge--new { background: var(--sage-500); color: #f6f2eb; }
.badge--pop { background: var(--gold-100); color: var(--gold-700); }
  .badge--soft { background: var(--lav-100); color: var(--lav-700); }
  .pd-set-item:hover { border-color: var(--lav-400) !important; }

/* =====================================================================
   HEADER
   ===================================================================== */
.topbar {
  background: linear-gradient(90deg, var(--lav-900), var(--lav-800));
  color: #e8e2d6; font-size: .88rem; letter-spacing: .03em;
  text-align: center; padding: .5rem 1rem; position: relative; z-index: 60;
}
.topbar strong { color: var(--gold-300); font-weight: 600; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,242,235,.88);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: var(--sh-md); }
.nav {
  height: var(--nav-h); display: flex; align-items: center; gap: 1.5rem;
}
.brand { display: flex; align-items: center; gap: .6rem; flex-shrink: 0; }
/* eski kısıt — logo boyutu .brand-logo üzerinden yönetilir */
.nav-links { display: flex; align-items: center; gap: .35rem; margin-inline: auto; }
.nav-links a {
  font-weight: 600; font-size: 1.08rem; padding: .55rem .8rem; border-radius: var(--r-full);
  color: var(--ink-soft); transition: color .2s, background .2s; position: relative;
}
.nav-links a:hover { color: var(--lav-800); background: var(--lav-50); }
.nav-links a.active { color: var(--lav-800); }
.nav-links a.sale-link { color: var(--sale); }
.nav-actions { display: flex; align-items: center; gap: .35rem; flex-shrink: 0; }
.icon-btn {
  width: 44px; height: 44px; border-radius: var(--r-full);
  display: grid; place-items: center; color: var(--ink); position: relative;
  transition: background .2s, color .2s;
}
.icon-btn:hover { background: var(--lav-50); color: var(--lav-800); }
.icon-btn svg { width: 22px; height: 22px; }
.cart-count {
  position: absolute; top: 4px; right: 4px; min-width: 18px; height: 18px; padding: 0 4px;
  background: var(--brand-red); color: #fff; font-size: .68rem; font-weight: 800;
  border-radius: var(--r-full); display: grid; place-items: center; line-height: 1;
  font-family: var(--font-sans);
}
.hamburger { display: none; }

/* ---------- Search overlay ---------- */
.search-overlay {
  position: fixed; inset: 0; z-index: 80; display: none;
  background: rgba(26,25,23,.42); backdrop-filter: blur(4px);
}
.search-overlay.open { display: block; animation: fade .2s var(--ease); }
.search-panel {
  background: var(--ivory); max-width: 760px; margin: 8vh auto 0; border-radius: var(--r-lg);
  box-shadow: var(--sh-lg); padding: 1.4rem; animation: pop .25s var(--ease);
}
.search-field { display: flex; align-items: center; gap: .8rem; border-bottom: 2px solid var(--border-lav); padding-bottom: .9rem; }
.search-field svg { width: 24px; height: 24px; color: var(--lav-600); flex-shrink: 0; }
.search-field input { border: none; background: none; width: 100%; font-size: 1.3rem; font-family: var(--font-serif); outline: none; }
.search-field input::placeholder { color: var(--ink-mut); }
.search-suggest { margin-top: 1.1rem; }
.search-suggest .lbl { font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mut); margin-bottom: .7rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { padding: .5rem .95rem; border-radius: var(--r-full); background: var(--lav-50); color: var(--lav-700); font-size: .87rem; font-weight: 600; transition: background .2s, transform .2s; }
.chip:hover { background: var(--lav-100); transform: translateY(-1px); }
.search-live-results { margin-top: 1.2rem; display: grid; gap: .3rem; max-height: 46vh; overflow-y: auto; }
.sresult { display: flex; align-items: center; gap: .9rem; padding: .6rem; border-radius: var(--r-md); transition: background .18s; }
.sresult:hover { background: var(--lav-50); }
.sresult .thumb {
  flex-shrink: 0;
  width: 56px;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  background: #F0F0F0;
  line-height: 0;
}
.sresult .thumb .art,
.cart-row .thumb .art,
.mini-row .thumb .art {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.12);
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  object-position: center;
}
.sresult .nm { font-weight: 600; font-size: .95rem; }
.sresult .ct { font-size: .8rem; color: var(--ink-mut); }
.sresult .pr { margin-left: auto; font-weight: 700; color: var(--lav-700); text-align: right; }
.sresult .pr:has(.was) .now { color: var(--sale); }
.sresult .pr .was { display: block; margin-left: 0; font-size: .78rem; }

/* =====================================================================
   HERO
   ===================================================================== */
.hero { position: relative; overflow: hidden; background: linear-gradient(160deg, var(--ivory) 0%, var(--cream) 50%, var(--sand-2) 100%); }
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(closest-side, rgba(160,120,80,.12), transparent) 88% 12%/38% 50% no-repeat,
    radial-gradient(closest-side, rgba(107,122,82,.14), transparent) 6% 92%/44% 60% no-repeat;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; padding-block: clamp(3rem, 6vw, 5.5rem); }
.hero-copy { max-width: 34rem; }
.hero-copy h1 { margin: 1rem 0 1.2rem; }
.hero-copy h1 em { color: var(--lav-700); }
.hero-cta { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 1.8rem; }
.hero-stats { display: flex; gap: 2.2rem; margin-top: 2.6rem; }
.hero-stats .n { font-family: var(--font-serif); font-size: 1.9rem; color: var(--lav-800); line-height: 1; }
.hero-stats .l { font-size: .82rem; color: var(--ink-mut); margin-top: .3rem; }
.hero-visual { position: relative; }
.hero-card {
  background: var(--surface); border-radius: var(--r-xl); box-shadow: var(--sh-lg);
  padding: 1.6rem; position: relative; border: 1px solid var(--border-lav);
}
.hero-card .art { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/5; }
.hero-card .caption { display: flex; align-items: center; justify-content: space-between; margin-top: 1.1rem; }
.hero-card .caption .t { font-family: var(--font-serif); font-size: 1.15rem; }
.hero-card .caption .p { font-weight: 800; color: var(--lav-700); }
.hero-float {
  position: absolute; background: #fff; border-radius: var(--r-md); box-shadow: var(--sh-lg);
  padding: .7rem .95rem; display: flex; align-items: center; gap: .6rem; font-size: .82rem; font-weight: 600;
}
.hero-float svg { width: 30px; height: 30px; }
.hero-float.f1 { top: -18px; left: -22px; }
.hero-float.f2 { bottom: 24px; right: -26px; }
.hero-float .sub { font-size: .72rem; color: var(--ink-mut); font-weight: 500; }

/* Trust strip */
.trust { border-block: 1px solid var(--border); background: var(--ivory); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding-block: 1.6rem; }
.trust-item { display: flex; align-items: center; gap: .8rem; justify-content: center; text-align: left; }
.trust-item svg { width: 30px; height: 30px; color: var(--sage-500); flex-shrink: 0; }
.trust-item .t { font-weight: 700; font-size: .92rem; }
.trust-item .s { font-size: .78rem; color: var(--ink-mut); }

/* =====================================================================
   KATEGORİLER
   ===================================================================== */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.cat-card {
  position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 3/4;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 1.4rem;
  color: #fff; box-shadow: var(--sh-md); transition: transform .3s var(--ease), box-shadow .3s;
}
.cat-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.cat-card .cat-art { position: absolute; inset: 0; z-index: 0; }
.cat-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 35%, rgba(26,25,23,.7) 100%); }
.cat-card .cat-body { position: relative; z-index: 2; }
.cat-card h3 { color: #fff; font-size: 1.35rem; }
.cat-card .cat-count { font-size: .82rem; opacity: .9; }
.cat-card .cat-go { position: relative; z-index: 2; margin-top: .7rem; display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; font-size: .85rem; }
.cat-card .cat-go svg { width: 1em; transition: transform .2s var(--ease); }
.cat-card:hover .cat-go svg { transform: translateX(4px); }

/* =====================================================================
   ÜRÜN KARTLARI & GRID
   ===================================================================== */
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.2rem, 2vw, 1.8rem); }
.product-grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card {
  background: var(--surface); border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--border); display: flex; flex-direction: column;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s;
  position: relative;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--border-lav); }
.pc-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: hidden;
  background: #F0F0F0;
  border: none;
  box-shadow: none;
}
.pc-media > a,
.pc-media > .pc-shot {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}
.pc-media .art {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.12);
  box-sizing: border-box;
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  object-fit: contain !important;
  object-position: center center !important;
  transition: transform .5s var(--ease);
}
.product-card:hover .pc-media .art {
  transform: translate(-50%, -50%) scale(1.16);
}

/* Limited Edition — siyah kart, altın yazı; görsel bg aynı */
.product-card--limited {
  background: #0a0a0a;
  border-color: #0a0a0a;
  color: var(--gold-300);
}
.product-card--limited:hover {
  border-color: var(--gold-500);
  box-shadow: var(--sh-gold);
}
.product-card--limited .pc-media,
.product-card--limited .pc-media .art-empty {
  background: #F0F0F0 !important;
}
.product-card--limited .pc-body {
  background: #0a0a0a;
  color: var(--gold-300);
}
.product-card--limited .pc-cat,
.product-card--limited .pc-name,
.product-card--limited .pc-name a,
.product-card--limited .pc-rating,
.product-card--limited .pc-rating span,
.product-card--limited .pc-price .now,
.product-card--limited .pc-low {
  color: var(--gold-300);
}
.product-card--limited .pc-name a:hover { color: var(--gold-500); }
.product-card--limited .pc-price .was {
  color: rgba(201, 176, 138, .55);
}
.product-card--limited .pc-price:has(.was) .now { color: var(--gold-300); }
.product-card--limited .stars { color: var(--gold-500); }
.product-card--limited .pc-add {
  background: rgba(201, 176, 138, .15);
  color: var(--gold-300);
}
.product-card--limited .pc-add:hover {
  background: var(--gold-500);
  color: #0a0a0a;
}
.product-card--limited .pc-stepper button {
  border-color: rgba(201, 176, 138, .35);
  color: var(--gold-300);
}
.product-card--limited .pc-stepper .qn { color: var(--gold-300); }

/* Set — zeytin yeşili kart; görsel bg aynı */
.product-card--set {
  background: var(--lav-700);
  border-color: var(--lav-700);
  color: var(--ivory);
}
.product-card--set:hover {
  border-color: var(--lav-500);
  box-shadow: var(--sh-md);
}
.product-card--set .pc-media,
.product-card--set .pc-media .art-empty {
  background: #F0F0F0 !important;
}
.product-card--set .pc-body {
  background: var(--lav-700);
  color: var(--ivory);
}
.product-card--set .pc-cat,
.product-card--set .pc-name,
.product-card--set .pc-name a,
.product-card--set .pc-rating,
.product-card--set .pc-rating span,
.product-card--set .pc-price .now,
.product-card--set .pc-low {
  color: var(--ivory);
}
.product-card--set .pc-name a:hover { color: var(--lav-100); }
.product-card--set .pc-price .was {
  color: rgba(246, 242, 235, .55);
}
.product-card--set .pc-price:has(.was) .now { color: var(--ivory); }
.product-card--set .stars { color: var(--gold-300); }
.product-card--set .pc-add {
  background: rgba(246, 242, 235, .15);
  color: var(--ivory);
}
.product-card--set .pc-add:hover {
  background: var(--ivory);
  color: var(--lav-800);
}
.product-card--set .pc-stepper button {
  border-color: rgba(246, 242, 235, .35);
  color: var(--ivory);
}
.product-card--set .pc-stepper .qn { color: var(--ivory); }

.pc-badges { position: absolute; top: .8rem; left: .8rem; display: flex; flex-direction: column; gap: .4rem; z-index: 2; }
.pc-fav {
  position: absolute; top: .7rem; right: .7rem; z-index: 2; width: 38px; height: 38px;
  border-radius: var(--r-full); background: rgba(255,255,255,.9); display: grid; place-items: center;
  color: var(--ink-soft); box-shadow: var(--sh-sm); transition: color .2s, transform .2s, background .2s;
}
.pc-fav:hover { color: var(--brand-red); transform: scale(1.08); }
.pc-fav.on { color: var(--brand-red); background: #fff; }
.pc-fav.on svg { fill: var(--brand-red); }
.pc-fav svg { width: 19px; height: 19px; }
.pc-quick {
  position: absolute; left: .8rem; right: .8rem; bottom: .8rem; z-index: 2;
  opacity: 0; transform: translateY(8px); transition: opacity .25s var(--ease), transform .25s var(--ease);
}
.product-card:hover .pc-quick { opacity: 1; transform: translateY(0); }
.pc-body { padding: 1.15rem 1.15rem 1.35rem; display: flex; flex-direction: column; flex: 1; width: 100%; }
.pc-cat { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--lav-500); }
.pc-name { font-family: var(--font-serif); font-size: clamp(1.2rem, 1.5vw, 1.45rem); font-weight: 700; margin: .3rem 0 .5rem; line-height: 1.25; }
.pc-name a:hover { color: var(--lav-700); }
.pc-rating { display: flex; align-items: center; gap: .35rem; font-size: .8rem; color: var(--ink-mut); margin-bottom: .7rem; }
.stars { display: inline-flex; color: var(--gold-500); }
.stars svg { width: 14px; height: 14px; }
.pc-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.pc-price { display: flex; align-items: baseline; gap: .5rem; }
.pc-price .now { font-family: var(--font-sans); font-weight: 800; font-size: 1.18rem; color: var(--ink); }
.pc-price:has(.was) .now { color: var(--sale); }
.pc-price .was { font-size: .88rem; color: var(--ink-mut); text-decoration: line-through; }
.pc-add {
  width: 42px; height: 42px; border-radius: var(--r-full); background: var(--lav-50); color: var(--lav-700);
  display: grid; place-items: center; transition: background .2s, color .2s, transform .2s; flex-shrink: 0;
}
.pc-add:hover { background: var(--lav-700); color: #fff; transform: scale(1.06); }
.pc-add svg { width: 20px; height: 20px; }
.pc-add.added { background: var(--success); color: #fff; }

/* =====================================================================
   İNDİRİM / KAMPANYA ŞERİDİ
   ===================================================================== */
.promo {
  background: linear-gradient(135deg, var(--lav-900), var(--lav-800) 55%, var(--lav-700));
  color: #f6f2eb; border-radius: var(--r-xl); padding: clamp(2rem, 5vw, 3.5rem); position: relative; overflow: hidden;
}
.promo::after { content: ""; position: absolute; inset: 0; background: radial-gradient(closest-side, rgba(160,120,80,.28), transparent) 92% 20%/50% 90% no-repeat; }
.promo-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; align-items: center; }
.promo h2 { color: #f6f2eb; }
.promo .lead { color: #d0c8bb; }
.countdown { display: flex; gap: .8rem; margin-top: 1.6rem; }
.cd-box { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: var(--r-md); padding: .8rem 1rem; text-align: center; min-width: 68px; backdrop-filter: blur(4px); }
.cd-box .n { font-family: var(--font-serif); font-size: 1.9rem; line-height: 1; }
.cd-box .l { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; opacity: .8; margin-top: .3rem; }

/* =====================================================================
   MARKA HİKAYESİ
   ===================================================================== */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.story-visual { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-lg); aspect-ratio: 5/4; position: relative; }
.story-quote { font-family: var(--font-serif); font-style: italic; font-size: 1.5rem; line-height: 1.4; color: var(--lav-800); margin: 1.4rem 0; }
.story-sign { display: flex; align-items: center; gap: .8rem; margin-top: 1.6rem; }
.story-sign .avatar { width: 48px; height: 48px; border-radius: var(--r-full); background: var(--lav-100); display: grid; place-items: center; color: var(--lav-700); font-family: var(--font-serif); font-size: 1.2rem; }
.story-sign .nm { font-weight: 700; }
.story-sign .rl { font-size: .82rem; color: var(--ink-mut); }

/* =====================================================================
   YORUMLAR
   ===================================================================== */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.testi-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.6rem; box-shadow: var(--sh-sm); }
.testi-card .stars { margin-bottom: .8rem; }
.testi-card p { font-size: 1.02rem; color: var(--ink-soft); }
.testi-card .who { display: flex; align-items: center; gap: .7rem; margin-top: 1.2rem; }
.testi-card .who .avatar { width: 40px; height: 40px; border-radius: var(--r-full); background: var(--sage-300); display: grid; place-items: center; color: #fff; font-weight: 700; }
.testi-card .who .nm { font-weight: 700; font-size: .9rem; }
.testi-card .who .meta { font-size: .78rem; color: var(--ink-mut); }

/* =====================================================================
   NEWSLETTER
   ===================================================================== */
.newsletter { background: linear-gradient(150deg, var(--sand-2), var(--lav-50)); border-radius: var(--r-xl); padding: clamp(2rem, 5vw, 3.5rem); text-align: center; position: relative; overflow: hidden; }
.nl-form { display: flex; gap: .6rem; max-width: 440px; margin: 1.6rem auto 0; }
.nl-form input { flex: 1; padding: .9rem 1.2rem; border-radius: var(--r-full); border: 1.5px solid var(--border-lav); background: #fff; outline: none; transition: border-color .2s; }
.nl-form input:focus { border-color: var(--lav-500); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer { background: var(--lav-900); color: #d0c8bb; margin-top: 3rem; position: relative; z-index: 1; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; padding-block: clamp(2.6rem, 5vw, 4rem); }
.footer-brand img:not(.brand-logo) { height: 62px; width: auto; background: var(--ivory); padding: .5rem .7rem; border-radius: var(--r-md); margin-bottom: 1.1rem; box-shadow: var(--sh-sm); }
.footer-brand { text-align: left; }
.footer-brand p { color: #a89f91; font-size: .92rem; max-width: 32ch; }
.footer-social { display: flex; gap: .6rem; margin-top: 1.2rem; }
.footer-social a { width: 40px; height: 40px; border-radius: var(--r-full); background: rgba(255,255,255,.08); display: grid; place-items: center; transition: background .2s, transform .2s; }
.footer-social a:hover { background: var(--lav-600); transform: translateY(-2px); }
.footer-social svg { width: 18px; height: 18px; }
.footer-col h4 { color: #f6f2eb; font-family: var(--font-sans); font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; margin-bottom: 1.1rem; }
.footer-col a { display: block; padding: .32rem 0; color: #a89f91; font-size: 1.02rem; transition: color .2s, padding-left .2s; }
.footer-col a:hover { color: #f6f2eb; padding-left: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .88rem; color: #8a8172; }
.pay-icons { display: flex; gap: .5rem; align-items: center; }
.pay-icons span { background: rgba(255,255,255,.1); border-radius: 0; padding: .3rem .5rem; font-size: .7rem; font-weight: 700; letter-spacing: .05em; }

/* =====================================================================
   SAYFA BAŞLIĞI (iç sayfalar)
   ===================================================================== */
.page-hero { background: linear-gradient(160deg, var(--lav-50), var(--cream)); border-bottom: 1px solid var(--border); }
.page-hero-inner { padding-block: clamp(2.4rem, 5vw, 4rem); }
.breadcrumb { display: flex; align-items: center; gap: .5rem; font-size: .84rem; color: var(--ink-mut); margin-bottom: 1rem; }
.breadcrumb a:hover { color: var(--lav-700); }
.breadcrumb svg { width: 14px; height: 14px; }
.page-hero h1 { margin-bottom: .6rem; }

/* Limited Edition koleksiyon başlığı — siyah + altın */
.page-hero--limited {
  background: #0a0a0a;
  border-bottom-color: #1a1a1a;
}
.page-hero--limited .overline,
.page-hero--limited h1,
.page-hero--limited .lead,
.page-hero--limited .breadcrumb,
.page-hero--limited .breadcrumb a,
.page-hero--limited .breadcrumb span,
.page-hero--limited .muted,
.page-hero--limited .muted strong {
  color: var(--gold-300);
}
.page-hero--limited .breadcrumb a:hover { color: var(--gold-500); }
.page-hero--limited .overline::before { background: var(--gold-500); }
.page-hero--limited::after {
  opacity: .35;
  filter: sepia(1) saturate(2) hue-rotate(5deg) brightness(1.2);
}

/* ---------- Toolbar / filtreler ---------- */
.shop-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 1.8rem; align-items: start; }
.filters { position: sticky; top: calc(var(--nav-h) + 1rem); background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.4rem; }
.filter-group { padding-block: 1rem; border-bottom: 1px solid var(--border); }
.filter-group:first-child { padding-top: 0; }
.filter-group:last-child { border-bottom: none; padding-bottom: 0; }
.filter-group h4 { font-family: var(--font-sans); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mut); margin-bottom: .8rem; }
.filter-opt { display: flex; align-items: center; gap: .6rem; padding: .35rem 0; cursor: pointer; font-size: .92rem; color: var(--ink-soft); }
.filter-opt input { accent-color: var(--lav-600); width: 17px; height: 17px; }
.filter-opt:hover { color: var(--ink); }
.filter-opt .cnt { margin-left: auto; font-size: .78rem; color: var(--ink-mut); }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; flex-wrap: wrap; }
.shop-toolbar .count { font-size: .9rem; color: var(--ink-mut); }
.shop-toolbar .count strong { color: var(--ink); }
.select { border: 1.5px solid var(--border); border-radius: var(--r-full); padding: .6rem 1rem; background: #fff; font-size: .9rem; font-weight: 600; cursor: pointer; }
.filter-toggle { display: none; }

/* Limited Edition — filtre + sıralama: siyah / altın */
.shop-layout--limited .filters {
  background: #0a0a0a;
  border-color: #1a1a1a;
  color: var(--gold-300);
}
.shop-layout--limited .filters h3,
.shop-layout--limited .filter-group h4,
.shop-layout--limited .filter-opt,
.shop-layout--limited .filter-opt:hover,
.shop-layout--limited .filters .muted {
  color: var(--gold-300);
}
.shop-layout--limited .filter-group { border-bottom-color: rgba(212, 175, 100, .22); }
.shop-layout--limited .filter-opt .cnt { color: var(--gold-500); }
.shop-layout--limited .filter-opt input { accent-color: var(--gold-500); }
.shop-layout--limited .filters #priceRange { accent-color: var(--gold-500); }
.shop-layout--limited .filters .icon-btn { color: var(--gold-300); }
.shop-layout--limited .filters #clearFilters {
  background: transparent;
  border-color: var(--gold-500);
  color: var(--gold-300);
}
.shop-layout--limited .filters #clearFilters:hover {
  background: rgba(212, 175, 100, .12);
  color: var(--gold-300);
}
.shop-layout--limited .shop-toolbar .count,
.shop-layout--limited .shop-toolbar .count strong {
  color: var(--gold-300);
}
.shop-layout--limited .shop-toolbar .select {
  background: #0a0a0a;
  border-color: #1a1a1a;
  color: var(--gold-300);
}
.shop-layout--limited .shop-toolbar .select option {
  background: #0a0a0a;
  color: var(--gold-300);
}
.shop-layout--limited .filter-toggle {
  background: #0a0a0a;
  border-color: #1a1a1a;
  color: var(--gold-300);
}
.shop-layout--limited .filter-toggle:hover {
  background: #141414;
  color: var(--gold-300);
}

/* =====================================================================
   ÜRÜN DETAY
   ===================================================================== */
.pd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); }
.pd-gallery .pd-main {
  position: relative;
  overflow: visible;
  border: none;
  box-shadow: none;
  background: none;
  line-height: 0;
  text-align: center;
}
.pd-gallery .pd-main .art-empty { cursor: default; }
.pd-gallery .pd-main img,
.pd-gallery .pd-main .art,
.pd-gallery .pd-main svg {
  display: inline-block;
  width: var(--pd-img-scale);
  height: auto;
  max-width: 100%;
  border: none;
  background: none;
  box-shadow: none;
  vertical-align: top;
  cursor: zoom-in;
}
.pd-thumbs { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: .8rem; align-items: flex-start; }
.pd-thumb {
  width: 84px; border-radius: 0; overflow: hidden;
  border: 2px solid transparent; cursor: pointer; transition: border-color .2s;
  padding: 0; background: transparent; line-height: 0;
}
.pd-thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.pd-thumb.active { border-color: var(--lav-600); }
.pd-info .pd-cat { color: var(--lav-600); }
.pd-info h1 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin: .5rem 0 .8rem; }
.pd-limited-tag {
  display: inline-block;
  margin: .55rem 0 .15rem;
  padding: .4rem .75rem;
  background: #0a0a0a;
  color: var(--gold-300);
  font-family: var(--font-sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1.2;
}
.pd-meta { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.pd-price { display: flex; align-items: baseline; gap: .7rem; margin: 1.2rem 0; }
.pd-price .now { font-family: var(--font-serif); font-size: 2.2rem; color: var(--lav-800); }
.pd-price:has(.was) .now { color: var(--sale); }
.pd-price .was { font-size: 1.1rem; color: var(--ink-mut); text-decoration: line-through; }
.pd-price .off { background: var(--sale); color: #fff; font-size: .78rem; font-weight: 800; padding: .3rem .6rem; border-radius: var(--r-full); }
.pd-desc { color: var(--ink-soft); margin: 1.2rem 0; }
.pd-attrs { display: flex; flex-direction: column; gap: .6rem; margin: 1.4rem 0; }
.pd-attr { display: flex; gap: .6rem; align-items: center; font-size: .92rem; }
.pd-attr svg { width: 18px; height: 18px; color: var(--sage-500); flex-shrink: 0; }
.pd-buy { display: flex; gap: .8rem; align-items: center; margin: 1.6rem 0; flex-wrap: wrap; }
.qty { display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: var(--r-full); overflow: hidden; }
.qty button { width: 44px; height: 48px; display: grid; place-items: center; color: var(--ink-soft); transition: background .2s; }
.qty button:hover { background: var(--lav-50); color: var(--lav-700); }
.qty span { width: 44px; text-align: center; font-weight: 700; }
.pd-tabs { margin-top: 2.5rem; border-top: 1px solid var(--border); padding-top: 2rem; }
.pd-tabbar { display: flex; gap: .5rem; margin-bottom: 1.4rem; flex-wrap: wrap; }
.pd-tabbar button { padding: .6rem 1.1rem; border-radius: var(--r-full); font-weight: 700; font-size: .9rem; color: var(--ink-mut); transition: background .2s, color .2s; }
.pd-tabbar button.active { background: var(--lav-100); color: var(--lav-800); }
.pd-panel { display: none; color: var(--ink-soft); max-width: 70ch; animation: fade .25s var(--ease); }
.pd-panel.active { display: block; }
.pd-panel ul { display: grid; gap: .6rem; }
.pd-panel li { display: flex; gap: .6rem; }
.pd-panel li::before { content: ""; width: 7px; height: 7px; border-radius: 0; background: var(--gold-500); margin-top: .55rem; flex-shrink: 0; }

/* Set içindeki ürünler */
.pd-set-members { margin-top: 1.6rem; }
.pd-set-members h3 { font-family: var(--font-serif); font-size: 1.25rem; margin-bottom: .8rem; }
.pd-set-list { display: grid; gap: .7rem; }
.pd-set-item {
  display: flex; gap: .9rem; align-items: center; padding: .7rem;
  border: 1px solid var(--border); background: var(--surface);
  transition: border-color .2s var(--ease);
}
.pd-set-item:hover { border-color: var(--lav-400); }
.pd-set-thumb {
  width: 64px; height: 64px; flex-shrink: 0; overflow: hidden;
  background: #F0F0F0; position: relative; line-height: 0;
}
.pd-set-thumb img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; object-position: center;
}
.pd-set-meta { flex: 1; min-width: 0; }
.pd-set-meta .nm { font-family: var(--font-serif); font-size: 1.05rem; }
.pd-set-meta .ct { font-size: .85rem; color: var(--ink-mut); margin-top: .15rem; }
.pd-set-price {
  display: flex; flex-direction: column; align-items: flex-end; gap: .2rem;
  flex-shrink: 0; text-align: right;
}
.pd-set-price .now { font-weight: 700; color: var(--lav-800); }
.pd-set-price .was { font-size: .82rem; color: var(--ink-mut); text-decoration: line-through; }
.pd-set-price .off {
  font-size: .72rem; font-weight: 700; color: var(--sale);
  background: var(--sale-soft); padding: .15rem .4rem;
}
.pd-set-total {
  margin-top: 1rem; padding: 1rem;
  border: 1px solid var(--border-lav); background: var(--lav-50);
  display: grid; gap: .45rem;
}
.pd-set-total .row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  font-size: .95rem; color: var(--ink-soft);
}
.pd-set-total .row strong { color: var(--ink); font-weight: 700; }
.pd-set-total .row .set-now { color: var(--lav-800); font-size: 1.1rem; }
.pd-set-total .row.save { color: var(--sale); font-weight: 600; }
.pd-set-total .row.save strong { color: var(--sale); }
.pd-set-total .muted-row .hint { font-size: .78rem; color: var(--ink-mut); }
.pd-panel .was { text-decoration: line-through; color: var(--ink-mut); margin-left: .35rem; font-size: .9em; }
.pd-panel .off { color: var(--sale); font-weight: 700; margin-left: .35rem; font-size: .85em; }

@media (max-width: 860px) {
  .pd-info {
    display: flex;
    flex-direction: column;
  }
  .pd-set-members { order: 20; margin-top: 1.2rem; }
  .pd-buy { order: 21; margin-top: 1.4rem; }
  .pd-tabs { order: 22; }
}

/* =====================================================================
   SEPET
   ===================================================================== */
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 2rem; align-items: start; }
.cart-items { display: flex; flex-direction: column; gap: 1rem; }
.cart-row { display: grid; grid-template-columns: 110px 1fr auto; gap: 1rem; align-items: center; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1rem; }
.cart-row .thumb {
  width: 110px;
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  background: #F0F0F0;
  line-height: 0;
}
.cart-row .nm { font-family: var(--font-serif); font-size: 1.1rem; }
.cart-row .ct { font-size: .8rem; color: var(--ink-mut); }
.cart-row .rm { font-size: .82rem; color: var(--ink-mut); display: inline-flex; align-items: center; gap: .3rem; margin-top: .5rem; transition: color .2s; }
.cart-row .rm:hover { color: var(--danger); }
.cart-row .rm svg { width: 14px; height: 14px; }
.cart-row .right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: .6rem; }
.cart-row .lineprice { font-weight: 800; font-size: 1.1rem; }
.cart-row .lineprice .now { color: var(--ink); }
.cart-row .lineprice .was,
.mini-price .was,
.price-pair .was { font-size: .85em; color: var(--ink-mut); text-decoration: line-through; margin-left: .4rem; font-weight: 500; }
.cart-row .lineprice .was { display: block; margin-left: 0; margin-top: .15rem; font-size: .82rem; }
.cart-unit { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; margin-top: .45rem; font-size: .92rem; }
.cart-unit .now { font-weight: 700; color: var(--ink); }
.cart-unit:has(.was) .now { color: var(--sale); }
.mini-price { display: flex; align-items: center; flex-wrap: wrap; gap: .35rem; font-size: .82rem; color: var(--ink-mut); }
.mini-price .now { font-weight: 700; color: var(--ink); font-size: .9rem; }
.mini-price:has(.was) .now,
.mini-row .pr .lineprice:has(.was) .now,
.cart-row .lineprice:has(.was) .now { color: var(--sale); }
.mini-row .pr .lineprice { text-align: right; }
.mini-row .pr .now { font-weight: 800; font-size: .95rem; }
.mini-row .pr .was { display: block; margin-left: 0; margin-top: .1rem; }
.sum-row.cart-save { color: var(--sale); font-weight: 600; }
.summary { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.6rem; position: sticky; top: calc(var(--nav-h) + 1rem); }
.summary h3 { margin-bottom: 1.2rem; }
.sum-row { display: flex; justify-content: space-between; padding: .55rem 0; color: var(--ink-soft); font-size: .95rem; }
.sum-row.total { border-top: 1px solid var(--border); margin-top: .6rem; padding-top: 1rem; font-size: 1.25rem; font-weight: 800; color: var(--ink); }
.sum-row.total .amt { font-family: var(--font-serif); color: var(--lav-800); }
.coupon { display: flex; gap: .5rem; margin: 1rem 0; }
.coupon input { flex: 1; padding: .7rem .9rem; border: 1.5px solid var(--border); border-radius: var(--r-full); outline: none; font-size: .9rem; }
.empty-state { text-align: center; padding: 4rem 1rem; }
.empty-state svg { width: 90px; height: 90px; color: var(--lav-200); margin: 0 auto 1.2rem; }
.empty-state h3 { margin-bottom: .6rem; }

/* ---------- Mini cart drawer ---------- */
.drawer-scrim { position: fixed; inset: 0; background: rgba(26,25,23,.5); backdrop-filter: blur(3px); z-index: 90; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.drawer-scrim.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; height: 100dvh; width: min(410px, 92vw); background: var(--ivory); z-index: 91; box-shadow: var(--sh-lg); transform: translateX(100%); transition: transform .35s var(--ease); display: flex; flex-direction: column; }
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 1.3rem 1.4rem; border-bottom: 1px solid var(--border); }
.drawer-head h3 { font-size: 1.3rem; }
.drawer-body { flex: 1; overflow-y: auto; padding: 1.2rem 1.4rem; display: flex; flex-direction: column; gap: 1rem; }
.drawer-foot { border-top: 1px solid var(--border); padding: 1.3rem 1.4rem; }
.mini-row { display: grid; grid-template-columns: 64px 1fr auto; gap: .8rem; align-items: center; }
.mini-row .thumb {
  width: 64px;
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  background: #F0F0F0;
  line-height: 0;
}
.mini-row .nm { font-weight: 600; font-size: .92rem; line-height: 1.3; }
.mini-row .qc { font-size: .8rem; color: var(--ink-mut); }
.mini-row .pr { font-weight: 800; font-size: .95rem; }
.mini-rm { color: var(--ink-mut); font-size: .78rem; }
.mini-rm:hover { color: var(--danger); }

/* =====================================================================
   HAKKIMIZDA
   ===================================================================== */
.about-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.value-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.8rem; transition: transform .3s, box-shadow .3s; }
.value-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.value-card .ic { width: 56px; height: 56px; border-radius: var(--r-md); background: var(--lav-50); display: grid; place-items: center; color: var(--lav-700); margin-bottom: 1.1rem; }
.value-card .ic svg { width: 28px; height: 28px; }
.value-card h3 { margin-bottom: .5rem; }
.value-card p { color: var(--ink-soft); font-size: .95rem; }
.timeline { display: grid; gap: 1.5rem; max-width: 640px; margin-inline: auto; }
.tl-item { display: grid; grid-template-columns: 90px 1fr; gap: 1.4rem; position: relative; }
.tl-year { font-family: var(--font-serif); font-size: 1.6rem; color: var(--lav-700); font-weight: 600; }
.tl-body { border-left: 2px solid var(--border-lav); padding-left: 1.4rem; padding-bottom: .5rem; position: relative; }
.tl-body::before { content: ""; position: absolute; left: -7px; top: 6px; width: 12px; height: 12px; border-radius: 0; background: var(--gold-500); border: 2px solid var(--ivory); }
.tl-body h4 { font-family: var(--font-serif); margin-bottom: .3rem; }
.tl-body p { color: var(--ink-soft); font-size: .93rem; }
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.stat-band .st { text-align: center; }
.stat-band .st .n { font-family: var(--font-serif); font-size: clamp(2.2rem, 4vw, 3.2rem); color: var(--lav-800); line-height: 1; }
.stat-band .st .l { color: var(--ink-mut); font-size: .9rem; margin-top: .4rem; }
.field-visual { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-lg); aspect-ratio: 4/5; }

/* ---------- Toast ---------- */
.toast-wrap { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 120; display: flex; flex-direction: column; gap: .6rem; align-items: center; }
.toast { background: var(--ink); color: #fff; padding: .85rem 1.3rem; border-radius: var(--r-full); box-shadow: var(--sh-lg); display: flex; align-items: center; gap: .6rem; font-weight: 600; font-size: .92rem; animation: toastIn .3s var(--ease); }
.toast svg { width: 20px; height: 20px; color: var(--gold-300); }

/* ---------- Animasyonlar ---------- */
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes pop { from { opacity: 0; transform: translateY(-10px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes toastIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.hero-float { animation: floaty 5s ease-in-out infinite; }
.hero-float.f2 { animation-delay: 1.4s; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-visual { max-width: 440px; margin-inline: auto; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .product-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
  .story-grid, .promo-inner, .about-hero-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .testi-grid, .values-grid { grid-template-columns: 1fr; }
  .pd-grid, .cart-layout { grid-template-columns: 1fr; }
  .summary { position: static; }
}
@media (max-width: 860px) {
  .nav-links { display: none; }
  .hamburger { display: grid; }
  .shop-layout { grid-template-columns: 1fr; }
  .filters { position: fixed; inset: 0 auto 0 0; width: min(320px, 86vw); z-index: 91; border-radius: 0; transform: translateX(-100%); transition: transform .3s var(--ease); max-width: none; overflow-y: auto; }
  .filters.open { transform: none; box-shadow: var(--sh-lg); }
  .filter-toggle { display: inline-flex; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
  .stat-band { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
}
@media (max-width: 620px) {
  .product-grid, .product-grid.cols-3 { grid-template-columns: repeat(2, 1fr); gap: .9rem; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); gap: .8rem; }
  .pc-body { padding: .8rem .85rem 1rem; }
  .pc-name { font-size: 1rem; }
  .testi-grid, .values-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.4rem; flex-wrap: wrap; }
  .nl-form { flex-direction: column; }
  .cart-row { grid-template-columns: 88px 1fr; }
  .cart-row .thumb { width: 88px; }
  .cart-row .right { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; }
  .drawer { width: 100vw; }
  .cd-box { min-width: 58px; padding: .6rem .7rem; }
}

/* Mobil off-canvas menü */
.mobile-menu { position: fixed; inset: 0; z-index: 95; visibility: hidden; }
.mobile-menu.open { visibility: visible; }
.mobile-menu .mm-scrim { position: absolute; inset: 0; background: rgba(26,25,23,.5); backdrop-filter: blur(3px); opacity: 0; transition: opacity .3s; }
.mobile-menu.open .mm-scrim { opacity: 1; }
.mobile-menu .mm-panel { position: absolute; top: 0; right: 0; height: 100dvh; width: min(320px, 88vw); background: var(--ivory); box-shadow: var(--sh-lg); transform: translateX(100%); transition: transform .35s var(--ease); padding: 1.4rem; display: flex; flex-direction: column; }
.mobile-menu.open .mm-panel { transform: none; }
.mm-panel .mm-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.mm-panel a { display: flex; align-items: center; justify-content: space-between; padding: .9rem .4rem; border-bottom: 1px solid var(--border); font-family: var(--font-serif); font-size: 1.2rem; }
.mm-panel a svg { width: 16px; color: var(--lav-400); }
.mm-item { border-bottom: 1px solid var(--border); }
.mm-item > a { border-bottom: none; }
.mm-kinds { display: flex; flex-direction: column; padding: 0 .4rem .7rem 1rem; gap: .15rem; }
.mm-kinds .nav-kind {
  font-family: var(--font-sans); font-size: .88rem; font-weight: 500;
  letter-spacing: .02em; text-transform: none; color: var(--ink-mut);
  padding: .28rem 0; border: none; justify-content: flex-start;
}
.mm-kinds .nav-kind:hover, .mm-kinds .nav-kind.active { color: var(--lav-800); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =====================================================================
   BLOG
   ===================================================================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.blog-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .28s var(--ease), box-shadow .28s var(--ease); }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.blog-cover { aspect-ratio: 16/10; overflow: hidden; }
.blog-cover img, .blog-cover svg { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.blog-card:hover .blog-cover img, .blog-card:hover .blog-cover svg { transform: scale(1.05); }
.blog-body { padding: 1.3rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.blog-meta { display: flex; align-items: center; gap: .6rem; font-size: .8rem; }
.blog-card h3 { font-size: 1.25rem; }
.blog-card p { color: var(--ink-soft); font-size: .92rem; flex: 1; }
.post-article { max-width: 760px; margin-inline: auto; }
.post-meta { display: flex; gap: .6rem; align-items: center; margin: .3rem 0 .5rem; }
.post-article h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin: .4rem 0 .8rem; }
.post-cover { aspect-ratio: 16/9; border-radius: var(--r-xl); overflow: hidden; margin: 1.8rem 0; box-shadow: var(--sh-md); }
.post-body { font-size: 1.08rem; color: var(--ink-soft); line-height: 1.85; }
.post-body p { margin-bottom: 1.1rem; }

.admin-link { display: inline-flex; align-items: center; gap: .4rem; color: #8a8172; font-size: .88rem; transition: color .2s; }
.admin-link:hover { color: #f6f2eb; }
.admin-link svg { width: 15px; height: 15px; }

/* =====================================================================
   ADMIN PANEL
   ===================================================================== */
body.adm { background: #ebe4d8; }
.adm-shell { display: grid; grid-template-columns: 256px 1fr; min-height: 100dvh; }
.adm-side { background: var(--lav-900); color: #d0c8bb; padding: 1.4rem 1rem; display: flex; flex-direction: column; position: sticky; top: 0; height: 100dvh; }
.adm-brand { display: flex; align-items: center; gap: .6rem; padding: .3rem .5rem 1.4rem; }
.adm-brand img { height: 42px; background: var(--ivory); padding: .35rem .5rem; border-radius: var(--r-sm); }
.adm-brand .t { font-family: var(--font-serif); font-size: 1.15rem; color: #f6f2eb; line-height: 1.1; font-weight: 600; }
.adm-brand .t small { display: block; font-family: var(--font-sans); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: #8a8172; font-weight: 600; }
.adm-nav { display: flex; flex-direction: column; gap: .25rem; margin-top: .5rem; }
.adm-nav button { display: flex; align-items: center; gap: .75rem; padding: .75rem .85rem; border-radius: var(--r-md); color: #a89f91; font-weight: 600; font-size: 1rem; width: 100%; text-align: left; transition: background .2s, color .2s; }
.adm-nav button svg { width: 20px; height: 20px; }
.adm-nav button:hover { background: rgba(255,255,255,.07); color: #f6f2eb; }
.adm-nav button.active { background: var(--lav-700); color: #f6f2eb; }
.adm-side-foot { margin-top: auto; display: flex; flex-direction: column; gap: .4rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); }
.adm-side-foot a, .adm-side-foot button { display: flex; align-items: center; gap: .6rem; color: #8a8172; font-size: .9rem; padding: .5rem .6rem; border-radius: var(--r-sm); transition: color .2s, background .2s; }
.adm-side-foot a:hover, .adm-side-foot button:hover { color: #f6f2eb; background: rgba(255,255,255,.06); }
.adm-side-foot svg { width: 17px; height: 17px; }

.adm-main { padding: clamp(1.2rem, 3vw, 2.2rem); overflow-x: hidden; }
.adm-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; flex-wrap: wrap; }
.adm-head h1 { font-size: 1.9rem; }
.adm-head p { color: var(--ink-mut); font-size: .92rem; margin-top: .2rem; }
.adm-page { display: none; }
.adm-page.active { display: block; animation: fade .25s var(--ease); }

.adm-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1.8rem; }
.adm-stats.cols-3 { grid-template-columns: repeat(3, 1fr); }
.stat-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.3rem; }
.stat-card .ic { width: 44px; height: 44px; border-radius: var(--r-md); display: grid; place-items: center; margin-bottom: .8rem; }
.stat-card .ic svg { width: 22px; height: 22px; }
.stat-card .n { font-family: var(--font-serif); font-size: 1.9rem; color: var(--ink); line-height: 1; }
.stat-card .l { color: var(--ink-mut); font-size: .84rem; margin-top: .3rem; }

.adm-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.4rem; margin-bottom: 1.4rem; }
.adm-card > h3 { display: flex; align-items: center; gap: .55rem; font-size: 1.2rem; margin-bottom: 1rem; }
.adm-card > h3 svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--lav-600); }
.adm-toolbar { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.adm-search { flex: 1; min-width: 180px; display: flex; align-items: center; gap: .5rem; background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-full); padding: .55rem .9rem; }
.adm-search svg { width: 18px; height: 18px; color: var(--ink-mut); }
.adm-search input { border: none; outline: none; width: 100%; background: none; }

.adm-table-wrap { overflow-x: auto; }
.adm-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.adm-table th { text-align: left; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mut); padding: .7rem .8rem; border-bottom: 2px solid var(--border); white-space: nowrap; }
.adm-table td { padding: .7rem .8rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
.adm-table tr:last-child td { border-bottom: none; }
.adm-table tr:hover td { background: var(--lav-50); }
.adm-thumb {
  width: 46px;
  height: 46px;
  max-width: 46px;
  max-height: 46px;
  border-radius: var(--r-sm);
  overflow: hidden;
  flex: 0 0 46px;
  border: 1px solid var(--border);
  background: var(--sand);
  box-sizing: border-box;
}
.adm-thumb img, .adm-thumb svg, .adm-thumb .art {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  display: block;
  object-fit: cover;
}
.cell-name {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-width: 0;
  max-width: 100%;
}
.cell-name__text {
  display: flex;
  flex-direction: column;
  gap: .12rem;
  min-width: 0;
  flex: 1 1 auto;
}
.cell-name .nm {
  display: block;
  position: static;
  font-weight: 700;
  font-size: .93rem;
  line-height: 1.3;
}
.cell-name .id {
  display: block;
  position: static;
  font-size: .74rem;
  color: var(--ink-mut);
  line-height: 1.3;
}
.price-list { text-decoration: line-through; color: var(--ink-mut); font-size: .84rem; }
.price-now { font-weight: 800; }
tr:has(.disc-tag) .price-now { color: var(--sale); }
.disc-tag { display: inline-block; background: var(--sale-soft); color: var(--sale); font-weight: 600; font-size: .78rem; padding: .2rem .5rem; border-radius: var(--r-full); }
.row-actions { display: flex; gap: .4rem; justify-content: flex-end; }
.row-actions button { width: 34px; height: 34px; border-radius: var(--r-sm); display: grid; place-items: center; color: var(--ink-soft); transition: background .2s, color .2s; }
.row-actions button:hover { background: var(--lav-100); color: var(--lav-800); }
.row-actions button.del:hover { background: #efe4dc; color: var(--danger); }
.row-actions svg { width: 17px; height: 17px; }
.mini-badge { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; padding: .2rem .45rem; border-radius: var(--r-full); }
.mb-new { background: #e4e8dc; color: var(--sage-700); }
.mb-pop { background: var(--gold-100); color: var(--gold-700); }
.mb-pill { background: var(--lav-100); color: var(--lav-700); }

/* Form alanları */
.field { margin-bottom: 1rem; }
.field > label { display: block; font-weight: 700; font-size: .85rem; margin-bottom: .4rem; color: var(--ink); }
.field .hint { font-size: .76rem; color: var(--ink-mut); margin-top: .35rem; }
.field input[type=text], .field input[type=number], .field input[type=date], .field textarea, .field select {
  width: 100%; padding: .7rem .9rem; border: 1.5px solid var(--border); border-radius: var(--r-md);
  background: #fff; outline: none; font-size: .95rem; transition: border-color .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--lav-500); }
.field textarea { resize: vertical; min-height: 90px; font-family: inherit; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
.seg { display: flex; gap: .4rem; }
.seg label { flex: 1; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg span { display: block; text-align: center; padding: .6rem; border: 1.5px solid var(--border); border-radius: var(--r-md); font-weight: 600; font-size: .88rem; cursor: pointer; transition: all .2s; }
.seg input:checked + span { background: var(--lav-700); color: #fff; border-color: var(--lav-700); }
.checkline { display: flex; align-items: center; gap: .6rem; padding: .5rem 0; cursor: pointer; }
.checkline input { width: 18px; height: 18px; accent-color: var(--lav-600); }
.calc-box { background: var(--lav-50); border: 1px solid var(--border-lav); border-radius: var(--r-md); padding: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.calc-box .k { font-size: .8rem; color: var(--ink-mut); }
.calc-box .v { font-family: var(--font-serif); font-size: 1.5rem; color: var(--lav-800); }

/* Görsel yükleme */
.uploader { border: 2px dashed var(--border-lav); border-radius: var(--r-md); padding: 1.1rem; text-align: center; cursor: pointer; transition: border-color .2s, background .2s; }
.uploader:hover { border-color: var(--lav-400); background: var(--lav-50); }
.uploader svg { width: 30px; height: 30px; color: var(--lav-400); margin: 0 auto .5rem; }
.uploader .u-txt { font-size: .86rem; color: var(--ink-soft); }
.img-preview { position: relative; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 1/1; border: 1px solid var(--border); }
.img-preview img, .img-preview svg { width: 100%; height: 100%; object-fit: cover; }
.img-preview .rmimg { position: absolute; top: .5rem; right: .5rem; width: 32px; height: 32px; border-radius: var(--r-full); background: rgba(255,255,255,.95); display: grid; place-items: center; color: var(--danger); box-shadow: var(--sh-sm); }
.img-preview .rmimg svg { width: 16px; height: 16px; color: var(--danger); margin: 0; }

/* Modal / drawer */
.adm-modal { position: fixed; inset: 0; z-index: 100; display: none; }
.adm-modal.open { display: block; }
.adm-modal .scrim { position: absolute; inset: 0; background: rgba(26,25,23,.5); backdrop-filter: blur(3px); }
.adm-modal .sheet { position: absolute; top: 0; right: 0; height: 100dvh; width: min(560px, 100vw); background: #fff; box-shadow: var(--sh-lg); display: flex; flex-direction: column; transform: translateX(100%); transition: transform .35s var(--ease); }
.adm-modal.open .sheet { transform: none; }
.adm-modal .sheet-head { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--border); }
.adm-modal .sheet-head h3 { font-size: 1.35rem; }
.adm-modal .sheet-body { flex: 1; overflow-y: auto; padding: 1.4rem; }
.adm-modal .sheet-foot { border-top: 1px solid var(--border); padding: 1rem 1.4rem; display: flex; gap: .7rem; justify-content: flex-end; }

.empty-row { text-align: center; padding: 2.5rem 1rem; color: var(--ink-mut); }

/* Login */
.adm-login { min-height: 100dvh; display: grid; place-items: center; padding: 1.5rem; background: linear-gradient(160deg, var(--lav-100), var(--cream)); }
.login-card { background: #fff; border-radius: var(--r-xl); box-shadow: var(--sh-lg); padding: 2.2rem; width: 100%; max-width: 400px; text-align: center; }
.login-card img { height: 60px; background: var(--cream); padding: .5rem .7rem; border-radius: var(--r-md); margin: 0 auto 1.2rem; }
.login-card h1 { font-size: 1.6rem; margin-bottom: .4rem; }
.login-card p { color: var(--ink-mut); font-size: .9rem; margin-bottom: 1.4rem; }
.login-card .field { text-align: left; }
.login-hint { font-size: .78rem; color: var(--ink-mut); margin-top: 1rem; }
.login-hint code { background: var(--lav-50); padding: .15rem .4rem; border-radius: 0; color: var(--lav-700); font-weight: 700; }

@media (max-width: 860px) {
  .blog-grid { grid-template-columns: 1fr; }
  .adm-stats, .adm-stats.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .adm-shell { grid-template-columns: 1fr; }
  .adm-side { position: fixed; z-index: 95; transform: translateX(-100%); transition: transform .3s var(--ease); width: 260px; }
  .adm-side.open { transform: none; box-shadow: var(--sh-lg); }
  .adm-menu-btn { display: inline-grid !important; }
  .field-row, .field-row-3 { grid-template-columns: 1fr; }
}
.adm-menu-btn { display: none; width: 44px; height: 44px; border-radius: var(--r-md); place-items: center; background: #fff; border: 1px solid var(--border); }
.adm-menu-btn svg { width: 22px; height: 22px; }

/* =====================================================================
   EDİTORYAL RÖTUŞLAR — butik kimlik katmanı
   ===================================================================== */

/* Mikro detaylar */
::selection { background: var(--lav-200); color: var(--lav-900); }
html { scrollbar-width: thin; scrollbar-color: var(--lav-300) transparent; }
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-thumb { background: var(--lav-300); border-radius: 0; border: 2px solid var(--cream); }
body::-webkit-scrollbar-track { background: transparent; }

/* Butonlar — keskin dikdörtgen */
.btn--primary, .btn--gold, .btn--ghost, .btn--light { border-radius: 0; }

/* Nav: çizgi-çizme hover */
.nav-links a { background: none !important; }
.nav-links a::after {
  content: ""; position: absolute; left: .8rem; right: .8rem; bottom: .3rem; height: 1.5px;
  background: var(--sage-500); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.sale-link::after { background: var(--sale); }

/* Overline: önünde ince tire */
.section-head .overline::before, .page-hero .overline::before {
  content: ""; display: inline-block; width: 30px; height: 2px;
  background: currentColor; opacity: .55; border-radius: 2px;
  vertical-align: middle; margin-right: .65rem; margin-top: -2px;
}
.center .overline::before { display: none; }

/* Hero kart — keskin dikdörtgen */
.hero-card { border-radius: 0; padding: 1.1rem 1.1rem 1.4rem; }
.hero-card .art { border-radius: 0; }
.hero-copy h1 em { position: relative; white-space: nowrap; }
.hero-copy h1 em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -.08em; height: .28em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M2 9 C 25 3, 55 2, 118 6' fill='none' stroke='%23a07850' stroke-width='3.4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  pointer-events: none;
}

/* Kategori / ürün — keskin dikdörtgen */
.cat-card { border-radius: 0; }
.cat-card::after { border-radius: 0; }

.product-card { border-color: transparent; box-shadow: var(--sh-sm); border-radius: 0; }
.product-card:hover { border-color: var(--border-lav); }
.product-card--limited { background: #0a0a0a; border-color: #0a0a0a; }
.product-card--limited:hover { border-color: var(--gold-500); box-shadow: var(--sh-gold); }
.product-card--set { background: var(--lav-700); border-color: var(--lav-700); }
.product-card--set:hover { border-color: var(--lav-500); box-shadow: var(--sh-md); }
.pc-media { margin: 0; border-radius: 0; overflow: hidden; background: #F0F0F0; border: none; box-shadow: none; }
.product-card--limited .pc-media,
.product-card--set .pc-media { background: #F0F0F0; }
.pc-price .now { font-family: var(--font-serif); font-weight: 600; font-size: clamp(1.25rem, 1.4vw, 1.5rem); color: var(--lav-800); }
.pc-price:has(.was) .now { color: var(--sale); }
.product-card--limited .pc-price .now,
.product-card--limited .pc-price:has(.was) .now { color: var(--gold-300); }
.product-card--set .pc-price .now,
.product-card--set .pc-price:has(.was) .now { color: var(--ivory); }

/* Yorum kartları: büyük serif tırnak */
.testi-card { position: relative; }
.testi-card::before {
  content: "\201C"; position: absolute; top: .4rem; right: 1.1rem;
  font-family: var(--font-serif); font-size: 4.6rem; line-height: 1;
  color: var(--lav-200); pointer-events: none;
}

/* Kayan editoryal şerit */
.marquee {
  overflow: hidden; border-block: 1px solid var(--border);
  background: var(--ivory); padding-block: .95rem; position: relative; z-index: 1;
}
.marquee-track {
  display: flex; gap: 2.8rem; width: max-content;
  animation: marq 36s linear infinite;
}
.marquee-item {
  display: inline-flex; align-items: center; gap: 2.8rem; white-space: nowrap;
  font-family: var(--font-serif); font-style: italic; font-size: 1.22rem; color: var(--lav-700);
}
.marquee-item .sep { color: var(--gold-500); font-style: normal; font-size: .8rem; }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* Footer: dev filigran yazı */
.footer-word {
  font-family: var(--font-serif); font-style: italic; font-weight: 600;
  font-size: clamp(3.4rem, 11vw, 9rem); line-height: .95; text-align: center;
  color: rgba(246,242,235,.05); user-select: none; pointer-events: none;
  padding-top: 2.2rem; margin-bottom: -1.2rem; letter-spacing: .01em;
}

/* Sayfa başlıkları: hafif botanik köşe süsü */
.page-hero { position: relative; overflow: hidden; }
.page-hero::after {
  content: ""; position: absolute; right: -40px; bottom: -50px; width: 260px; height: 260px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%236b7a52' stroke-width='2.4' stroke-linecap='round' opacity='.18'%3E%3Cpath d='M100 190 C 92 130 96 80 100 30'/%3E%3Cpath d='M100 150 C 76 138 64 122 58 100'/%3E%3Cpath d='M100 120 C 124 108 136 92 142 70'/%3E%3C/g%3E%3Cg fill='%236b7a52' opacity='.14'%3E%3Cellipse cx='96' cy='52' rx='9' ry='14'/%3E%3Cellipse cx='106' cy='38' rx='8' ry='12'/%3E%3Cellipse cx='95' cy='26' rx='7' ry='10'/%3E%3Cellipse cx='58' cy='96' rx='7' ry='10' transform='rotate(-40 58 96)'/%3E%3Cellipse cx='143' cy='66' rx='7' ry='10' transform='rotate(35 143 66)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
  pointer-events: none;
}

/* Promo: köşe botanik + hafif doku */
.promo::before {
  content: ""; position: absolute; left: -30px; bottom: -40px; width: 220px; height: 220px; z-index: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' opacity='.18'%3E%3Cpath d='M100 190 C 92 130 96 80 100 30'/%3E%3Cpath d='M100 150 C 76 138 64 122 58 100'/%3E%3C/g%3E%3Cg fill='%23ffffff' opacity='.15'%3E%3Cellipse cx='96' cy='52' rx='9' ry='14'/%3E%3Cellipse cx='106' cy='38' rx='8' ry='12'/%3E%3Cellipse cx='95' cy='26' rx='7' ry='10'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
  pointer-events: none;
}

/* Newsletter / hikaye — keskin dikdörtgen */
.newsletter { border-radius: 0; border: 1px solid var(--border-lav); padding-top: clamp(3rem, 6vw, 4.5rem); }
.story-visual { border-radius: 0; }
.field-visual { border-radius: 0; }

/* Trust: ikonlara altın nokta */
.trust-item svg { color: var(--sage-500); }

/* Ürün detay galerisi: yumuşak kemer */
/* Ürün detay ana fotoğrafı tam dikdörtgen (kavis yok) */

@media (max-width: 620px) {
  .hero-card, .newsletter, .story-visual, .field-visual, .cat-card { border-radius: 0; }
  .footer-word { font-size: 3rem; }
}

/* =====================================================================
   ERİŞİLEBİLİRLİK + SUPABASE DURUMLARI
   ===================================================================== */

/* İçeriğe geç (skip-link) — normalde gizli, focus'ta görünür */
.skip-link {
  position: absolute; left: 1rem; top: -60px; z-index: 200;
  background: var(--lav-700); color: #fff; padding: .75rem 1.2rem;
  border-radius: 0 0 var(--r-md) var(--r-md); font-weight: 700; font-size: .9rem;
  box-shadow: var(--sh-md); transition: top .2s var(--ease);
}
.skip-link:focus { top: 0; outline: 3px solid var(--gold-300); outline-offset: 2px; }

/* Odak görünürlüğü — genel iyileştirme */
:focus-visible { outline: 2.5px solid var(--lav-500); outline-offset: 3px; border-radius: 0; }
.btn:focus-visible, .icon-btn:focus-visible, .chip:focus-visible, .textlink:focus-visible,
.nav-links a:focus-visible, .pc-fav:focus-visible, .pc-add:focus-visible { outline: 2.5px solid var(--lav-600); outline-offset: 3px; }
.footer-col a:focus-visible, .footer-social a:focus-visible, .admin-link:focus-visible { outline: 2.5px solid var(--gold-300); outline-offset: 3px; }

/* Yükleniyor iskeleti / spinner */
.mega-loading { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; padding: 3.5rem 1rem; text-align: center; }
.mega-spinner { width: 42px; height: 42px; border-radius: 0; border: 3px solid var(--lav-200); border-top-color: var(--lav-600); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .mega-spinner { animation-duration: 1.2s; } }

/* Giriş hata kutusu (admin) */
.login-error { background: #efe4dc; color: var(--danger); border: 1px solid #dbc4b8; border-radius: var(--r-md); padding: .7rem .9rem; font-size: .92rem; font-weight: 600; margin-bottom: 1rem; text-align: left; }
input[aria-invalid="true"] { border-color: var(--danger) !important; }

/* Admin: kullanıcı çipi + ayar satırı */
.adm-user { display: flex; align-items: center; gap: .5rem; color: #d0c8bb; font-size: .9rem; font-weight: 600; padding: .5rem .6rem; border-radius: var(--r-sm); background: rgba(255,255,255,.06); margin-bottom: .5rem; }
.adm-user svg { width: 17px; height: 17px; flex-shrink: 0; }
.adm-user span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.set-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--border); font-size: .92rem; }
.set-row:last-child { border-bottom: none; }
.set-row code { background: var(--lav-50); padding: .2rem .5rem; border-radius: 0; color: var(--lav-700); font-size: .82rem; word-break: break-all; }

/* =====================================================================
   YASAL / İÇERİK SAYFALARI (gizlilik, koşullar, kargo, iade, sss, iletişim)
   ===================================================================== */
.legal { max-width: 820px; margin-inline: auto; }
.legal h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin: 2.2rem 0 .8rem; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { font-size: 1.15rem; margin: 1.4rem 0 .5rem; }
.legal p { color: var(--ink-soft); margin-bottom: 1rem; line-height: 1.8; }
.legal ul.dotted { display: grid; gap: .55rem; margin: 0 0 1.2rem; }
.legal ul.dotted li { display: flex; gap: .6rem; color: var(--ink-soft); line-height: 1.7; }
.legal ul.dotted li::before { content: ""; width: 7px; height: 7px; border-radius: 0; background: var(--gold-500); margin-top: .6rem; flex-shrink: 0; }
.legal .updated { font-size: .84rem; color: var(--ink-mut); margin-bottom: 2rem; }
.legal .placeholder { background: var(--lav-50); border: 1px dashed var(--border-lav); border-radius: 0; padding: .1rem .45rem; font-weight: 700; color: var(--lav-700); }
.legal a.inline { color: var(--lav-700); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

/* SSS akordeon (details/summary) */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: .8rem; }
.faq details { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 1.1rem 1.3rem; font-family: var(--font-serif); font-size: 1.12rem; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font-sans); font-size: 1.4rem; color: var(--lav-600); transition: transform .25s var(--ease); flex-shrink: 0; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-body { padding: 0 1.3rem 1.2rem; color: var(--ink-soft); line-height: 1.8; }

/* İletişim düzeni */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; align-items: start; max-width: 980px; margin-inline: auto; }
.contact-info { display: grid; gap: 1.1rem; }
.contact-item { display: flex; gap: .9rem; align-items: flex-start; }
.contact-item .ic { width: 46px; height: 46px; border-radius: var(--r-md); background: var(--lav-50); display: grid; place-items: center; color: var(--lav-700); flex-shrink: 0; }
.contact-item .ic svg { width: 22px; height: 22px; }
.contact-item .k { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mut); font-weight: 700; }
.contact-item .v { font-size: 1rem; color: var(--ink); margin-top: .15rem; }
.contact-form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.6rem; }
.contact-form .field { margin-bottom: 1rem; }
.contact-form label { display: block; font-weight: 700; font-size: .85rem; margin-bottom: .4rem; }
.contact-form input, .contact-form textarea { width: 100%; padding: .8rem 1rem; border: 1.5px solid var(--border); border-radius: var(--r-md); background: #fff; outline: none; font: inherit; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--lav-500); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: .8rem; color: var(--ink-mut); margin: .3rem 0 1rem; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 1.8rem; } }

/* İletişim - bilgi listesi */
.contact-info h2 { font-size: 1.15rem; margin: 0 0 .3rem; }
.contact-info h2 + .contact-list { margin-top: 0; }
.contact-list { list-style: none; display: grid; gap: 1.05rem; margin: 0 0 1.6rem; padding: 0; }
.contact-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .28rem;
  color: var(--ink);
  line-height: 1.45;
}
.ci-label {
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-mut);
  font-weight: 700;
  min-width: 0;
}
.contact-list a { color: inherit; word-break: break-word; }
.contact-list a:hover { color: var(--lav-700); }
.contact-form-wrap h2 { font-size: 1.15rem; margin: 0 0 .3rem; }

/* Yer tutucu ve form hatası (genel) */
.placeholder { background: var(--lav-50); border: 1px dashed var(--border-lav); border-radius: 0; padding: .05rem .4rem; font-weight: 700; color: var(--lav-700); }
.field-error { display: block; color: #b42318; font-size: .8rem; margin-top: .35rem; }
.contact-form input[aria-invalid="true"], .contact-form textarea[aria-invalid="true"] { border-color: #d92d20; }
.cf-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.contact-form-wrap { position: relative; }
#cf-form-ok { color: var(--sale); font-weight: 600; margin: 0 0 1rem; }

/* =====================================================================
   MIKTAR STEPPER'LARI (ürün kartı + mini sepet)
   ===================================================================== */
/* Ürün kartı içi stepper (sepette varken + butonu yerine gelir) */
.pc-ctrl { flex-shrink: 0; }
.pc-stepper {
  display: inline-flex; align-items: center; background: var(--lav-50);
  border-radius: var(--r-full); height: 42px; padding: 0 2px;
}
.pc-stepper button {
  width: 34px; height: 42px; display: grid; place-items: center;
  color: var(--lav-700); border-radius: var(--r-full); transition: background .18s, color .18s;
}
.pc-stepper button:hover { background: var(--lav-200); }
.pc-stepper button:active { transform: scale(.92); }
.pc-stepper svg { width: 17px; height: 17px; }
.pc-stepper .qn { min-width: 22px; text-align: center; font-weight: 800; font-size: .95rem; color: var(--ink); }

/* Mini sepet (drawer) stepper */
.mini-row { align-items: flex-start; }
.mini-info { display: flex; flex-direction: column; gap: .25rem; }
.mini-price { display: flex; align-items: center; flex-wrap: wrap; gap: .35rem; font-size: .82rem; color: var(--ink-mut); }
.mini-stepper { display: inline-flex; align-items: center; gap: .1rem; margin-top: .3rem; }
.mini-stepper button {
  width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink-soft);
  border: 1px solid var(--border); border-radius: var(--r-sm); transition: background .18s, color .18s, border-color .18s;
}
.mini-stepper button:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.mini-stepper button:nth-child(3) { border-top-left-radius: 0; border-bottom-left-radius: 0; margin-left: -1px; }
.mini-stepper button:hover { background: var(--lav-50); color: var(--lav-700); border-color: var(--lav-300); }
.mini-stepper .mini-rm { margin-left: .5rem; border-color: transparent; color: var(--ink-mut); border-radius: var(--r-sm); }
.mini-stepper .mini-rm:hover { background: #efe4dc; color: var(--danger); border-color: transparent; }
.mini-stepper span { min-width: 30px; text-align: center; font-weight: 800; font-size: .88rem; }
.mini-stepper svg { width: 15px; height: 15px; }

@media (max-width: 620px) {
  .pc-stepper { height: 40px; }
  .pc-stepper button { width: 30px; height: 40px; }
  .pc-stepper .qn { min-width: 18px; font-size: .9rem; }
}

/* =====================================================================
   ADMIN — Çoklu ürün fotoğrafı yükleme grid'i
   ===================================================================== */
.img-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: .7rem; }
.img-cell { position: relative; aspect-ratio: 1/1; border-radius: var(--r-md); overflow: hidden; border: 2px solid var(--border); background: var(--lav-50); }
.img-cell img { width: 100%; height: 100%; object-fit: cover; display: block; }
.img-cell.primary { border-color: var(--lav-600); box-shadow: 0 0 0 2px var(--lav-200); }
.img-cell .primary-tag { position: absolute; top: 6px; left: 6px; background: var(--lav-700); color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: .18rem .4rem; border-radius: var(--r-full); }
.img-cell .cell-star, .img-cell .cell-rm { position: absolute; width: 28px; height: 28px; border-radius: var(--r-full); display: grid; place-items: center; background: rgba(255,255,255,.94); box-shadow: var(--sh-sm); transition: background .18s, color .18s, transform .18s; }
.img-cell .cell-star { bottom: 6px; right: 6px; color: var(--ink-mut); }
.img-cell .cell-star:hover { color: var(--gold-600); transform: scale(1.08); }
.img-cell.primary .cell-star { color: var(--gold-600); background: var(--gold-100); }
.img-cell.primary .cell-star svg { fill: var(--gold-500); }
.img-cell .cell-rm { top: 6px; right: 6px; color: var(--danger); }
.img-cell .cell-rm:hover { background: var(--danger); color: #fff; transform: scale(1.08); }
.img-cell .cell-star svg, .img-cell .cell-rm svg { width: 15px; height: 15px; }
.img-add { aspect-ratio: 1/1; border: 2px dashed var(--border-lav); border-radius: var(--r-md); display: grid; place-items: center; gap: .3rem; color: var(--lav-500); background: transparent; transition: border-color .2s, background .2s, color .2s; grid-auto-flow: row; }
.img-add:hover { border-color: var(--lav-400); background: var(--lav-50); color: var(--lav-700); }
.img-add svg { width: 24px; height: 24px; }
.img-add span { font-size: .78rem; font-weight: 600; }

/* =====================================================================
   YENİDEN TASARIM — Botanical Rituals (header · logo · hero · bölümler)
   ===================================================================== */

/* ---- Header ---- */
.site-header { position: sticky; top: 0; z-index: 50; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom: none; box-shadow: none; }
.util-bar { background: var(--lav-800); color: #e9e3d4; }
.util-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 42px; }
.util-left { display: flex; align-items: center; gap: .55rem; font-size: .8rem; letter-spacing: .01em; }
.util-left svg { width: 16px; height: 16px; color: var(--gold-300); }
.util-left strong { color: #fff; font-weight: 700; }
.util-right { display: flex; align-items: center; gap: 1.4rem; }
.util-right > a { color: #e2dccd; font-size: .78rem; letter-spacing: .03em; transition: color .2s; }
.util-right > a:hover { color: #fff; }
.util-lang { display: inline-flex; align-items: center; gap: .25rem; color: #cfc7b4; font-size: .78rem; cursor: default; }
.util-lang svg { width: 12px; height: 12px; }
.util-icons { display: flex; align-items: center; gap: .1rem; }
.util-icons .icon-btn { width: 36px; height: 36px; color: #e2dccd; }
.util-icons .icon-btn:hover { background: rgba(255,255,255,.12); color: #fff; }
.util-icons .icon-btn svg { width: 19px; height: 19px; }
.util-icons .cart-count { background: var(--gold-500); color: #2c2a26; }

.mega-bar { background: var(--ivory); border-bottom: 1px solid var(--border); transition: box-shadow .3s; overflow: visible; }
.site-header.scrolled .mega-bar { box-shadow: 0 6px 20px rgba(44,42,38,.09); }
.mega-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.4rem; min-height: 160px; overflow: visible; }
.nav-side { display: flex; align-items: center; gap: 1.8rem; }
.nav-left { justify-content: flex-end; }
.nav-right { justify-content: flex-start; }
.nav-item { position: relative; display: flex; flex-direction: column; min-width: 0; }
.nav-side .nav-cat {
  font-size: .76rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase;
  color: var(--ink-soft); white-space: nowrap; position: relative; padding: .5rem 0;
  transition: color .2s;
}
.nav-side .nav-cat::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .1rem; height: 1.5px;
  background: var(--gold-500); transform: scaleX(0); transform-origin: center;
  transition: transform .28s var(--ease);
}
.nav-side .nav-cat:hover, .nav-side .nav-cat.active { color: var(--lav-800); }
.nav-side .nav-cat:hover::after, .nav-side .nav-cat.active::after { transform: scaleX(1); }
.nav-side .nav-cat.sale-link { color: var(--sale); }
.nav-side .nav-cat.sale-link::after { background: var(--sale); }
.nav-kinds {
  display: none;
  position: absolute;
  top: 100%;
  min-width: max(100%, 11rem);
  flex-direction: column;
  gap: .2rem;
  padding: .7rem .95rem .8rem;
  background: var(--ivory);
  border: 1px solid var(--border);
  box-shadow: var(--sh-md);
  z-index: 70;
}
.nav-left .nav-kinds { right: 0; text-align: right; }
.nav-right .nav-kinds { left: 0; text-align: left; }
.nav-item:hover .nav-kinds,
.nav-item:focus-within .nav-kinds { display: flex; }
.nav-kind {
  font-size: .78rem; font-weight: 500; letter-spacing: .02em; text-transform: none;
  color: var(--ink-mut); white-space: nowrap; line-height: 1.4; padding: .15rem 0;
  transition: color .2s;
}
.nav-kind:hover, .nav-kind.active { color: var(--lav-800); }
.hamburger { display: none; }

/* ---- Marka logosu ---- */
.brand { display: inline-flex; text-decoration: none; overflow: visible; }
.brand-lockup { display: flex; align-items: center; justify-content: center; line-height: 1; overflow: visible; }
.mega-bar .brand .brand-logo,
.brand-logo {
  display: block;
  height: 140px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
}
.brand-logo--sm { height: 52px !important; max-width: 200px !important; }
.footer-brand .brand-logo {
  height: 72px !important;
  max-width: 240px !important;
  background: var(--ivory);
  padding: .45rem .55rem;
  border-radius: var(--r-md);
}
.footer-logo { display: inline-flex; justify-content: flex-start; margin-bottom: 1.1rem; }
.footer-brand .brand-lockup { margin-bottom: 0; justify-content: flex-start; align-items: flex-start; }
.footer-brand img.brand-logo { margin-bottom: 0; margin-inline: 0; box-shadow: none; }
.story-visual, .field-visual { background: var(--sand); }

/* Boş görsel slotları (kullanıcı foto ekleyene kadar)
   width/height %100 yalnızca media kutularında; .adm-thumb boyutunu ezmemeli */
.slot { background: var(--sand); }
.art-empty { background: var(--sand); }
.adm-thumb:empty { background: var(--sand); }
.pc-media .art-empty, .thumb .art-empty {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  transform: none;
  background: #F0F0F0;
  border: none;
}
.pd-main .art-empty {
  display: inline-block;
  width: var(--pd-img-scale);
  aspect-ratio: 4 / 5;
  min-height: 120px;
  background: none;
  border: none;
}
.post-cover:empty, .post-cover:not(:has(img)) { background: var(--sand); min-height: 200px; }

/* NOT: Eski tam-genişlik carousel CSS'i kaldırıldı (hiçbir sayfada
   kullanılmıyordu ve .hero-slide{display:none} yeni hero slider'ı
   gizliyordu). Güncel hero stilleri .home-hero-* altında. */

/* ---- Ritüel şerit (5 özellik) ---- */
.ritual-strip { background: var(--ivory); border-bottom: 1px solid var(--border); }
.ritual-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.2rem; padding-block: 2rem; }
.ritual-item { display: flex; align-items: center; gap: .85rem; }
.ritual-item svg { width: 30px; height: 30px; color: var(--lav-600); flex-shrink: 0; stroke-width: 1.5; }
.ritual-item .t { font-weight: 700; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.ritual-item .s { font-size: .82rem; font-weight: 400; color: var(--ink-mut); margin-top: .15rem; }
.ritual-item + .ritual-item { border-left: 1px solid var(--border); padding-left: 1.2rem; }

/* ---- Keşfet (kategori vitrini) ---- */
.discover { display: grid; grid-template-columns: 300px 1fr; gap: 2.4rem; align-items: stretch; }
.discover-intro { align-self: center; max-width: 30ch; }
.discover-intro h2 { margin: .5rem 0 1rem; }
.discover-intro .divider { width: 60px; height: 2px; background: var(--gold-500); margin: 1.2rem 0; }
.discover-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1rem; align-content: start; }
.disc-tile { position: relative; border-radius: 0; overflow: hidden; aspect-ratio: 3/5; display: block; box-shadow: var(--sh-sm); }
.disc-tile .slot, .disc-tile .slot > svg, .disc-tile .slot-img { position: absolute; inset: 0; width: 100%; height: 100%; }
.disc-tile .slot-img { object-fit: cover; }
.disc-tile::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 45%, rgba(28,26,22,.78) 100%); transition: background .3s; }
.disc-tile:hover::after { background: linear-gradient(180deg, rgba(28,26,22,.15) 20%, rgba(28,26,22,.82) 100%); }
.disc-tile .cap { position: absolute; z-index: 2; left: 1.1rem; right: 1.1rem; bottom: 1.1rem; color: #fff; }
.disc-tile .cap .nm { font-family: var(--font-serif); font-size: 1.15rem; letter-spacing: .02em; }
.disc-tile .cap .sub { font-size: .78rem; opacity: .85; margin-top: .2rem; }
.disc-tile .cap .go { display: inline-flex; align-items: center; gap: .3rem; margin-top: .5rem; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s; }
.disc-tile:hover .cap .go { opacity: 1; transform: none; }
.disc-tile .cap .go svg { width: 1em; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .nav-side { gap: 1.1rem; }
  .nav-side .nav-cat { font-size: .72rem; letter-spacing: .09em; }
  .nav-kind { font-size: .68rem; }
  .ritual-grid { grid-template-columns: repeat(3, 1fr); gap: 1.4rem 1rem; }
  .ritual-item:nth-child(4) { border-left: none; padding-left: 0; }
  .discover { grid-template-columns: 1fr; gap: 1.6rem; }
  .discover-tiles { grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); grid-auto-columns: auto; }
}
@media (max-width: 860px) {
  .util-left span { display: none; }
  .util-right > a, .util-lang { display: none; }
  .mega-inner { grid-template-columns: auto 1fr auto; min-height: 120px; }
  .nav-side { display: none; }
  .hamburger { display: grid; justify-self: start; }
  .brand { justify-self: center; }
  .mega-bar .brand .brand-logo,
  .brand-logo { height: 108px !important; max-width: none !important; }
  .mega-inner .brand { grid-column: 2; }
  .ritual-grid { grid-template-columns: 1fr 1fr; }
  .ritual-item:nth-child(3) { border-left: none; padding-left: 0; }
  .discover-tiles { grid-template-columns: repeat(2, 1fr); }
  .hero-copy .lead { font-size: 1rem; font-weight: 400; }
}
@media (max-width: 520px) {
  .ritual-grid { grid-template-columns: 1fr; }
  .ritual-item { border-left: none !important; padding-left: 0 !important; }
  .discover-tiles { grid-template-columns: 1fr 1fr; }
}

/* Hero — mobilde oklar küçük; fotoğraf fade yok */
@media (max-width: 860px) {
  .hero-scrim { background: none; }
  .hero-photo { height: clamp(600px, 90vh, 820px); }
  .hero-copy h1 { font-size: clamp(2.3rem, 9vw, 3.2rem); }
  .hero-arrow { width: 28px; height: 28px; }
  .hero-arrow svg { width: 12px; height: 12px; }
  .hero-arrow.prev { left: .55rem; } .hero-arrow.next { right: .55rem; }
}

/* =====================================================================
   STOK GÖSTERİMİ (mağaza)
   ===================================================================== */
.badge--oos { background: var(--ink-mut); color: #fff; }

/* Ürün kartı: "Son N adet" kırmızı uyarı */
.pc-low {
  color: var(--brand-red); font-size: .78rem; font-weight: 800;
  letter-spacing: .02em; margin-top: .3rem;
}
.pc-oos {
  display: inline-flex; align-items: center; height: 42px; padding: 0 .9rem;
  border-radius: var(--r-full); background: var(--lav-100); color: var(--ink-mut);
  font-size: .82rem; font-weight: 800; white-space: nowrap;
}
.product-card.is-soldout .pc-media > a,
.product-card.is-soldout .pc-media > .pc-shot { opacity: .55; filter: grayscale(.35); }

/* Devre dışı stepper butonu */
.pc-stepper button[disabled], .mini-stepper button[disabled], .qty button[disabled] {
  opacity: .35; cursor: not-allowed; pointer-events: none;
}

/* Ürün detay: stok uyarıları */
.pd-low {
  display: flex; align-items: center; gap: .45rem;
  color: var(--brand-red); font-weight: 800; font-size: .95rem;
  margin: .2rem 0 .6rem;
}
.pd-low svg { width: 18px; height: 18px; flex-shrink: 0; }

/* Sepet satırlarında az stok uyarısı */
.cart-low, .mini-low {
  color: var(--brand-red); font-size: .76rem; font-weight: 800; margin-top: .25rem;
}

/* =====================================================================
   ADMIN — Stok sayfası
   ===================================================================== */
.stock-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1.6rem; }
.stock-kpis .stat-card.crit { border-color: #e0b4ac; background: #fdf4f2; }
.stock-kpis .stat-card.warn { border-color: #e6d3a8; background: #fdf9ef; }

.stk-cell { display: flex; align-items: center; gap: .4rem; }
.stk-num {
  min-width: 54px; text-align: center; font-weight: 800; font-variant-numeric: tabular-nums;
  border: 1.5px solid var(--border); border-radius: var(--r-sm); padding: .35rem .4rem;
  background: #fff;
}
.stk-num:focus { outline: 2px solid var(--lav-500); outline-offset: 1px; border-color: var(--lav-500); }
.stk-btn {
  width: 30px; height: 30px; border-radius: var(--r-sm); border: 1px solid var(--border);
  display: grid; place-items: center; color: var(--ink-soft); background: #fff;
  transition: background .18s, color .18s, border-color .18s;
}
.stk-btn:hover { background: var(--lav-50); color: var(--lav-800); border-color: var(--lav-300); }
.stk-btn svg { width: 15px; height: 15px; }

.stk-pill {
  display: inline-flex; align-items: center; gap: .3rem; font-size: .7rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .04em; padding: .24rem .5rem; border-radius: var(--r-full);
  white-space: nowrap;
}
.stk-ok   { background: #e6efe0; color: var(--sage-700); }
.stk-low  { background: #fdf0dd; color: #8a5a12; }
.stk-out  { background: #fde8e6; color: var(--brand-red); }
.stk-off  { background: var(--lav-100); color: var(--ink-mut); }

.stock-toolbar { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.chip-toggle {
  display: inline-flex; align-items: center; gap: .4rem; padding: .5rem .9rem;
  border-radius: var(--r-full); border: 1.5px solid var(--border); background: #fff;
  font-size: .86rem; font-weight: 700; color: var(--ink-soft); cursor: pointer;
}
.chip-toggle.on { background: var(--lav-700); color: #fff; border-color: var(--lav-700); }

@media (max-width: 860px) {
  .stock-kpis { grid-template-columns: repeat(2, 1fr); }
}

/* =====================================================================
   ADMIN — Siparişler
   ===================================================================== */
.ord-tabs { display: flex; flex-wrap: wrap; gap: .5rem; }
.ord-tab {
  display: inline-flex; align-items: center; gap: .4rem; padding: .5rem .9rem;
  border-radius: var(--r-full); border: 1.5px solid var(--border); background: #fff;
  font-size: .85rem; font-weight: 700; color: var(--ink-soft); cursor: pointer;
  transition: background .18s, color .18s, border-color .18s;
}
.ord-tab:hover { background: var(--lav-50); border-color: var(--lav-300); }
.ord-tab.on { background: var(--lav-700); color: #fff; border-color: var(--lav-700); }
.ord-tab .cnt {
  font-size: .74rem; font-weight: 800; background: var(--lav-100); color: var(--lav-800);
  padding: .1rem .4rem; border-radius: var(--r-full);
}
.ord-tab.on .cnt { background: rgba(255, 255, 255, .25); color: #fff; }

.ord-pill {
  display: inline-flex; align-items: center; gap: .3rem; font-size: .7rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .04em; padding: .24rem .5rem; border-radius: var(--r-full);
  white-space: nowrap;
}
.ord-new       { background: var(--lav-100); color: var(--lav-800); }
.ord-shipped   { background: var(--gold-100); color: var(--gold-700); }
.ord-delivered { background: #e6efe0; color: var(--sage-700); }
.ord-cancelled { background: var(--lav-100); color: var(--ink-mut); }
.ord-returned  { background: #fdf0dd; color: #8a5a12; }
.ord-paid      { background: #e6efe0; color: var(--sage-700); }
.ord-wait      { background: #fdf0dd; color: #8a5a12; }
.ord-fail      { background: #fde8e6; color: var(--brand-red); }

/* Kargo bekleyen siparişler: 2+ gün kırmızı, daha yeni yeşil */
.adm-table tr.ord-row--late td  { background: #fdf4f2; box-shadow: inset 3px 0 0 var(--brand-red); }
.adm-table tr.ord-row--fresh td { background: #f4f8f1; box-shadow: inset 3px 0 0 var(--sage-700); }
.adm-table tr.ord-row--late:hover td  { background: #fbeae6; }
.adm-table tr.ord-row--fresh:hover td { background: #eaf2e5; }

.ord-alert {
  display: flex; align-items: center; gap: .5rem; padding: .8rem 1rem; margin-bottom: 1rem;
  background: #fdf4f2; border: 1px solid #e0b4ac; color: var(--brand-red);
  font-size: .9rem; font-weight: 600;
}
.ord-alert svg { width: 18px; height: 18px; flex-shrink: 0; }
.ord-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.ord-detail .adm-card { border: 1px solid var(--border); }

/* Tükenen ürün: fiyat yerine durum metni + pasif buton */
.pd-price--oos { margin: 1.1rem 0; }
.pd-price--oos .oos-note {
  font-family: var(--font-serif); font-size: 1.7rem; color: var(--ink-mut); letter-spacing: .01em;
}
.btn--oos {
  background: var(--lav-100); color: var(--ink-mut); box-shadow: none;
  cursor: not-allowed; opacity: .8;
}
.btn--oos:hover { transform: none; background: var(--lav-100); }

/* Lightbox — fullscreen görsel + zoom */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(20, 18, 16, .92);
  display: grid; place-items: center;
  padding: 1rem;
}
.lightbox[hidden] { display: none !important; }
.lb-close {
  position: absolute; top: 1rem; right: 1rem; z-index: 3;
  width: 44px; height: 44px; display: grid; place-items: center;
  color: #fff; background: rgba(255,255,255,.12); border-radius: var(--r-full);
  transition: background .2s;
}
.lb-close:hover { background: rgba(255,255,255,.22); }
.lb-close svg { width: 22px; height: 22px; }
.lb-stage {
  width: min(96vw, 1100px); height: min(82vh, 900px);
  display: grid; place-items: center; overflow: hidden; cursor: zoom-out;
}
.lb-img {
  max-width: 100%; max-height: 100%; width: auto; height: auto;
  transform-origin: center center;
  transition: transform .05s linear;
  cursor: grab; user-select: none; -webkit-user-drag: none;
}
.lb-img.dragging { cursor: grabbing; transition: none; }
.lb-tools {
  position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%);
  display: flex; gap: .5rem; z-index: 3;
}
.lb-btn {
  width: 44px; height: 44px; display: grid; place-items: center;
  color: #fff; background: rgba(255,255,255,.14); border-radius: var(--r-full);
  transition: background .2s;
}
.lb-btn:hover { background: rgba(255,255,255,.26); }
.lb-btn svg { width: 20px; height: 20px; }
.lb-hint {
  position: absolute; bottom: .35rem; left: 50%; transform: translateX(-50%);
  font-size: .72rem; color: rgba(255,255,255,.55); white-space: nowrap; pointer-events: none;
}
@media (max-width: 620px) {
  .lb-hint { display: none; }
  .lb-stage { width: 100vw; height: 78vh; }
}

/* =====================================================================
   ÖDEME SAYFASI
   ===================================================================== */
.checkout-layout { display: grid; grid-template-columns: 1fr 360px; gap: 2.4rem; align-items: start; }
.co-h { font-size: 1.5rem; margin-bottom: 1.2rem; }
.checkout-form-col .field { margin-bottom: 1.2rem; }
.checkout-form-col label { display: block; font-weight: 700; font-size: .88rem; margin-bottom: .4rem; }
.checkout-form-col .req { color: var(--brand-red); }
.checkout-form-col input[type=text],
.checkout-form-col input[type=email],
.checkout-form-col input[type=tel],
.checkout-form-col textarea {
  width: 100%; padding: .8rem 1rem; border: 1.5px solid var(--border);
  border-radius: var(--r-md); background: #fff; font: inherit; outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.checkout-form-col input:focus, .checkout-form-col textarea:focus {
  border-color: var(--lav-500); box-shadow: 0 0 0 3px var(--lav-100);
}
.checkout-form-col [aria-invalid="true"] { border-color: var(--danger); }
.checkout-form-col textarea { resize: vertical; min-height: 96px; }
.checkout-form-col .hint { display: block; font-size: .78rem; color: var(--ink-mut); margin-top: .35rem; }
.field-error { display: block; font-size: .8rem; color: var(--danger); margin-top: .35rem; font-weight: 600; }
.co-error {
  background: #fde8e6; color: var(--brand-red); border: 1px solid #f0c4c0;
  border-radius: var(--r-md); padding: .9rem 1.1rem; margin-bottom: 1rem; font-weight: 600; font-size: .92rem;
}
.co-secure { font-size: .8rem; text-align: center; margin-top: .8rem; }
.co-frame { border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; background: #fff; min-height: 520px; }
.co-frame iframe { display: block; width: 100%; min-height: 520px; border: 0; }

/* Sipariş özeti */
.checkout-summary {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 1.6rem;
  position: sticky; top: calc(var(--nav-h) + 1rem);
}
.checkout-summary h3 { margin-bottom: 1.1rem; }
.co-items { list-style: none; padding: 0; margin: 0 0 1rem; display: grid; gap: .7rem; }
.co-items li { display: flex; justify-content: space-between; gap: .8rem; font-size: .9rem; align-items: baseline; }
.co-i-name { color: var(--ink-soft); }
.co-i-qty { color: var(--ink-mut); font-size: .82rem; }
.co-i-price { font-weight: 700; white-space: nowrap; }

/* =====================================================================
   SİPARİŞ SONUÇ SAYFALARI
   ===================================================================== */
.order-result { display: grid; place-items: center; min-height: 46vh; }
.result-card {
  max-width: 540px; text-align: center; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2.6rem 2rem;
}
.result-icon { width: 68px; height: 68px; margin: 0 auto 1.2rem; }
.result-icon svg { width: 100%; height: 100%; }
.result-ok .result-icon { color: var(--sage-700); }
.result-fail .result-icon { color: var(--brand-red); }
.result-card h1 { font-size: clamp(1.7rem, 3.4vw, 2.3rem); margin: .5rem 0 .8rem; }
.result-card .lead { margin-inline: auto; }
.result-oid {
  display: inline-block; margin-top: 1.1rem; padding: .55rem 1rem;
  background: var(--lav-50); border-radius: var(--r-full);
  font-size: .88rem; font-variant-numeric: tabular-nums;
}
.result-actions { display: flex; gap: .8rem; justify-content: center; margin-top: 1.8rem; flex-wrap: wrap; }

@media (max-width: 1024px) {
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { position: static; order: -1; }
}

/* Sepette temin edilemeyen satır uyarıları */
.cart-row--issue { border-color: #e0b4ac; background: #fdf7f5; }
.cart-issue, .mini-issue {
  display: flex; align-items: flex-start; gap: .35rem;
  color: var(--brand-red); font-size: .8rem; font-weight: 700;
  margin-top: .3rem; line-height: 1.35;
}
.cart-issue svg, .mini-issue svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: .1rem; }
.mini-issue { font-size: .74rem; }
.cart-block {
  display: flex; align-items: flex-start; gap: .45rem;
  background: #fdf0dd; color: #8a5a12; border: 1px solid #e6d3a8;
  border-radius: var(--r-md); padding: .8rem .9rem; margin-top: 1rem;
  font-size: .84rem; font-weight: 600; line-height: 1.4;
}
.cart-block svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: .1rem; }
#checkoutBtn[disabled] { opacity: .45; cursor: not-allowed; filter: grayscale(.4); }
#checkoutBtn[disabled]:hover { transform: none; }

/* =====================================================================
   ANASAYFA & KATEGORİ SAYFALARI — Yeni tasarım (2026)
   Üst bant · orta menü · tam genişlik hero · kategori mozaiği ·
   tür şeridi · marka vaatleri
   ===================================================================== */

/* ---- Üst yardımcı bant (3 bölge) ---- */
.util-bar { background: var(--ivory); color: var(--ink-soft); border-bottom: 1px solid var(--border); }
.util-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; min-height: 40px; }
.util-left { display: flex; align-items: center; gap: .5rem; font-size: .68rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mut); }
.util-left svg { width: 15px; height: 15px; color: var(--lav-600); stroke-width: 1.4; }
.util-mid { text-align: center; font-size: .68rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mut); white-space: nowrap; }
.util-right { display: flex; align-items: center; justify-content: flex-end; gap: 1.6rem; }
.util-link {
  display: inline-flex; align-items: center; gap: .45rem; padding: 0;
  font-size: .68rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase;
  color: var(--ink-mut); transition: color .2s;
}
.util-link:hover { color: var(--lav-800); }
.util-link svg { width: 15px; height: 15px; stroke-width: 1.4; }

/* ---- Ana bar: logo solda · menü ortada · ikonlar sağda ---- */
.mega-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1rem, 3vw, 3rem); min-height: 116px; }
.mega-bar .brand { justify-self: start; }
.mega-bar .brand .brand-logo, .mega-bar .brand-logo { height: 92px !important; }
.nav-main { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 2.6vw, 2.6rem); flex-wrap: nowrap; }
.nav-main .nav-cat {
  font-size: .72rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase;
  color: var(--ink-soft); white-space: nowrap; position: relative; padding: .5rem 0; transition: color .2s;
}
.nav-main .nav-cat::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .1rem; height: 1px;
  background: var(--lav-700); transform: scaleX(0); transition: transform .28s var(--ease);
}
.nav-main .nav-cat:hover, .nav-main .nav-cat.active { color: var(--lav-800); }
.nav-main .nav-cat:hover::after, .nav-main .nav-cat.active::after { transform: scaleX(1); }
.nav-main .nav-kinds { left: 50%; transform: translateX(-50%); text-align: left; }
.head-icons { display: flex; align-items: center; justify-self: end; gap: .35rem; }
.head-icons .icon-btn svg { width: 20px; height: 20px; stroke-width: 1.4; }

/* ---- Butonlar (yeni varyantlar) ---- */
.btn--outline { background: transparent; color: var(--ink); border: 1px solid rgba(61,57,51,.55); box-shadow: none; }
.btn--outline:hover { background: rgba(255,255,255,.55); border-color: var(--ink); }
.btn--olive { background: var(--lav-700); color: var(--ivory); box-shadow: var(--sh-sm); }
.btn--olive:hover { background: var(--sage-700); transform: translateY(-2px); box-shadow: var(--sh-md); }
.btn--outline, .btn--olive { font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.btn--outline.btn--lg, .btn--olive.btn--lg { padding: 1.05rem 2.4rem; font-size: .78rem; }

/* ---- Anasayfa hero ---- */
.home-hero { position: relative; background: var(--ivory); }
.home-hero-media { position: relative; width: 100%; height: clamp(420px, 52vw, 640px); overflow: hidden; background: var(--sand); }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; }

/* ---- Hero slider: 3 görsel, yumuşak geçişle döner ---- */
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s var(--ease); }
.hero-slide.is-active { opacity: 1; }

/* Oklar ve noktalar KARE. Kopya katmanının üstünde (z-index 3) dururlar. */
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 44px; border-radius: 0;
  display: grid; place-items: center; cursor: pointer; padding: 0;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.6);
  color: #fff; transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.hero-arrow svg { width: 20px; height: 20px; }
/* Açık zeminli slaytta beyaz kenarlık kaybolmasın diye dış koyu halka */
.hero-arrow, .hero-dot { box-shadow: 0 0 0 1px rgba(0,0,0,.32); }
.hero-arrow:hover, .hero-arrow:focus-visible { box-shadow: 0 0 0 1px rgba(0,0,0,.18); }
.hero-arrow--prev { left: clamp(.6rem, 2vw, 1.75rem); }
.hero-arrow--next { right: clamp(.6rem, 2vw, 1.75rem); }
.hero-arrow:hover, .hero-arrow:focus-visible { background: #fff; color: var(--ink); border-color: #fff; }

.hero-dots {
  position: absolute; z-index: 3; left: 0; right: 0;
  bottom: clamp(.9rem, 2.4vw, 1.9rem);
  display: flex; gap: .5rem; justify-content: center;
}
.hero-dot {
  width: 12px; height: 12px; border-radius: 0; padding: 0; cursor: pointer;
  background: rgba(255,255,255,.3); border: 1px solid rgba(255,255,255,.75);
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.hero-dot:hover { background: rgba(255,255,255,.65); }
.hero-dot[aria-selected="true"] { background: #fff; transform: scale(1.15); }

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
}
/* Perde yok — fotoğraf olduğu gibi görünür. Okunabilirlik, koyu fotoğraf
   üzerine beyaz yazıyla sağlanır (bkz. .home-hero-copy). */
.home-hero-copy {
  position: absolute; inset: 0; z-index: 2;
  /* Ok ve noktalara tıklanabilsin diye katman tıklamayı geçirir;
     yalnızca butonun kendisi tıklamayı yakalar. */
  pointer-events: none;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding-inline: 1.5rem;
}
.home-hero-copy h1 {
  font-size: clamp(2rem, 4.2vw, 3.5rem); line-height: 1.16; letter-spacing: .04em;
  text-transform: uppercase; font-weight: 500; color: #fff;
}
.home-hero-copy p { margin: 1.4rem 0 2.2rem; font-size: clamp(.92rem, 1.1vw, 1.02rem); color: rgba(255,255,255,.92); line-height: 1.75; }
/* Slaytların parlaklığı çok farklı (hero-3 koyu, hero.png açık). Perde
   koymadan her zeminde okunabilmesi için beyaz yazıya siyah KONTUR.

   paint-order: stroke fill → kontur harfin ARKASINA çizilir; harf
   biçimi incelmez. Bu olmadan 1.5px kontur ince serif harfleri yer.
   Kontur boyutu yazı boyutuyla orantılı verildi. */
.home-hero-copy h1 {
  -webkit-text-stroke: 1.6px rgba(0,0,0,.88);
  paint-order: stroke fill;
  text-shadow: 0 0 10px rgba(0,0,0,.35);
}
.home-hero-copy p {
  -webkit-text-stroke: 1px rgba(0,0,0,.9);
  paint-order: stroke fill;
  /* Küçük puntoda tek başına kontur yetmiyor: harfe yapışık dar bir
     hale boşlukları kapatır. Kareyi karartmaz, sadece harfi sarar. */
  text-shadow: 0 0 4px rgba(0,0,0,.6), 0 0 8px rgba(0,0,0,.35);
}
.home-hero-copy .btn { pointer-events: auto; }
.home-hero-copy .btn--outline {
  color: #fff; border-color: rgba(255,255,255,.8);
  -webkit-text-stroke: .9px rgba(0,0,0,.9);
  paint-order: stroke fill;
  text-shadow: 0 0 4px rgba(0,0,0,.6), 0 0 8px rgba(0,0,0,.35);
  /* Beyaz çerçeve açık zeminli slaytta kaybolmasın diye dış koyu halka */
  box-shadow: 0 0 0 1px rgba(0,0,0,.38);
}
.home-hero-copy .btn--outline:hover {
  background: #fff; border-color: #fff; color: var(--ink);
  -webkit-text-stroke: 0; text-shadow: none; box-shadow: 0 0 0 1px rgba(0,0,0,.18);
}

/* ---- Kategori mozaiği ---- */
.cat-tiles { display: grid; grid-template-columns: repeat(5, 1fr); }
.cat-tile { position: relative; display: block; aspect-ratio: 3/4; overflow: hidden; background: var(--lav-800); }
.cat-tile .slot, .cat-tile .slot-img { position: absolute; inset: 0; width: 100%; height: 100%; }
.cat-tile .slot-img { object-fit: cover; transition: transform .8s var(--ease); }
.cat-tile:hover .slot-img { transform: scale(1.05); }
.cat-tile::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(26,25,23,.42) 0%, rgba(26,25,23,.55) 100%);
  transition: background .35s;
}
.cat-tile--dark::after { background: linear-gradient(180deg, rgba(14,14,12,.62) 0%, rgba(14,14,12,.72) 100%); }
.cat-tile:hover::after { background: linear-gradient(180deg, rgba(26,25,23,.30) 0%, rgba(26,25,23,.62) 100%); }
.cat-tile-body {
  position: absolute; z-index: 2; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 1.6rem 1.3rem; color: #fff;
}
.cat-tile-icon { width: 30px; height: 30px; stroke-width: 1.2; color: #fff; margin-bottom: 1rem; opacity: .95; }
.cat-tile h3 {
  color: #fff; font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(1.15rem, 1.5vw, 1.6rem); letter-spacing: .06em; text-transform: uppercase; line-height: 1.25;
}
.cat-tile p { margin-top: .9rem; font-size: .78rem; line-height: 1.65; color: rgba(255,255,255,.82); max-width: 22ch; }
.cat-tile .go {
  display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.2rem;
  font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: .25rem;
}
.cat-tile .go svg { width: 1em; height: 1em; transition: transform .25s var(--ease); }
.cat-tile:hover .go svg { transform: translateX(4px); }

/* ---- Marka vaatleri şeridi ---- */
.value-strip { background: var(--cream); border-top: 1px solid var(--border); }
.value-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(1rem, 2vw, 2.2rem); padding-block: clamp(1.8rem, 3vw, 2.6rem); }
.value-grid--4 { grid-template-columns: repeat(4, 1fr); }
.value-grid--3 { grid-template-columns: repeat(3, 1fr); }
.value-item { display: flex; align-items: flex-start; gap: .9rem; }
.value-item > svg { width: 32px; height: 32px; flex-shrink: 0; stroke-width: 1.2; color: var(--lav-600); }
.value-item .t { font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
.value-item .s { font-size: .78rem; line-height: 1.6; color: var(--ink-mut); margin-top: .3rem; }

/* ---- Kategori sayfası: hero ---- */
.cat-hero { position: relative; background: var(--ivory); }
.cat-hero-media { position: relative; width: 100%; height: clamp(380px, 44vw, 560px); overflow: hidden; background: var(--sand); }
.cat-hero .slot-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cat-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,242,235,.86) 0%, rgba(246,242,235,.42) 45%, rgba(246,242,235,0) 72%); }
.cat-hero--dark .cat-hero-media { background: var(--lav-900); }
.cat-hero--dark .cat-hero-media::after { background: linear-gradient(90deg, rgba(20,19,17,.82) 0%, rgba(20,19,17,.42) 45%, rgba(20,19,17,0) 72%); }
.cat-hero-copy { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; }
.cat-hero-copy .container { width: 100%; }
.cat-hero-copy .inner { max-width: 34rem; }
.cat-hero-copy h1 {
  font-size: clamp(2rem, 4.4vw, 3.4rem); letter-spacing: .05em; text-transform: uppercase;
  font-weight: 500; color: var(--ink); line-height: 1.15;
}
.cat-hero-copy .lead { margin: 1.2rem 0 2rem; font-size: 1rem; color: var(--ink-soft); max-width: 34ch; }
.cat-hero--dark .cat-hero-copy h1 { color: var(--ivory); }
.cat-hero--dark .cat-hero-copy .lead { color: rgba(246,242,235,.86); }

/* ---- Kategori sayfası: tür şeridi ---- */
.kind-strip { background: var(--ivory); border-bottom: 1px solid var(--border); }
.kind-grid { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; gap: clamp(1.6rem, 5vw, 5rem); padding-block: 1.8rem; }
.kind-chip { display: flex; flex-direction: column; align-items: center; gap: .7rem; text-align: center; color: var(--ink-soft); transition: color .2s, transform .25s var(--ease); }
.kind-chip:hover { color: var(--lav-800); transform: translateY(-3px); }
.kind-chip svg { width: 30px; height: 30px; stroke-width: 1.2; color: var(--lav-600); }
.kind-chip span { font-size: .68rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; max-width: 12ch; }

/* ---- Kategori sayfası: koleksiyon başlığı & grid ---- */
.coll-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap; margin-bottom: clamp(1.6rem, 3vw, 2.6rem); }
.coll-head h2 {
  font-size: clamp(1.15rem, 1.7vw, 1.5rem); font-family: var(--font-sans); font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ink);
}
.coll-head .textlink { font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ---- Responsive ---- */
@media (max-width: 1280px) {
  .util-mid { display: none; }
  .util-inner { grid-template-columns: 1fr auto; }
}
@media (max-width: 1200px) {
  .cat-tiles { grid-template-columns: repeat(3, 1fr); }
  .value-grid, .value-grid--4 { grid-template-columns: repeat(3, 1fr); }
  .product-grid.cols-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nav-main { gap: 1rem; }
  .nav-main .nav-cat { font-size: .66rem; letter-spacing: .1em; }
  .mega-bar .brand .brand-logo, .mega-bar .brand-logo { height: 74px !important; }
}
@media (max-width: 860px) {
  .util-inner { grid-template-columns: 1fr auto; min-height: 38px; }
  .util-mid { display: none; }
  .util-right > a.util-link { display: inline-flex; }
  .util-link span { display: none; }
  .util-right { gap: 1.1rem; }
  .mega-inner { grid-template-columns: auto 1fr auto; min-height: 92px; }
  .nav-main { display: none; }
  .mega-bar .brand { justify-self: center; }
  .mega-bar .brand .brand-logo, .mega-bar .brand-logo { height: 62px !important; }
  .head-icons .icon-btn:not(#openCart):not(#openSearch) { display: none; }
  .cat-tiles { grid-template-columns: repeat(2, 1fr); }
  .value-grid, .value-grid--4, .value-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .product-grid.cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cat-hero-copy .inner { max-width: 100%; }
}
@media (max-width: 560px) {
  .util-inner { grid-template-columns: 1fr auto; }
  .util-left { font-size: .6rem; letter-spacing: .1em; }
  .util-mid { display: none; }
  .home-hero-copy h1 { font-size: clamp(1.5rem, 7vw, 2.1rem); }
  .home-hero-copy p { font-size: .88rem; }
  .cat-tiles { grid-template-columns: 1fr; }
  .cat-tile { aspect-ratio: 16/10; }
  .value-grid, .value-grid--4, .value-grid--3 { grid-template-columns: 1fr; }
  .home-hero-media { height: 78vh; }
  .hero-arrow { width: 38px; height: 38px; }
  .hero-arrow svg { width: 17px; height: 17px; }
  .kind-grid { gap: 1.4rem 2rem; }
}
