:root{
  --bg:#f4f3f1; --ink:#0d0d0d; --muted:#8a8a86; --line:rgba(0,0,0,0.16);
  --font:"Helvetica Neue","Inter",-apple-system,BlinkMacSystemFont,Arial,sans-serif;
}
*{ margin:0; padding:0; box-sizing:border-box; }
html,body{
  width:100%; background:var(--bg); color:var(--ink); font-family:var(--font);
  -webkit-font-smoothing:antialiased;
  scrollbar-width:none; -ms-overflow-style:none;        /* hide scrollbar, keep scroll */
}
html::-webkit-scrollbar, body::-webkit-scrollbar{ display:none; width:0; height:0; }
body{ height:100svh; overflow:hidden; }                 /* ring rotates via wheel/drag, page itself doesn't scroll */
a{ color:inherit; text-decoration:none; }

.site-header{ position:fixed; inset:0 0 auto 0; z-index:260; display:flex; align-items:center;
  justify-content:space-between; padding:1.9em 2.4em; font-size:13px; letter-spacing:0.02em; pointer-events:none; }
.header-left{ display:flex; align-items:center; gap:3em; pointer-events:none; }
.header-right{ display:flex; align-items:center; gap:1.8em; pointer-events:none; }
.brand, .nav a, .phone-btn, .lang span[data-lang], .menu-toggle{ pointer-events:auto; }
.brand{ display:flex; align-items:center; gap:0.6em; font-weight:600; font-size:15px; letter-spacing:0.02em; }
.brand-mark{ display:inline-flex; align-items:center; justify-content:center; padding:0.32em 0.5em; height:26px;
  background:var(--ink); color:var(--bg); font-size:10px; font-weight:700; letter-spacing:0.08em; border-radius:3px; flex-shrink:0; white-space:nowrap; }
.brand-mark i{ font-style:normal; opacity:0.5; margin:0 1px; font-weight:300; }
.brand-name{ white-space:nowrap; }
.brand-dot{ font-size:9px; vertical-align:super; margin-left:2px; }
.nav{ display:flex; gap:2.2em; font-weight:500; }
.nav a{ position:relative; opacity:0.62; transition:opacity .3s ease; }
.nav a.is-active, .nav a:hover{ opacity:1; }
.nav a.is-active::after{ content:""; position:absolute; left:0; bottom:-6px; width:100%; height:1px; background:var(--ink); }
.phone-btn{ display:flex; align-items:center; gap:0.5em; font-weight:600; font-size:13px; letter-spacing:0.01em;
  border:1px solid var(--ink); border-radius:999px; padding:0.55em 1.1em; transition:background .25s ease, color .25s ease; }
.phone-btn:hover{ background:var(--ink); color:var(--bg); }
.phone-btn:hover .phone-icon{ border-color:var(--bg); }
.phone-icon{ width:11px; height:11px; border:1.5px solid var(--ink); border-radius:50%; flex-shrink:0; transition:border-color .25s ease; }
.lang{ display:flex; gap:0.5em; font-weight:500; }
.lang span[data-lang], .mobile-menu-lang span[data-lang]{ cursor:pointer; transition:opacity .25s ease; }
.menu-toggle{ display:none; flex-direction:column; justify-content:center; gap:5px; width:26px; height:18px;
  padding:0; background:none; border:none; cursor:pointer; }
.menu-toggle span{ display:block; width:100%; height:1.5px; background:var(--ink); transition:transform .3s ease, opacity .3s ease; pointer-events:none; }
.menu-toggle.is-open span:first-child{ transform:translateY(6.5px) rotate(45deg); }
.menu-toggle.is-open span:last-child{ transform:translateY(-6.5px) rotate(-45deg); }
.lang .sep, .lang .muted{ opacity:0.4; }

