/* ==========================================================================
   Özcan Pamuk — www.ozcanpamuk.com
   © Özcan Pamuk İhracat İthalat Sanayi ve Limited Şirketi. Tüm hakları saklıdır.
   Bu stil dosyası Özcan Pamuk için özel olarak yazılmıştır; şablon veya
   üçüncü taraf kütüphane içermez. Yazı tipleri SIL Open Font License ile
   sitenin kendi sunucusundan yüklenir (assets/fonts/).
   Palet: keten (#F4EFE7) · espresso (#1F1411) · bronz (#B07D45) · altın (#D4AA6A)
   ========================================================================== */

/* --------------------------------------------------------------------------
   Yazı tipleri (kendi sunucumuzdan) — Fraunces & Plus Jakarta Sans, OFL 1.1
   -------------------------------------------------------------------------- */
@font-face {
  font-family: "Fraunces"; font-style: italic; font-weight: 300 600; font-display: swap;
  src: url("../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("../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("../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("../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: "Plus Jakarta Sans"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("../fonts/plus-jakarta-sans-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: "Plus Jakarta Sans"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("../fonts/plus-jakarta-sans-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;
}

:root {
  --bg: #f4efe7;
  --bg-2: #ebe3d6;
  --paper: #fbf9f5;
  --ink: #17110f;
  --ink-2: #2b211d;
  --espresso: #1f1411;
  --espresso-2: #2a1b17;
  --bronze: #b07d45;
  --bronze-d: #96683a;
  --gold: #d4aa6a;
  --taupe: #9e8777;
  --sand: #d9cdbb;
  --muted: #6b615a;
  --line: rgba(23, 17, 15, 0.12);
  --line-s: rgba(23, 17, 15, 0.07);
  --line-l: rgba(255, 255, 255, 0.14);

  --fd: "Fraunces", "Times New Roman", Georgia, serif;
  --fb: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  --w: 1360px;
  --gut: clamp(20px, 4.5vw, 64px);
  --sec: clamp(88px, 12vw, 168px);
  --r: 28px;
  --r-s: 14px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-2: cubic-bezier(0.76, 0, 0.24, 1);
  --hh: 88px;
  --grad: linear-gradient(100deg, #96683a 0%, var(--bronze) 30%, var(--gold) 70%, #e9cf9b 100%);
  --grad-d: linear-gradient(100deg, var(--gold) 0%, #f5e6c4 45%, var(--gold) 75%, #c9955a 100%);
  --wa: #25d366;
}
.section--dark, .hero, .phero, .band, .tile--dark, .tile--img, .ftr, .cta, .fact, .ticker--dark { --grad: var(--grad-d); }
.tile--bronze { --grad: linear-gradient(100deg, #fff 0%, #f6e7c3 60%, #fff 100%); }

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--fb); font-size: 16.5px; line-height: 1.65; font-weight: 400;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--fd); font-weight: 400; line-height: 1; letter-spacing: -0.015em; font-optical-sizing: auto; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--bronze); color: #fff; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 4px; border-radius: 4px; }

.container { width: min(var(--w), 100% - var(--gut) * 2); margin-inline: auto; }
.section { position: relative; padding-block: var(--sec); }
.section--sm { padding-block: calc(var(--sec) * 0.6); }
.section--dark { background: var(--espresso); color: var(--bg); }
.section--paper { background: var(--paper); }
.section--bg2 { background: var(--bg-2); }
.round { border-radius: 40px 40px 0 0; margin-top: -40px; z-index: 1; }
@media (max-width: 700px) { .round { border-radius: 24px 24px 0 0; margin-top: -24px; } }

/* Okuma ilerleme çizgisi */
.progress { position: fixed; left: 0; top: 0; z-index: 900; width: 100%; height: 2px; background: linear-gradient(90deg, var(--bronze), var(--gold)); box-shadow: 0 0 12px rgba(212,170,106,0.55); transform-origin: left; transform: scaleX(0); pointer-events: none; }

/* Özel imleç */
html.has-cursor, html.has-cursor a, html.has-cursor button, html.has-cursor label { cursor: none; }
html.has-cursor input, html.has-cursor textarea, html.has-cursor select { cursor: auto; }
.cursor, .cursor-ring { position: fixed; top: 0; left: 0; z-index: 9500; pointer-events: none; border-radius: 50%; transform: translate(-50%, -50%); will-change: transform; }
.cursor { width: 6px; height: 6px; background: var(--gold); box-shadow: 0 0 0 1px rgba(23,17,15,0.35); }
.cursor-ring { width: 40px; height: 40px; display: grid; place-items: center; transition: opacity 0.3s; }
.cursor-ring i { position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid var(--gold); box-shadow: 0 0 0 1px rgba(23,17,15,0.1) inset, 0 0 18px rgba(212,170,106,0.35); transform: scale(1); transition: transform 0.4s var(--ease), background 0.3s; }
.cursor-ring::after { content: attr(data-label); position: relative; font: 600 10px/1 var(--fb); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); opacity: 0; transition: opacity 0.3s; }
.cursor-ring.is-link i { transform: scale(1.5); background: rgba(212,170,106,0.12); }
.cursor-ring.is-drag i { transform: scale(2.1); background: rgba(244,239,231,0.88); }
.cursor-ring.is-drag::after { opacity: 1; }
.cursor-ring.is-down i { transform: scale(0.7); }
.cursor.is-hidden, .cursor-ring.is-hidden { opacity: 0; }

/* Açılış perdesi */
.loader {
  position: fixed; inset: 0; z-index: 9800; background: var(--bg); color: var(--ink);
  display: grid; place-items: center; transition: transform 0.9s var(--ease-2), visibility 0s 0.9s;
}
.loader.is-done { transform: translateY(-100%); visibility: hidden; }
.loader-inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.loader-inner img { width: 88px; height: 88px; border-radius: 50%; animation: loader-pop 1s var(--ease) both; }
.loader-inner .word { font: 300 clamp(28px, 4vw, 44px)/1 var(--fd); letter-spacing: -0.01em; overflow: hidden; padding-bottom: 0.1em; }
.loader-inner .word span { display: inline-block; animation: loader-up 1s 0.15s var(--ease) both; }
.loader-inner small { font-size: 11px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--bronze); animation: loader-fade 1s 0.4s both; }
.loader-pct { position: absolute; right: clamp(20px, 4vw, 48px); bottom: clamp(20px, 4vw, 40px); font: 300 clamp(40px, 6vw, 72px)/1 var(--fd); letter-spacing: -0.03em; color: var(--ink); opacity: 0.9; font-variant-numeric: tabular-nums; }
.loader-pct::after { content: ""; display: block; width: 100%; height: 1px; margin-top: 8px; background: linear-gradient(90deg, var(--bronze), var(--gold)); }
.loader-bar { width: 140px; height: 1px; background: var(--line); overflow: hidden; margin-top: 8px; }
.loader-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--bronze), var(--gold)); transform-origin: left; animation: loader-bar 1.1s 0.15s var(--ease-2) both; }
.loader-inner img { box-shadow: 0 0 0 10px rgba(212,170,106,0.12), 0 24px 50px -20px rgba(23,17,15,0.4); }
@keyframes loader-pop { from { opacity: 0; transform: scale(0.8); } }
@keyframes loader-up { from { transform: translateY(110%); } }
@keyframes loader-fade { from { opacity: 0; } }
@keyframes loader-bar { from { transform: scaleX(0); } }

/* Sayfa geçişi */
.transition { position: fixed; inset: 0; z-index: 9700; background: var(--bg); pointer-events: none; opacity: 0; }
html.js .transition { opacity: 1; transition: opacity 0.7s var(--ease); }
html.js .transition.is-out { opacity: 0; }
html.js.is-leaving .transition { opacity: 1 !important; transition-duration: 0.4s; pointer-events: auto; }

/* Altın gradyan çerçeve */
.gborder { position: relative; }
.gborder::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none; z-index: 3;
  background: linear-gradient(135deg, rgba(212,170,106,0.75), rgba(255,255,255,0.06) 45%, rgba(212,170,106,0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; }

/* İmleci takip eden ışık + 3D eğilme (yalnızca fare) */
.light { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 1; opacity: 0; transition: opacity 0.5s;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(212,170,106,0.30), transparent 62%); }
html.has-cursor [data-tilt] { transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(var(--ty, 0px)); transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease); }
html.has-cursor [data-tilt]:hover { --ty: -4px; transition: transform 0.12s ease-out, box-shadow 0.6s var(--ease); }
html.has-cursor [data-tilt]:hover .light { opacity: 1; }

