@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..900;1,9..144,300..700&family=Spectral:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&display=swap');

/* ============================================================
   YENİDEN SIR ATÖLYESİ — seramik / porselen restorasyonu & kintsugi
   Design language: "altın şev, koyu zemin" (gold seam on dark).
   Charcoal-indigo canvas · porcelain photos · real-gold kintsugi seam
   threading the page · elegant serif (Fraunces + Spectral). Narrative.
   ============================================================ */

:root {
  --bg:        #161A22;   /* charcoal-indigo — primary */
  --bg-2:      #1C212C;   /* raised surface */
  --bg-3:      #11141B;   /* deepest — hero / footer / bands */
  --bg-quote:  #181D27;   /* manifesto panel */

  --text:      #F2EEE6;   /* porcelain white */
  --text-soft: #B8B3A5;   /* warm muted grey — AA on bg */
  --text-dim:  #8E8A7E;

  --gold:      #C9A24B;   /* true kintsugi gold */
  --gold-soft: #E3C77F;   /* lit gold — large text / numerals */
  --gold-deep: #A2802F;

  --line:        rgba(242, 238, 230, .12);
  --line-strong: rgba(242, 238, 230, .22);
  --gold-line:   rgba(201, 162, 75, .42);

  /* legacy aliases so any stray reference still resolves */
  --ink: var(--text); --ink-soft: var(--text-soft);
  --surface: var(--bg-2); --surface-2: var(--bg-3);
  --accent: var(--gold);

  --header-h: 76px;
  --maxw: 1220px;

  --ease:   cubic-bezier(.22, .68, .12, 1);
  --ease-2: cubic-bezier(.4, 0, .2, 1);

  --font-h: 'Fraunces', 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-b: 'Spectral', Georgia, 'Times New Roman', serif;
  --font-m: 'Spectral', Georgia, serif;

  /* tiny jagged gold seam glyph used as the section marker */
  --seam-glyph: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='9' viewBox='0 0 28 9'%3E%3Cpath d='M0 5 L6 2 L12 7 L18 2 L23 6 L28 4' fill='none' stroke='%23C9A24B' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
html, body { overflow-x: hidden; max-width: 100vw; margin: 0; }

body {
  font-family: var(--font-b);
  background: var(--bg);
  color: var(--text);
  font-size: 17.5px;
  line-height: 1.66;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--font-h);
  font-weight: 560;
  line-height: 1.06;
  margin: 0 0 .5em;
  color: var(--text);
  letter-spacing: -.012em;
  font-optical-sizing: auto;
  text-wrap: balance;
}

p { margin: 0 0 1em; }
a { color: var(--gold); text-decoration: none; transition: color .2s var(--ease-2); }
a:hover { color: var(--gold-soft); }
img { max-width: 100%; height: auto; display: block; }
.long, .lead, p, li { overflow-wrap: anywhere; word-break: break-word; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--gold); color: var(--bg-3); }

.container {
  width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding-left: clamp(18px, 4.5vw, 44px);
  padding-right: clamp(18px, 4.5vw, 44px);
}

.section { padding: clamp(58px, 9vw, 130px) 0; position: relative; }
.section--tight { padding: clamp(40px, 5.5vw, 78px) 0; }
.section--surface { background: var(--bg-2); }
.section--band { background: var(--bg-3); }
.section--quote { background: var(--bg-quote); }

/* ---------- section marker (replaces numbered index) ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: .85em;
  font-family: var(--font-b); font-weight: 500;
  font-size: .8rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 1.25em;
}
.kicker::before {
  content: ""; width: 28px; height: 9px; flex: none;
  background: var(--seam-glyph) center / contain no-repeat;
}
.eyebrow { /* legacy name kept; styled as kicker */
  display: inline-flex; align-items: center; gap: .85em;
  font-family: var(--font-b); font-weight: 500;
  font-size: .8rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 1.1em;
}
.eyebrow::before {
  content: ""; width: 28px; height: 9px; flex: none;
  background: var(--seam-glyph) center / contain no-repeat;
}

.sec-head { margin-bottom: clamp(34px, 5vw, 66px); max-width: 760px; }
.sec-head .idx { /* legacy — render as plain gold label, no number motif */
  display: inline-flex; align-items: center; gap: .85em;
  font-family: var(--font-b); font-weight: 500; font-size: .8rem;
  letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2em;
}
.sec-head .idx::before { content: ""; width: 28px; height: 9px; background: var(--seam-glyph) center/contain no-repeat; }
.sec-head h2 { font-size: clamp(1.9rem, 4.8vw, 3.5rem); font-weight: 540; letter-spacing: -.018em; }
.sec-head h2 em { font-style: italic; color: var(--gold-soft); }
.sec-head p { color: var(--text-soft); font-size: clamp(1.02rem, 1.6vw, 1.2rem); max-width: 58ch; margin-top: .7em; }

.section-head { max-width: 720px; margin-bottom: clamp(30px, 4vw, 56px); }
.section-head h2 { font-size: clamp(1.8rem, 4.4vw, 3rem); }
.section-head p { color: var(--text-soft); font-size: 1.1rem; margin-top: .6em; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--gold); color: var(--bg-3); padding: 10px 16px; z-index: 2000; }
.skip-link:focus { left: 0; }