/* ---- Mobile fullscreen menu ---- */
.mobile-menu{ display:none; }
@media (max-width:768px){
  .header-right{ gap:0.6em; }
  .phone-btn .phone-icon{ display:none; }
  .phone-btn{ width:auto; height:auto; padding:0.5em 0.85em; border-radius:999px; font-size:12px; }
  .brand{ gap:0.5em; font-size:13px; }
  .brand-mark{ height:22px; padding:0.28em 0.42em; font-size:9px; }
  .menu-toggle{ position:relative; z-index:1000; pointer-events:auto !important; }
  .mobile-menu{ display:flex; position:fixed; inset:0; z-index:240; background:var(--bg);
    flex-direction:column; justify-content:center; padding:0 1.4em;
    opacity:0; pointer-events:none; transform:translateY(10px); transition:opacity .35s ease, transform .35s ease; }
  .mobile-menu.is-open{ opacity:1; pointer-events:auto; transform:translateY(0); }
  .mobile-menu-nav{ display:flex; flex-direction:column; gap:0.5em; }
  .mobile-menu-nav a{ font-size:34px; font-weight:500; letter-spacing:-0.01em; padding:0.28em 0; opacity:0.85; }
  .mobile-menu-nav a.is-active{ opacity:1; }
  .mobile-menu-phone{ display:inline-block; margin-top:1.6em; font-size:16px; font-weight:600; border-bottom:1px solid var(--ink); padding-bottom:3px; width:fit-content; }
  .mobile-menu-lang{ display:flex; gap:0.5em; font-weight:500; font-size:14px; margin-top:2.2em; color:var(--muted); }
}

.corner{ position:fixed; bottom:2.2em; z-index:50; background:none; border:none; cursor:pointer;
  font-family:var(--font); font-size:13px; font-weight:500; letter-spacing:0.02em; color:var(--ink);
  padding-bottom:4px; border-bottom:1px solid var(--ink); transition:opacity .3s ease; }
.corner:hover{ opacity:0.55; }
.corner i{ font-style:normal; margin-left:0.4em; }
.corner--left{ left:2.4em; }
.corner--right{ right:2.4em; }

.scene{ position:fixed; inset:0; overflow:hidden; perspective:1600px; perspective-origin:50% 50%; }
.gallery{ position:absolute; top:50%; left:50%; width:0; height:0; transform-style:preserve-3d; will-change:transform; }

/* CARD = stable hitbox. IMPORTANT: NO backface-visibility:hidden (it would hide half the ring -> "C"/spiral). */
.item{ position:absolute; top:0; left:0; width:78px; height:60px; transform-style:preserve-3d; }
.item-card{ position:absolute; inset:0; transform-style:preserve-3d; pointer-events:none;
  border:1px solid rgba(255,255,255,0.65); transition:box-shadow .4s ease; }
.item-card img{ width:100%; height:100%; object-fit:cover; display:block; filter:saturate(0.92) brightness(0.99); }
.item-card.is-active{ box-shadow:0 6px 16px -10px rgba(0,0,0,0.35); }

.center{ position:absolute; top:43%; left:50%; transform:translate(-50%,-50%); width:min(520px,42vw);
  text-align:center; pointer-events:none; z-index:5; }
.center-eyebrow{ font-size:12px; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); margin-bottom:1.4em; }
.center-title{ font-size:clamp(34px,4.4vw,60px); font-weight:500; line-height:1.02; letter-spacing:-0.02em; }
.center-title em{ font-style:italic; font-weight:400; }
.center-sub{ margin-top:1.3em; font-size:14px; color:var(--muted); }
.center-default,.center-project{ transition:opacity .55s ease; }
.center-project{ position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; opacity:0; }
.center.show-project .center-default{ opacity:0; }
.center.show-project .center-project{ opacity:1; }
.preview-img{ width:380px; height:210px; flex-shrink:0; overflow:hidden; background:#e7e6e3;
  border-radius:14px; border:1px solid rgba(13,13,13,0.08); box-shadow:0 18px 40px -18px rgba(0,0,0,0.28); }
.preview-img img{ width:100%; height:100%; object-fit:cover; display:block; }
.preview-cat{ margin-top:1.1em; font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:var(--muted); }
.preview-title{ margin-top:0.4em; font-size:clamp(20px,2vw,26px); font-weight:500; letter-spacing:-0.01em; }

.labels{ position:absolute; inset:0; pointer-events:none; z-index:50; transform:translateZ(0); }

