/* ============================================================================
   app.css — çekirdek: kabuk (rail/cursor/loader/pt) + temel + index showcase
   Editöryal Mimari Indeks · sıcak galeri · serif display.
   (İkincil sayfa bileşenleri: css/pages.css)
   ========================================================================== */

/* ---------- TEMEL YARDIMCILAR ---------- */
.stage { margin-left: var(--rail-w); min-height: 100vh; position: relative; }
.eyebrow {
  font-family: var(--sans); font-size: var(--fz-xs); font-weight: 600;
  letter-spacing: var(--tr-eyebrow); text-transform: uppercase; color: var(--accent);
  margin: 0 0 1.1rem; display: inline-flex; align-items: center; gap: .7em;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .55; }
.lead { font-family: var(--serif); font-weight: 360; font-size: var(--fz-lead); line-height: 1.4; color: var(--ink-soft); letter-spacing: -.01em; }
em { font-style: italic; }
.section-head { margin-bottom: clamp(2.4rem, 5vw, 4.5rem); max-width: 30ch; }
.section-head h2 { font-size: var(--fz-h2); }

.btn {
  --bg: var(--ink); --fg: var(--cream);
  display: inline-flex; align-items: center; gap: .6em; font-family: var(--sans);
  font-weight: 600; font-size: .92rem; letter-spacing: .01em; padding: 1.05em 1.8em;
  border-radius: 100px; border: 1px solid var(--ink); position: relative; overflow: hidden;
  background: var(--bg); color: var(--fg); transition: color .5s var(--ease), border-color .5s var(--ease);
  will-change: transform;
}
.btn::after { content: ""; position: absolute; inset: 0; background: var(--accent); border-radius: inherit;
  transform: scale(0,1); transform-origin: right center; transition: transform .55s var(--ease); z-index: 0; }
.btn > * { position: relative; z-index: 1; }
.btn:hover::after { transform: scale(1,1); transform-origin: left center; }
.btn:hover { border-color: var(--accent); }
.btn--solid:hover { color: var(--cream); }
.btn--line { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--line:hover { color: var(--cream); border-color: var(--accent); }
.btn--lg { padding: 1.25em 2.3em; font-size: 1rem; }

.link-arrow { font-family: var(--sans); font-weight: 600; font-size: .92rem; letter-spacing: .02em;
  display: inline-flex; align-items: center; gap: .5em; color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: .25em; transition: gap .4s var(--ease), color .4s var(--ease), border-color .4s; }
.link-arrow span { transition: transform .4s var(--ease); }
.link-arrow:hover { color: var(--accent); border-color: var(--accent); gap: .85em; }
.link-arrow:hover span { transform: translate(3px,-3px); }

/* ---------- REVEAL / SPLIT durumları ---------- */
.js-on [data-reveal] { opacity: 0; }
.js-on [data-reveal].in { opacity: 1; }
.word { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .04em; }
.word__in { display: inline-block; will-change: transform; }
.js-on [data-split].in .word__in, .motion-reduced .word__in { transform: none; }
.motion-reduced [data-reveal] { opacity: 1 !important; transform: none !important; }
img { transition: opacity .8s var(--ease), filter .9s var(--ease); }
img:not(.img-ok):not(.urun-3d-poster):not(.vk-poster) { opacity: 0; }
img.img-ok { opacity: 1; }
img.img-err { opacity: 1; }

/* ---------- LOADER ---------- */
.loader { position: fixed; inset: 0; z-index: var(--z-loader); background: var(--ink); color: var(--cream);
  display: grid; place-items: center; transition: transform .7s var(--ease-io), opacity .5s ease; }
.loader.is-done { transform: translateY(-101%); }
.loader__inner { text-align: center; width: min(80vw, 420px); }
.loader__brand { font-family: var(--serif); font-weight: 350; font-size: clamp(2.6rem, 8vw, 4.4rem); letter-spacing: .04em; line-height: 1; }
.loader__amp { color: var(--accent-2); font-style: italic; }
.loader__sub { font-family: var(--sans); font-size: var(--fz-xs); letter-spacing: var(--tr-eyebrow); text-transform: uppercase; color: var(--on-dark-muted); margin-top: 1rem; }
.loader__bar { height: 1px; background: rgba(241,235,224,.18); margin: 2.2rem 0 .8rem; overflow: hidden; }
.loader__fill { display: block; height: 100%; width: 100%; background: var(--accent-2); transform: scaleX(0); transform-origin: left; }
.loader__count { font-family: var(--sans); font-size: var(--fz-xs); letter-spacing: .2em; color: var(--on-dark-muted); }

/* ---------- CURSOR ---------- */
.cursor, .cursor-dot { position: fixed; top: 0; left: 0; pointer-events: none; z-index: var(--z-cursor); will-change: transform; }
.cursor { width: 46px; height: 46px; margin: -23px 0 0 -23px; border: 1px solid var(--accent); border-radius: 50%;
  transition: width .35s var(--ease), height .35s var(--ease), margin .35s var(--ease), background-color .35s var(--ease), border-color .35s; display: grid; place-items: center; }
.cursor-dot { width: 6px; height: 6px; margin: -3px 0 0 -3px; background: var(--accent); border-radius: 50%; transition: opacity .3s; }
.cursor__label { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--cream); opacity: 0; transition: opacity .3s; white-space: nowrap; }
.cursor.is-hover { width: 64px; height: 64px; margin: -32px 0 0 -32px; background: rgba(168,95,56,.10); }
.cursor.has-label { width: 92px; height: 92px; margin: -46px 0 0 -46px; background: var(--accent); border-color: var(--accent); }
.cursor.has-label .cursor__label { opacity: 1; }
.cursor.is-down { transform: scale(.85) translate(var(--x,0)); }
body.has-cursor { cursor: none; }
body.has-cursor a, body.has-cursor button, body.has-cursor input, body.has-cursor textarea, body.has-cursor .urun-3d-soket { cursor: none; }
@media (hover: none) { .cursor, .cursor-dot { display: none; } }