/* ---------- gold seam rule (drawing horizontal kintsugi line) ---------- */
.seam-rule { display: block; width: 100%; height: 16px; margin: clamp(8px, 2vw, 22px) 0; overflow: visible; }
.seam-rule path {
  fill: none; stroke: var(--gold); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(201, 162, 75, .35));
  stroke-dasharray: var(--len, 1240); stroke-dashoffset: var(--len, 1240);
  transition: stroke-dashoffset 1.5s var(--ease);
}
.seam-rule.is-in path { stroke-dashoffset: 0; }
.gold-rule { height: 1px; border: 0; background: linear-gradient(90deg, transparent, var(--gold-line) 18%, var(--gold) 50%, var(--gold-line) 82%, transparent); margin: clamp(36px, 6vw, 64px) 0; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1080; height: var(--header-h);
  background: rgba(17, 20, 27, .72); backdrop-filter: saturate(1.2) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: background .26s var(--ease-2), box-shadow .26s var(--ease-2), height .26s var(--ease-2);
}
.site-header.is-scrolled { background: rgba(17, 20, 27, .94); box-shadow: 0 1px 0 var(--line), 0 18px 40px -28px rgba(0,0,0,.8); height: 66px; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-h); font-weight: 600; font-size: 1.18rem; color: var(--text); letter-spacing: -.01em; flex-shrink: 0; }
.brand:hover { color: var(--text); }
.brand .mark { flex-shrink: 0; }
.brand .mark path:first-child { stroke: var(--text); }
.brand .mark .crack { stroke: var(--gold); }
.brand b { font-weight: 600; font-style: italic; }
.brand span { color: var(--text); font-weight: 400; }
.brand span b { color: var(--gold-soft); }

.nav-desktop { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.nav-desktop a { position: relative; font-family: var(--font-b); font-size: .96rem; letter-spacing: .02em; color: var(--text); padding: 6px 2px; white-space: nowrap; }
.nav-desktop a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1.5px; background: var(--gold); transition: right .3s var(--ease); }
.nav-desktop a:not(.nav-cta):hover { color: var(--gold-soft); }
.nav-desktop a:not(.nav-cta):hover::after, .nav-desktop a.is-active:not(.nav-cta)::after { right: 0; }
.nav-desktop a.is-active:not(.nav-cta) { color: var(--gold-soft); }

.nav-cta {
  background: var(--gold); color: var(--bg-3) !important; padding: 10px 20px; border-radius: 100px;
  font-family: var(--font-b); font-weight: 600; font-size: .9rem; letter-spacing: .01em;
  transition: background .2s var(--ease-2), transform .2s var(--ease), box-shadow .2s;
}
.nav-desktop .nav-cta::after { display: none; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--gold-soft); color: var(--bg-3) !important; transform: translateY(-2px); box-shadow: 0 10px 24px -10px rgba(201,162,75,.6); }

.nav-toggle { display: none; position: relative; z-index: 1100; width: 46px; height: 46px; border: 1px solid var(--line-strong); background: transparent; border-radius: 100px; cursor: pointer; flex-shrink: 0; padding: 0; }
.nav-toggle span { position: absolute; left: 13px; right: 13px; height: 1.6px; background: var(--text); transition: transform .3s var(--ease), opacity .2s var(--ease-2); }
.nav-toggle span:nth-child(1) { top: 17px; }
.nav-toggle span:nth-child(2) { top: 22px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* ---------- Drawer ---------- */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(8, 10, 14, .62); opacity: 0; visibility: hidden; z-index: 1040; transition: opacity .26s var(--ease-2), visibility .26s; }
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(360px, 90vw);
  background: var(--bg-3); color: var(--text); z-index: 1050; transform: translateX(100%);
  transition: transform .36s var(--ease); display: flex; flex-direction: column;
  padding: calc(var(--header-h) + 20px) 30px 32px; box-shadow: -24px 0 70px -34px rgba(0,0,0,.8); overflow-y: auto;
  border-left: 1px solid var(--gold-line);
}
.drawer.is-open { transform: translateX(0); }
.drawer a { display: block; font-family: var(--font-h); font-weight: 500; font-size: 1.6rem; color: var(--text); padding: 15px 0; border-bottom: 1px solid var(--line); letter-spacing: -.01em; }
.drawer a:hover, .drawer a.is-active { color: var(--gold-soft); }
.drawer a.nav-cta, .drawer a.drawer-cta {
  margin-top: 26px; text-align: center; background: var(--gold); color: var(--bg-3) !important; border-bottom: 0;
  padding: 16px 18px; border-radius: 100px; font-family: var(--font-b); font-weight: 600; font-size: 1rem; letter-spacing: .02em;
}
.drawer a.nav-cta:hover, .drawer a.drawer-cta:hover { background: var(--gold-soft); color: var(--bg-3) !important; }

main { padding-top: var(--header-h); }
main section[id], main [id] { scroll-margin-top: calc(var(--header-h) + 16px); }

/* ============================================================
   BUTTONS — soft pill, gold-forward, refined
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--font-b); font-weight: 600; font-size: 1rem; letter-spacing: .01em;
  padding: 14px 28px; border-radius: 100px; border: 1px solid transparent; cursor: pointer; line-height: 1.1;
  transition: background .22s var(--ease-2), color .22s var(--ease-2), transform .2s var(--ease), box-shadow .22s var(--ease-2), border-color .22s;
}
.btn-primary { background: var(--gold); color: var(--bg-3); }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--gold-soft); color: var(--bg-3); transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(201,162,75,.7); }
.btn-gold { background: var(--gold); color: var(--bg-3); }
.btn-gold:hover, .btn-gold:focus-visible { background: var(--gold-soft); color: var(--bg-3); transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(201,162,75,.7); }
.btn-ghost { background: transparent; color: var(--gold-soft); border-color: var(--gold-line); }
.btn-ghost:hover, .btn-ghost:focus-visible { background: rgba(201,162,75,.1); color: var(--gold-soft); border-color: var(--gold); transform: translateY(-2px); }
.btn .arrow { transition: transform .24s var(--ease); }
.btn:hover .arrow { transform: translateX(5px); }

/* ============================================================
   HERO — narrative split, before/after with gold seam divider
   ============================================================ */