/* Aurora — koyu bölümlerde süzülen ışık (yalnızca görünürken animasyonlu) */
.aurora { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.aurora i { position: absolute; left: -22%; top: -34%; width: 70vmax; height: 70vmax; border-radius: 50%; background: radial-gradient(closest-side, rgba(212,170,106,0.3), rgba(212,170,106,0)); transform: translate3d(0,0,0); }
.aurora i + i { left: auto; right: -26%; top: auto; bottom: -38%; background: radial-gradient(closest-side, rgba(176,125,69,0.28), rgba(176,125,69,0)); }
.aurora.is-on i { animation: aurora-a 22s ease-in-out infinite alternate; }
.aurora.is-on i + i { animation: aurora-b 28s ease-in-out infinite alternate; }
@keyframes aurora-a { to { transform: translate3d(20%, 16%, 0) scale(1.18); } }
@keyframes aurora-b { to { transform: translate3d(-18%, -14%, 0) scale(1.12); } }
.has-aurora { overflow: hidden; }
.has-aurora > .container { position: relative; z-index: 1; }

/* Hero — yükselen pamuk tanecikleri */
.fluff { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.fluff i { position: absolute; bottom: -8%; left: var(--x); width: var(--s); height: var(--s); border-radius: 50%; opacity: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.35) 40%, rgba(255,255,255,0) 70%);
  animation: fluff var(--t) linear infinite; animation-delay: var(--d); }
@keyframes fluff { 0% { transform: translate3d(0, 0, 0); opacity: 0; } 12% { opacity: var(--o, 0.7); } 85% { opacity: var(--o, 0.7); } 100% { transform: translate3d(60px, -115vh, 0); opacity: 0; } }

/* Pamuk efekti katmanı */
.cotton-fx { position: fixed; inset: 0; z-index: 9400; pointer-events: none; }

/* Sparkle */
.sparkle { display: inline-block; width: 12px; height: 12px; color: var(--gold); animation: sparkle 2.6s ease-in-out infinite; }
.sparkle svg { width: 100%; height: 100%; }
@keyframes sparkle { 0%, 100% { transform: scale(0.7) rotate(0deg); opacity: 0.6; } 50% { transform: scale(1.15) rotate(45deg); opacity: 1; } }

/* WhatsApp */
.wa { position: fixed; left: 22px; bottom: 22px; z-index: 700; display: flex; align-items: center; gap: 10px; padding: 8px 18px 8px 8px; border-radius: 999px; background: var(--wa); color: #fff; font-weight: 700; font-size: 13px; letter-spacing: 0.01em; box-shadow: 0 18px 40px -14px rgba(37,211,102,0.75), inset 0 1px 0 rgba(255,255,255,0.35); transition: transform 0.5s var(--ease), box-shadow 0.4s; }
.wa:hover { transform: translateY(-3px); box-shadow: 0 24px 46px -14px rgba(37,211,102,0.9), inset 0 1px 0 rgba(255,255,255,0.35); }
.wa i { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.18); display: grid; place-items: center; }
.wa i svg { width: 22px; height: 22px; }
.wa::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 2px solid rgba(37,211,102,0.7); animation: wa-ring 2.6s ease-out infinite; pointer-events: none; }
@keyframes wa-ring { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(1.35); opacity: 0; } }
@media (max-width: 600px) { .wa span { display: none; } .wa { padding: 6px; left: 16px; bottom: 16px; } }

/* --------------------------------------------------------------------------
   Tipografi
   -------------------------------------------------------------------------- */
.d1 { font-size: clamp(52px, 9vw, 132px); line-height: 0.94; letter-spacing: -0.03em; }
.d2 { font-size: clamp(44px, 6.4vw, 96px); line-height: 0.96; letter-spacing: -0.025em; }
.h1 { font-size: clamp(42px, 5.6vw, 80px); line-height: 1; letter-spacing: -0.02em; }
.h2 { font-size: clamp(36px, 4.6vw, 64px); line-height: 1.02; letter-spacing: -0.02em; }
.h3 { font-size: clamp(26px, 2.8vw, 36px); line-height: 1.1; }
.h4 { font-size: 24px; line-height: 1.15; }
em.i, .i { font-style: italic; font-weight: 300; color: var(--bronze); }
.section--dark em.i, .section--dark .i, .hero em.i, .phero em.i { color: var(--gold); }
.gt, em.i, .i, .manifesto em, .ticker span em, .tile .big em, .fact strong em, .ftr-word em,
html.js .split em.i .w > span, html.js .split .i .w > span {
  background-image: var(--grad); -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
html.js .split em.i, html.js .split .i { background-image: none; color: inherit; -webkit-text-fill-color: inherit; }
.hero .split em.i .w > span { background-size: 260% 100%; animation: shine 6s linear infinite; }
@keyframes shine { to { background-position: -260% 0; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px;
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bronze);
}
.eyebrow .n { font-family: var(--fd); font-style: italic; font-weight: 300; font-size: 15px; letter-spacing: 0; text-transform: none; opacity: 0.9; }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; position: relative; }
.eyebrow .dot::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1px solid currentColor; animation: ping 2.4s var(--ease) infinite; }
@keyframes ping { 0% { transform: scale(0.5); opacity: 1; } 100% { transform: scale(1.8); opacity: 0; } }
.eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; opacity: 0.6; }
.eyebrow--bare::before { display: none; }
.section--dark .eyebrow { color: var(--gold); }

.lead { font-size: clamp(17px, 1.35vw, 20px); line-height: 1.6; color: var(--muted); max-width: 58ch; }
.section--dark .lead { color: rgba(244, 239, 231, 0.7); }
.muted { color: var(--muted); }
.section--dark .muted { color: rgba(244, 239, 231, 0.62); }
.center { text-align: center; }
.mx { margin-inline: auto; }
.mt-1 { margin-top: 12px; } .mt-2 { margin-top: 24px; } .mt-3 { margin-top: 40px; } .mt-4 { margin-top: 64px; } .mt-5 { margin-top: 96px; }
.mb-0 { margin-bottom: 0; }

.sec-head { display: grid; grid-template-columns: 1fr auto; gap: 24px 48px; align-items: end; margin-bottom: clamp(40px, 6vw, 80px); }
.sec-head .h2 { max-width: 16ch; }
.sec-head .lead { max-width: 42ch; margin: 0 0 6px; }
.sec-head--stack { grid-template-columns: 1fr; align-items: start; }
.sec-head--stack .h2 { max-width: 20ch; }
@media (max-width: 800px) { .sec-head { grid-template-columns: 1fr; align-items: start; } }

/* Split-text (kelime kelime) */
html.js .split .w { display: inline-block; overflow: hidden; vertical-align: top; padding-block: 0.06em 0.16em; margin-block: -0.06em -0.16em; }
html.js .split .w > span { display: inline-block; transform: translateY(112%); transition: transform 1s var(--ease); transition-delay: calc(var(--i) * 0.04s); }
html.js .split.is-inview .w > span { transform: none; }

/* Reveal */
html.js .rv { opacity: 0; transform: translateY(32px); transition: opacity 1s var(--ease), transform 1.2s var(--ease); transition-delay: var(--d, 0s); }
html.js .rv.is-inview { opacity: 1; transform: none; }
html.js .rv--fade { transform: none; }
html.js .rv--scale { transform: scale(0.96); }
html.js .rv--pop { transform: translateY(20px) scale(0.98); }
html.js .rv--mask { clip-path: inset(0 0 100% 0); transform: none; transition: clip-path 1.3s var(--ease-2), opacity 0.6s; }
html.js .rv--mask.is-inview { clip-path: inset(0 0 0 0); }

/* Manifesto scrub */
.scrub .w { transition: opacity 0.25s linear; opacity: 0.18; }
.scrub .w.on { opacity: 1; }

/* --------------------------------------------------------------------------
   Butonlar & linkler
   -------------------------------------------------------------------------- */