/* ---------- PAGE TRANSITION ---------- */
.pt { position: fixed; inset: 0; z-index: var(--z-pt); pointer-events: none; display: grid; grid-template-columns: repeat(3,1fr); }
.pt__panel { background: var(--ink); transform: scaleY(0); transform-origin: bottom; }
.pt__mark { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--serif); font-size: clamp(2rem,7vw,4rem); color: var(--cream); letter-spacing: .1em; opacity: 0; }
.pt.is-active .pt__panel { animation: ptin .56s var(--ease-io) forwards; }
.pt.is-active .pt__panel:nth-child(2) { animation-delay: .06s; }
.pt.is-active .pt__panel:nth-child(3) { animation-delay: .12s; }
.pt.is-active .pt__mark { animation: ptmark .56s ease forwards; }
@keyframes ptin { to { transform: scaleY(1); } }
@keyframes ptmark { 40% { opacity: 1; } 100% { opacity: 1; } }

/* ---------- RAIL (sol sabit indeks) ---------- */
.rail { position: fixed; top: 0; left: 0; width: var(--rail-w); height: 100vh; z-index: var(--z-rail);
  display: flex; flex-direction: column; padding: clamp(1.6rem,2.4vw,2.4rem) clamp(1.4rem,2vw,2rem);
  border-right: 1px solid var(--line); background: var(--paper); }
