/* Çeviksu — kendi sunucumuzdaki fontlar (Türkçe alt küme) */
@font-face{
  font-family:'Fraunces';
  font-style:italic;
  font-weight:300 600;
  font-display:swap;
  src:url('/assets/fonts/fraunces-italic-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family:'Fraunces';
  font-style:italic;
  font-weight:300 600;
  font-display:swap;
  src:url('/assets/fonts/fraunces-italic-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-weight:300 600;
  font-display:swap;
  src:url('/assets/fonts/fraunces-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-weight:300 600;
  font-display:swap;
  src:url('/assets/fonts/fraunces-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:300 600;
  font-display:swap;
  src:url('/assets/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:300 600;
  font-display:swap;
  src:url('/assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Tokens ---------- */
:root{
  --ink:        #100b07;
  --ink-2:      #1a130c;
  --ink-3:      #241b10;
  --parchment:  #f4ecdb;
  --parchment-2:#e9dcc0;
  --brass:      #d3a35d;
  --brass-lt:   #ecd2a0;
  --brass-dp:   #8a5a2b;
  --rose:       #b97455;
  --ink-text:   #efe6d4;
  --muted:      #b8a888;
  --line:       rgba(211,163,93,.25);
  --ease:       cubic-bezier(.22,1,.36,1);
  --ff-serif:   "Fraunces", serif;
  --ff-sans:    "Inter", sans-serif;
}

*{box-sizing:border-box; margin:0; padding:0;}
html{background:var(--ink); scroll-behavior:auto;}
body{
  background:var(--ink);
  color:var(--ink-text);
  font-family:var(--ff-sans);
  overflow-x:hidden;
  cursor:default;
}
img{display:block; max-width:100%;}
a{color:inherit; text-decoration:none;}
.defs{position:absolute; width:0; height:0;}
em{font-style:italic; font-family:var(--ff-serif); font-weight:400; color:var(--brass-lt);}

::selection{background:var(--brass); color:var(--ink);}

/* ---------- Texture / grain ---------- */
.grain{
  position:fixed; inset:0; z-index:9990; pointer-events:none;
  opacity:.05; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.halftone-overlay{
  position:absolute; inset:0; color:var(--brass);
  opacity:.05; pointer-events:none;
}
.halftone-overlay::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(circle, currentColor 1px, transparent 1.3px) 0 0/8px 8px;
  color:var(--brass);
}

/* ---------- Cursor ---------- */
.cursor-dot,.cursor-ring{
  position:fixed; top:0; left:0; pointer-events:none; z-index:9999;
  border-radius:50%; transform:translate(-50%,-50%);
  transition:opacity .25s ease;
}
.cursor-dot{width:6px; height:6px; background:var(--brass-lt);}
.cursor-ring{width:38px; height:38px; border:1px solid var(--line); transition:width .25s var(--ease),height .25s var(--ease),border-color .25s ease,opacity .25s ease;}
.cursor-ring.hovered{width:64px; height:64px; border-color:var(--brass);}
@media(hover:none), (max-width:860px){ .cursor-dot,.cursor-ring{display:none;} }

/* ---------- Loader ---------- */
.loader{
  position:fixed; inset:0; z-index:10000; background:var(--ink);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:22px;
  transition:opacity .8s var(--ease), visibility .8s var(--ease);
}
.loader.done{opacity:0; visibility:hidden;}
.loader-mark img{width:110px; opacity:.9; filter:drop-shadow(0 0 18px rgba(211,163,93,.4));
  animation:pulse 1.6s ease-in-out infinite;}
@keyframes pulse{0%,100%{transform:scale(1);opacity:.7} 50%{transform:scale(1.08);opacity:1}}
.loader-bar{width:160px; height:1px; background:rgba(211,163,93,.2); overflow:hidden;}
.loader-bar span{display:block; height:100%; width:40%; background:var(--brass); animation:load 1.1s ease-in-out infinite;}
@keyframes load{0%{transform:translateX(-120%)} 100%{transform:translateX(360%)}}

/* ---------- Header ---------- */
.site-header{
  position:fixed; top:0; left:0; right:0; z-index:200;
  display:flex; align-items:center; justify-content:space-between;
  padding:22px clamp(20px,4vw,56px);
  background:linear-gradient(to bottom, rgba(16,11,7,.75), transparent);
  transition:background .4s ease, padding .4s ease, border-color .4s ease;
  border-bottom:1px solid transparent;
}
.site-header.scrolled{
  background:rgba(16,11,7,.86); backdrop-filter:blur(10px);
  border-color:var(--line); padding-block:14px;
}
.brand img{height:38px; width:auto;}
.main-nav{display:flex; gap:34px;}
.main-nav a{
  font-size:13px; letter-spacing:.06em; text-transform:uppercase; color:var(--muted);
  position:relative; padding-bottom:4px;
}
.main-nav a::after{
  content:""; position:absolute; left:0; bottom:0; width:0; height:1px; background:var(--brass);
  transition:width .35s var(--ease);
}
.main-nav a:hover{color:var(--ink-text);}
.main-nav a:hover::after{width:100%;}
.main-nav a.active{color:var(--brass-lt);}
.main-nav a.active::after{width:100%;}

.btn-ghost{
  border:1px solid var(--line); padding:10px 20px; border-radius:999px;
  font-size:12.5px; letter-spacing:.05em; text-transform:uppercase;
  transition:background .3s ease, border-color .3s ease, color .3s ease;
}
.btn-ghost:hover{background:var(--brass); border-color:var(--brass); color:var(--ink);}

.nav-toggle{display:none; width:34px; height:34px; background:none; border:0; position:relative;}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after{
  content:""; position:absolute; left:6px; right:6px; height:1px; background:var(--ink-text);
}
.nav-toggle span{top:16px;}
.nav-toggle::before{top:11px;}
.nav-toggle::after{top:21px;}

/* ---------- Buttons ---------- */
.btn-solid{
  display:inline-flex; align-items:center; padding:15px 30px; border-radius:999px;
  background:var(--brass); color:var(--ink); font-size:13px; letter-spacing:.05em; text-transform:uppercase;
  font-weight:500; overflow:hidden; position:relative;
}
.btn-solid span{position:relative; z-index:1;}
.btn-solid::before{
  content:""; position:absolute; inset:0; background:var(--brass-lt);
  transform:translateY(100%); transition:transform .4s var(--ease);
}
.btn-solid:hover::before{transform:translateY(0);}

.btn-text{font-size:14px; color:var(--muted); border-bottom:1px solid var(--line); padding-bottom:3px; transition:color .3s ease, border-color .3s ease;}
.btn-text:hover{color:var(--brass-lt); border-color:var(--brass);}

/* ---------- Layout helpers ---------- */
.kicker{
  font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:var(--brass);
  display:flex; gap:10px; margin-bottom:18px;
}
.kicker.center{justify-content:center;}
.section-title{
  font-family:var(--ff-serif); font-weight:400; font-size:clamp(34px,5vw,64px);
  line-height:1.08; letter-spacing:-.01em;
}
.section-title.center{text-align:center;}
.section-title.light{color:var(--ink);}
.section-title.light em{color:var(--brass-dp);}

section{position:relative;}

/* ---------- Hero ---------- */
.hero{
  min-height:100vh; position:relative; overflow:hidden;
  display:flex; align-items:center;
  background:
    radial-gradient(ellipse 60% 55% at var(--mx,70%) var(--my,45%), rgba(211,163,93,.18), transparent 60%),
    radial-gradient(ellipse 90% 70% at 30% 20%, #241a10, var(--ink) 65%);
  padding:120px clamp(20px,6vw,80px) 60px;
}
.hero-spot{position:absolute; inset:0; pointer-events:none;}
.hero .halftone-overlay{opacity:.045;}
.hero-inner{max-width:640px; position:relative; z-index:3;}
.kicker.reveal-line span{display:inline-block;}
.hero-title{
  font-family:var(--ff-serif); font-weight:400; font-size:clamp(42px,6.4vw,84px);
  line-height:1.02; letter-spacing:-.01em; margin-bottom:26px;
}
.hero-title .line{display:block; overflow:hidden; padding-bottom:.08em;}
.hero-title .word{display:inline-block; transform:translateY(115%);}
.hero-title .em{font-style:italic; color:var(--brass-lt);}
.hero-sub{
  font-size:17px; line-height:1.6; color:var(--muted); max-width:440px; margin-bottom:36px;
  opacity:0; transform:translateY(16px);
}
.hero-cta{display:flex; align-items:center; gap:30px; opacity:0; transform:translateY(16px);}

.hero-figure{
  position:absolute; right:clamp(-40px,2vw,60px); bottom:0; top:110px;
  width:min(46vw,620px); display:flex; align-items:center; justify-content:center;
  z-index:2; isolation:isolate;
}
.hero-figure::before{
  content:""; position:absolute; inset:-15% -15%;
  background:radial-gradient(ellipse 70% 65% at 50% 46%, #2c2013, var(--ink) 72%);
}
.hero-figure img{
  position:relative; width:100%; max-height:82vh; object-fit:contain;
  filter:saturate(1.12) contrast(1.05) drop-shadow(0 30px 55px rgba(0,0,0,.65));
  transform:translateY(40px);
}
.hero-figure-glow{
  position:absolute; width:60%; height:50%; left:50%; top:52%; transform:translate(-50%,-50%);
  background:radial-gradient(circle, rgba(211,163,93,.4), transparent 70%);
  filter:blur(30px); mix-blend-mode:screen;
}

.scroll-cue{
  position:absolute; left:clamp(20px,6vw,80px); bottom:36px; z-index:3;
  font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:var(--muted);
  display:flex; align-items:center; gap:10px;
}
.scroll-cue span{width:1px; height:34px; background:linear-gradient(var(--brass), transparent); position:relative; overflow:hidden;}
.scroll-cue span::after{
  content:""; position:absolute; top:-100%; left:0; width:100%; height:100%; background:var(--brass-lt);
  animation:cue 2.2s ease-in-out infinite;
}
@keyframes cue{0%{top:-100%} 60%{top:100%} 100%{top:100%}}

/* ---------- Marquee ---------- */
.marquee{
  border-top:1px solid var(--line); border-bottom:1px solid var(--line);
  background:var(--ink-2); overflow:hidden; padding:16px 0;
}
.marquee-track{display:flex; gap:28px; width:max-content; animation:marquee 28s linear infinite;}
.marquee-track span{
  font-family:var(--ff-serif); font-style:italic; font-size:18px; color:var(--muted);
  white-space:nowrap;
}
.marquee-track span:nth-child(odd){color:var(--brass); font-style:normal; font-family:var(--ff-sans); font-size:12px; letter-spacing:.1em;}
@keyframes marquee{from{transform:translateX(0)} to{transform:translateX(-50%)}}

/* ---------- Craft ---------- */
.craft{
  display:grid; grid-template-columns:1.05fr .95fr; min-height:100vh; background:var(--ink);
}
.craft-media{position:relative; overflow:hidden;}
.craft-media img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  filter:sepia(.35) saturate(1.3) brightness(.62) contrast(1.08);
  transform:scale(1.15);
}
.craft-media-tone{
  position:absolute; inset:0;
  background:linear-gradient(100deg, var(--ink) 0%, transparent 35%),
             linear-gradient(0deg, var(--ink) 0%, transparent 30%);
}
.craft-content{
  padding:min(14vh,140px) clamp(24px,5vw,80px); display:flex; flex-direction:column; justify-content:center;
}
.craft-text{font-size:16.5px; line-height:1.75; color:var(--muted); max-width:480px; margin:26px 0 44px;}
.stat-grid{display:flex; gap:clamp(20px,4vw,52px); margin-bottom:44px; flex-wrap:wrap;}
.stat{display:flex; align-items:baseline; gap:2px; flex-direction:column;}
.stat-num{font-family:var(--ff-serif); font-size:44px; color:var(--brass-lt); line-height:1;}
.stat-unit{font-family:var(--ff-serif); font-size:20px; color:var(--brass-lt); margin-left:2px;}
.stat-label{font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.04em; margin-top:8px; max-width:140px;}
.badge-row{display:flex; gap:12px; flex-wrap:wrap;}
.badge-row span{
  border:1px solid var(--line); padding:8px 16px; border-radius:999px; font-size:11.5px;
  letter-spacing:.06em; text-transform:uppercase; color:var(--brass);
}

/* ---------- Collection ---------- */
.collection{padding:min(16vh,150px) clamp(20px,6vw,80px) 100px; background:var(--ink);}
.collection-head{max-width:640px; margin-bottom:64px;}
.collection-sub{color:var(--muted); font-size:16px; margin-top:20px; max-width:420px;}
.gallery{
  display:grid; grid-template-columns:repeat(4,1fr); gap:22px;
}
.frame{
  border:1px solid var(--line); border-radius:4px; overflow:hidden;
  background:linear-gradient(160deg, var(--ink-3), var(--ink-2));
  transform:translateY(50px); opacity:0;
}
.frame-media{
  aspect-ratio:3/4; display:flex; align-items:center; justify-content:center;
  padding:26px; position:relative; overflow:hidden;
}
.frame-media::before{
  content:""; position:absolute; inset:0;
  background:radial-gradient(circle at 50% 40%, rgba(211,163,93,.16), transparent 65%);
}
.frame-media img{
  max-height:100%; max-width:100%; object-fit:contain; position:relative; z-index:1;
  filter:saturate(1.1) contrast(1.05) drop-shadow(0 18px 30px rgba(0,0,0,.5));
  transition:transform .6s var(--ease);
}
.frame:hover .frame-media img{transform:scale(1.06) rotate(-1deg);}
.frame-cap{
  display:flex; justify-content:space-between; align-items:baseline; gap:10px;
  padding:16px 18px; border-top:1px solid var(--line);
}
.frame-no{white-space:nowrap;}
.frame-name{font-family:var(--ff-serif); font-style:italic; font-size:16px; color:var(--brass-lt);}
.frame-no{font-size:11px; color:var(--muted); letter-spacing:.08em;}
.collection-cta{display:flex; justify-content:center; margin-top:60px;}

/* ---------- Institutional ---------- */
.institutional{padding:min(16vh,150px) clamp(20px,6vw,80px) 120px; background:var(--ink-2);}
.institutional-note{padding:0 clamp(20px,6vw,80px) 140px; max-width:820px;}
.institutional-note .craft-text{margin:22px 0 32px;}
.institutional .section-title{margin:20px auto 60px; max-width:680px;}

/* ---------- Timeline (history) ---------- */
.timeline{padding:min(16vh,150px) clamp(20px,6vw,80px); background:var(--ink-2);}
.timeline .section-title{margin:20px auto 64px; max-width:680px;}
.timeline-list{
  display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(24px,4vw,40px);
  max-width:1100px; margin:0 auto 56px;
}
.timeline-item{border-top:1px solid var(--line); padding-top:24px;}
.timeline-year{display:block; font-family:var(--ff-serif); font-style:italic; font-size:26px; color:var(--brass-lt); margin-bottom:14px;}
.timeline-item p{color:var(--muted); font-size:14.5px; line-height:1.7;}
.timeline-mission{
  max-width:720px; margin:0 auto; text-align:center;
  font-family:var(--ff-serif); font-size:20px; font-style:italic; color:var(--ink-text); line-height:1.6;
}

/* ---------- About blurb (İletişim) ---------- */
.about-blurb{padding:0 clamp(20px,6vw,80px) 60px; max-width:720px;}
.about-blurb-text{color:var(--muted); font-size:16px; line-height:1.7; margin:18px 0 20px;}
.split-cards{display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:1200px; margin:0 auto;}
.split-card{
  position:relative; border-radius:4px; overflow:hidden; aspect-ratio:4/5; display:block;
}
.split-card img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  filter:grayscale(.25) sepia(.2) brightness(.75) contrast(1.05);
  transition:transform .8s var(--ease);
}
.split-card:hover img{transform:scale(1.08);}
.split-card-tone{position:absolute; inset:0; background:linear-gradient(0deg, rgba(16,11,7,.92) 5%, rgba(16,11,7,.05) 55%);}
.split-card-text{position:absolute; left:28px; right:28px; bottom:28px;}
.split-card-text .frame-no{color:var(--brass); display:block; margin-bottom:10px;}
.split-card-text h3{font-family:var(--ff-serif); font-weight:400; font-size:clamp(24px,3vw,32px); margin-bottom:10px;}
.split-card-text p{color:var(--muted); font-size:14.5px; max-width:320px;}

/* ---------- Trust ---------- */
.trust{padding:min(16vh,150px) clamp(20px,6vw,80px); background:var(--parchment); color:var(--ink);}
.trust .kicker{color:var(--brass-dp);}
.trust .page-sub{color:#6b5c42;}

.cert-grid{
  display:grid; grid-template-columns:repeat(2,1fr); gap:24px; max-width:900px; margin:56px auto 0;
}
.cert-card{
  display:flex; gap:18px; align-items:center; background:#fff; border:1px solid rgba(138,90,43,.18);
  border-radius:8px; padding:16px; text-align:left;
  transition:border-color .3s ease, transform .3s var(--ease), box-shadow .3s ease;
  opacity:0; transform:translateY(24px);
}
.cert-card:hover{border-color:var(--brass-dp); transform:translateY(-4px); box-shadow:0 18px 34px rgba(74,50,15,.14);}
.cert-card-media{
  flex:none; width:84px; aspect-ratio:210/297; border-radius:3px; overflow:hidden;
  border:1px solid rgba(138,90,43,.2); box-shadow:0 6px 14px rgba(74,50,15,.12);
}
.cert-card-media img{width:100%; height:100%; object-fit:cover; object-position:top;}
.cert-card-info{display:flex; flex-direction:column; gap:6px; min-width:0;}
.cert-card-title{font-family:var(--ff-serif); font-size:16px; color:var(--ink); line-height:1.3;}
.cert-card-meta{font-size:12px; color:#8a7a5c; line-height:1.5;}
.cert-card-cta{font-size:12px; color:var(--brass-dp); letter-spacing:.04em; margin-top:2px;}

.trust-row{
  display:flex; justify-content:center; align-items:center; gap:clamp(30px,6vw,90px);
  margin-top:56px; flex-wrap:wrap;
}
.cert-grid + .trust-row{padding-top:56px; border-top:1px solid rgba(138,90,43,.18);}
.trust-item{
  display:flex; flex-direction:column; align-items:center; gap:14px; opacity:0; transform:translateY(24px) scale(.94);
}
.trust-item img{height:92px; width:auto; object-fit:contain; filter:sepia(.15) contrast(1.05);}
.trust-mark img{height:40px; width:auto; margin-bottom:6px;}
.trust-mark span{font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--brass-dp); font-weight:500;}

/* ---------- CTA Final ---------- */
.cta-final{
  min-height:78vh; display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; padding:100px 24px; position:relative; overflow:hidden;
  background:radial-gradient(ellipse 70% 60% at 50% 30%, #241a10, var(--ink) 70%);
}
.cta-final .halftone-overlay{opacity:.05;}
.cta-title{
  font-family:var(--ff-serif); font-weight:400; font-size:clamp(30px,5.4vw,58px); line-height:1.15;
  max-width:820px; margin-bottom:56px; position:relative; z-index:1;
}
.store-links{display:flex; gap:24px; flex-wrap:wrap; justify-content:center; align-items:center; position:relative; z-index:1;}

/* ---------- Footer ---------- */
.site-footer{
  border-top:1px solid var(--line); padding:48px clamp(20px,6vw,80px) 30px;
  background:var(--ink);
}
.footer-top{
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:18px;
  padding-bottom:28px; border-bottom:1px solid var(--line); margin-bottom:24px;
}
.footer-logo{height:46px; width:auto; opacity:.9;}
.footer-nav{display:flex; gap:14px 28px; flex-wrap:wrap;}
.footer-nav a{font-size:13px; letter-spacing:.04em; color:var(--muted); text-transform:uppercase;}
.footer-nav a:hover{color:var(--brass-lt);}
.footer-bottom{
  display:flex; align-items:baseline; justify-content:space-between; flex-wrap:wrap; gap:12px 24px;
  margin-bottom:20px;
}
.footer-address{font-style:normal; font-size:13.5px; color:var(--muted);}
.footer-contact{display:flex; gap:26px; font-size:13.5px; color:var(--muted); flex-wrap:wrap;}
.footer-contact a:hover{color:var(--brass-lt);}
.footer-copy{font-size:12px; color:var(--muted);}
.footer-legal{display:flex; gap:20px; flex-wrap:wrap; margin-top:12px;}
.footer-legal a{font-size:12px; color:var(--muted); border-bottom:1px solid transparent;}
.footer-legal a:hover{color:var(--brass-lt); border-color:var(--line);}

/* ---------- Legal content pages ---------- */
.legal-content{padding:0 clamp(20px,6vw,80px) 140px; max-width:760px;}
.legal-content h2{font-family:var(--ff-serif); font-weight:400; font-size:26px; color:var(--brass-lt); margin:44px 0 16px;}
.legal-content h2:first-child{margin-top:0;}
.legal-content p{color:var(--muted); font-size:15.5px; line-height:1.8; margin-bottom:14px;}
.legal-content ul{color:var(--muted); font-size:15.5px; line-height:1.8; margin:0 0 14px 20px;}
.legal-content li{margin-bottom:6px;}
.legal-content strong{color:var(--ink-text); font-weight:500;}
.legal-updated{font-size:12.5px; color:var(--muted); margin-bottom:40px; display:block;}

/* ---------- Cookie consent banner ---------- */
.cookie-banner{
  position:fixed; left:20px; right:20px; bottom:20px; z-index:500; max-width:640px; margin:0 auto;
  background:var(--ink-2); border:1px solid var(--line); border-radius:10px;
  padding:22px 26px; display:flex; align-items:center; gap:22px; flex-wrap:wrap;
  box-shadow:0 20px 50px rgba(0,0,0,.5);
}
.cookie-banner p{flex:1 1 260px; font-size:13.5px; color:var(--muted); line-height:1.6; margin:0;}
.cookie-banner p a{color:var(--brass); border-bottom:1px solid var(--line);}
.cookie-banner .btn-solid{flex:none; padding:12px 24px; font-size:12px;}
@media(max-width:560px){.cookie-banner{left:12px; right:12px; bottom:12px; padding:18px;}}

/* ---------- Sticky call button ---------- */
.sticky-call{
  position:fixed; right:0; top:72%; transform:translateY(-50%); z-index:600;
  display:flex; align-items:center; gap:10px;
  background:var(--brass); color:var(--ink); text-decoration:none;
  padding:14px 20px 14px 16px; border-radius:999px 0 0 999px;
  font-size:13px; font-weight:500; letter-spacing:.02em;
  box-shadow:-4px 6px 24px rgba(0,0,0,.35);
  transition:padding .3s var(--ease), background .3s ease;
}
.sticky-call:hover{padding-right:26px; background:var(--brass-lt);}
.sticky-call svg{flex:none;}
@media(max-width:560px){
  .sticky-call{top:auto; bottom:24px; transform:none; padding:13px 18px 13px 14px;}
  .sticky-call span{display:none;}
  .sticky-call:hover{padding:13px 18px 13px 14px;}
}

/* ---------- Breadcrumb ---------- */
.breadcrumb{
  display:flex; align-items:center; gap:8px; flex-wrap:wrap;
  padding:20px clamp(20px,6vw,80px) 0; font-size:12.5px; color:var(--muted);
  position:relative; z-index:2;
}
.breadcrumb a{color:var(--muted); border-bottom:1px solid transparent;}
.breadcrumb a:hover{color:var(--brass-lt); border-color:var(--line);}
.breadcrumb span[data-current]{color:var(--brass-lt);}
.breadcrumb .sep{color:var(--line); opacity:.7;}
.trust .breadcrumb, .page-hero .breadcrumb{padding-top:0; margin-bottom:24px;}

/* ---------- 404 ---------- */
.not-found{
  min-height:70vh; display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; padding:120px clamp(20px,6vw,80px) 100px;
  background:radial-gradient(ellipse 80% 60% at 50% 20%, #241a10, var(--ink) 65%);
}
.not-found .kicker{justify-content:center; font-family:var(--ff-serif); font-size:15px;}
.not-found .page-sub{max-width:440px; margin:20px auto 36px; text-align:center;}
.not-found .detail-cta{justify-content:center;}

/* ---------- Sub-page header (Ürünler / Ürün / İletişim) ---------- */
.page-hero{
  padding:min(20vh,180px) clamp(20px,6vw,80px) 80px;
  background:radial-gradient(ellipse 80% 60% at 30% 10%, #241a10, var(--ink) 65%);
}
.page-hero .section-title{max-width:760px;}
.page-sub{color:var(--muted); font-size:16.5px; max-width:480px; margin-top:22px;}
.page-sub.center{margin-left:auto; margin-right:auto; text-align:center;}

/* ---------- Product grid page ---------- */
.frame-link{display:block; color:inherit;}
.frame-family{padding:0 18px 16px; font-size:12px; color:var(--muted); letter-spacing:.03em;}
.product-page-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:22px;
  padding:0 clamp(20px,6vw,80px) 140px;
}
.product-page-grid .frame{opacity:1; transform:none;}


/* JS ile doldurulan bölümler: ilk boyamada yer ayır (footer zıplamasın) */
#productGrid:empty{min-height:150vh;}
#productGrid[data-rendered]:empty{min-height:0;}
#detail:empty{min-height:80vh;}

/* ---------- Catalog toolbar ---------- */
.catalog-toolbar{
  padding:0 clamp(20px,6vw,80px) 40px; display:flex; flex-direction:column; gap:22px;
}
.catalog-search input{
  width:100%; max-width:420px; background:var(--ink-2); border:1px solid var(--line); border-radius:999px;
  padding:13px 22px; color:var(--ink-text); font-family:var(--ff-sans); font-size:14.5px;
}
.catalog-search input::placeholder{color:var(--muted);}
.catalog-search input:focus{outline:none; border-color:var(--brass);}
.catalog-tabs{display:flex; gap:10px; flex-wrap:wrap;}
.catalog-tabs .tab{
  font-family:var(--ff-sans); background:none; border:1px solid var(--line); color:var(--muted);
  padding:9px 18px; border-radius:999px; font-size:12.5px; letter-spacing:.03em; cursor:pointer;
  transition:border-color .25s ease, color .25s ease, background .25s ease;
}
.catalog-tabs .tab:hover{color:var(--ink-text); border-color:var(--brass);}
.catalog-tabs .tab.active{background:var(--brass); border-color:var(--brass); color:var(--ink);}
.catalog-count{font-size:12.5px; color:var(--muted); letter-spacing:.03em;}
.catalog-empty{padding:0 clamp(20px,6vw,80px) 140px; color:var(--muted); font-size:15px;}

/* ---------- Product detail page ---------- */
.detail{
  display:grid; grid-template-columns:1fr 1fr; gap:clamp(30px,6vw,90px);
  padding:min(18vh,160px) clamp(20px,6vw,80px) 140px; align-items:start;
}
.detail-media{
  position:relative; aspect-ratio:4/5; border-radius:6px; overflow:hidden;
  background:radial-gradient(ellipse 70% 65% at 50% 46%, #2c2013, var(--ink) 72%);
  border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center; padding:40px;
}
.detail-media img{max-width:100%; max-height:100%; object-fit:contain; filter:saturate(1.1) contrast(1.05) drop-shadow(0 24px 40px rgba(0,0,0,.6));}
.detail-back{font-size:13px; color:var(--muted); display:inline-flex; gap:8px; margin-bottom:28px;}
.detail-back:hover{color:var(--brass-lt);}
.detail-family{font-size:13px; letter-spacing:.08em; text-transform:uppercase; color:var(--brass); margin-bottom:10px;}
.detail-title{font-family:var(--ff-serif); font-weight:400; font-size:clamp(30px,4vw,46px); margin-bottom:22px;}
.detail-desc{font-size:16px; line-height:1.75; color:var(--muted); margin-bottom:36px; max-width:480px;}
.detail-specs{list-style:none; border-top:1px solid var(--line); margin-bottom:40px;}
.detail-specs li{
  display:flex; justify-content:space-between; gap:20px; padding:16px 0; border-bottom:1px solid var(--line);
  font-size:14px;
}
.detail-specs span:first-child{color:var(--muted);}
.detail-specs span:last-child{color:var(--ink-text); text-align:right;}
.detail-cta{display:flex; gap:26px; align-items:center; flex-wrap:wrap;}

/* ---------- Related products ---------- */
.related{padding:0 clamp(20px,6vw,80px) 140px;}
.related .section-title{margin-bottom:36px;}
.related-grid{padding:0; grid-template-columns:repeat(4,1fr);}
@media(max-width:1080px){.related-grid{grid-template-columns:repeat(2,1fr);}}

/* ---------- Contact page ---------- */
.contact-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:clamp(30px,6vw,90px);
  padding:0 clamp(20px,6vw,80px) 140px;
}
.contact-info{display:flex; flex-direction:column; gap:16px;}
.contact-item{
  display:block; border:1px solid var(--line); border-radius:8px; padding:26px 28px;
  background:linear-gradient(160deg, var(--ink-3), var(--ink-2));
  transition:border-color .3s ease, transform .3s var(--ease), background .3s ease;
}
.contact-item:hover{border-color:var(--brass); transform:translateY(-3px); background:rgba(211,163,93,.06);}
.contact-item .kicker{margin-bottom:10px;}
.contact-item-value{display:block; font-family:var(--ff-serif); font-size:20px; color:var(--ink-text); line-height:1.4;}
.contact-item:hover .contact-item-value{color:var(--brass-lt);}
.map-card{
  border:1px solid var(--line); border-radius:8px; overflow:hidden; min-height:340px;
  filter:grayscale(.25) sepia(.15) contrast(1.02); transition:filter .3s ease;
}
.map-card:hover{filter:grayscale(0) sepia(0) contrast(1);}
.map-card iframe{display:block; width:100%; height:100%; min-height:340px;}

/* ---------- Reveal helper (JS toggled) ---------- */
.reveal-up{transition:opacity .9s var(--ease), transform .9s var(--ease);}

/* ---------- Responsive ---------- */
@media(max-width:1080px){
  .craft{grid-template-columns:1fr;}
  .craft-media{height:56vh;}
  .gallery{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:860px){
  .main-nav, .btn-ghost{display:none;}
  .nav-toggle{display:block;}
  .hero{padding-top:110px; flex-direction:column; align-items:stretch;}
  .hero-figure{position:relative; width:100%; flex:none; height:340px; margin-top:40px; right:0; top:auto;}
  .hero-figure img{max-height:100%;}
  .hero-inner{max-width:100%;}
  .split-cards{grid-template-columns:1fr;}
  .stat-grid{gap:28px;}
  .product-page-grid{grid-template-columns:repeat(2,1fr);}
  .detail, .contact-grid{grid-template-columns:1fr;}
  .timeline-list{grid-template-columns:1fr; max-width:480px;}
  .footer-bottom{flex-direction:column; align-items:flex-start;}
  .cert-grid{grid-template-columns:1fr;}
}
@media(max-width:560px){
  .gallery{grid-template-columns:1fr 1fr; gap:14px;}
  .product-page-grid{grid-template-columns:1fr 1fr; gap:14px;}
}