.btn {
  --bg-b: var(--ink); --fg-b: var(--bg); --hover-b: var(--bronze); --hover-fg: #fff;
  position: relative; isolation: isolate; display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 30px; border-radius: 999px; font-size: 14px; font-weight: 600; letter-spacing: 0.01em; line-height: 1;
  background: var(--bg-b); color: var(--fg-b); border: 1px solid transparent; overflow: hidden; white-space: nowrap;
  transition: color 0.4s, border-color 0.4s, transform 0.6s var(--ease);
}
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--hover-b); border-radius: inherit; transform: translateY(101%); transition: transform 0.55s var(--ease-2); }
.btn:hover { color: var(--hover-fg); }
.btn:hover::before { transform: none; }
.btn::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 55%; background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,0.38) 50%, transparent 80%); transform: translateX(-180%) skewX(-16deg); pointer-events: none; z-index: 1; }
.btn:hover::after { transform: translateX(300%) skewX(-16deg); transition: transform 0.9s var(--ease); }
.btn > * { position: relative; z-index: 2; }
.btn--bronze { box-shadow: 0 14px 34px -12px rgba(176,125,69,0.75), inset 0 1px 0 rgba(255,255,255,0.22); }
.btn--bronze:hover { box-shadow: 0 18px 40px -12px rgba(23,17,15,0.6); }
.btn .ic { flex: none; width: 30px; height: 30px; padding: 8px; border-radius: 50%; background: rgba(255,255,255,0.16); margin: -8px -14px -8px 2px; transition: transform 0.5s var(--ease), background 0.3s; }
.btn:hover .ic { transform: translateX(3px) rotate(-30deg); }
.btn--ghost .ic, .btn--light .ic { background: rgba(23,17,15,0.08); }
.btn--ghost-l .ic { background: rgba(255,255,255,0.12); }
.btn--bronze { --bg-b: var(--bronze); --fg-b: #fff; --hover-b: var(--ink); --hover-fg: var(--bg); }
.btn--light { --bg-b: var(--bg); --fg-b: var(--ink); --hover-b: var(--gold); --hover-fg: var(--ink); }
.btn--ghost { --bg-b: transparent; --fg-b: var(--ink); --hover-b: var(--ink); --hover-fg: var(--bg); border-color: rgba(23,17,15,0.3); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--ghost-l { --bg-b: transparent; --fg-b: var(--bg); --hover-b: var(--bg); --hover-fg: var(--ink); border-color: rgba(255,255,255,0.35); }
.btn--ghost-l:hover { border-color: var(--bg); }
.btn--lg { padding: 22px 38px; font-size: 15px; }
.btn--sm { padding: 13px 22px; font-size: 13px; }

.arrow-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; letter-spacing: 0.02em; }
.arrow-link .circ { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: background 0.4s, border-color 0.4s, color 0.4s; }
.arrow-link .circ svg { width: 16px; height: 16px; transition: transform 0.5s var(--ease); }
.arrow-link:hover .circ { background: var(--ink); border-color: var(--ink); color: var(--bg); }
.arrow-link:hover .circ svg { transform: translateX(3px); }
.section--dark .arrow-link .circ { border-color: var(--line-l); }
.section--dark .arrow-link:hover .circ { background: var(--gold); border-color: var(--gold); color: var(--ink); }

.icon-btn { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: background 0.4s, color 0.4s, border-color 0.4s, opacity 0.3s; }
.icon-btn svg { width: 18px; height: 18px; }
.icon-btn:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.icon-btn:disabled { opacity: 0.3; pointer-events: none; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.hdr { position: fixed; inset: 0 0 auto 0; z-index: 800; padding: 16px 0; transition: transform 0.6s var(--ease), padding 0.5s var(--ease), color 0.4s; color: var(--bg); }
.hdr.is-hidden { transform: translateY(-120%); }
.hdr-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px 8px 8px 12px; border-radius: 999px; transition: background 0.5s, box-shadow 0.5s; }
.hdr.is-scrolled { color: var(--ink); padding: 10px 0; }
.hdr-bar { background: rgba(23,17,15,0.22); box-shadow: 0 0 0 1px rgba(212,170,106,0.22) inset, 0 1px 0 rgba(255,255,255,0.06) inset; }
.hdr.is-scrolled .hdr-bar { background: rgba(244, 239, 231, 0.92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 12px 40px -20px rgba(23,17,15,0.35); }
.hdr.is-open .hdr-bar { background: transparent; box-shadow: none; }
.hdr.is-open { color: var(--ink); }

.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 8px 20px -10px rgba(0,0,0,0.6); transition: transform 0.6s var(--ease); }
.brand:hover img { transform: rotate(-8deg) scale(1.04); }
.brand-t { display: flex; flex-direction: column; line-height: 1; }
.brand-t strong { font-family: var(--fd); font-weight: 500; font-size: 21px; letter-spacing: -0.01em; }
.brand-t small { font-size: 9.5px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; opacity: 0.7; margin-top: 5px; }

.nav { display: flex; align-items: center; gap: 2px; }
.nav > a { position: relative; padding: 10px 15px; font-size: 13.5px; font-weight: 600; letter-spacing: 0.02em; opacity: 0.82; transition: opacity 0.3s; }
.nav > a::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 0.5s var(--ease); }
.nav > a { border-radius: 999px; transition: opacity 0.3s, background 0.3s; }
.nav > a:hover, .nav > a.is-active { opacity: 1; }
.nav > a:hover { background: rgba(255,255,255,0.09); }
.hdr.is-scrolled .nav > a:hover { background: rgba(23,17,15,0.06); }
.nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav .nav-foot { display: none; }

.hdr-act { display: flex; align-items: center; gap: 8px; }
.lang { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; opacity: 0.85; transition: opacity 0.3s, transform 0.5s var(--ease); }
.lang:hover { opacity: 1; transform: scale(1.06); }
.hdr .btn { --bg-b: var(--bronze); --fg-b: #fff; --hover-b: var(--ink); --hover-fg: var(--bg); padding: 14px 22px; font-size: 13px; }

.burger { display: none; width: 44px; height: 44px; border-radius: 50%; position: relative; }
.burger i, .burger i::before, .burger i::after { content: ""; position: absolute; left: 12px; width: 20px; height: 1.5px; background: currentColor; transition: transform 0.5s var(--ease), top 0.5s var(--ease), width 0.3s, background 0.2s; }
.burger i { top: 21px; }
.burger i::before { left: 0; top: -6px; }
.burger i::after { left: 0; top: 6px; width: 14px; }
.burger:hover i::after { width: 20px; }
.is-open .burger i { background: transparent; }
.is-open .burger i::before { top: 0; transform: rotate(45deg); }
.is-open .burger i::after { top: 0; width: 20px; transform: rotate(-45deg); }

@media (max-width: 1000px) {
  .hdr .btn { display: none; }
  .burger { display: block; }
  .nav {
    position: fixed; inset: 0; z-index: -1; background: var(--bg); color: var(--ink);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 0;
    padding: 120px var(--gut) 40px;
    clip-path: circle(0% at calc(100% - 44px) 44px); transition: clip-path 0.9s var(--ease-2);
  }
  .is-open .nav { clip-path: circle(150% at calc(100% - 44px) 44px); }
  .nav > a { font-family: var(--fd); font-size: clamp(40px, 9vw, 64px); font-weight: 300; letter-spacing: -0.02em; padding: 8px 0; opacity: 1; transform: translateY(30px); transition: transform 0.8s var(--ease), opacity 0.6s; }
  .nav > a::after { display: none; }
  .nav > a .num { font-family: var(--fb); font-size: 11px; font-weight: 600; letter-spacing: 0.2em; color: var(--bronze); vertical-align: top; margin-right: 12px; }
  .is-open .nav > a { transform: none; transition-delay: calc(0.25s + var(--i) * 0.06s); }
  .nav .nav-foot { display: flex; flex-wrap: wrap; gap: 20px; margin-top: auto; padding-top: 32px; border-top: 1px solid var(--line); width: 100%; font-size: 13px; color: var(--muted); }
  .nav .nav-foot a { color: var(--ink); font-weight: 600; }
}
@media (min-width: 1001px) { .nav > a .num { display: none; } }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; background: var(--espresso); color: var(--bg); overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,12,10,0.55) 0%, rgba(20,12,10,0.1) 35%, rgba(20,12,10,0.2) 60%, rgba(20,12,10,0.88) 100%), linear-gradient(90deg, rgba(20,12,10,0.55), rgba(20,12,10,0) 60%); }
.hero-c { position: relative; padding-top: calc(var(--hh) + 80px); padding-bottom: clamp(40px, 5vw, 72px); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.hero .eyebrow { color: var(--gold); }
.hero .eyebrow::before { display: none; }
.hero h1 { max-width: 12ch; }
.hero .lead { color: rgba(244,239,231,0.78); margin-top: 32px; max-width: 50ch; }
.hero-act { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.chips li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px; border-radius: 999px; font-size: 12.5px; font-weight: 600; color: rgba(244,239,231,0.9); background: rgba(31,20,17,0.42); box-shadow: inset 0 0 0 1px rgba(212,170,106,0.28), inset 0 1px 0 rgba(255,255,255,0.06); }
.chips li svg { width: 16px; height: 16px; color: var(--gold); }
.hero-side { display: grid; gap: 14px; justify-items: end; }
.glass {
  padding: 22px 24px; border-radius: 20px; background: rgba(31,20,17,0.58); box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 30px 60px -30px rgba(0,0,0,0.6);
  max-width: 300px; color: var(--bg);
  transition: transform 0.6s var(--ease), background 0.4s;
}
.glass:hover { transform: translateY(-4px); background: rgba(31,20,17,0.7); }
.glass .ic { width: 40px; height: 40px; border-radius: 12px; background: rgba(212,170,106,0.15); color: var(--gold); display: grid; place-items: center; margin-bottom: 16px; }
.glass .ic svg { width: 24px; height: 24px; }
.glass strong { display: block; font-family: var(--fd); font-size: 22px; font-weight: 400; line-height: 1.1; margin-bottom: 6px; }
.glass span { font-size: 13px; color: rgba(244,239,231,0.7); }
.hero-scroll { display: flex; align-items: center; gap: 14px; font-size: 10.5px; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(244,239,231,0.7); }
.hero-scroll i { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); display: grid; place-items: center; overflow: hidden; }
.hero-scroll svg { width: 14px; height: 14px; animation: drop 2s var(--ease) infinite; }
@keyframes drop { 0% { transform: translateY(-20px); opacity: 0; } 40% { opacity: 1; } 100% { transform: translateY(20px); opacity: 0; } }

