/* ADA KAP — sunucu tarafı SEO sayfaları (seo/*.php). Uygulamanın css/app.css tokenlarıyla uyumlu, bağımsız ve hafif. */
:root{
  --brand:#FB750E;--brand-d:#C2410C;--brand-dd:#9A3412;--cream:#FFF8EE;--bg:#F6F3EE;--card:#fff;
  --ink:#16181D;--muted:#5F6470;--line:#E4DFD6;--soft:#ECE7DE;--sea:#0F5F56;--sea-l:#DCEFEA;
  --r:16px;--shadow:0 10px 30px rgba(22,24,29,.08);
  color-scheme:light;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.55 Manrope,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;overflow-x:hidden}
a{color:var(--brand-dd)}
img{max-width:100%;display:block}
h1,h2,h3{line-height:1.2;margin:0 0 8px;font-weight:800;letter-spacing:-.01em}
h1{font-size:clamp(24px,5.4vw,34px)}
.wrap{max-width:1180px;margin:0 auto;padding:0 16px}
main.wrap{padding-top:14px;padding-bottom:40px;min-height:60vh}
.muted{color:var(--muted)}.small{font-size:13px}
.grow{flex:1;min-width:0}

/* üst çubuk */
.top{background:var(--brand);color:#fff;position:sticky;top:0;z-index:10;box-shadow:0 1px 0 rgba(0,0,0,.06)}
.top-in{display:flex;align-items:center;gap:12px;height:58px}
.brand{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:800;font-size:19px;letter-spacing:.02em}
.logo-i{border-radius:9px;background:#fff}
.top-nav{margin-left:auto;display:flex;gap:6px;align-items:center}
.top-nav a{color:#fff;text-decoration:none;font-weight:700;font-size:15px;padding:8px 10px;border-radius:999px}
.top-nav a.btn-s{background:#fff;color:var(--brand-d)}
.top-nav a:focus-visible,.btn:focus-visible,.card:focus-visible{outline:3px solid var(--ink);outline-offset:2px}

/* düğmeler */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 20px;border-radius:14px;background:var(--brand-d);color:#fff;text-decoration:none;font-weight:800;font-size:16px;border:0}
.btn:hover{background:var(--brand-dd)}
.btn.ghost{background:var(--card);color:var(--ink);box-shadow:inset 0 0 0 1.5px var(--line)}
.btn.ghost:hover{background:var(--cream)}
.btn.sm{min-height:40px;padding:8px 16px;font-size:14px;border-radius:12px}
.cta{display:grid;gap:10px;margin:16px 0}
.cta-row{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}

/* konum izi */
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:4px;margin:0 0 12px;padding:0;font-size:13px;color:var(--muted)}
.crumbs li{display:flex;align-items:center;gap:4px;min-width:0}
.crumbs li+li::before{content:"›";color:var(--muted)}
.crumbs a{color:var(--muted);text-decoration:none}.crumbs a:hover{text-decoration:underline}
.crumbs span[aria-current]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60vw}

/* ilan */
.listing{display:grid;gap:18px;margin-bottom:28px}
.gal{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;border-radius:var(--r);background:var(--soft);-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.gal figure{margin:0;flex:0 0 100%;scroll-snap-align:center;aspect-ratio:4/3;background:var(--soft)}
.gal figure img,.gal figure picture{width:100%;height:100%;object-fit:cover}
.gal.one{aspect-ratio:4/3}
.gal .ph{width:100%;height:100%}
.gal-n{margin:6px 0 0;font-size:13px;color:var(--muted)}
.ph{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:800}
.l-price{font-size:30px;font-weight:800;margin:0;color:var(--ink)}
.l-price small{font-size:16px;color:var(--muted);font-weight:600}
.l-price s{font-size:17px;color:var(--muted);font-weight:600;margin-left:6px}
.l-head h1{font-size:clamp(21px,4.6vw,28px);margin:4px 0}
.l-place{margin:0;color:var(--muted);font-size:14px}
.tag{position:absolute;left:8px;top:8px;background:var(--ink);color:#fff;font-size:12px;font-weight:800;padding:3px 8px;border-radius:999px}
.tag.inline{position:static;display:inline-block;background:#F4C54A;color:#3B2A00;margin-bottom:4px}
.sec{font-size:18px;margin:24px 0 10px}
.desc{background:var(--card);border-radius:var(--r);padding:16px;overflow-wrap:anywhere;box-shadow:var(--shadow)}
.facts{margin:0;background:var(--card);border-radius:var(--r);box-shadow:var(--shadow);overflow:hidden}
.facts div{display:flex;gap:12px;padding:11px 16px;border-top:1px solid var(--line)}
.facts div:first-child{border-top:0}
.facts dt{color:var(--muted);flex:0 0 40%;font-size:14px}
.facts dd{margin:0;font-weight:600;min-width:0;overflow-wrap:anywhere}
.seller{display:flex;align-items:center;gap:12px;background:var(--card);border-radius:var(--r);padding:14px 16px;text-decoration:none;color:inherit;box-shadow:var(--shadow)}
.seller b{display:block}
.s-m{display:block;font-size:13px}
.chev{font-size:24px;color:var(--muted)}
.av{flex:0 0 auto;width:48px;height:48px;border-radius:50%;background:var(--sea);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px}
.av.lg{width:72px;height:72px;font-size:30px}
.stars{color:#B45309;font-weight:800}
.ok{color:var(--sea)}
.safe{margin:18px 0 0;padding:12px 14px;border-radius:12px;background:var(--sea-l);color:#0B4A43;font-size:14px}

/* mağaza rozetleri */
.stores{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}
.store{display:inline-flex;align-items:center;gap:8px;background:#000;color:#fff;text-decoration:none;border-radius:10px;padding:7px 14px 7px 10px;min-height:44px}
.store span{display:flex;flex-direction:column;line-height:1.05;font-weight:700;font-size:15px}
.store small{font-size:10px;font-weight:600;opacity:.85}

/* ızgara */
.grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.card{display:flex;flex-direction:column;height:100%;background:var(--card);border-radius:var(--r);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow);transition:transform .15s}
.card:hover{transform:translateY(-2px)}
.card-img{position:relative;aspect-ratio:1/1;background:var(--soft);display:block}
.card-img img,.card-img picture{width:100%;height:100%;object-fit:cover}
.card-b{display:flex;flex-direction:column;gap:2px;padding:10px 12px 12px}
.price{font-weight:800;font-size:17px}
.price small{font-size:12px;color:var(--muted);font-weight:600}
.card-t{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.card-m{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.empty{background:var(--card);border-radius:var(--r);padding:24px;text-align:center;color:var(--muted)}

/* liste sayfaları */
.b-head{margin-bottom:16px}
.b-head .muted{margin:0 0 8px}
.lead{max-width:760px;margin:0 0 12px}
.chips{list-style:none;padding:0;margin:10px 0;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.chips::-webkit-scrollbar{display:none}
.chips li{flex:0 0 auto}
.chips a{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:7px 14px;border-radius:999px;background:var(--card);color:var(--ink);text-decoration:none;font-weight:700;font-size:14px;box-shadow:inset 0 0 0 1.5px var(--line)}
.chips a small{color:var(--muted);font-weight:600}
.chips li.on a{background:var(--ink);color:#fff;box-shadow:none}
.chips li.on a small{color:#ccc}
.pager{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin:22px 0}
.pager a,.pager span{min-width:42px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:12px;background:var(--card);text-decoration:none;color:var(--ink);font-weight:700;box-shadow:inset 0 0 0 1.5px var(--line)}
.pager .cur{background:var(--brand-d);color:#fff;box-shadow:none}
.pager .off{opacity:.45}.pager .gap{box-shadow:none;background:none}

/* matris */
.matrix{margin-top:30px}
.matrix h2{font-size:18px}
.mx-scroll{overflow-x:auto;background:var(--card);border-radius:var(--r);box-shadow:var(--shadow);-webkit-overflow-scrolling:touch}
.matrix table{border-collapse:collapse;width:100%;font-size:14px;min-width:640px}
.matrix th,.matrix td{padding:9px 10px;border-bottom:1px solid var(--line);text-align:center;white-space:nowrap}
.matrix th[scope=row]{text-align:left;position:sticky;left:0;background:var(--card)}
.matrix thead th{font-weight:800}
.matrix a{text-decoration:none;font-weight:700}
.matrix td span{color:#B9B3A8}
.matrix .hl{background:var(--cream)}
.matrix tr.hl th[scope=row]{background:var(--cream)}

/* profil / belge / hata */
.u-head{display:flex;gap:16px;align-items:center;margin-bottom:8px}
.u-head h1{margin:0}.u-head p{margin:2px 0}
.doc{max-width:760px}
.doc-b{background:var(--card);border-radius:var(--r);padding:8px 20px 16px;box-shadow:var(--shadow)}
.doc-b h2{font-size:19px;margin:20px 0 6px}
.gone{background:var(--card);border-radius:var(--r);padding:24px 20px;box-shadow:var(--shadow);margin-bottom:10px}
.gone h1{font-size:24px}

/* alt bilgi */
.foot{background:var(--ink);color:#D8D4CC;padding:30px 0 40px;margin-top:20px}
.foot h2{font-size:14px;color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}
.foot ul{list-style:none;margin:0 0 18px;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px}
.foot a{color:#D8D4CC;text-decoration:none;font-size:14px}.foot a:hover{color:#fff;text-decoration:underline}
.foot .store{color:#fff;background:#000;box-shadow:inset 0 0 0 1px #555}
.foot-note{font-size:13px;color:#A8A39A;border-top:1px solid #2E3138;padding-top:16px;margin:8px 0 0}

@media (min-width:640px){
  .grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .cta{grid-template-columns:auto auto;justify-content:start}
  .foot-cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}
}
@media (min-width:960px){
  .grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
  .listing{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);align-items:start;gap:28px}
  .listing .gal-wrap{position:sticky;top:74px}
  .foot ul{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:1200px){.grid{grid-template-columns:repeat(6,minmax(0,1fr))}.listing~section .grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (prefers-reduced-motion:reduce){.card{transition:none}.card:hover{transform:none}}
