/* Kumrular Seramik — site geneli tasarım dili (variant-1 sözleşmesi: contract.md)
   Palet: ground #eeeeee · band #ffffff · hush #fafafa · ink #000000 · clay #a3441f · kiln #201612
   Yasaklar: italik display, grain, radial/linear gradyan atmosfer, 24px+ radius, kart-içinde-kart */

@font-face {
  font-family: 'hatton-regular';
  src: local('Hatton'), local('PP Hatton'), local('Hatton Regular');
  font-weight: 400;
}
@font-face {
  font-family: 'Circular Std';
  src: local('Circular Std'), url('/assets/fonts/CircularStd-Book.woff') format('woff');
  font-weight: 450;
  font-display: swap;
}

:root {
  --ground: #eeeeee;
  --band: #ffffff;
  --hush: #fafafa;
  --ink: #000000;
  --clay: #a3441f;
  --kiln: #201612;
  --font-display: 'hatton-regular', 'Italiana', serif;
  --font-body: 'Circular Std', 'Helvetica Neue', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--ground);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }

.shell { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.12; }

/* ── etiket ── */
.eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--ink); flex: none; }

/* ── saat çubuğu ── */
.daybar {
  background: var(--hush);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-size: 13px; letter-spacing: 0.06em;
}
.daybar .shell { display: flex; justify-content: space-between; padding-top: 8px; padding-bottom: 8px; }
.daybar time { font-variant-numeric: tabular-nums; }
.daybar .open-note { color: var(--clay); }

/* ── header ── */
header.site {
  position: sticky; top: 0; z-index: 40;
  background: var(--ground);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
header.site .shell {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; padding-bottom: 14px; gap: 14px;
}
.wordmark { display: flex; align-items: center; gap: 12px; flex: none; }
.wordmark svg { width: 32px; height: 32px; }
.wordmark span { font-family: var(--font-display); font-size: 25px; letter-spacing: 0.02em; }
nav.main { display: flex; gap: 30px; font-size: 15px; }
nav.main a { position: relative; padding: 4px 0; white-space: nowrap; }
nav.main a::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--ink);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
nav.main a:hover::after, nav.main a[aria-current="page"]::after { width: 100%; }