.hero { position: relative; padding: clamp(30px, 5vw, 70px) 0 clamp(50px, 7vw, 96px); overflow: hidden; background: var(--bg-3); }
.hero::before { /* faint gold vignette, no rings */
  content: ""; position: absolute; right: -10%; top: -20%; width: 60vw; height: 60vw; max-width: 760px; max-height: 760px;
  background: radial-gradient(circle, rgba(201,162,75,.14), transparent 64%); pointer-events: none; z-index: 0;
}
.kiln-glow { display: none !important; }

.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(30px, 4.5vw, 70px); align-items: center; }
.hero-copy { min-width: 0; }
.hero-kicker, .hero .kicker { margin-bottom: 1.5em; }
.hero-kicker { display: inline-flex; align-items: center; gap: .85em; font-family: var(--font-b); font-weight: 500; font-size: .8rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.6em; }
.hero-kicker::before { content: ""; width: 28px; height: 9px; flex: none; background: var(--seam-glyph) center/contain no-repeat; }
.hero-kicker .coord { display: none; } /* drop location/year coord line */

.hero-copy h1 {
  font-size: clamp(2.1rem, 5.6vw, 4.6rem); font-weight: 540; line-height: 1.04; letter-spacing: -.022em;
  margin: 0 0 .5em; text-transform: none;
}
.hero-copy h1 .ln { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.hero-copy h1 .ln > span { display: block; }
.hero-copy h1 .accent, .hero-copy h1 em { font-style: italic; color: var(--gold-soft); position: relative; white-space: nowrap; font-weight: 500; }
.hero-copy h1 em::after { content: ""; position: absolute; left: .02em; right: .02em; bottom: .02em; height: .055em; background: linear-gradient(90deg, var(--gold), var(--gold-soft)); transform: scaleX(0); transform-origin: left; transition: transform 1s var(--ease) .6s; border-radius: 2px; }
.hero-copy.is-in h1 em::after { transform: scaleX(1); }
.hero-sub { font-size: clamp(1.06rem, 1.7vw, 1.3rem); color: var(--text-soft); max-width: 48ch; margin: 0 0 2em; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.trust-strip li { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-b); font-size: .92rem; color: var(--text-soft); }
.trust-strip svg { color: var(--gold); flex-shrink: 0; }

/* ---------- Before / After ---------- */
.ba { position: relative; overflow: hidden; background: var(--bg); border: 1px solid var(--gold-line); aspect-ratio: 4 / 5; min-width: 0; border-radius: 6px; box-shadow: 0 30px 70px -34px rgba(0,0,0,.8); }
.ba-layer { position: absolute; inset: 0; width: 100%; height: 100%; }
.ba-img { width: 100%; height: 100%; object-fit: cover; }
.ba-after { clip-path: inset(0 0 0 var(--reveal, 50%)); transition: clip-path .08s linear; }
.ba-divider { position: absolute; top: 0; bottom: 0; left: var(--reveal, 50%); width: 2px; background: linear-gradient(var(--gold-soft), var(--gold), var(--gold-deep)); z-index: 3; transform: translateX(-1px); box-shadow: 0 0 12px rgba(201,162,75,.6); }
.ba-divider::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 38px; height: 38px; border-radius: 50%; background: var(--gold); box-shadow: 0 6px 18px rgba(0,0,0,.5); }
.ba-divider::after { content: "⇄"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--bg-3); font-size: 1rem; font-weight: 700; z-index: 4; }
.ba-range { position: absolute; inset: 0; z-index: 5; width: 100%; margin: 0; cursor: ew-resize; opacity: 0; }
.ba-tag { position: absolute; top: 14px; z-index: 2; font-family: var(--font-b); font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 500; padding: 6px 13px; border-radius: 100px; background: rgba(17,20,27,.78); color: var(--text); backdrop-filter: blur(4px); }
.ba-tag.left { left: 14px; }
.ba-tag.right { right: 14px; background: var(--gold); color: var(--bg-3); }

/* ============================================================
   LEDGER — refined inline stats, gold-seam separators (no 2x2 band)
   ============================================================ */
.ledger { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: clamp(26px, 5vw, 64px); align-items: center; }
.ledger-lead { font-family: var(--font-h); font-weight: 400; font-style: italic; font-size: clamp(1.3rem, 2.6vw, 2rem); line-height: 1.3; color: var(--text); max-width: 22ch; }
.ledger-lead b { font-style: normal; color: var(--gold-soft); font-weight: 500; }
.ledger-items { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; gap: 6px clamp(20px, 3vw, 40px); }
.ledger-items li { position: relative; padding-left: clamp(20px, 3vw, 40px); min-width: 0; }
.ledger-items li:first-child { padding-left: 0; }
.ledger-items li:not(:first-child)::before { content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 1px; background: var(--gold-line); }
.ledger-items .num { display: block; font-family: var(--font-h); font-weight: 400; font-size: clamp(2rem, 5vw, 3.3rem); line-height: 1; color: var(--gold-soft); letter-spacing: -.01em; font-variant-numeric: lining-nums; }
.ledger-items .lbl { display: block; margin-top: .7em; font-family: var(--font-b); font-size: .82rem; letter-spacing: .04em; color: var(--text-soft); }

/* ============================================================
   TEKLİF — interactive estimator, gold seam draws while you choose
   ============================================================ */