.rail__brand { display: block; margin-bottom: auto; }
.rail__logo { font-family: var(--serif); font-weight: 400; font-size: 1.7rem; letter-spacing: .08em; display: block; }
.rail__tag { font-size: var(--fz-xs); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: .5rem; display: block; }
.rail__nav ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .15rem; }
.rail__link { display: flex; align-items: baseline; gap: .8rem; padding: .5rem 0; position: relative; color: var(--ink-soft); transition: color .4s var(--ease), padding .4s var(--ease); }
.rail__num { font-size: var(--fz-xs); color: var(--muted-2); font-variant-numeric: tabular-nums; transition: color .4s; }
.rail__txt { font-family: var(--serif); font-size: 1.18rem; font-weight: 380; position: relative; }
.rail__txt::after { content: ""; position: absolute; left: 0; bottom: 2px; height: 1px; width: 0; background: var(--accent); transition: width .45s var(--ease); }
.rail__link:hover { color: var(--accent); padding-left: .35rem; }
.rail__link:hover .rail__num { color: var(--accent); }
.rail__link:hover .rail__txt::after { width: 100%; }
.rail__link.is-active { color: var(--ink); }
.rail__link.is-active .rail__txt::after { width: 100%; background: var(--ink); }
.rail__link.is-active .rail__num { color: var(--accent); }
.rail__foot { margin-top: auto; padding-top: 2rem; display: flex; flex-direction: column; gap: .55rem; }
.rail__phone { font-family: var(--serif); font-size: 1.05rem; }
.rail__phone:hover { color: var(--accent); }
.rail__social { display: flex; gap: 1rem; font-size: var(--fz-sm); color: var(--muted); }
.rail__social a:hover { color: var(--accent); }
.rail__place { font-size: var(--fz-xs); letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); }

/* ---------- TOPBAR + MOBİL MENÜ (≤900) ---------- */
.topbar { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-menu); align-items: center; justify-content: space-between;
  padding: 1rem clamp(1.2rem,5vw,2rem); background: color-mix(in srgb, var(--paper) 86%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-soft); }
.topbar__brand { font-family: var(--serif); font-size: 1.4rem; letter-spacing: .08em; }
.topbar__toggle { width: 40px; height: 40px; border: 0; background: transparent; display: grid; gap: 6px; align-content: center; justify-items: end; cursor: pointer; }
.topbar__toggle span { width: 26px; height: 1.5px; background: var(--ink); transition: transform .4s var(--ease), width .4s; }
body.menu-open .topbar__toggle span:first-child { transform: translateY(3.75px) rotate(45deg); }
body.menu-open .topbar__toggle span:last-child { transform: translateY(-3.75px) rotate(-45deg); width: 26px; }
.mmenu { position: fixed; inset: 0; z-index: var(--z-pt); background: var(--ink); color: var(--cream); display: flex; flex-direction: column; justify-content: center;
  padding: clamp(2rem,8vw,5rem); transform: translateY(-100%); transition: transform .6s var(--ease-io); }
body.menu-open .mmenu { transform: translateY(0); }
.mmenu__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .3rem; }
.mmenu__link { font-family: var(--serif); font-size: clamp(2rem,9vw,3.4rem); font-weight: 360; display: flex; align-items: baseline; gap: 1rem; color: var(--cream); }
.mmenu__num { font-family: var(--sans); font-size: .9rem; color: var(--accent-2); }
.mmenu__foot { margin-top: 3rem; display: flex; flex-direction: column; gap: .4rem; color: var(--on-dark-muted); }
.mmenu__foot a:hover { color: var(--accent-2); }

/* ---------- HERO (index) ---------- */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr auto;
  gap: clamp(1.5rem,4vw,4rem); padding: clamp(5rem,8vh,8rem) var(--pad-x) 2.5rem; align-items: center; position: relative; }
.hero__head { grid-column: 1; grid-row: 1; align-self: center; max-width: 40ch; }
.hero__eyebrow { font-size: var(--fz-xs); letter-spacing: var(--tr-eyebrow); text-transform: uppercase; color: var(--muted); margin: 0 0 1.6rem; }
.hero__eyebrow span { color: var(--accent); }
.hero__title { font-size: var(--fz-h1); font-weight: 350; line-height: var(--lh-tight); letter-spacing: -.02em; max-width: 11ch; }
.hero__lead { font-family: var(--sans); font-size: var(--fz-lead); color: var(--muted); max-width: 34ch; margin: 1.8rem 0 2.4rem; line-height: 1.5; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__visual { grid-column: 2; grid-row: 1 / span 2; position: relative; align-self: stretch; min-height: 60vh; overflow: hidden; border-radius: var(--radius-lg); }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.hero__tag { position: absolute; left: 1.2rem; bottom: 1.2rem; font-size: var(--fz-xs); letter-spacing: .1em; text-transform: uppercase; color: var(--cream); background: rgba(27,23,20,.5); backdrop-filter: blur(6px); padding: .5em .9em; border-radius: 100px; }
.hero__index { grid-column: 1; grid-row: 2; display: flex; gap: 2.5rem; font-size: var(--fz-xs); letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); align-self: end; }
.hero__cue { position: absolute; left: var(--pad-x); bottom: 2.5rem; display: none; }