/* ── butonlar ── */
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 30px; border-radius: 999px; font-size: 15px;
  transition: transform 0.3s ease; cursor: pointer;
}
.pill:hover { transform: translateY(-2px); }
.pill.solid { background: var(--clay); color: var(--band); }
.pill.ghost { border: 1px solid rgba(0,0,0,0.25); }
.pill.wa { background: #1da851; color: var(--band); }
.pill svg { width: 15px; height: 15px; flex: none; }

/* ── HERO (ana sayfa): 100vh + büyüyen fotoğraf ── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; padding: 56px 0;
}
.hero-inner { display: flex; flex-direction: column; gap: 34px; position: relative; z-index: 2; }
h1.manifesto {
  font-size: clamp(40px, 5.6vw, 78px);
  letter-spacing: 0.005em; line-height: 1.14;
  max-width: 19ch;
}
h1 .word { display: inline-block; }
h1 .accented { color: var(--clay); }
.inline-chip {
  display: inline-block; vertical-align: middle;
  width: 1.7em; height: 0.92em;
  object-fit: cover; border-radius: 10px;
  margin: 0 0.08em; transform: translateY(-0.06em);
}
/* dönen spiral — kelime arasında yaşayan işaret */
.spiral-slot {
  display: inline-flex; vertical-align: middle; align-items: center; justify-content: center;
  width: 1.1em; height: 1.1em; margin: 0 0.08em; transform: translateY(-0.06em);
}
.spiral-slot svg { width: 100%; height: 100%; animation: spin 16s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero p.intro { max-width: 60ch; font-size: 18px; color: rgba(0,0,0,0.72); }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.scroll-hint {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.55;
  display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2;
}
.scroll-hint::after { content: ''; width: 1px; height: 32px; background: var(--ink); opacity: 0.6; }

/* büyüyen fotoğraf katmanı: çip kadrajıyla birebir başlar, kutu tam ekrana büyür (zoom sıçraması yok) */
.grow-layer {
  position: absolute; inset: 0; z-index: 1;
  overflow: hidden; pointer-events: none;
  visibility: hidden;
}
.grow-media { position: absolute; overflow: hidden; border-radius: 10px; }
.grow-media img { width: 100%; height: 100%; object-fit: cover; }
.grow-layer .grow-caption {
  position: absolute; left: 0; right: 0; bottom: 56px;
  text-align: center; color: var(--band); opacity: 0;
}
.grow-caption .big { font-family: var(--font-display); font-size: clamp(34px, 4.6vw, 64px); line-height: 1.1; }
.grow-caption .small { font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 8px; }

/* ── bölüm bantları ── */
.band { background: var(--band); padding: 120px 0; }
.hushband { background: var(--hush); padding: 120px 0; }
.lead { display: flex; flex-direction: column; gap: 24px; margin-bottom: 56px; }
h2.ask { font-size: clamp(34px, 3.6vw, 48px); max-width: 22ch; }

/* ── senaryo panelleri ── */
.scenario-wrap { padding: 120px 0 0; background: var(--band); }
.panel-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; /* seramik derzi */
  background: var(--ground);
}
.panel {
  position: relative; overflow: hidden; min-height: 560px;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 34px; color: var(--band);
}
.panel > img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.panel:hover > img { transform: scale(1.05); }
.panel .scrim { position: absolute; inset: 0; background: rgba(0,0,0,0.30); transition: background 0.5s ease; }
.panel:hover .scrim { background: rgba(0,0,0,0.44); }
.panel .tag {
  position: relative; z-index: 2;
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-family: var(--font-display); font-size: clamp(32px, 3.2vw, 52px); line-height: 1;
  transition: transform 0.5s ease;
}
.panel:hover .tag { transform: rotate(180deg) translateY(8px); }
.panel .fact { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 22px; align-items: flex-start; max-width: 34ch; }
.panel .fact p { font-size: 15px; line-height: 1.55; }
.panel .fact .pill { background: var(--band); color: var(--ink); padding: 10px 22px; font-size: 14px; }

/* ── arşiv satırları (markalar / kategoriler) ── */
.index-rows { border-top: 1px solid rgba(0,0,0,0.14); }
.row {
  display: grid; grid-template-columns: minmax(150px, 1fr) 2fr auto auto; gap: 34px; align-items: center;
  padding: 22px 8px; border-bottom: 1px solid rgba(0,0,0,0.14);
  transition: background 0.4s ease;
}
.row:hover { background: var(--band); }
.row .name { font-family: var(--font-display); font-size: 32px; line-height: 1; }
.row .what { font-size: 15px; color: rgba(0,0,0,0.66); }
.row .since { font-size: 13px; letter-spacing: 0.14em; font-variant-numeric: tabular-nums; }
.row .count { font-size: 13px; letter-spacing: 0.1em; color: rgba(0,0,0,0.5); white-space: nowrap; }
.row .peek {
  width: 88px; height: 56px; object-fit: cover; border-radius: 8px;
  opacity: 0; transform: translateX(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.row:hover .peek { opacity: 1; transform: translateX(0); }

/* ── ürün karo ızgarası (derz metaforu: 1px aralık) ── */
.tile-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(0,0,0,0.12); border: 1px solid rgba(0,0,0,0.12);
}
.tile {
  background: var(--band); padding: 20px; display: flex; flex-direction: column; gap: 12px;
  position: relative;
}
.tile .ph {
  aspect-ratio: 1; overflow: hidden; background: var(--hush);
  display: flex; align-items: center; justify-content: center;
}
.tile .ph img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.tile:hover .ph img { transform: scale(1.05); }
.tile .brandline { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(0,0,0,0.5); }
.tile .pname { font-family: var(--font-body); font-weight: 450; font-size: 15px; line-height: 1.4; min-height: 2.8em; }
.tile .pname a::after { content: ''; position: absolute; inset: 0; }
.tile .actions { display: flex; gap: 8px; margin-top: auto; position: relative; z-index: 2; }
.tile .actions .pill { padding: 9px 16px; font-size: 13px; }

/* ── sayfalama ── */
.pager { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; padding: 56px 0 0; font-variant-numeric: tabular-nums; }
.pager a, .pager span {
  min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(0,0,0,0.18); border-radius: 999px; font-size: 14px; padding: 0 12px;
}
.pager span.here { background: var(--ink); color: var(--band); border-color: var(--ink); }
.pager a:hover { background: var(--band); }

/* ── kırıntı ── */
.crumbs { font-size: 13px; letter-spacing: 0.04em; color: rgba(0,0,0,0.55); padding: 20px 0; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.crumbs .sep { margin: 0 8px; }

/* ── sayfa başlığı ── */
.pagehead { padding: 40px 0 56px; display: flex; flex-direction: column; gap: 20px; }
.pagehead h1 { font-size: clamp(36px, 4.6vw, 64px); max-width: 22ch; }
.pagehead .intro { max-width: 62ch; font-size: 17px; color: rgba(0,0,0,0.72); }

/* ── ürün detay ── */
.pdp { display: grid; grid-template-columns: 3fr 2fr; gap: 64px; align-items: start; padding-bottom: 88px; }
.pdp-gallery .main {
  background: var(--band); border: 1px solid rgba(0,0,0,0.12);
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.pdp-gallery .main img { width: 100%; height: 100%; object-fit: contain; }
.pdp-gallery .thumbs { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.pdp-gallery .thumbs button {
  width: 72px; height: 72px; border: 1px solid rgba(0,0,0,0.15); background: var(--band);
  cursor: pointer; padding: 4px;
}
.pdp-gallery .thumbs button.on { border-color: var(--ink); }
.pdp-gallery .thumbs img { width: 100%; height: 100%; object-fit: contain; }
.pdp-info { display: flex; flex-direction: column; gap: 22px; }
.pdp-info h1 { font-size: clamp(28px, 3vw, 42px); }
.pdp-info .brandrow { display: flex; gap: 14px; align-items: baseline; font-size: 14px; }
.pdp-info .brandrow a { text-decoration: underline; text-underline-offset: 3px; }
.pdp-info .desc { color: rgba(0,0,0,0.78); font-size: 16px; }
.pdp-info .desc p { margin-bottom: 8px; }
.pdp-info .desc ul { padding-left: 20px; }
.spec-table { border-top: 1px solid rgba(0,0,0,0.14); font-size: 15px; }
.spec-table div { display: flex; justify-content: space-between; gap: 24px; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,0.14); }
.spec-table dt { color: rgba(0,0,0,0.55); }
.ask-box { background: var(--hush); padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.ask-box .title { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; }
.ask-box .note { font-size: 14px; color: rgba(0,0,0,0.6); }

/* ── içerik / rehber bölümleri ── */
.guide { max-width: 72ch; padding: 88px 0; }
.guide h2 { font-size: 30px; margin: 40px 0 14px; }
.guide h2:first-child { margin-top: 0; }
.guide p { margin-bottom: 14px; color: rgba(0,0,0,0.8); }
.guide strong { font-weight: 700; }

/* ── showroom ── */
.split { display: grid; grid-template-columns: 3fr 2fr; gap: 72px; align-items: center; }
.split > img { width: 100%; height: 480px; object-fit: cover; border-radius: 14px; }
.visit { display: flex; flex-direction: column; gap: 22px; }
.visit h2 { font-size: clamp(32px, 3.4vw, 46px); }
.lines { display: flex; flex-direction: column; gap: 8px; font-size: 16px; }
.lines strong { font-weight: 700; }
.note { color: rgba(0,0,0,0.66); max-width: 46ch; }

/* ── footer ── */
footer.kiln { background: var(--kiln); color: #eeeeee; padding: 110px 0 34px; margin-top: 0; }
.colossus {
  font-family: var(--font-display);
  font-size: clamp(64px, 13vw, 188px);
  line-height: 0.95; letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(238,238,238,0.2);
  padding-bottom: 48px; margin-bottom: 48px;
}
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 72px; }
.foot-grid h3 { font-family: var(--font-body); font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 14px; opacity: 0.6; }
.foot-grid ul { list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 15px; }
.foot-grid a:hover { color: #ffffff; text-decoration: underline; text-underline-offset: 4px; }
.foot-grid p { font-size: 15px; opacity: 0.85; max-width: 40ch; }
.baseline {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; opacity: 0.55;
  border-top: 1px solid rgba(238,238,238,0.2); padding-top: 24px;
}

/* ── kategori foto-karoları ── */
.cat-tiles {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; /* derz */
  background: var(--ground);
}
.cat-tile { position: relative; overflow: hidden; aspect-ratio: 4 / 3; display: block; background: var(--kiln); }
.cat-tile img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cat-tile:hover img { transform: scale(1.05); }
.ct-scrim { position: absolute; inset: 0; background: rgba(0,0,0,0.30); transition: background 0.5s ease; }
.cat-tile:hover .ct-scrim { background: rgba(0,0,0,0.44); }
.ct-label {
  position: absolute; left: 22px; right: 22px; bottom: 18px; z-index: 2;
  display: flex; flex-direction: column; gap: 2px; color: var(--band);
}
.ct-name { font-family: var(--font-display); font-size: clamp(22px, 2vw, 30px); line-height: 1.1; }
.ct-count { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.8; }

/* ── vitrin başlığı ── */
.strip-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.strip-link { font-size: 14px; letter-spacing: 0.06em; border-bottom: 1px solid rgba(0,0,0,0.3); padding-bottom: 2px; white-space: nowrap; }
.strip-link:hover { border-color: var(--ink); }

/* ── sessiz rakamlar ── */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-bottom: 56px; }
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat .num { font-family: var(--font-display); font-size: clamp(38px, 4vw, 56px); line-height: 1; font-variant-numeric: tabular-nums; }
.stat .lbl { font-size: 14px; color: rgba(0,0,0,0.6); }

/* ── marka logoları ── */
.logo-strip {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1px;
  background: rgba(0,0,0,0.12); border: 1px solid rgba(0,0,0,0.12);
}
.logo-cell {
  background: var(--kiln); min-height: 96px; padding: 20px;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.3s ease;
}
.logo-cell:hover { opacity: 0.85; }
.logo-cell img { max-height: 40px; max-width: 80%; width: auto; object-fit: contain; }
.logo-more { font-size: 14px; letter-spacing: 0.04em; color: #eeeeee; }
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(0,0,0,0.12); border: 1px solid rgba(0,0,0,0.12); }
.brand-cell { background: var(--band); padding: 30px; display: flex; flex-direction: column; gap: 16px; transition: background 0.3s ease; }
.brand-cell:hover { background: var(--hush); }
.bc-logo { height: 84px; display: flex; align-items: center; justify-content: center; background: var(--kiln); border-radius: 10px; padding: 16px 24px; }
.bc-logo img { max-height: 44px; max-width: 200px; object-fit: contain; }
.bc-wordmark { font-family: var(--font-display); font-size: 34px; line-height: 1; color: #eeeeee; }
.bc-meta { display: flex; flex-direction: column; gap: 4px; }
.bc-what { font-size: 14px; color: rgba(0,0,0,0.7); }
.bc-count { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(0,0,0,0.45); }
.brand-hero { position: relative; overflow: hidden; border-radius: 14px; }
.brand-hero > img { width: 100%; height: 380px; object-fit: cover; }
.bh-logo {
  position: absolute; left: 28px; bottom: 24px;
  background: var(--kiln); padding: 14px 24px; border-radius: 10px;
}
.bh-logo img { max-height: 36px; max-width: 160px; object-fit: contain; display: block; }

/* ── kategori çipleri ── */
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.cat-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border: 1px solid rgba(0,0,0,0.2); border-radius: 999px;
  font-size: 14px; transition: background 0.3s ease, border-color 0.3s ease;
}
a.cat-chip:hover { background: var(--band); border-color: var(--ink); }
.cat-chip span { font-size: 12px; color: rgba(0,0,0,0.45); font-variant-numeric: tabular-nums; }

/* ── rehber hücreleri + SSS ── */
.guide-grid, .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.service-grid { grid-template-columns: repeat(2, 1fr); }
.guide-cell { display: flex; flex-direction: column; gap: 12px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,0.18); }
.guide-cell h3 { font-size: 22px; }
.guide-cell p { font-size: 15px; color: rgba(0,0,0,0.72); }
.faq details { border-bottom: 1px solid rgba(0,0,0,0.14); }
.faq details:first-of-type { border-top: 1px solid rgba(0,0,0,0.14); }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 8px;
  font-size: 17px; display: flex; justify-content: space-between; gap: 24px;
}
.faq summary::after { content: '+'; font-family: var(--font-display); font-size: 22px; flex: none; }
.faq details[open] summary::after { content: '–'; }
.faq details p { padding: 0 8px 22px; max-width: 68ch; color: rgba(0,0,0,0.72); font-size: 15px; }

/* ── zaman çizelgesi ── */
.timeline { display: flex; flex-direction: column; }
.tl-row {
  display: grid; grid-template-columns: 140px 1fr; gap: 34px; align-items: start;
  padding: 22px 8px; border-bottom: 1px solid rgba(0,0,0,0.14);
}
.tl-row:first-child { border-top: 1px solid rgba(0,0,0,0.14); }
.tl-year { font-family: var(--font-display); font-size: 30px; line-height: 1.1; }
.tl-text { font-size: 15px; color: rgba(0,0,0,0.75); max-width: 62ch; }

/* ── arama ── */
.search-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: none; border: 1px solid rgba(0,0,0,0.2); border-radius: 999px;
  padding: 7px 16px; font-size: 14px; font-family: var(--font-body); cursor: pointer;
  transition: border-color 0.3s ease;
}
.search-btn:hover { border-color: var(--ink); }
.search-btn svg { width: 15px; height: 15px; }
.search-layer {
  position: fixed; inset: 0; z-index: 60;
  background: var(--ground);
  overflow-y: auto; padding-bottom: 88px;
}
.search-bar {
  display: flex; align-items: center; gap: 16px;
  padding-top: 28px; padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.14);
  position: sticky; top: 0; background: var(--ground); z-index: 2;
}
.search-bar .sb-icon { width: 22px; height: 22px; flex: none; }
#search-input {
  flex: 1; border: none; background: none; outline: none;
  font-family: var(--font-body); font-size: clamp(20px, 2.4vw, 30px);
  color: var(--ink);
}
#search-input::placeholder { color: rgba(0,0,0,0.35); }
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
#search-close {
  background: none; border: 1px solid rgba(0,0,0,0.25); border-radius: 999px;
  padding: 8px 20px; font-size: 14px; font-family: var(--font-body); cursor: pointer;
}
.search-results { padding-top: 24px; }
.sr-note { font-size: 14px; color: rgba(0,0,0,0.6); margin-bottom: 16px; }
.sr-grid { grid-template-columns: repeat(4, 1fr); }