.teklif-tool { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(20px, 3vw, 36px); align-items: stretch; }
.teklif-form { min-width: 0; background: var(--bg-2); border: 1px solid var(--line); border-radius: 8px; padding: clamp(22px, 3.5vw, 44px); }
.tool-step { font-family: var(--font-b); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 500; color: var(--gold); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.tool-step .dot { width: 24px; height: 24px; border-radius: 50%; background: var(--gold); color: var(--bg-3); display: inline-grid; place-items: center; font-size: .78rem; font-weight: 600; }
.tool-block { margin-bottom: 28px; }
.tool-block > label.tool-label { display: block; font-family: var(--font-h); font-weight: 500; font-size: 1.3rem; margin-bottom: 16px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; display: inline-flex; align-items: center; gap: 9px; padding: 12px 17px; border: 1px solid var(--line-strong); border-radius: 100px; cursor: pointer; background: transparent; font-family: var(--font-b); font-size: .92rem; min-width: 0; transition: border-color .18s var(--ease-2), background .18s, transform .16s var(--ease), color .18s; }
.chip svg { color: var(--gold); flex-shrink: 0; transition: color .2s; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip:hover { transform: translateY(-2px); border-color: var(--gold-line); }
.chip:has(input:checked) { border-color: var(--gold); background: var(--gold); color: var(--bg-3); }
.chip:has(input:checked) svg { color: var(--bg-3); }
.chip:has(input:focus-visible) { outline: 2px solid var(--gold); outline-offset: 2px; }
.count-control { display: inline-flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 100px; background: transparent; overflow: hidden; }
.count-control button { width: 50px; height: 50px; border: 0; background: transparent; font-size: 1.5rem; font-family: var(--font-h); color: var(--text); cursor: pointer; transition: background .16s, color .16s; }
.count-control button:hover { background: var(--gold); color: var(--bg-3); }
.count-control output { min-width: 58px; text-align: center; font-family: var(--font-h); font-variant-numeric: lining-nums; font-size: 1.5rem; font-weight: 500; color: var(--gold-soft); }
.count-hint { font-family: var(--font-b); font-size: .82rem; color: var(--text-soft); margin: 12px 0 0; }

.tool-result { position: relative; background: var(--bg-3); border: 1px solid var(--gold-line); border-radius: 8px; color: var(--text); padding: clamp(24px, 3.4vw, 42px); overflow: hidden; display: flex; flex-direction: column; min-width: 0; }
.tool-result .crack-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .85; }
.tool-result .crack-svg path { fill: none; stroke: var(--gold); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 6px rgba(201,162,75,.6)); stroke-dasharray: var(--len, 760); stroke-dashoffset: var(--len, 760); transition: stroke-dashoffset 1.2s var(--ease); }
.tool-result.is-drawn .crack-svg path { stroke-dashoffset: 0; }
.tool-result .res-inner { position: relative; z-index: 2; }
.res-label { font-family: var(--font-b); text-transform: uppercase; letter-spacing: .16em; font-size: .74rem; color: var(--gold); margin-bottom: 16px; }
.res-method { font-family: var(--font-h); font-weight: 500; font-size: 1.5rem; margin-bottom: 6px; color: var(--text); }
.res-method-sub { color: var(--text-soft); font-size: .96rem; margin-bottom: 26px; }
.res-price { font-family: var(--font-h); font-weight: 400; font-variant-numeric: lining-nums; font-size: clamp(2.1rem, 6vw, 3.4rem); line-height: 1; color: var(--gold-soft); display: flex; flex-wrap: wrap; align-items: baseline; gap: .1em; }
.res-price .sep { color: var(--gold); padding: 0 .1em; }
.res-price .cur { font-size: .5em; color: var(--gold); }
.res-note { margin-top: 24px; font-size: .86rem; color: var(--text-soft); border-top: 1px solid var(--line); padding-top: 18px; }
.res-cta { margin-top: 22px; }
.res-cta .btn-gold { width: 100%; }
.tool-empty { color: var(--text-soft); font-family: var(--font-b); font-style: italic; font-size: 1rem; }

/* ============================================================
   YÖNTEM — narrative method rows
   ============================================================ */
.method-list { display: grid; gap: 0; }
.method-row { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(24px, 5vw, 66px); align-items: center; padding: clamp(36px, 5vw, 70px) 0; border-top: 1px solid var(--line); }
.method-row:last-child { border-bottom: 1px solid var(--line); }
.method-row .m-figure { position: relative; min-width: 0; overflow: hidden; border-radius: 6px; }
.method-row .m-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: grayscale(.55) brightness(.92) contrast(1.04); transition: filter .6s var(--ease), transform .8s var(--ease); }
.method-row:hover .m-figure img { filter: grayscale(0) brightness(1) contrast(1.04); transform: scale(1.04); }
.method-row .m-figure .m-index { position: absolute; left: 0; top: 0; z-index: 2; font-family: var(--font-h); font-weight: 500; font-size: 1rem; background: var(--gold); color: var(--bg-3); padding: 7px 14px; letter-spacing: .04em; border-bottom-right-radius: 6px; }
.method-row .m-body { min-width: 0; }
.method-row .m-body h3 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); font-weight: 540; letter-spacing: -.015em; }
.method-row .m-body p { color: var(--text-soft); font-size: 1.06rem; margin: .45em 0 0; max-width: 52ch; }
.method-row .price-tag { margin-top: 22px; font-family: var(--font-h); font-weight: 500; font-size: 1.15rem; color: var(--gold-soft); border-top: 1px solid var(--gold-line); padding-top: 14px; display: inline-block; }
.method-row .price-tag small { display: block; color: var(--text-soft); font-family: var(--font-b); font-weight: 400; font-size: .8rem; margin-top: 4px; }
.method-row:nth-child(even) .m-figure { order: 2; }