/* ---- Sol köşe tanıtım yazısı ---- */
.hero-intro{
  position:fixed; left:3.5vw; top:10%;
  max-width:15vw; z-index:10; pointer-events:none;
  opacity:0; animation:hi-fade-in .9s ease 1.4s forwards;
}
@keyframes hi-fade-in{ to{ opacity:1; } }
.hi-eyebrow{
  font-size:10px; letter-spacing:0.2em; text-transform:uppercase;
  color:var(--muted); margin-bottom:1.2em;
}
.hi-title{
  font-size:clamp(22px,2.1vw,38px); font-weight:500;
  line-height:1.0; letter-spacing:-0.025em; color:var(--ink);
  margin-bottom:1.2em;
}
.hi-title em{ font-style:italic; font-weight:400; }
.hi-body{
  font-size:clamp(10px,0.78vw,13px); line-height:1.72;
  color:var(--muted); margin-bottom:1.8em;
}
.hi-divider{
  width:28px; height:1px; background:var(--line); margin-bottom:1.6em;
}
.hi-features{
  list-style:none; display:flex; flex-direction:column; gap:0.55em;
  margin-bottom:1.8em;
}
.hi-features li{
  font-size:clamp(9px,0.68vw,11px); letter-spacing:0.04em;
  color:var(--muted); padding-left:1em; position:relative;
}
.hi-features li::before{
  content:"—"; position:absolute; left:0; opacity:0.45;
}
.hi-section-label{
  font-size:9px; letter-spacing:0.18em; text-transform:uppercase;
  color:var(--ink); margin-bottom:0.7em;
}
.hi-mini{
  font-size:clamp(9px,0.7vw,11px); line-height:1.7;
  color:var(--muted); margin-bottom:1.8em;
}
.hi-tag{
  display:inline-block; font-size:9px; letter-spacing:0.18em;
  text-transform:uppercase; color:var(--muted);
  border-top:1px solid var(--line); padding-top:0.8em;
}
@media (max-width:1100px){
  .hero-intro{ max-width:17vw; top:10%; }
}
@media (max-width:768px){
  .hero-intro{ display:none; }
}
/* --------------------------------- */


.label{ position:absolute; transform:translate(-50%,-50%) translateZ(0); white-space:nowrap; font-size:14px; font-weight:500;
  letter-spacing:0.01em; pointer-events:auto; opacity:0.85; cursor:pointer; }
.label .ul{ border-bottom:1px solid var(--ink); padding-bottom:2px; }
.label sup{ font-size:10px; color:var(--muted); margin-left:3px; }
.label.is-dim{ opacity:0.32 !important; }

/* ---- Filter panel ---- */
.filter-panel{ position:fixed; left:2.4em; bottom:5.4em; z-index:51; display:flex; flex-wrap:wrap; gap:0.5em;
  max-width:340px; opacity:0; pointer-events:none; transform:translateY(8px); transition:opacity .35s ease, transform .35s ease; }
.filter-panel.is-open{ opacity:1; pointer-events:auto; transform:translateY(0); }
.filter-chip{ font-family:var(--font); font-size:12px; font-weight:500; letter-spacing:0.02em; color:var(--ink);
  background:rgba(255,255,255,0.7); border:1px solid var(--line); border-radius:999px; padding:0.5em 0.95em;
  cursor:pointer; transition:background .25s ease, opacity .25s ease; opacity:0.7; }
.filter-chip:hover{ opacity:1; }
.filter-chip.is-active{ background:var(--ink); color:var(--bg); border-color:var(--ink); opacity:1; }
.filter-panel-head{ display:none; }
@media (max-width:768px){
  .filter-panel{ left:0; right:0; bottom:0; top:0; max-width:none; z-index:250; background:var(--bg);
    flex-direction:column; align-items:flex-start; padding:4.4em 1.2em 2em; overflow-y:auto;
    transform:translateY(0); }
  .filter-panel:not(.is-open){ transform:translateY(8px); }
  .filter-panel-head{ display:flex; width:100%; align-items:center; justify-content:space-between;
    margin-bottom:1.6em; padding-bottom:1.1em; border-bottom:1px solid var(--line); }
  .filter-panel-title{ font-size:15px; font-weight:500; }
  .filter-panel-close{ font-family:var(--font); font-size:13px; font-weight:500; background:none; border:none;
    cursor:pointer; color:var(--ink); border-bottom:1px solid var(--ink); padding-bottom:3px; }
  .filter-panel-close i{ font-style:normal; margin-left:0.4em; font-size:16px; }
  .filter-panel .filter-chip{ font-size:13px; padding:0.6em 1.1em; }
}