/* ── kategori filtre paneli ── */
.filter-bar {
  display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
  padding: 14px 0 24px;
}
.filter-bar input[type="search"] {
  flex: 1; min-width: 220px;
  border: 1px solid rgba(0,0,0,0.2); border-radius: 999px;
  padding: 11px 20px; font-family: var(--font-body); font-size: 15px;
  background: var(--band); outline: none;
}
.filter-bar input[type="search"]:focus { border-color: var(--ink); }
.filter-bar select {
  border: 1px solid rgba(0,0,0,0.2); border-radius: 999px;
  padding: 11px 16px; font-family: var(--font-body); font-size: 15px;
  background: var(--band); cursor: pointer; outline: none;
}
.filter-count { font-size: 13px; letter-spacing: 0.08em; color: rgba(0,0,0,0.5); white-space: nowrap; margin-left: auto; }
.filter-bar select { max-width: 180px; }
.filter-clear {
  border: none; background: none; font-family: var(--font-body); font-size: 14px;
  color: var(--clay); cursor: pointer; text-decoration: underline; text-underline-offset: 3px;
}

/* ── kategori slider'ı ── */
.slider-wrap { position: relative; }
.cat-tiles.slider {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
  gap: 2px; scrollbar-width: none;
}
.cat-tiles.slider::-webkit-scrollbar { display: none; }
.cat-tiles.slider .cat-tile { flex: 0 0 min(340px, 78vw); scroll-snap-align: start; aspect-ratio: 4 / 3; }
.slide-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 44px; border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.2); background: var(--band);
  font-size: 22px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s ease;
}
.slide-btn:hover { transform: translateY(-50%) scale(1.06); }
.slide-btn[data-dir="-1"] { left: -12px; }
.slide-btn[data-dir="1"] { right: -12px; }