/* ---------- MANİFESTO ---------- */
.manifesto { padding: var(--pad-y) var(--pad-x); border-top: 1px solid var(--line); }
.manifesto__text { font-size: clamp(1.8rem,3.6vw,3.4rem); font-weight: 340; line-height: 1.18; max-width: 22ch; letter-spacing: -.015em; }
.manifesto__foot { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; margin-top: clamp(2.5rem,5vw,4.5rem); padding-top: 2rem; border-top: 1px solid var(--line-soft); }
.manifesto__foot p { max-width: 52ch; color: var(--muted); font-size: var(--fz-body); }
.stat-band { list-style: none; margin: clamp(3rem,6vw,5rem) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.stat { background: var(--paper); padding: 1.8rem 1.4rem; display: flex; flex-direction: column; gap: .4rem; }
.stat__num { font-family: var(--serif); font-size: clamp(1.4rem,2.4vw,2.1rem); font-weight: 380; color: var(--ink); }
.stat__lbl { font-size: var(--fz-sm); color: var(--muted); }

/* ---------- REEL (imza: yatay) ---------- */
.reel { position: relative; overflow: hidden; background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reel__track { display: flex; align-items: stretch; gap: clamp(1.2rem,2.5vw,2.6rem); padding: clamp(3rem,7vh,7rem) var(--pad-x); width: max-content; height: 100vh; box-sizing: border-box; }
.reel__card { flex: 0 0 auto; width: min(42vw, 560px); display: flex; flex-direction: column; justify-content: flex-end; }
.reel__card--intro { width: min(40vw, 520px); justify-content: center; padding-right: 2rem; }
.reel__intro .reel__head { font-size: var(--fz-h2); max-width: 14ch; margin: .5rem 0 1.4rem; }
.reel__lead { color: var(--muted); max-width: 32ch; }
.reel__link { display: flex; flex-direction: column; height: 100%; }
.reel__no { font-family: var(--sans); font-size: var(--fz-sm); color: var(--accent); letter-spacing: .1em; margin-bottom: 1rem; }
.reel__media { position: relative; overflow: hidden; border-radius: var(--radius); flex: 1; min-height: 50vh; }
.reel__media img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.reel__meta { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; }
.reel__title { font-size: var(--fz-h3); font-weight: 380; max-width: 18ch; }
.reel__sub { font-size: var(--fz-sm); color: var(--muted); text-align: right; white-space: nowrap; }
.reel__card--end { width: 32vw; justify-content: center; }
.reel__allcta { display: inline-flex; align-items: center; gap: 1rem; font-family: var(--serif); font-size: var(--fz-h3); border: 1px solid var(--line); border-radius: 100px; padding: 1.4rem 2.2rem; transition: background-color .5s var(--ease), color .5s; }
.reel__allcta:hover { background: var(--ink); color: var(--cream); }
.reel__arrow { font-family: var(--sans); }
.reel__progress { position: absolute; left: var(--pad-x); right: var(--pad-x); bottom: 1.6rem; height: 1px; background: var(--line); display: none; }

/* ---------- SÜREÇ ---------- */
.surec { padding: var(--pad-y) var(--pad-x); }
.surec__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.surec__item { background: var(--paper); padding: clamp(1.6rem,2.4vw,2.4rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 17rem; display: flex; flex-direction: column; transition: background-color .5s var(--ease); }
.surec__item:hover { background: var(--cream); }
.surec__no { font-family: var(--sans); font-size: var(--fz-sm); color: var(--accent); letter-spacing: .12em; }
.surec__ad { font-size: 1.3rem; font-weight: 400; margin: auto 0 .8rem; }
.surec__ozet { font-size: var(--fz-sm); color: var(--muted); line-height: 1.55; }

/* ---------- HİZMET STRIP ---------- */
.hstrip { padding: var(--pad-y) var(--pad-x); border-top: 1px solid var(--line); }
.hstrip__head { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: end; margin-bottom: clamp(2rem,4vw,3.5rem); }
.hstrip__head h2 { font-size: var(--fz-h2); max-width: 18ch; grid-column: 1; }
.hstrip__head .eyebrow { grid-column: 1; }
.hstrip__head .link-arrow { grid-column: 2; grid-row: 2; align-self: end; }
.hstrip__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.hstrip__item { display: flex; align-items: center; gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line-soft); transition: padding .45s var(--ease), color .45s; }
.hstrip__item:hover { padding-left: 1.2rem; color: var(--accent); }
.hstrip__no { font-size: var(--fz-sm); color: var(--muted-2); font-variant-numeric: tabular-nums; }
.hstrip__ad { font-family: var(--serif); font-size: clamp(1.3rem,2.4vw,2rem); font-weight: 360; }

/* ---------- VİTRİN (3D soket) ---------- */
.vitrin { padding: var(--pad-y) var(--pad-x); background: var(--dark); color: var(--on-dark); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.vitrin .eyebrow { color: var(--accent-2); }
.vitrin h2 { color: var(--on-dark); font-size: var(--fz-h2); max-width: 16ch; }
.vitrin h2 em { color: var(--accent-2); }
.vitrin__lead { color: var(--on-dark-muted); max-width: 42ch; margin: 1.6rem 0; }
.vitrin__tips { list-style: none; margin: 0 0 2rem; padding: 0; display: flex; flex-wrap: wrap; gap: .7rem; }
.vitrin__tips li { font-size: var(--fz-sm); border: 1px solid rgba(241,235,224,.2); border-radius: 100px; padding: .5em 1.1em; color: var(--on-dark-muted); }
.vitrin .link-arrow { color: var(--on-dark); border-color: rgba(241,235,224,.3); }
.vitrin .link-arrow:hover { color: var(--accent-2); border-color: var(--accent-2); }
.socket-stage { display: grid; place-items: center; }
.socket-podium { width: min(100%, 540px); position: relative; }
.socket-podium::after { content: ""; position: absolute; left: 50%; bottom: -6%; width: 70%; height: 28px; transform: translateX(-50%); background: radial-gradient(50% 100% at 50% 0, rgba(0,0,0,.45), transparent 70%); filter: blur(6px); z-index: -1; }

/* ---------- JOURNAL ÖNİZLEME (index) ---------- */
.journal { padding: var(--pad-y) var(--pad-x); border-top: 1px solid var(--line); }
.journal .section-head { display: grid; grid-template-columns: 1fr auto; gap: 1rem; max-width: none; align-items: end; }
.journal .section-head h2 { grid-column: 1; font-size: var(--fz-h2); }
.journal .section-head .eyebrow { grid-column: 1; }
.journal .section-head .link-arrow { grid-column: 2; align-self: end; }
.jgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--gap); }
.jcard { display: flex; flex-direction: column; }
.jcard__media { aspect-ratio: 4/3; overflow: hidden; border-radius: var(--radius); margin-bottom: 1.2rem; background: var(--paper-3); }
.jcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.jcard:hover .jcard__media img { transform: scale(1.05); }
.jcard__media--text { display: grid; place-items: center; background: var(--ink); }
.jcard__media--text span { font-family: var(--serif); font-size: 2rem; color: var(--accent-2); letter-spacing: .1em; }
.jcard__date { font-size: var(--fz-xs); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.jcard__title { font-size: 1.25rem; font-weight: 380; margin-top: .5rem; line-height: 1.25; transition: color .4s; }
.jcard:hover .jcard__title { color: var(--accent); }

/* ---------- CTA bandı ---------- */
.cta { padding: clamp(5rem,12vh,11rem) var(--pad-x); text-align: center; border-top: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; gap: 2rem; }
.cta__title { font-size: clamp(2.4rem,6vw,5rem); font-weight: 340; max-width: 16ch; line-height: 1.05; }
.cta__title em { color: var(--accent); }

/* ---------- SHARED PAGE HERO ---------- */
.page-hero { padding: clamp(7rem,16vh,12rem) var(--pad-x) clamp(2.5rem,5vw,4rem); border-bottom: 1px solid var(--line); }
.page-hero__title { font-size: var(--fz-h1); font-weight: 340; line-height: var(--lh-tight); letter-spacing: -.02em; max-width: 16ch; }
.page-hero__lead { font-family: var(--sans); font-size: var(--fz-lead); color: var(--muted); max-width: 50ch; margin-top: 1.8rem; line-height: 1.5; }

/* ---------- MARQUEE (malzeme) ---------- */
.marq { overflow: hidden; padding: clamp(2rem,4vw,3.5rem) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-2); }
.marq__track { display: flex; width: max-content; gap: 0; animation: marq 32s linear infinite; }
.marq__item { font-family: var(--serif); font-size: clamp(1.8rem,4vw,3.2rem); font-weight: 340; color: var(--ink); white-space: nowrap; display: inline-flex; align-items: center; }
.marq__dot { color: var(--accent); margin: 0 1.2rem; }
@keyframes marq { to { transform: translateX(-50%); } }
.motion-reduced .marq__track { animation: none; }

/* ---------- SITE FOOTER ---------- */
.site-foot { background: var(--ink); color: var(--on-dark); padding: clamp(3.5rem,7vw,6rem) var(--pad-x) 2.5rem; margin-top: 0; }
.foot__top { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(2rem,5vw,5rem); padding-bottom: clamp(3rem,5vw,4.5rem); border-bottom: 1px solid rgba(241,235,224,.14); }
.foot__cta .eyebrow { color: var(--accent-2); }
.foot__big { font-family: var(--serif); font-size: clamp(2rem,4.5vw,3.6rem); font-weight: 340; line-height: 1.08; color: var(--on-dark); display: inline-block; }
.foot__big em { color: var(--accent-2); }
.foot__big:hover { color: var(--accent-2); }
.foot__cols { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.foot__col { display: flex; flex-direction: column; gap: .55rem; }
.foot__h { font-size: var(--fz-xs); letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-muted); margin-bottom: .4rem; }
.foot__col a, .foot__col p { color: var(--on-dark); font-size: var(--fz-sm); margin: 0; }
.foot__col a:hover { color: var(--accent-2); }
.foot__base { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 2rem; flex-wrap: wrap; }
.foot__logo { font-family: var(--serif); font-size: 1.4rem; letter-spacing: .1em; }
.foot__legal { font-size: var(--fz-xs); color: var(--on-dark-muted); letter-spacing: .04em; }
.foot__top-link { font-size: var(--fz-sm); color: var(--on-dark-muted); }
.foot__top-link:hover { color: var(--accent-2); }

/* ============================================================================
   DUYARLI (responsive)
   ========================================================================== */
@media (max-width: 1180px) {
  :root { --rail-w: 230px; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto; min-height: auto; }
  .hero__visual { grid-column: 1; grid-row: 2; min-height: 56vh; }
  .hero__head { grid-row: 1; max-width: 22ch; }
  .hero__index { grid-row: 3; grid-column: 1; }
  .jgrid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .rail { display: none; }
  .topbar { display: flex; }
  .stage { margin-left: 0; padding-top: 64px; }
  .vitrin { grid-template-columns: 1fr; }
  .stat-band { grid-template-columns: repeat(2,1fr); }
  .surec__list { grid-template-columns: repeat(2,1fr); }
  .reel__track { height: auto; flex-direction: column; width: auto; padding: 3.5rem var(--pad-x); }
  .reel__card { width: 100%; }
  .reel__media { min-height: 60vw; }
  .reel__card--intro, .reel__card--end { width: 100%; }
  .manifesto__foot, .hstrip__head, .journal .section-head { grid-template-columns: 1fr; }
  .foot__top { grid-template-columns: 1fr; }
  .foot__cols { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
  .jgrid { grid-template-columns: 1fr; }
  .stat-band, .surec__list { grid-template-columns: 1fr; }
  .foot__cols { grid-template-columns: 1fr; }
  .hero__index { flex-wrap: wrap; gap: 1rem; }
}