/* ---- Ring dimming (filter applied) ---- */
.item-card.is-dim{ opacity:0.08 !important; }

/* ---- Grid view (Izgara) ---- */
.grid-view{ position:fixed; inset:0; z-index:300; background:var(--bg); overflow-y:auto;
  opacity:0; pointer-events:none; transform:translateY(14px); transition:opacity .4s ease, transform .4s ease; }
.grid-view.is-open{ opacity:1; pointer-events:auto; transform:translateY(0); }
.grid-view-head{ position:sticky; top:0; z-index:2; background:var(--bg); display:flex; align-items:center;
  justify-content:space-between; padding:1.9em 2.4em; border-bottom:1px solid var(--line); }
.grid-view-head h2{ font-size:18px; font-weight:500; letter-spacing:-0.01em; }
.grid-close{ font-family:var(--font); font-size:13px; font-weight:500; background:none; border:none; cursor:pointer;
  color:var(--ink); border-bottom:1px solid var(--ink); padding-bottom:3px; }
.grid-close i{ font-style:normal; margin-left:0.4em; font-size:16px; }
.grid-view-list{ display:grid; grid-template-columns:repeat(auto-fill, minmax(260px,1fr)); gap:1.6em 1.4em; padding:2.2em 2.4em 4em; }
.grid-card{ cursor:pointer; }
.grid-card-img{ width:100%; aspect-ratio:4/3; overflow:hidden; background:#e7e6e3; }
.grid-card-img img{ width:100%; height:100%; object-fit:cover; display:block; filter:saturate(0.92) brightness(0.99);
  transition:transform .5s ease; }
.grid-card:hover .grid-card-img img{ transform:scale(1.04); }
.grid-card-cat{ margin-top:0.8em; font-size:11px; letter-spacing:0.12em; text-transform:uppercase; color:var(--muted); }
.grid-card-title{ margin-top:0.25em; font-size:15px; font-weight:500; letter-spacing:-0.01em; }
.grid-card.is-hidden{ display:none; }
@media (max-width:768px){
  .grid-view-head{ padding:1.15em 1em; }
  .grid-view-list{ grid-template-columns:repeat(auto-fill, minmax(150px,1fr)); gap:1.1em 0.9em; padding:1.4em 1em 3em; }
}

/* ---- Category detail view ---- */
.category-view{ position:fixed; inset:0; z-index:300; background:var(--bg); overflow-y:auto;
  opacity:0; pointer-events:none; transform:translateY(14px); transition:opacity .4s ease, transform .4s ease; }
.category-view.is-open{ opacity:1; pointer-events:auto; transform:translateY(0); }
.category-intro{ max-width:760px; padding:2.6em 2.4em 0.6em; }
.category-eyebrow{ font-size:12px; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); margin-bottom:0.9em; }
.category-heading{ font-size:clamp(26px,3.2vw,38px); font-weight:500; letter-spacing:-0.01em; line-height:1.12; margin-bottom:1em; }
.category-text{ font-size:14.5px; line-height:1.75; color:#3a3a38; max-width:640px; }
@media (max-width:768px){
  .category-intro{ padding:1.6em 1em 0.4em; }
}

/* ---- Info panels (Hakkımızda / İletişim) ---- */
.panel-overlay{ position:fixed; inset:0; z-index:199; background:rgba(13,13,13,0.28);
  opacity:0; pointer-events:none; transition:opacity .35s ease; }
.panel-overlay.is-open{ opacity:1; pointer-events:auto; }
.info-panel{ position:fixed; top:0; right:0; bottom:0; z-index:200; width:min(440px,88vw); background:var(--bg);
  padding:6.5em 2.6em 3em; box-shadow:-18px 0 40px -22px rgba(0,0,0,0.25);
  transform:translateX(100%); transition:transform .45s cubic-bezier(.16,.84,.44,1); overflow-y:auto; }
.info-panel.is-open{ transform:translateX(0); }
.info-close{ position:absolute; top:4.6em; right:2.4em; font-family:var(--font); font-size:13px; font-weight:500;
  background:none; border:none; cursor:pointer; color:var(--ink); border-bottom:1px solid var(--ink); padding-bottom:3px; }
.info-close i{ font-style:normal; margin-left:0.4em; font-size:16px; }
.info-eyebrow{ font-size:12px; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); margin-bottom:1em; }
.info-title{ font-size:clamp(24px,3vw,32px); font-weight:500; line-height:1.15; letter-spacing:-0.01em; margin-bottom:1.4em; }
.info-title em{ font-style:italic; font-weight:400; }
.info-text{ font-size:14.5px; line-height:1.7; color:#3a3a38; margin-bottom:1.1em; }
.contact-rows{ margin-top:1.8em; border-top:1px solid var(--line); }
.contact-row{ display:flex; justify-content:space-between; gap:1em; padding:1em 0; border-bottom:1px solid var(--line); font-size:14px; }
.contact-label{ color:var(--muted); }
.contact-value{ font-weight:500; }

.contact-socials{ margin-top:3.2em; display:flex; gap:0.7em; flex-wrap:wrap; }
.contact-social-link{ display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px;
  border-radius:50%; border:1px solid var(--line); transition:border-color .25s ease, transform .25s ease; position:relative; }
.contact-social-link:hover{ border-color:var(--ink); transform:translateY(-1px); }
.contact-social-link.is-disabled{ cursor:default; pointer-events:none; }
.contact-social-link.is-disabled::after{
  content:""; position:absolute; inset:-1px; border-radius:50%; background:var(--bg); opacity:0.42;
}
.contact-social-icon{ width:21px; height:21px; flex-shrink:0; }
.contact-social-icon--ig{
  background-image:url("instagram-icon.svg"); background-size:contain; background-repeat:no-repeat; background-position:center;
}
.contact-social-icon--fb{
  background-image:url("facebook-icon.svg"); background-size:contain; background-repeat:no-repeat; background-position:center;
}
.contact-social-icon--li{
  background-image:url("linkedin-icon.svg"); background-size:contain; background-repeat:no-repeat; background-position:center;
}
.contact-social-icon--tt{
  background-image:url("tiktok-icon.svg"); background-size:contain; background-repeat:no-repeat; background-position:center;
}
.contact-social-icon--yt{
  background-image:url("youtube-icon.svg"); background-size:contain; background-repeat:no-repeat; background-position:center;
}
.contact-social-icon--wa{
  background-image:url("whatsapp-icon.svg"); background-size:contain; background-repeat:no-repeat; background-position:center;
}

@media (max-width:768px){
  .info-panel{ width:100%; padding:6em 1.4em 3em; }
  .info-close{ top:4.4em; right:1.4em; }
}

.mobile-preview{ display:none; }
.mobile-ring-hitbox{ display:none; }

@media (max-width:768px){
  .mobile-ring-hitbox{ display:block; position:fixed; left:0; right:0; bottom:0; top:50%;
    z-index:20; touch-action:none; pointer-events:auto; }
  body{ height:auto; }
  .scene{ height:100svh; overflow:hidden; }
  .center, .labels{ display:none; }
  .custom-cursor{ display:none !important; }
  .site-header{ padding:1.15em 1em; align-items:center; }
  .nav, .lang{ display:none; }
  .menu-toggle{ display:flex; }
  .corner{ bottom:auto; top:3.6em; font-size:13px; }
  .corner--left{ left:1em; }
  .corner--right{ right:1em; }
  .mobile-preview{ display:block; position:fixed; top:6.2em; left:0; right:0; z-index:6; padding:0 1em; pointer-events:none; }
  .mp-cat{ font-size:10px; letter-spacing:0.14em; text-transform:uppercase; color:var(--muted); margin-bottom:5px; }
  .mp-title{ font-size:23px; line-height:1.05; font-weight:500; letter-spacing:-0.01em; margin-bottom:14px; }
  .mp-img{ width:100%; aspect-ratio:16/10; overflow:hidden; background:#e7e6e3;
    border-radius:12px; border:1px solid rgba(13,13,13,0.08); box-shadow:0 14px 32px -16px rgba(0,0,0,0.26); }
  .mp-img img{ width:100%; height:100%; object-fit:cover; display:block; }
  .mp-view{ display:inline-block; margin-top:11px; font-size:14px; font-weight:700;
    border-bottom:1px solid var(--ink); padding-bottom:2px; pointer-events:auto; }
  .mp-view i{ font-style:normal; margin-left:0.35em; }
}

.custom-cursor{ display:none; }
@media (pointer:fine) and (hover:hover){
  body{ cursor:none; }                                  /* dot replaces the OS cursor */
  .custom-cursor{ display:block; position:fixed; top:0; left:0; width:13px; height:13px;
    border-radius:999px; background:#000; pointer-events:none; z-index:99999; will-change:transform; transition:opacity .3s ease; }
  .custom-cursor.is-hidden{ opacity:0; }
}

body:not(.page-ready) .scene{ opacity:0; }              /* hide ring until fully built+painted */
body.panel-lock .scene{ pointer-events:none; }

.loading-screen{ position:fixed; inset:0; z-index:999999; background:var(--bg);
  display:flex; align-items:center; justify-content:center; cursor:default; }
.loading-screen.is-hidden{ pointer-events:none; }
.loading-inner{ text-align:center; opacity:0; animation:load-in .8s ease forwards; }
.loading-brand{ display:flex; align-items:center; justify-content:center; gap:0.7em; font-weight:600; font-size:18px; letter-spacing:0.06em; }
.loading-mark{ display:inline-flex; align-items:center; justify-content:center; padding:0.4em 0.6em; height:32px;
  background:var(--ink); color:var(--bg); font-size:12px; font-weight:700; letter-spacing:0.08em; border-radius:3px; white-space:nowrap; }
.loading-mark i{ font-style:normal; opacity:0.5; margin:0 1px; font-weight:300; }
.loading-text{ margin-top:1.1em; font-size:11px; letter-spacing:0.26em; text-transform:uppercase;
  color:var(--muted); animation:load-pulse 1.8s ease-in-out infinite; }
.loading-bar{ width:120px; height:1px; margin:1.6em auto 0; background:rgba(0,0,0,0.12); overflow:hidden; }
.loading-bar span{ display:block; width:100%; height:100%; background:var(--ink); transform:scaleX(0);
  transform-origin:left center; animation:load-bar 1.4s ease-in-out forwards; }
@keyframes load-in{ to{ opacity:1; } }
@keyframes load-pulse{ 0%,100%{ opacity:0.45; } 50%{ opacity:1; } }
@keyframes load-bar{ to{ transform:scaleX(1); } }
@media (max-width:768px){ .loading-screen{ height:100svh; } }

/* ---- SEO: sunucu tarafında üretilen, arama motorlarının doğrudan okuduğu içerik ----
   Bu bölüm yalnızca JS devreye girene kadar (veya JS kapalıyken) görünür kalır;
   category.php ve index.php tarafından <head>/<body> içine gömülür. */
.seo-category-links{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }
body:not(.page-ready) .seo-static-header,
body:not(.page-ready) .seo-static-grid,
body:not(.page-ready) .seo-static-back{ opacity:1; }
.seo-static-header{ max-width:760px; margin:0 auto; padding:7.5em 2.4em 1.2em; text-align:left; }
.seo-static-header .seo-eyebrow{ font-size:12px; letter-spacing:0.16em; text-transform:uppercase; color:var(--muted); margin-bottom:0.9em; }
.seo-static-header h1{ font-size:clamp(28px,4vw,42px); font-weight:500; letter-spacing:-0.01em; line-height:1.12; margin-bottom:1em; }
.seo-static-header .seo-lede{ font-size:15px; line-height:1.75; color:#3a3a38; max-width:640px; }
.seo-static-grid{ display:grid; grid-template-columns:repeat(auto-fill, minmax(260px,1fr)); gap:1.6em 1.4em;
  max-width:1200px; margin:0 auto; padding:1em 2.4em 3em; }
.seo-static-card img{ width:100%; aspect-ratio:4/3; object-fit:cover; display:block; background:#e7e6e3; }
.seo-static-cat{ margin-top:0.8em; font-size:11px; letter-spacing:0.12em; text-transform:uppercase; color:var(--muted); }
.seo-static-card h2{ margin-top:0.25em; font-size:15px; font-weight:500; letter-spacing:-0.01em; }
.seo-static-back{ display:block; max-width:1200px; margin:0 auto; padding:0 2.4em 3em; font-size:14px; }
.seo-static-back a{ border-bottom:1px solid var(--ink); padding-bottom:2px; }
/* JS tamamen yüklenip 3D sahne devreye girince statik SEO içeriği ekrandan kaldırılır
   (içerik arama motoru için sayfa kaynağında kalmaya devam eder, sadece görsel olarak gizlenir) */
body.page-ready .seo-static-header,
body.page-ready .seo-static-grid,
body.page-ready .seo-static-back{ display:none; }
@media (max-width:768px){
  .seo-static-header{ padding:6.5em 1.2em 1em; }
  .seo-static-grid{ grid-template-columns:repeat(auto-fill, minmax(150px,1fr)); gap:1.1em 0.9em; padding:1.4em 1em 3em; }
  .seo-static-back{ padding:0 1.2em 2em; }
}

/* ---- FAQ accordion panel (Sık Sorulan Sorular) ---- */
.info-panel--faq{ display:flex; flex-direction:column; }
.faq-accordion{ margin-top:0.4em; border-top:1px solid var(--line); }
.faq-item{ border-bottom:1px solid var(--line); }
.faq-item-q{ width:100%; display:flex; align-items:center; justify-content:space-between; gap:1em;
  padding:1.05em 0.1em; background:none; border:none; text-align:left; cursor:pointer;
  font-size:13.5px; font-weight:500; color:var(--ink); }
.faq-item-q-plus{ flex-shrink:0; width:18px; height:18px; position:relative; }
.faq-item-q-plus::before, .faq-item-q-plus::after{
  content:""; position:absolute; top:50%; left:50%; background:var(--ink);
  transition:transform .25s ease, opacity .25s ease; }
.faq-item-q-plus::before{ width:11px; height:1.4px; transform:translate(-50%,-50%); }
.faq-item-q-plus::after{ width:1.4px; height:11px; transform:translate(-50%,-50%); }
.faq-item.is-open .faq-item-q-plus::after{ transform:translate(-50%,-50%) rotate(90deg); opacity:0; }
.faq-item-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
.faq-item-a-inner{ padding:0 0.1em 1.1em; font-size:13px; line-height:1.7; color:#3a3a38; }
@media (max-width:768px){
  .info-panel--faq{ overflow-y:auto; }
}

/* ---- Sale modal (DEMO / "bu tema satılıktır") ---- */
.sale-modal-overlay{ position:fixed; inset:0; z-index:600; background:rgba(13,13,13,0.55);
  display:flex; align-items:center; justify-content:center; padding:1.4em;
  opacity:0; pointer-events:none; transition:opacity .4s ease; }
.sale-modal-overlay.is-open{ opacity:1; pointer-events:auto; }
.sale-modal{ position:relative; width:100%; max-width:460px; background:var(--bg); border-radius:14px;
  padding:2.6em 2.4em 2.2em; box-shadow:0 30px 70px -20px rgba(0,0,0,0.45);
  transform:translateY(14px) scale(0.97); transition:transform .4s cubic-bezier(.16,.84,.44,1); max-height:90vh; overflow-y:auto; }
.sale-modal-overlay.is-open .sale-modal{ transform:translateY(0) scale(1); }
.sale-modal-close{ position:absolute; top:1em; right:1.1em; width:30px; height:30px; border:none; background:none;
  font-size:22px; line-height:1; cursor:pointer; color:var(--muted); transition:color .2s ease; }
.sale-modal-close:hover{ color:var(--ink); }
.sale-modal-badge{ display:inline-block; font-size:11px; font-weight:700; letter-spacing:0.1em; color:var(--bg);
  background:var(--ink); padding:0.4em 0.8em; border-radius:999px; margin-bottom:1.1em; }
.sale-modal-title{ font-size:clamp(22px,3vw,28px); font-weight:500; letter-spacing:-0.01em; line-height:1.18; margin-bottom:0.9em; }
.sale-modal-title em{ font-style:italic; font-weight:400; }
.sale-modal-text{ font-size:13.5px; line-height:1.7; color:#3a3a38; margin-bottom:1.3em; }
.sale-modal-list{ list-style:none; display:flex; flex-direction:column; gap:0.55em; margin-bottom:1.7em; }
.sale-modal-list li{ font-size:13px; padding-left:1.3em; position:relative; color:#3a3a38; }
.sale-modal-list li::before{ content:"+"; position:absolute; left:0; top:0; font-weight:600; color:var(--ink); }
.sale-modal-actions{ display:flex; flex-direction:column; gap:0.7em; }
.sale-modal-btn{ display:flex; align-items:center; justify-content:center; padding:0.85em 1em; border-radius:8px;
  font-size:13.5px; font-weight:600; border:1px solid var(--line); cursor:pointer; transition:background .2s ease, color .2s ease, border-color .2s ease; background:none; color:var(--ink); }
.sale-modal-btn:hover{ border-color:var(--ink); }
.sale-modal-btn--primary{ background:#25D366; color:#fff; border-color:#25D366; }
.sale-modal-btn--primary:hover{ background:#1ebd5a; border-color:#1ebd5a; }
@media (max-width:768px){
  .sale-modal{ padding:2.2em 1.6em 1.8em; }
}

/* ---- Temel koruma: görsellerin sürüklenip kaydedilmesini ve metin seçimini zorlaştırır.
   Form alanları (input/textarea) hariç tutulur ki admin panel ve formlar normal çalışsın. */
img{ -webkit-user-drag:none; user-drag:none; pointer-events:auto; }
body{ -webkit-user-select:none; -moz-user-select:none; user-select:none; }
input, textarea, [contenteditable="true"]{ -webkit-user-select:text; -moz-user-select:text; user-select:text; }

/* ---- Lightbox (kategori ızgarasında fotoğraf büyütme + gezinme) ---- */
.lightbox{ position:fixed; inset:0; z-index:700; background:rgba(10,10,10,0.94);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  opacity:0; pointer-events:none; transition:opacity .3s ease; padding:5em 2em 2em; }
.lightbox.is-open{ opacity:1; pointer-events:auto; }
.lightbox-stage{ max-width:min(1100px, 86vw); max-height:68vh; display:flex; align-items:center; justify-content:center; }
.lightbox-img{ max-width:100%; max-height:68vh; width:auto; height:auto; object-fit:contain;
  border-radius:14px; box-shadow:0 30px 70px -20px rgba(0,0,0,0.6);
  opacity:0; transform:scale(0.97); transition:opacity .25s ease, transform .25s ease; }
.lightbox-img.is-visible{ opacity:1; transform:scale(1); }
.lightbox-close{ position:absolute; top:1.6em; right:1.8em; width:42px; height:42px; border-radius:50%;
  border:1px solid rgba(244,243,241,0.3); background:rgba(244,243,241,0.06); color:#f4f3f1;
  font-size:24px; line-height:1; cursor:pointer; transition:background .2s ease, border-color .2s ease; }
.lightbox-close:hover{ background:rgba(244,243,241,0.14); border-color:rgba(244,243,241,0.55); }
.lightbox-nav{ position:absolute; top:50%; transform:translateY(-50%); width:52px; height:52px; border-radius:50%;
  border:1px solid rgba(244,243,241,0.3); background:rgba(244,243,241,0.06); color:#f4f3f1;
  font-size:30px; line-height:1; cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:background .2s ease, border-color .2s ease, transform .2s ease; }
.lightbox-nav:hover{ background:rgba(244,243,241,0.14); border-color:rgba(244,243,241,0.55); }
.lightbox-nav--prev{ left:1.6em; }
.lightbox-nav--next{ right:1.6em; }
.lightbox-caption{ margin-top:1.6em; text-align:center; color:#f4f3f1; }
.lightbox-cat{ font-size:11px; letter-spacing:0.14em; text-transform:uppercase; opacity:0.6; margin-bottom:0.4em; }
.lightbox-title{ font-size:18px; font-weight:500; letter-spacing:-0.01em; }
.lightbox-count{ margin-top:0.5em; font-size:12px; opacity:0.5; }
@media (max-width:768px){
  .lightbox{ padding:4.2em 1em 1.4em; }
  .lightbox-stage{ max-width:94vw; max-height:58vh; }
  .lightbox-img{ max-height:58vh; border-radius:10px; }
  .lightbox-nav{ width:42px; height:42px; font-size:24px; }
  .lightbox-nav--prev{ left:0.6em; }
  .lightbox-nav--next{ right:0.6em; }
  .lightbox-close{ top:1.1em; right:1.1em; width:36px; height:36px; font-size:20px; }
  .lightbox-title{ font-size:15px; }
}