/* legacy card-grid (site-haritasi) */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(18px, 2.4vw, 28px); }
.card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 8px; padding: clamp(24px, 3vw, 34px); display: flex; flex-direction: column; min-width: 0; transition: transform .26s var(--ease), border-color .26s, box-shadow .26s var(--ease-2); }
.card:hover { transform: translateY(-5px); border-color: var(--gold-line); box-shadow: 0 24px 50px -30px rgba(0,0,0,.8); }
.card h3 { font-size: 1.4rem; }
.card p { color: var(--text-soft); font-size: .98rem; margin-bottom: 16px; }
.card a { color: var(--gold-soft); }

/* ============================================================
   ÖRNEKLER — object stories gallery
   ============================================================ */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(14px, 1.8vw, 22px); }
.tile { position: relative; overflow: hidden; background: var(--bg-3); border: 1px solid var(--line); border-radius: 6px; aspect-ratio: 1; min-width: 0; }
.tile img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.5) brightness(.9) contrast(1.05); transition: transform .7s var(--ease), filter .6s var(--ease); }
.tile:hover img { transform: scale(1.05); filter: grayscale(0) brightness(1); }
.tile figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 20px 18px; background: linear-gradient(180deg, transparent, rgba(17,20,27,.94)); color: var(--text); }
.tile figcaption b { display: block; font-family: var(--font-h); font-weight: 500; font-size: 1.2rem; }
.tile figcaption span { font-family: var(--font-b); font-size: .82rem; color: var(--gold-soft); letter-spacing: .02em; }
.tile.featured { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.tile.wide { grid-column: 1 / -1; aspect-ratio: 16 / 7; }

/* ============================================================
   SÜREÇ — restoration timeline, gold seam spine
   ============================================================ */
.timeline { position: relative; margin-top: 12px; }
.timeline::before { content: ""; position: absolute; left: 22px; top: 12px; bottom: 12px; width: 2px; background: linear-gradient(var(--gold-soft), var(--gold), var(--gold-deep)); opacity: .7; }
.tstep { position: relative; padding-left: 66px; margin-bottom: 36px; }
.tstep:last-child { margin-bottom: 0; }
.tstep .badge { position: absolute; left: 0; top: 0; width: 46px; height: 46px; border-radius: 50%; background: var(--bg-3); border: 2px solid var(--gold); display: grid; place-items: center; font-family: var(--font-h); font-weight: 500; color: var(--gold-soft); z-index: 1; font-variant-numeric: lining-nums; }
.tstep h3 { font-size: 1.35rem; margin-bottom: .25em; font-weight: 540; }
.tstep .when { font-family: var(--font-b); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); margin-bottom: 7px; display: block; }
.tstep p { color: var(--text-soft); margin: 0; font-size: 1rem; }

/* ============================================================
   PAKETLER — tiers (distinct from stat band & spec table)
   ============================================================ */
.tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); gap: clamp(16px, 2vw, 24px); align-items: stretch; }
.tier { position: relative; background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: clamp(26px, 3vw, 38px) clamp(24px, 3vw, 34px); display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: transform .26s var(--ease), border-color .26s, box-shadow .26s var(--ease-2); }
.tier::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--seam-glyph) left center / auto 100% repeat-x; opacity: .85; }
.tier:hover { transform: translateY(-5px); border-color: var(--gold-line); box-shadow: 0 26px 56px -32px rgba(0,0,0,.85); }
.tier--feature { background: var(--bg-3); border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold), 0 30px 60px -30px rgba(201,162,75,.35); }
.tier .tier-flag { display: inline-flex; align-self: flex-start; font-family: var(--font-b); font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; color: var(--bg-3); background: var(--gold); padding: 5px 12px; border-radius: 100px; margin-bottom: 16px; }
.tier h3 { font-size: 1.6rem; margin-bottom: 4px; font-weight: 540; }
.tier .tier-for { color: var(--text-soft); font-size: .94rem; margin-bottom: 18px; min-height: 2.6em; }
.tier .tier-price { font-family: var(--font-h); font-weight: 400; font-variant-numeric: lining-nums; font-size: 2.4rem; color: var(--gold-soft); line-height: 1; }
.tier .tier-price small { font-family: var(--font-b); font-size: .84rem; color: var(--text-soft); font-weight: 400; }
.tier ul { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 11px; }
.tier ul li { position: relative; padding-left: 28px; font-size: .96rem; color: var(--text-soft); }
.tier ul li::before { content: ""; position: absolute; left: 0; top: 7px; width: 13px; height: 8px; border-left: 1.6px solid var(--gold); border-bottom: 1.6px solid var(--gold); transform: rotate(-45deg); }
.tier ul li.no { color: var(--text-dim); }
.tier ul li.no::before { border: 0; content: "—"; top: 0; left: 4px; width: auto; height: auto; transform: none; color: var(--text-dim); }
.tier .cfoot { margin-top: auto; }
.tier .cfoot .btn { width: 100%; }
.tier-note { color: var(--text-soft); font-family: var(--font-b); font-size: .86rem; margin-top: 24px; line-height: 1.7; max-width: 70ch; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 880px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; padding: 24px clamp(18px, 3vw, 36px) 24px 0; font-family: var(--font-h); font-weight: 500; font-size: 1.18rem; position: relative; display: flex; align-items: flex-start; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 20px; font-family: var(--font-h); font-size: 1.6rem; color: var(--gold); transition: transform .3s var(--ease); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary .qmark { font-family: var(--font-h); color: var(--gold); font-size: 1rem; flex-shrink: 0; padding-top: .15em; font-style: italic; }
.faq-item > .answer { height: 0; padding: 0 clamp(18px, 3vw, 36px) 0 32px; overflow: hidden; color: var(--text-soft); transition: height .36s var(--ease-2), padding-block-end .36s var(--ease-2); }
.faq-item[open] > .answer { height: auto; padding-block-end: 26px; }
@media (prefers-reduced-motion: reduce) { .faq-item > .answer { transition: none; } }

/* ============================================================
   MANIFESTO — large quote, faint gold glow
   ============================================================ */
.manifesto { max-width: 1000px; position: relative; }
.manifesto blockquote { font-family: var(--font-h); font-weight: 400; font-style: italic; font-size: clamp(1.6rem, 4.4vw, 3.1rem); line-height: 1.22; margin: 0 0 .6em; letter-spacing: -.01em; color: var(--text); text-wrap: balance; }
.manifesto .q-mark { color: var(--gold-soft); font-style: normal; }
.manifesto cite { font-family: var(--font-b); font-style: normal; font-size: .96rem; color: var(--gold-soft); letter-spacing: .04em; }

/* ============================================================
   TESTIMONIALS — returning words
   ============================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: clamp(16px, 2vw, 24px); }
.testi { background: var(--bg-2); border: 1px solid var(--line); border-top: 2px solid var(--gold); border-radius: 8px; padding: clamp(24px, 3vw, 34px); display: flex; flex-direction: column; min-width: 0; transition: transform .26s var(--ease), box-shadow .26s var(--ease-2); }
.testi:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -30px rgba(0,0,0,.85); }
.testi p { color: var(--text); margin-bottom: 18px; font-size: 1.04rem; }
.testi p::before { content: "“"; font-family: var(--font-h); color: var(--gold); font-size: 2.6rem; line-height: 0; vertical-align: -.4em; margin-right: .06em; }
.testi .who { margin-top: auto; font-family: var(--font-h); font-weight: 500; font-size: 1.1rem; }
.testi .meta { font-family: var(--font-b); font-size: .8rem; color: var(--gold-soft); letter-spacing: .02em; margin-top: 2px; }

/* ============================================================
   CONTACT cards
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: clamp(14px, 1.8vw, 20px); }
.contact-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 8px; padding: 28px; display: flex; flex-direction: column; gap: 6px; min-width: 0; transition: transform .24s var(--ease), border-color .24s; }
.contact-card:hover { transform: translateY(-4px); border-color: var(--gold-line); }
.contact-card .cc-ico { width: 48px; height: 48px; border-radius: 50%; background: rgba(201,162,75,.14); color: var(--gold-soft); display: grid; place-items: center; margin-bottom: 12px; }
.contact-card h3 { font-size: 1.14rem; margin: 0; font-weight: 540; }
.contact-card a, .contact-card span.val { font-size: 1.04rem; color: var(--text); word-break: break-word; }
.contact-card a { color: var(--gold-soft); }
.contact-card a:hover { color: var(--gold); }
.contact-card small { font-family: var(--font-b); color: var(--text-soft); font-size: .82rem; }

/* ============================================================
   FORM
   ============================================================ */
.form-wrap { background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: clamp(24px, 4vw, 40px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label, .field .lbl { font-family: var(--font-b); font-size: .82rem; letter-spacing: .04em; font-weight: 500; color: var(--text); text-transform: uppercase; }
.field input, .field select, .field textarea { font-family: var(--font-b); font-size: 1rem; padding: 13px 15px; border: 1px solid var(--line-strong); border-radius: 6px; background: var(--bg-3); color: var(--text); width: 100%; transition: border-color .2s var(--ease-2), box-shadow .2s var(--ease-2); }
.field input::placeholder, .field textarea::placeholder { color: var(--text-dim); }
.field select { color: var(--text); }
.field option { background: var(--bg-3); color: var(--text); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,75,.18); }
.field textarea { resize: vertical; min-height: 140px; }
.field.kvkk { flex-direction: row; align-items: flex-start; gap: 12px; }
.field.kvkk label { text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--text-soft); font-size: .94rem; line-height: 1.5; }
.field input[type="checkbox"] { appearance: auto; -webkit-appearance: auto; width: 18px; height: 18px; min-width: 18px; min-height: 18px; padding: 0; border: 0; margin: 3px 0 0; accent-color: var(--gold); box-shadow: none; }
.form-foot { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.form-foot .btn-primary { min-width: 180px; }
.form-foot small { font-family: var(--font-b); color: var(--text-soft); font-size: .82rem; }

/* ============================================================
   HOURS
   ============================================================ */
.hours-list { display: grid; gap: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.hours-list .row { display: flex; justify-content: space-between; gap: 14px; padding: 14px 18px; font-family: var(--font-b); font-variant-numeric: lining-nums; border-bottom: 1px solid var(--line); background: var(--bg-2); }
.hours-list .row:last-child { border-bottom: 0; }
.hours-list .row.today { background: rgba(201,162,75,.14); }
.hours-list .row .d { font-weight: 500; color: var(--text); }
.hours-list .row.today .d { color: var(--gold-soft); }
.hours-list .row.today .d::after { content: " · BUGÜN"; color: var(--gold); font-weight: 400; font-size: .82rem; }
.hours-list .row .h { color: var(--text-soft); }

/* ============================================================
   TABLES
   ============================================================ */
.table-scroll { display: block; width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 22px 0; border: 1px solid var(--line); border-radius: 8px; }
.table-scroll > table { margin: 0 !important; min-width: 480px; width: 100%; border-collapse: collapse; }
:where(*:has(> .table-scroll), *:has(> * > .table-scroll), *:has(> * > * > .table-scroll)) { min-width: 0; }
table th, table td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line); font-size: .96rem; }
table th { background: rgba(201,162,75,.13); color: var(--gold-soft); font-family: var(--font-b); font-weight: 500; letter-spacing: .04em; font-size: .82rem; text-transform: uppercase; }
table td { color: var(--text-soft); }
table tr:last-child td { border-bottom: 0; }

/* ============================================================
   NOTES
   ============================================================ */
.notes-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.notes-list li { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--line); }
.notes-list time { font-family: var(--font-b); font-size: .82rem; color: var(--gold); white-space: nowrap; letter-spacing: .02em; }
.notes-list b { font-family: var(--font-h); font-weight: 540; color: var(--text); }
.notes-list span { color: var(--text-soft); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--bg-3); color: var(--text-soft); padding: clamp(58px, 8vw, 100px) 0 30px; border-top: 1px solid var(--gold-line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: clamp(24px, 4vw, 52px); margin-bottom: 48px; }
.footer-grid h4 { color: var(--gold-soft); font-family: var(--font-b); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; margin-bottom: 18px; }
.footer-grid a { color: var(--text-soft); }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: .96rem; }
.footer-grid .brand { color: var(--text); margin-bottom: 14px; font-size: 1.2rem; }
.footer-grid .brand span { color: var(--gold-soft); }
.footer-grid .brand span b { color: var(--gold-soft); }
.footer-about p { font-size: .96rem; color: var(--text-soft); }
.footer-est { display: inline-block; margin-top: 16px; font-family: var(--font-b); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-soft); border: 1px solid var(--gold-line); border-radius: 100px; padding: 6px 15px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-family: var(--font-b); font-size: .84rem; color: var(--text-dim); }
.footer-bottom a { color: var(--text-dim); }
.footer-bottom a:hover { color: var(--gold-soft); }