/* ── yüzen WhatsApp ── */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 50;
  width: 54px; height: 54px; border-radius: 999px;
  background: #1da851; color: #ffffff;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.25s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; }

/* ── giriş animasyonları ── */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.fade-up.in { opacity: 1; transform: translateY(0); }
.rise { opacity: 0; transform: translateY(48px); transition: opacity 1s ease-out, transform 1s ease-out; }
.rise.in { opacity: 1; transform: translateY(0); }
h1 .word { opacity: 0; transform: translateY(14px); transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
h1.go .word, h1.static .word { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .fade-up, .rise, h1 .word { opacity: 1 !important; transform: none !important; transition: none !important; }
  .spiral-slot svg { animation: none; }
}

/* ── responsive ── */
@media (max-width: 1100px) {
  .tile-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .cat-tiles { grid-template-columns: repeat(2, 1fr); }
  .sr-grid { grid-template-columns: repeat(2, 1fr); }
  .tile-grid { grid-template-columns: repeat(2, 1fr) !important; max-width: none !important; }
  .search-btn span { display: none; }
  .slide-btn { display: none; } /* mobilde parmakla kaydırma yeter */
  /* filtre çubuğu mobilde tek satır yatay kaydırma: ürünler ilk ekranda görünür kalsın */
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; padding-bottom: 16px; }
  .filter-bar::-webkit-scrollbar { display: none; }
  .filter-bar input[type="search"] { min-width: 170px; flex: 0 0 auto; }
  .filter-bar select { flex: 0 0 auto; }
  .filter-count { display: none; }
  nav.main a { padding: 10px 2px; } /* dokunma hedefi ≥40px */
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: 1fr; }
  .tl-row { grid-template-columns: 80px 1fr; gap: 16px; }
  .brand-hero > img { height: 220px; }
  header.site .shell { flex-direction: column; gap: 8px; padding-bottom: 12px; }
  nav.main { gap: 16px; font-size: 13px; flex-wrap: wrap; justify-content: center; }
  .daybar .shell { flex-direction: column; gap: 2px; align-items: center; text-align: center; }
  .panel-grid { grid-template-columns: 1fr; }
  .panel { min-height: 440px; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split > img { height: 320px; }
  .pdp { grid-template-columns: 1fr; gap: 32px; }
  .foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .row { grid-template-columns: 1fr; gap: 6px; }
  .row .peek { display: none; }
  .tile-grid { grid-template-columns: repeat(2, 1fr); }
  .band, .hushband, .scenario-wrap { padding-top: 72px; }
  .band, .hushband { padding-bottom: 72px; }
  .hero { min-height: 92vh; }
}
@media (max-width: 480px) {
  .tile-grid { grid-template-columns: 1fr !important; }
}