.hero-vert { position: absolute; left: 22px; top: 50%; transform: translateY(-50%); writing-mode: vertical-rl; rotate: 180deg; font-size: 10.5px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(244,239,231,0.5); display: flex; align-items: center; gap: 16px; }
.hero-vert::before { content: ""; width: 1px; height: 64px; background: linear-gradient(transparent, rgba(244,239,231,0.5)); }

@media (max-width: 1000px) { .hero-c { grid-template-columns: 1fr; } .hero-side { justify-items: start; } .hero-scroll { display: none; } }
@media (max-width: 1300px) { .hero-vert { display: none; } }
@media (max-width: 600px) { .hero-c { padding-top: calc(var(--hh) + 40px); } .glass { max-width: none; width: 100%; } }

/* Ticker — büyük serif kayan yazı */
.ticker { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); padding: 22px 0; background: var(--bg); }
.ticker--over { border-radius: 40px 40px 0 0; margin-top: -40px; z-index: 2; }
@media (max-width: 700px) { .ticker--over { border-radius: 24px 24px 0 0; margin-top: -24px; } }
.ticker--dark { background: var(--espresso); color: var(--bg); border-color: var(--line-l); }
.ticker-track { display: flex; gap: 0; width: max-content; animation: ticker 60s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker span { display: inline-flex; align-items: center; gap: 28px; padding-right: 28px; font-family: var(--fd); font-size: clamp(26px, 3.4vw, 44px); font-weight: 300; letter-spacing: -0.01em; white-space: nowrap; }
.ticker span i { font-style: normal; width: 22px; height: 22px; color: var(--bronze); opacity: 0.8; }
.ticker span i svg { width: 100%; height: 100%; }
.ticker span em { font-style: italic; color: var(--bronze); }
.ticker--dark span em { color: var(--gold); }
.ticker--dark span i { color: var(--gold); }
@keyframes ticker { to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------------
   Manifesto + istatistik
   -------------------------------------------------------------------------- */
.manifesto { max-width: 1100px; font-family: var(--fd); font-size: clamp(26px, 3.6vw, 52px); line-height: 1.22; letter-spacing: -0.015em; font-weight: 300; }
.manifesto em { font-style: italic; color: var(--bronze); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(56px, 8vw, 104px); border-top: 1px solid var(--line); }
.stat { padding: 34px 28px 30px 0; border-right: 1px solid var(--line); }
.stat + .stat { padding-left: 28px; }
.stat:last-child { border-right: 0; }
.stat-v { font-family: var(--fd); font-size: clamp(44px, 5vw, 76px); font-weight: 300; line-height: 1; letter-spacing: -0.03em; display: flex; align-items: baseline; gap: 4px; }
.stat-v sup { font-size: 0.4em; color: var(--bronze); font-style: italic; }
.stat-l { font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 14px; }
@media (max-width: 900px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); padding: 24px 0; }
  .stat + .stat { padding-left: 0; }
  .stat:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 20px; }
  .stat:nth-child(even) { padding-left: 20px; }
  .stat:nth-last-child(-n+2) { border-bottom: 0; }
}

/* --------------------------------------------------------------------------
   Bento
   -------------------------------------------------------------------------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 14px; margin-top: clamp(48px, 6vw, 80px); }
.tile { position: relative; overflow: hidden; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease); }
.tile:hover { box-shadow: 0 40px 70px -40px rgba(23,17,15,0.45); }
html:not(.has-cursor) .tile:hover { transform: translateY(-4px); }
.tile--2x2 { grid-column: span 2; grid-row: span 2; }
.tile--2x1 { grid-column: span 2; }
.tile--img { color: var(--bg); border: 0; }
.tile--img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.tile--img:hover img { transform: scale(1.05); }
.tile--img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,17,15,0.1), rgba(23,17,15,0.85)); }
.tile--img > :not(img) { position: relative; z-index: 1; }
.tile--img .badge { position: absolute; }
.tile--dark { background: var(--espresso); color: var(--bg); border: 0; }
.tile--bronze { background: linear-gradient(135deg, #c48f55, var(--bronze) 60%, #96683a); color: #fff; border: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
.tile .ic { position: absolute; top: 22px; left: 22px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--bronze); }
.tile--dark .ic, .tile--img .ic { border-color: rgba(255,255,255,0.2); color: var(--gold); }
.tile--bronze .ic { border-color: rgba(255,255,255,0.35); color: #fff; }
.tile .ic svg { width: 24px; height: 24px; }
.tile .logo { position: absolute; top: 22px; left: 22px; width: 48px; height: 48px; border-radius: 50%; }
.tile .big { font-family: var(--fd); font-weight: 300; font-size: clamp(38px, 3.6vw, 56px); line-height: 0.95; letter-spacing: -0.03em; }
.tile--2x2 .big { font-size: clamp(64px, 7vw, 110px); }
.tile .big em { font-style: italic; color: var(--gold); font-size: 0.5em; }
.tile:not(.tile--dark):not(.tile--img):not(.tile--bronze) .big em { color: var(--bronze); }
.tile .lbl { margin-top: 10px; font-size: 13px; color: var(--muted); max-width: 26ch; }
.tile--dark .lbl, .tile--img .lbl { color: rgba(244,239,231,0.7); }
.tile--bronze .lbl { color: rgba(255,255,255,0.8); }
.tile .badge { position: absolute; top: 20px; right: 20px; width: 110px; height: 110px; color: var(--ink); }
.tile .map { position: absolute; right: -10%; top: -10%; width: 80%; color: rgba(212,170,106,0.35); pointer-events: none; }
.tile .arrow { position: absolute; top: 22px; right: 22px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.15); display: grid; place-items: center; transition: transform 0.5s var(--ease), background 0.3s; }
.tile .arrow svg { width: 18px; height: 18px; }
.tile:hover .arrow { transform: rotate(-30deg); background: var(--gold); color: var(--ink); }
@media (max-width: 1000px) { .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; } .tile--2x2 { grid-row: span 2; } }
@media (max-width: 520px) { .bento { grid-auto-rows: 180px; gap: 10px; } .tile { padding: 20px; } .tile .big { font-size: 34px; } .tile--2x2 .big { font-size: 60px; } .tile .badge { width: 88px; height: 88px; } }

/* --------------------------------------------------------------------------
   Hakkımızda — üst üste görseller + dönen rozet
   -------------------------------------------------------------------------- */
.about { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(48px, 7vw, 120px); align-items: center; }
.stack { position: relative; aspect-ratio: 1; }
.stack .ph { position: absolute; overflow: hidden; border-radius: var(--r); }
.stack .ph img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.15); }
.stack .ph--a { left: 0; top: 0; width: 74%; height: 82%; box-shadow: 0 40px 80px -40px rgba(23,17,15,0.5); }
.stack .ph--b { right: 0; bottom: 0; width: 48%; height: 52%; box-shadow: 0 40px 80px -30px rgba(23,17,15,0.6); border: 6px solid var(--bg); }
.stack .badge { position: absolute; left: 58%; top: 6%; width: 150px; height: 150px; color: var(--ink); }
.badge { position: relative; display: grid; place-items: center; }
.badge::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--bg); box-shadow: 0 30px 50px -25px rgba(23,17,15,0.45), 0 0 0 1px var(--line); }
.badge svg.ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 24s linear infinite; }
.badge svg.ring text { font: 600 8px var(--fb); letter-spacing: 0.2em; text-transform: uppercase; fill: currentColor; }
.badge .mark { width: 48px; height: 48px; color: var(--bronze); }
@keyframes spin { to { transform: rotate(360deg); } }