/* ============================================================
   COOKIE BANNER — 3 actions only (Kabul / Reddet / Ayarlar)
   ============================================================ */
.cookie-banner { position: fixed; bottom: 16px; left: 16px; right: 16px; max-width: 480px; margin: 0 auto; background: var(--bg-2); border: 1px solid var(--gold-line); border-radius: 12px; padding: 24px; box-shadow: 0 30px 70px -30px rgba(0,0,0,.9); transform: translateY(180%); opacity: 0; transition: transform .32s var(--ease), opacity .24s var(--ease-2); z-index: 9999; }
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
@media (min-width: 720px) { .cookie-banner { left: 24px; right: auto; max-width: 420px; } }
.cookie-banner h3 { font-size: 1.2rem; margin-bottom: 8px; font-weight: 540; }
.cookie-banner p { font-size: .92rem; color: var(--text-soft); margin-bottom: 18px; }
.cookie-banner p a { color: var(--gold-soft); text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-actions button { flex: 1 1 auto; min-height: 44px; padding: 11px 16px; border-radius: 100px; font-family: var(--font-b); font-weight: 500; font-size: .9rem; letter-spacing: .01em; cursor: pointer; border: 1px solid var(--line-strong); transition: background .2s var(--ease-2), color .2s var(--ease-2), transform .18s, border-color .2s; }
.cookie-actions [data-consent="accept"] { background: var(--gold); color: var(--bg-3); border-color: var(--gold); }
.cookie-actions [data-consent="accept"]:hover { background: var(--gold-soft); border-color: var(--gold-soft); transform: translateY(-2px); }
.cookie-actions [data-consent="reject"] { background: transparent; color: var(--text); }
.cookie-actions [data-consent="reject"]:hover { border-color: var(--gold); color: var(--gold-soft); transform: translateY(-2px); }
.cookie-actions [data-consent="settings"] { background: transparent; color: var(--text-soft); }
.cookie-actions [data-consent="settings"]:hover { border-color: var(--gold-line); color: var(--gold-soft); }

/* cookie settings modal (built in JS) — switch styling kept for any inline use */
.switch { position: relative; width: 46px; height: 26px; flex-shrink: 0; display: inline-block; }
.switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.switch .track { position: absolute; inset: 0; background: var(--line-strong); border-radius: 999px; transition: background .2s; }
.switch .track::before { content: ""; position: absolute; left: 3px; top: 3px; width: 20px; height: 20px; background: var(--text); border-radius: 50%; transition: transform .2s var(--ease); }
.switch input:checked + .track { background: var(--gold); }
.switch input:checked + .track::before { transform: translateX(20px); background: var(--bg-3); }
.switch input:disabled + .track { background: var(--gold-deep); opacity: .8; }

/* ============================================================
   REVEAL & MOTION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: calc(var(--i, 0) * 80ms); }
.reveal.is-in { opacity: 1; transform: none; }
html.no-js .reveal { opacity: 1; transform: none; }

.reveal-clip { clip-path: inset(0 100% 0 0); transition: clip-path 1s var(--ease); transition-delay: calc(var(--i, 0) * 80ms); }
.reveal-clip.is-in { clip-path: inset(0 0 0 0); }
html.no-js .reveal-clip { clip-path: none; }

html.no-js .seam-rule path, html.no-js .crack-svg path { stroke-dashoffset: 0 !important; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-clip { opacity: 1 !important; transform: none !important; clip-path: none !important; transition: none !important; }
  .hero-copy h1 em::after { transition: none; transform: scaleX(1); }
  .tool-result .crack-svg path, .seam-rule path { transition: none; stroke-dashoffset: 0 !important; }
}

.card.reveal.is-in:hover { transform: translateY(-5px); }
.tier.reveal.is-in:hover, .testi.reveal.is-in:hover { transform: translateY(-5px); }
.member.reveal.is-in:hover { transform: translateY(-5px); }
.contact-card.reveal.is-in:hover { transform: translateY(-4px); }
@media (prefers-reduced-motion: reduce) {
  .card.reveal.is-in:hover, .tier.reveal.is-in:hover, .testi.reveal.is-in:hover, .member.reveal.is-in:hover, .contact-card.reveal.is-in:hover { transform: none; }
}
.tilt { transform-style: preserve-3d; transition: transform .3s var(--ease); will-change: transform; }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero { background: var(--bg-3); color: var(--text); padding: clamp(64px, 11vw, 152px) 0 clamp(40px, 6vw, 74px); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; right: -8%; top: -30%; width: 50vw; height: 50vw; max-width: 640px; max-height: 640px; background: radial-gradient(circle, rgba(201,162,75,.13), transparent 64%); pointer-events: none; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { font-size: clamp(2.2rem, 5.6vw, 4.4rem); font-weight: 540; letter-spacing: -.02em; color: var(--text); position: relative; }
.page-hero h1 em { font-style: italic; color: var(--gold-soft); }
.page-hero p { color: var(--text-soft); max-width: 58ch; font-size: clamp(1.04rem, 1.7vw, 1.2rem); position: relative; }
.page-hero .updated { color: var(--gold-soft); font-family: var(--font-b); font-size: .86rem; font-style: italic; }

/* prose */
.prose { max-width: 780px; }
.prose h2 { font-size: clamp(1.5rem, 3.2vw, 2.1rem); margin-top: 1.9em; font-weight: 540; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.3rem; margin-top: 1.4em; }
.prose p { color: var(--text-soft); }
.prose ul, .prose ol { padding-left: 22px; margin: 0 0 1.2em; color: var(--text-soft); }
.prose li { margin-bottom: .5em; }
.prose .eyebrow { color: var(--gold); }
.prose .updated { color: var(--text-soft); font-family: var(--font-b); font-size: .86rem; font-style: italic; }

/* team */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(16px, 2.4vw, 28px); }
.member { background: var(--bg-2); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; min-width: 0; transition: transform .26s var(--ease), box-shadow .26s var(--ease-2); }
.member:hover { transform: translateY(-5px); box-shadow: 0 26px 56px -32px rgba(0,0,0,.85); }
.member img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: grayscale(.5) brightness(.92) contrast(1.04); transition: filter .5s var(--ease); }
.member:hover img { filter: grayscale(0) brightness(1); }
.member .m-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.member h3 { font-size: 1.34rem; margin-bottom: 2px; font-weight: 540; }
.member .role { font-family: var(--font-b); color: var(--gold-soft); font-size: .84rem; letter-spacing: .03em; margin-bottom: 12px; }
.member p { font-size: .96rem; color: var(--text-soft); }