.nlist { display: grid; margin-top: 40px; border-top: 1px solid var(--line); }
.nlist li { display: grid; grid-template-columns: 56px 1fr; gap: 12px 20px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.nlist .num { font-family: var(--fd); font-style: italic; font-weight: 300; font-size: 22px; color: var(--bronze); padding-top: 2px; }
.nlist h4 { font-family: var(--fb); font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.nlist p { margin: 0; font-size: 15px; color: var(--muted); }
.section--dark .nlist, .section--dark .nlist li { border-color: var(--line-l); }
.section--dark .nlist .num { color: var(--gold); }
@media (max-width: 900px) { .about { grid-template-columns: 1fr; } .stack { aspect-ratio: 4/3; max-width: 560px; } .stack .badge { width: 120px; height: 120px; left: auto; right: 4%; top: 4%; } }

/* --------------------------------------------------------------------------
   Ürün galerisi (yatay)
   -------------------------------------------------------------------------- */
.gallery-wrap { position: relative; }
.gallery { display: flex; gap: clamp(16px, 2vw, 28px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 8px; cursor: grab; -webkit-overflow-scrolling: touch; }
.gallery::-webkit-scrollbar { display: none; }
.gallery.is-drag { cursor: grabbing; scroll-snap-type: none; }
.gallery.is-drag .pcard { pointer-events: none; }
.pcard { position: relative; flex: 0 0 clamp(260px, 26vw, 380px); scroll-snap-align: start; text-align: left; border-radius: var(--r); overflow: hidden; background: var(--bg-2); aspect-ratio: 3/4; isolation: isolate; }
.pcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.pcard:hover img { transform: scale(1.06); }
.pcard::before { content: ""; position: absolute; inset: 0; z-index: 4; border-radius: inherit; padding: 1.5px; pointer-events: none; opacity: 0; transition: opacity 0.5s;
  background: linear-gradient(135deg, rgba(212,170,106,0.95), rgba(255,255,255,0.12) 50%, rgba(212,170,106,0.7));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; }
.pcard:hover::before { opacity: 1; }
.pcard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,17,15,0.45) 0%, rgba(23,17,15,0) 28%, rgba(23,17,15,0) 45%, rgba(23,17,15,0.85) 100%); }
.pcard .num { position: absolute; top: 20px; left: 22px; z-index: 2; font-family: var(--fd); font-style: italic; font-weight: 300; font-size: 20px; color: var(--bg); opacity: 0.85; }
.pcard .cat { position: absolute; top: 20px; right: 20px; z-index: 2; padding: 7px 12px; border-radius: 999px; background: rgba(31,20,17,0.45); font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bg); }
.pcard .body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 24px 24px 26px; color: var(--bg); display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.pcard h3 { font-size: clamp(24px, 2.2vw, 30px); line-height: 1.05; }
.pcard .sub { display: block; font-family: var(--fb); font-size: 13px; opacity: 0.7; margin-top: 6px; }
.pcard .plus { flex: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.35); display: grid; place-items: center; transition: background 0.4s, transform 0.6s var(--ease), border-color 0.4s, color 0.4s; }
.pcard .plus svg { width: 16px; height: 16px; }
.pcard:hover .plus { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: rotate(90deg); }
.pcard .cat { box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 0 0 1px rgba(212,170,106,0.25); }
.gallery-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; }
.gallery-prog { flex: 1; height: 1px; background: var(--line); position: relative; overflow: hidden; }
.gallery-prog i { position: absolute; left: 0; top: 0; height: 100%; width: 20%; background: var(--ink); transition: width 0.3s, transform 0.3s; }
.gallery-nav { display: flex; gap: 8px; }

/* --------------------------------------------------------------------------
   Süreç (journey)
   -------------------------------------------------------------------------- */
.journey { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-top: 8px; }
.journey-line { position: absolute; left: 40px; right: 40px; top: 41px; height: 2px; background: repeating-linear-gradient(90deg, rgba(212,170,106,0.35) 0 5px, transparent 5px 11px); }
.journey-line i { position: absolute; inset: 0; background: linear-gradient(90deg, var(--bronze), var(--gold)); box-shadow: 0 0 14px rgba(212,170,106,0.5); transform-origin: left; transform: scaleX(var(--p, 0)); transition: transform 0.2s linear; }
.journey-line b { position: absolute; left: -5px; top: -4px; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 3px rgba(212,170,106,0.35), 0 0 18px 6px rgba(212,170,106,0.55); opacity: 0; }
.journey.is-inview .journey-line b { opacity: 1; animation: travel 9s cubic-bezier(0.45, 0, 0.55, 1) 1.2s infinite; }
@keyframes travel { 0% { transform: translateX(0); } 48% { transform: translateX(var(--w, 0px)); } 52% { transform: translateX(var(--w, 0px)); } 100% { transform: translateX(0); } }
.jstep { position: relative; padding: 0 20px 0 0; }
.jstep .pt { position: relative; width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; color: var(--gold);
  background: radial-gradient(circle at 35% 30%, #3b2a22, var(--espresso) 72%); border: 1px solid rgba(212,170,106,0.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 0 0 7px rgba(212,170,106,0.05), 0 20px 40px -24px rgba(0,0,0,0.8);
  transition: background 0.6s, color 0.6s, transform 0.7s var(--ease), box-shadow 0.6s; }
.jstep .pt::before { content: ""; position: absolute; inset: -9px; border-radius: 50%; border: 1px dashed rgba(212,170,106,0.3); transition: border-color 0.5s, transform 0.6s; }
.jstep .pt svg { width: 34px; height: 34px; }
.jstep .pt b { position: absolute; top: -5px; right: -5px; width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; font: 700 10.5px var(--fb); letter-spacing: 0.02em; color: var(--ink); background: linear-gradient(135deg, #f0d9ab, var(--gold)); box-shadow: 0 8px 16px -6px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.5); }
.jstep.is-active .pt { background: linear-gradient(135deg, #ecd0a0, var(--gold) 45%, var(--bronze)); color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 22px 44px -18px rgba(212,170,106,0.8); }
.jstep.is-active .pt::before { border-color: rgba(212,170,106,0.65); }
.jstep:hover .pt { transform: translateY(-6px) scale(1.04); }
.jstep:hover .pt::before { animation: spin 12s linear infinite; }
.jstep h3 { font-size: 27px; margin: 30px 0 10px; }
.jstep p { margin: 0; font-size: 14px; color: rgba(244,239,231,0.65); max-width: 24ch; }
.jstep a { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 9px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.14); font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bg); transition: background 0.35s, color 0.35s, border-color 0.35s, transform 0.5s var(--ease); }
.jstep a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: translateY(-2px); }
.jstep a svg { width: 13px; height: 13px; }
@media (max-width: 1100px) { .journey { grid-template-columns: repeat(3, 1fr); row-gap: 56px; } .journey-line { display: none; } }
@media (max-width: 640px) {
  .journey { grid-template-columns: 1fr; row-gap: 0; }
  .jstep { display: grid; grid-template-columns: 68px 1fr; column-gap: 22px; padding: 0 0 40px; }
  .jstep > :not(.pt) { grid-column: 2; }
  .jstep .pt { width: 68px; height: 68px; grid-row: 1 / span 3; }
  .jstep .pt svg { width: 28px; height: 28px; }
  .jstep h3 { margin-top: 0; }
  .jstep a { justify-self: start; }
  .jstep::before { content: ""; position: absolute; left: 33px; top: 76px; bottom: 6px; width: 2px; background: repeating-linear-gradient(180deg, rgba(212,170,106,0.35) 0 5px, transparent 5px 11px); }
  .jstep:last-child::before { display: none; }
}

/* --------------------------------------------------------------------------
   Alıntı bandı (parallax)
   -------------------------------------------------------------------------- */
.band { position: relative; min-height: 78vh; display: flex; align-items: center; overflow: hidden; background: var(--espresso); color: var(--bg); }
.band .hero-media { transform: scale(1.2); opacity: 0.65; }
.band .hero-shade { background: linear-gradient(90deg, rgba(20,12,10,0.9), rgba(20,12,10,0.35) 60%, rgba(20,12,10,0.2)); }
.band .container { position: relative; padding-block: clamp(80px, 10vw, 140px); }
.band blockquote { position: relative; margin: 0; max-width: 18ch; font-family: var(--fd); font-weight: 300; font-size: clamp(40px, 6vw, 92px); line-height: 0.98; letter-spacing: -0.03em; }
.band blockquote em { font-style: italic; color: var(--gold); }
.band blockquote::before { content: "\201C"; position: absolute; left: -0.12em; top: -0.42em; font-size: 2.6em; line-height: 1; color: var(--gold); opacity: 0.22; font-style: italic; pointer-events: none; }
.band-note { display: flex; align-items: center; gap: 18px; margin-top: 40px; font-size: 14px; color: rgba(244,239,231,0.7); }
.band-note::before { content: ""; width: 56px; height: 1px; background: var(--gold); flex: none; }
.band-note strong { color: var(--bg); }

/* --------------------------------------------------------------------------
   Küresel ağ — harita + rotalar
   -------------------------------------------------------------------------- */
.reach { display: grid; grid-template-columns: 0.9fr 1.4fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.mapbox { position: relative; }
.mapbox .world { width: 100%; height: auto; color: rgba(212,170,106,0.32); }
.mapbox .routes { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.routes path { fill: none; stroke: var(--gold); stroke-width: 1.8; vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 2.2s var(--ease); transition-delay: calc(var(--i) * 0.25s + 0.3s); opacity: 0.85; }
.routes path.in { stroke: var(--bg); opacity: 0.6; }
.is-inview .routes path { stroke-dashoffset: 0; }
.pin { position: absolute; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(212,170,106,0.2); opacity: 0; transition: opacity 0.5s; transition-delay: calc(var(--i) * 0.25s + 1.2s); }
.is-inview .pin { opacity: 1; }
.pin::before { content: ""; position: absolute; inset: -7px; border-radius: 50%; border: 1px solid var(--gold); animation: ping 2.6s var(--ease) infinite; animation-delay: calc(var(--i) * 0.4s); }
.pin--home { width: 16px; height: 16px; margin: -8px 0 0 -8px; background: var(--bg); box-shadow: 0 0 0 6px rgba(244,239,231,0.15); }
.pin--home::before { border-color: var(--bg); }
.pin--partner { background: transparent; border: 1.5px solid var(--gold); box-shadow: none; }
.pin--partner::before { display: none; }
.pin span { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); white-space: nowrap; font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bg); }
.pin span small { display: block; font-weight: 500; letter-spacing: 0.04em; text-transform: none; opacity: 0.6; font-size: 10px; }
.pin--l span { left: auto; right: 18px; text-align: right; }
.pin--t span { left: 50%; top: auto; bottom: 16px; transform: translateX(-50%); text-align: center; }
.pin--b span { left: 50%; top: 18px; transform: translateX(-50%); text-align: center; }
.reach-list { display: grid; margin-top: 36px; border-top: 1px solid var(--line-l); }
.reach-list li { display: grid; grid-template-columns: 40px 1fr auto; gap: 16px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--line-l); transition: padding-left 0.5s var(--ease); }
.reach-list li:hover { padding-left: 8px; }
.reach-list .num { font-family: var(--fd); font-style: italic; font-weight: 300; color: var(--gold); font-size: 16px; }
.reach-list strong { font-family: var(--fd); font-weight: 400; font-size: 24px; letter-spacing: -0.01em; }
.reach-list span { font-size: 12.5px; color: rgba(244,239,231,0.6); text-align: right; }
@media (max-width: 1000px) { .reach { grid-template-columns: 1fr; } .pin span { display: none; } }
@media (max-width: 520px) { .reach-list li { grid-template-columns: 32px 1fr; } .reach-list span { grid-column: 2; text-align: left; } }

/* --------------------------------------------------------------------------
   HVI rapor kartı
   -------------------------------------------------------------------------- */
.lab { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 120px); align-items: center; }
.report { position: relative; border-radius: var(--r); background: var(--paper); color: var(--ink); padding: clamp(24px, 3vw, 40px); box-shadow: 0 60px 100px -50px rgba(23,17,15,0.5); transform: rotate(-1.2deg); transition: transform 0.8s var(--ease); }
.report:hover { transform: rotate(0deg) translateY(-4px); }
.report { box-shadow: 0 0 0 1px rgba(176,125,69,0.28), 0 60px 100px -50px rgba(23,17,15,0.5); overflow: hidden; }
.report::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 45%; background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,0.55) 50%, transparent 80%); transform: translateX(-200%) skewX(-16deg); pointer-events: none; }
.report:hover::after { transform: translateX(340%) skewX(-16deg); transition: transform 1.1s var(--ease); }
.report .bar i { background: linear-gradient(90deg, var(--bronze), var(--gold)); }
.report-h { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 8px; }
.report-h strong { display: block; font-family: var(--fd); font-size: 22px; font-weight: 400; }
.report-h small { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.report-h .stamp { flex: none; width: 58px; height: 58px; border-radius: 50%; border: 1px dashed var(--bronze); display: grid; place-items: center; font: italic 300 11px var(--fd); color: var(--bronze); text-align: center; line-height: 1.1; transform: rotate(-12deg); }
.report ul { display: grid; }
.report li { display: grid; grid-template-columns: 110px 1fr 84px; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line-s); font-size: 13px; }
.report li:last-child { border-bottom: 0; }
.report li b { font-weight: 600; }
.report li b small { display: block; font-weight: 500; color: var(--muted); font-size: 11px; }
.report .bar { height: 4px; border-radius: 2px; background: var(--bg-2); overflow: hidden; }
.report .bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--taupe), var(--bronze)); border-radius: 2px; transition: width 1.4s var(--ease); transition-delay: calc(var(--i) * 0.08s + 0.3s); }
.is-inview .report .bar i { width: var(--v); }
.report li span { font-family: var(--fd); font-size: 17px; text-align: right; white-space: nowrap; }
.report-f { display: flex; justify-content: space-between; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); letter-spacing: 0.06em; }
.lab-list { display: grid; gap: 10px; margin-top: 32px; }
.lab-list li { display: flex; gap: 14px; align-items: center; font-size: 15px; color: rgba(244,239,231,0.8); }
.lab-list li::before { content: ""; width: 20px; height: 1px; background: var(--gold); flex: none; }
@media (max-width: 900px) { .lab { grid-template-columns: 1fr; } .report { transform: none; } .report li { grid-template-columns: 100px 1fr 56px; } }

/* --------------------------------------------------------------------------
   Sertifikalar / partnerler
   -------------------------------------------------------------------------- */
.certs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.cert { background: var(--bg); padding: 36px 32px; display: grid; gap: 18px; transition: background 0.5s; }
.cert:hover { background: var(--paper); }
.cert img { width: 56px; height: 56px; border-radius: 50%; }
.cert h4 { font-family: var(--fb); font-size: 15px; font-weight: 700; }
.cert p { margin: 0; font-size: 14px; color: var(--muted); }
.partners { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(28px, 6vw, 88px); justify-content: center; margin-top: 56px; padding-top: 48px; border-top: 1px solid var(--line); }
.partners--bare { margin-top: 0; padding-top: 0; border-top: 0; }
.partners { border-image: linear-gradient(90deg, transparent, rgba(176,125,69,0.55), transparent) 1; }
.partners span { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.partners img { height: 48px; width: auto; opacity: 0.55; filter: grayscale(1); transition: opacity 0.4s, filter 0.4s, transform 0.6s var(--ease); }
.partners img:hover { opacity: 1; filter: none; transform: translateY(-2px); }
@media (max-width: 800px) { .certs { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   CTA
   -------------------------------------------------------------------------- */
.cta { position: relative; overflow: hidden; border-radius: var(--r); background: var(--espresso); color: var(--bg); padding: clamp(56px, 8vw, 120px) clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; }
.cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(176,125,69,0.45), transparent 45%), radial-gradient(circle at 85% 85%, rgba(158,135,119,0.3), transparent 45%); }
.cta > * { position: relative; }
.cta { box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 50px 100px -60px rgba(23,17,15,0.7); }
.cta .h2 { max-width: 14ch; }
.cta .lead { margin-top: 20px; }
.cta-links { display: grid; gap: 4px; justify-self: end; width: 100%; max-width: 380px; }
.cta-links a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line-l); font-family: var(--fd); font-size: clamp(20px, 2vw, 26px); transition: padding-left 0.5s var(--ease), color 0.3s; }
.cta-links a:first-child { border-top: 1px solid var(--line-l); }
.cta-links a:hover { padding-left: 10px; color: var(--gold); }
.cta-links a small { font-family: var(--fb); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(244,239,231,0.55); display: block; margin-bottom: 4px; }
.cta-links a svg { width: 20px; height: 20px; flex: none; }
@media (max-width: 900px) { .cta { grid-template-columns: 1fr; } .cta-links { justify-self: stretch; max-width: none; } }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.ftr { position: relative; background: var(--espresso); color: rgba(244,239,231,0.7); overflow: hidden; }
.ftr-word { font-family: var(--fd); font-weight: 300; font-size: clamp(64px, 13.5vw, 210px); line-height: 0.9; letter-spacing: -0.04em; color: var(--bg); padding-top: clamp(56px, 8vw, 110px); white-space: nowrap; display: flex; justify-content: space-between; align-items: baseline; }
.ftr-word em { font-style: italic; color: var(--gold); background-size: 260% 100%; }
.ftr-word:hover em { animation: shine 3s linear infinite; }
.ftr-word small { font-family: var(--fb); font-size: 12px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(244,239,231,0.55); }
.ftr-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding: clamp(40px, 6vw, 72px) 0; border-block: 1px solid var(--line-l); margin-top: clamp(32px, 5vw, 64px); }
.ftr h4 { font-family: var(--fb); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.ftr ul { display: grid; gap: 10px; }
.ftr ul a { font-size: 15px; transition: color 0.3s; }
.ftr ul a:hover { color: var(--bg); }
.ftr-brand p { font-size: 15px; max-width: 36ch; margin-top: 18px; }
.ftr address { font-style: normal; font-size: 15px; line-height: 1.8; }
.ftr address a:hover { color: var(--bg); }
.ftr-time { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.ftr-time i { width: 6px; height: 6px; border-radius: 50%; background: #5cbf7a; animation: blink 2s infinite; }
@keyframes blink { 50% { opacity: 0.3; } }
.ftr-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding: 26px 0; font-size: 12.5px; }
.ftr-bottom .lang { width: auto; height: auto; padding: 10px 16px; border-radius: 999px; font-size: 11px; color: var(--bg); border-color: var(--line-l); }
.ftr-bottom .lang:hover { background: var(--bg); color: var(--ink); }
@media (max-width: 1000px) { .ftr-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ftr-grid { grid-template-columns: 1fr; } .ftr-word small { display: none; } }

.totop { position: fixed; right: 22px; bottom: 22px; z-index: 700; width: 50px; height: 50px; border-radius: 50%; background: var(--ink); color: var(--bg); display: grid; place-items: center; box-shadow: 0 20px 40px -20px rgba(0,0,0,0.6); opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity 0.4s, transform 0.6s var(--ease), background 0.3s; }
.totop.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.totop:hover { background: var(--bronze); }
.totop svg { width: 18px; height: 18px; }

/* --------------------------------------------------------------------------
   İç sayfa başlığı
   -------------------------------------------------------------------------- */
.phero { position: relative; min-height: clamp(460px, 62vh, 700px); display: flex; align-items: flex-end; background: var(--espresso); color: var(--bg); overflow: hidden; }
.phero .hero-media { transform: scale(1.15); }
.phero .hero-shade { background: linear-gradient(180deg, rgba(20,12,10,0.62) 0%, rgba(20,12,10,0.32) 40%, rgba(20,12,10,0.92) 100%), linear-gradient(90deg, rgba(20,12,10,0.45), rgba(20,12,10,0) 60%); }
.phero .container { position: relative; padding-top: calc(var(--hh) + 60px); padding-bottom: clamp(40px, 5vw, 72px); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; }
.phero .eyebrow { color: var(--gold); }
.phero h1 { max-width: 14ch; }
.phero .lead { color: rgba(244,239,231,0.75); margin-top: 24px; }
.crumb { display: flex; gap: 12px; font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(244,239,231,0.55); margin-bottom: 26px; }
.crumb li + li::before { content: "—"; margin-right: 12px; }
.phero-meta { display: grid; gap: 6px; text-align: right; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(244,239,231,0.6); }
.phero-meta strong { font-family: var(--fd); font-size: clamp(44px, 5vw, 72px); font-weight: 300; letter-spacing: -0.03em; color: var(--bg); line-height: 1; text-transform: none; }
@media (max-width: 800px) { .phero .container { grid-template-columns: 1fr; } .phero-meta { text-align: left; } }

/* --------------------------------------------------------------------------
   Ürünler — editoryal indeks
   -------------------------------------------------------------------------- */
.filters { display: flex; flex-wrap: wrap; gap: 6px 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); margin-bottom: 8px; }
.filters button { position: relative; padding: 10px 0; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; color: var(--muted); transition: color 0.3s; }
.filters button::after { content: ""; position: absolute; left: 0; right: 0; bottom: -21px; height: 2px; background: var(--ink); transform: scaleX(0); transition: transform 0.4s var(--ease); }
.filters button:hover { color: var(--ink); }
.filters button.is-active { color: var(--ink); }
.filters button.is-active::after { transform: scaleX(1); }
.filters button sup { font-family: var(--fd); font-style: italic; font-weight: 300; font-size: 12px; color: var(--bronze); margin-left: 4px; }

.index-layout { display: grid; grid-template-columns: 1fr 380px; gap: clamp(32px, 5vw, 80px); align-items: start; }
.index { display: grid; }
.prow { position: relative; display: grid; grid-template-columns: 52px 1fr auto 44px; gap: 20px; align-items: center; width: 100%; text-align: left; padding: 26px 0; border-bottom: 1px solid var(--line); transition: padding-left 0.5s var(--ease), opacity 0.4s; }
.prow:hover { padding-left: 12px; }
.prow.is-hidden { display: none; }
.prow .num { font-family: var(--fd); font-style: italic; font-weight: 300; font-size: 18px; color: var(--bronze); }
.prow h3 { font-size: clamp(26px, 3vw, 40px); font-weight: 300; letter-spacing: -0.02em; transition: color 0.3s; }
.prow:hover h3 { color: var(--bronze); }
.prow .sub { display: block; font-family: var(--fb); font-size: 13px; color: var(--muted); margin-top: 6px; }
.prow .cat { font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; white-space: nowrap; }
.prow .plus { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: background 0.4s, color 0.4s, transform 0.6s var(--ease), border-color 0.4s; }
.prow .plus svg { width: 16px; height: 16px; }
.prow:hover .plus { background: var(--ink); border-color: var(--ink); color: var(--bg); transform: rotate(90deg); }
.prow .thumb { display: none; }
.preview { position: sticky; top: 110px; aspect-ratio: 3/4; border-radius: var(--r); overflow: hidden; background: var(--bg-2); box-shadow: 0 50px 90px -50px rgba(23,17,15,0.5); }
.preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.06); transition: opacity 0.6s var(--ease), transform 1.2s var(--ease); }
.preview img.is-on { opacity: 1; transform: none; }
.preview .lbl { position: absolute; left: 20px; bottom: 20px; padding: 10px 14px; border-radius: 999px; background: rgba(244,239,231,0.94); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); }
@media (max-width: 960px) {
  .index-layout { grid-template-columns: 1fr; }
  .preview { display: none; }
  .index { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .prow { grid-template-columns: 1fr; gap: 0; padding: 0; border: 0; border-radius: var(--r); overflow: hidden; background: var(--paper); box-shadow: 0 1px 0 var(--line); }
  .prow:hover { padding-left: 0; }
  .prow .thumb { display: block; aspect-ratio: 1; overflow: hidden; }
  .prow .thumb img { width: 100%; height: 100%; object-fit: cover; }
  .prow .num, .prow .cat { display: none; }
  .prow .plus { position: absolute; right: 16px; bottom: 16px; }
  .prow .txt { padding: 18px 18px 22px; padding-right: 72px; }
  .prow h3 { font-size: 24px; }
}
@media (max-width: 480px) { .index { grid-template-columns: 1fr; } }

/* Ürün diyaloğu */
.pdialog { width: min(1000px, calc(100% - 32px)); max-width: none; border: 0; padding: 0; border-radius: var(--r); background: var(--paper); color: var(--ink); overflow: hidden; box-shadow: 0 60px 120px -30px rgba(0,0,0,0.6); }
.pdialog::backdrop { background: rgba(20,12,10,0.75); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.pdialog[open] { animation: dlg 0.6s var(--ease); }
@keyframes dlg { from { opacity: 0; transform: translateY(24px) scale(0.98); } }
.pdialog-g { display: grid; grid-template-columns: 1fr 1fr; }
.pdialog-m img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; }
.pdialog-b { padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; }
.pdialog-b .eyebrow { margin-bottom: 14px; }
.pdialog-b h3 { font-size: clamp(32px, 3.4vw, 46px); font-weight: 300; letter-spacing: -0.02em; }
.pdialog-b .sub { color: var(--muted); font-size: 14px; margin: 6px 0 22px; }
.pdialog-b .desc { color: var(--muted); font-size: 15.5px; }
.pdialog-b ul { display: grid; margin: 16px 0 28px; border-top: 1px solid var(--line); }
.pdialog-b li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; display: flex; gap: 12px; align-items: baseline; }
.pdialog-b li::before { content: "—"; color: var(--bronze); }
.pdialog-b .btn { align-self: flex-start; margin-top: auto; }
.pdialog-x { position: absolute; top: 16px; right: 16px; z-index: 2; width: 44px; height: 44px; border-radius: 50%; background: rgba(244,239,231,0.92); display: grid; place-items: center; transition: transform 0.5s var(--ease), background 0.3s; }
.pdialog-x:hover { transform: rotate(90deg); background: var(--gold); }
.pdialog-x svg { width: 18px; height: 18px; }
@media (max-width: 760px) { .pdialog-g { grid-template-columns: 1fr; } .pdialog-m img { aspect-ratio: 16/10; } .pdialog { max-height: calc(100svh - 32px); overflow-y: auto; } }