/* values */
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: clamp(20px, 3vw, 38px); }
.value { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding-top: 22px; border-top: 1px solid var(--gold-line); }
.value .v-ico { grid-row: 1 / 3; width: 46px; height: 46px; border-radius: 50%; background: rgba(201,162,75,.14); color: var(--gold-soft); display: grid; place-items: center; }
.value h3 { font-size: 1.2rem; margin: 0; min-width: 0; font-weight: 540; }
.value p { margin: 0; font-size: .96rem; color: var(--text-soft); min-width: 0; }

/* split editorial */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(28px, 5vw, 64px); align-items: center; }
.split img { border-radius: 8px; filter: grayscale(.35) brightness(.95) contrast(1.04); }
.split .media { min-width: 0; position: relative; }
.prose.split-prose { margin: 0; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1023px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: block; }
}
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; align-items: start; }
  .ba { max-width: 440px; margin: 0 auto; }
  .teklif-tool { grid-template-columns: 1fr; }
  .ledger { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .method-row { grid-template-columns: 1fr; gap: 24px; }
  .method-row:nth-child(even) .m-figure { order: 0; }
}
@media (max-width: 640px) {
  body { font-size: 16.5px; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1 1 auto; }
  .notes-list li { grid-template-columns: 1fr; gap: 5px; }
  .gallery { grid-template-columns: 1fr; }
  .tile, .tile.featured, .tile.wide { aspect-ratio: 4 / 3; }
  .ledger-items { gap: 18px; }
  .ledger-items li { padding-left: 0; }
  .ledger-items li:not(:first-child)::before { display: none; }
}
@media (max-width: 420px) {
  .cookie-actions button { flex: 1 1 100%; }
}

.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--gold-deep), var(--gold), var(--gold-soft)); z-index: 9998; transition: width 80ms linear; pointer-events: none; }

/* guards */
.drawer a.nav-cta, .drawer .nav-cta, .mobile-menu a.nav-cta, nav[class*=mobile] a.nav-cta { color: var(--bg-3) !important; }
.nav-desktop a.nav-cta, header a.nav-cta, .site-header a.nav-cta { padding: 10px 20px; }

/* header-cta-padding-guard v1 */
.nav-desktop a.nav-cta, header a.nav-cta, .site-header a.nav-cta {
  padding: 10px 18px;
}

/* drawer-cta-color-guard v1 */
.drawer a.nav-cta, .drawer .nav-cta, .mobile-menu a.nav-cta, nav[class*=mobile] a.nav-cta {
  color: var(--bg-3) !important;
}

/* table-scroll ancestor guard v1 */
.table-scroll{max-width:100%}
:where(*:has(> .table-scroll), *:has(> * > .table-scroll), *:has(> * > * > .table-scroll)){min-width:0}