/* --------------------------------------------------------------------------
   Hizmetler sayfası
   -------------------------------------------------------------------------- */
.svc-layout { display: grid; grid-template-columns: 240px 1fr; gap: clamp(40px, 6vw, 110px); align-items: start; }
.svc-nav { position: sticky; top: 110px; display: grid; }
.svc-nav a { display: flex; gap: 14px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--line-s); font-size: 14px; font-weight: 600; color: var(--muted); transition: color 0.3s, padding-left 0.4s var(--ease); }
.svc-nav a i { font: italic 300 13px var(--fd); color: var(--bronze); opacity: 0.7; }
.svc-nav a:hover, .svc-nav a.is-active { color: var(--ink); padding-left: 8px; }
.svc { position: relative; padding: clamp(40px, 5vw, 72px) 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.svc:first-child { border-top: 0; padding-top: 0; }
.svc .big { position: absolute; right: 0; top: 24px; font-family: var(--fd); font-style: italic; font-weight: 300; font-size: clamp(80px, 12vw, 180px); line-height: 1; color: var(--ink); opacity: 0.05; pointer-events: none; user-select: none; }
.svc-h { display: flex; align-items: center; gap: 22px; margin-bottom: 26px; }
.svc-h .ic { flex: none; width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; color: var(--bronze); background: linear-gradient(135deg, #f9efdc, #ead6ae); box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 14px 30px -18px rgba(176,125,69,0.6), 0 0 0 6px rgba(176,125,69,0.06); }
.svc-h .ic svg { width: 34px; height: 34px; }
.svc-h h2 { font-size: clamp(34px, 4vw, 56px); font-weight: 300; letter-spacing: -0.02em; }
.svc p { color: var(--muted); max-width: 68ch; font-size: 16.5px; }
.svc h3 { font-size: 26px; margin: 30px 0 10px; }
.svc-figs { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 8px; }
.svc-figs div { padding: 20px 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); min-width: 200px; }
.svc-figs strong { display: block; font-family: var(--fd); font-weight: 300; font-size: 40px; letter-spacing: -0.02em; line-height: 1; }
.svc-figs span { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.svc-img { margin: 32px 0 8px; border-radius: 22px; overflow: hidden; aspect-ratio: 21/9; max-width: 820px; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); }
.svc-stack .svc { position: sticky; top: calc(96px + var(--i, 0) * 12px); background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: clamp(28px, 4vw, 48px); margin-bottom: 20px; box-shadow: 0 0 0 1px rgba(255,255,255,0.6) inset, 0 34px 60px -44px rgba(23,17,15,0.45); overflow: hidden; }
.svc-stack .svc:first-child { border-top: 1px solid var(--line); padding-top: clamp(28px, 4vw, 48px); }
.svc-stack .svc .big { right: 20px; top: 6px; }
.svc-stack::after { content: ""; display: block; height: 10vh; }
@media (max-width: 900px) { .svc-stack .svc { position: relative; top: auto; } .svc-stack::after { display: none; } }
@media (max-width: 900px) { .svc-layout { grid-template-columns: 1fr; } .svc-nav { position: static; display: flex; flex-wrap: wrap; gap: 8px; } .svc-nav a { border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; font-size: 13px; } .svc-nav a:hover, .svc-nav a.is-active { padding-left: 14px; background: var(--ink); color: var(--bg); border-color: var(--ink); } .svc-nav a i { display: none; } }

/* --------------------------------------------------------------------------
   Hakkımızda sayfası
   -------------------------------------------------------------------------- */
.story { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(48px, 7vw, 120px); align-items: start; }
.story .sticky { position: sticky; top: 120px; }
.story-t p { font-size: 17px; color: var(--muted); }
.story-t p.first { font-family: var(--fd); font-size: clamp(22px, 2.4vw, 30px); line-height: 1.35; color: var(--ink); font-weight: 300; }
.story-t p.first::first-letter { font-size: 2.6em; float: left; line-height: 0.8; padding: 6px 10px 0 0; color: var(--bronze); font-style: italic; }
.vals { display: grid; border-top: 1px solid var(--line); }
.vals li { display: grid; grid-template-columns: 80px 1fr 1.4fr; gap: 24px; padding: 36px 0; border-bottom: 1px solid var(--line); align-items: start; transition: padding-left 0.5s var(--ease); }
.vals li:hover { padding-left: 10px; }
.vals .num { font-family: var(--fd); font-style: italic; font-weight: 300; font-size: 40px; color: var(--sand); line-height: 1; }
.vals h3 { font-size: clamp(28px, 3vw, 40px); font-weight: 300; }
.vals p { margin: 0; color: var(--muted); font-size: 16px; max-width: 46ch; }
@media (max-width: 900px) { .story { grid-template-columns: 1fr; } .story .sticky { position: static; } .vals li { grid-template-columns: 56px 1fr; } .vals p { grid-column: 2; } }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.fact { padding: 32px 28px; border-radius: 22px; background: rgba(244,239,231,0.05); border: 1px solid var(--line-l); }
.fact strong { display: block; font-family: var(--fd); font-weight: 300; font-size: clamp(38px, 4vw, 56px); letter-spacing: -0.03em; line-height: 1; color: var(--bg); }
.fact strong em { font-style: italic; color: var(--gold); font-size: 0.5em; }
.fact span { display: block; margin-top: 12px; font-size: 13px; color: rgba(244,239,231,0.65); }
@media (max-width: 900px) { .facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .facts { grid-template-columns: 1fr; } }

.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.team article { padding: 32px; border-radius: 22px; background: var(--paper); border: 1px solid var(--line); transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease); }
.team article:hover { transform: translateY(-6px); box-shadow: 0 40px 70px -40px rgba(23,17,15,0.4); }
.team .ic { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--bronze); margin-bottom: 24px; }
.team .ic svg { width: 26px; height: 26px; }
.team h3 { font-size: 26px; margin-bottom: 10px; }
.team p { margin: 0; font-size: 15px; color: var(--muted); }
@media (max-width: 900px) { .team { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   İletişim
   -------------------------------------------------------------------------- */
.contact { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(40px, 7vw, 120px); align-items: start; }
.clinks { display: grid; border-top: 1px solid var(--line); }
.clinks a, .clinks div { display: block; padding: 26px 0; border-bottom: 1px solid var(--line); transition: padding-left 0.5s var(--ease); }
.clinks a:hover { padding-left: 10px; }
.clinks small { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.clinks strong { font-family: var(--fd); font-weight: 300; font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -0.02em; line-height: 1.1; }
.clinks a:hover strong { color: var(--bronze); }
.clinks span { display: block; font-size: 14px; color: var(--muted); margin-top: 4px; }

.form { display: grid; gap: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.field { position: relative; display: grid; gap: 6px; }
.field label { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.field input, .field textarea { width: 100%; padding: 12px 0 14px; border: 0; border-bottom: 1px solid var(--line); background: transparent; font: inherit; font-size: 17px; color: var(--ink); transition: border-color 0.3s; border-radius: 0; }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--ink); }
.field textarea { min-height: 120px; resize: vertical; }
.field::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--bronze); transform: scaleX(0); transform-origin: left; transition: transform 0.5s var(--ease); }
.field:focus-within::after { transform: scaleX(1); }
.field.is-invalid input, .field.is-invalid textarea { border-color: #b3261e; }
.field .error { display: none; font-size: 12px; color: #b3261e; }
.field.is-invalid .error { display: block; }
.field.is-invalid::after { display: none; }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.form-foot small { font-size: 12px; color: var(--muted); max-width: 40ch; }
.form-status { display: none; padding: 14px 18px; border-radius: 14px; font-size: 14px; font-weight: 600; }
.form-status.is-ok { display: block; background: #e8f3ea; color: #1d6a34; }
.form-status.is-err { display: block; background: #fbebe9; color: #a03024; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

.mapwrap { position: relative; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); }
.mapwrap iframe { width: 100%; height: 480px; border: 0; display: block; filter: sepia(0.35) saturate(0.7) contrast(1.05); }
.mapwrap .tag { position: absolute; left: 20px; bottom: 20px; padding: 12px 16px; border-radius: 999px; background: rgba(244,239,231,0.94); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }

/* --------------------------------------------------------------------------
   Erişilebilirlik & hareket azaltma
   -------------------------------------------------------------------------- */
@media (max-width: 900px), (hover: none) { [data-parallax] { transform: scale(1.02) !important; } }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  html.js .rv, html.js .split .w > span { opacity: 1; transform: none; }
  .scrub .w { opacity: 1; }
  .loader { display: none; }
  .fluff, .aurora, .wa::after { display: none; }
}

/* --------------------------------------------------------------------------
   Katman düzeltmeleri (özgüllük)
   -------------------------------------------------------------------------- */
.cta .aurora, .tile .light, .fact .light, .cert .light, .team article .light, .pcard .light { position: absolute; }
.tile--img .light { z-index: 1; }
.tile .ic, .tile .logo, .tile .big, .tile .lbl, .tile .arrow, .tile .badge { z-index: 2; }
.tile .big, .tile .lbl { position: relative; }
.fact { position: relative; overflow: hidden; }
.fact > strong, .fact > span { position: relative; z-index: 2; }
.cert, .team article { position: relative; overflow: hidden; }
.cert > :not(.light), .team article > :not(.light) { position: relative; z-index: 2; }
