/* =========================================================================
   Termik — Kulüp Dergisi  |  editorial-magazine design system
   Niche: yamaç paraşütü kulübü dergisi (Fethiye / Ölüdeniz)
   Art direction: warm paper + ink, sky-blue accent, golden-hour second,
   topographic contour motif · type: Fraunces / Spectral / Space Grotesk
   ========================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500;1,9..144,600&family=Spectral:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --bg: #F2EEE7;
  --surface: #FEFDFB;
  --surface-2: #EAE5DB;
  --ink: #14140F;
  --ink-soft: #4a4a43;
  --ink-faint: #7c7a70;
  --accent: #2F49E6;
  --accent-deep: #1B2C9C;
  --accent-2: #14140F;
  --accent-wash: rgba(47, 73, 230, 0.08);
  --sun: #E08A2B;          /* golden-hour / altın saat */
  --sun-soft: #C77518;
  --sun-wash: rgba(224, 138, 43, 0.10);
  --line: rgba(20, 20, 15, 0.13);
  --line-strong: rgba(20, 20, 15, 0.30);

  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --serif: "Spectral", Georgia, "Times New Roman", "Iowan Old Style", serif;
  --ui: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  --mono: "Space Grotesk", "Courier New", Courier, monospace;

  /* topographic contour texture — Babadağ altitude lines, very subtle */
  --contour: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='300' viewBox='0 0 400 300'%3E%3Cg fill='none' stroke='%2314140f' stroke-opacity='0.05' stroke-width='1'%3E%3Cpath d='M-20 60 C80 20 180 90 260 50 C320 20 380 60 420 30'/%3E%3Cpath d='M-20 110 C80 70 180 140 260 100 C320 70 380 110 420 80'/%3E%3Cpath d='M-20 160 C80 120 180 190 260 150 C320 120 380 160 420 130'/%3E%3Cpath d='M-20 210 C80 170 180 240 260 200 C320 170 380 210 420 180'/%3E%3Cpath d='M-20 260 C80 220 180 290 260 250 C320 220 380 260 420 230'/%3E%3C/g%3E%3C/svg%3E");

  --maxw: 1140px;
  --pad: clamp(16px, 4vw, 56px);
  --header-h: 74px;

  interpolate-size: allow-keywords;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; max-width: 100vw; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.68;
  letter-spacing: 0.002em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
  font-family: var(--display); font-weight: 500; line-height: 1.06; margin: 0;
  font-optical-sizing: auto; letter-spacing: -0.015em;
  font-variation-settings: "opsz" 96, "SOFT" 30, "WONK" 0;
}
h1 em, h2 em, h3 em { font-style: italic; font-variation-settings: "opsz" 40, "SOFT" 60, "WONK" 1; }
p { margin: 0 0 1.1em; }
::selection { background: var(--accent); color: #fff; }

/* ---------- layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.section { padding: clamp(56px, 9vw, 118px) 0; position: relative; }
.section--tight { padding: clamp(40px, 6vw, 76px) 0; }
main { padding-top: var(--header-h); }

.eyebrow {
  font-family: var(--ui); font-weight: 500;
  font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--accent); font-style: normal;
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 22px;
}
.eyebrow::before {
  content: ""; width: 28px; height: 6px; display: inline-block; flex: none;
  /* thermal-glyph: rising-air ticks */
  background:
    linear-gradient(var(--accent), var(--accent)) left center / 8px 1px no-repeat,
    linear-gradient(var(--accent), var(--accent)) 12px center / 6px 1px no-repeat,
    linear-gradient(var(--accent), var(--accent)) 21px center / 4px 1px no-repeat;
}

.section-title { font-size: clamp(2.1rem, 5.2vw, 3.6rem); letter-spacing: -0.02em; margin-bottom: 0.5em; text-wrap: balance; }
.section-title em { color: var(--accent); }
.lead { font-size: clamp(1.08rem, 2.2vw, 1.32rem); color: var(--ink-soft); font-style: italic; max-width: 48ch; line-height: 1.5; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 2000;
  background: var(--ink); color: var(--surface); padding: 10px 16px; border-radius: 4px;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 2px;
}

/* =========================================================================
   HEADER
   ========================================================================= */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1080;
  height: var(--header-h);
  background: rgba(242, 238, 231, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: background .24s ease, box-shadow .24s ease, height .24s ease, border-color .24s ease;
}
.site-header.is-scrolled {
  background: rgba(242, 238, 231, 0.97);
  box-shadow: 0 8px 24px -16px rgba(0,0,0,.28);
  border-bottom-color: var(--line);
  height: 62px;
}
.header-inner {
  height: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
}
.brand { display: flex; align-items: baseline; gap: 10px; line-height: 1; }
.brand__mark { font-family: var(--display); font-weight: 600; font-size: 1.42rem; letter-spacing: -0.03em; font-variation-settings: "opsz" 40, "SOFT" 40, "WONK" 1; }
.brand__mark b { font-weight: 600; }
.brand__mark .accent-dot { color: var(--accent); }
.brand__sub { font-family: var(--ui); font-size: 9.5px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-faint); }

.nav-desktop { display: flex; align-items: center; gap: clamp(14px, 2.2vw, 30px); }
.nav-desktop a {
  position: relative; font-family: var(--ui); font-size: 14px; color: var(--ink); padding: 6px 0;
  transition: color .2s ease;
}
.nav-desktop a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1.5px;
  background: var(--accent); transition: right .28s cubic-bezier(.2,.7,.2,1);
}
.nav-desktop a:hover { color: var(--accent); }
.nav-desktop a:hover::after, .nav-desktop a.is-active::after { right: 0; }
.nav-desktop a.is-active { color: var(--accent); }

.nav-cta {
  background: var(--ink); color: var(--surface) !important;
  padding: 9px 18px !important; border-radius: 999px;
  font-size: 14px; letter-spacing: 0.02em;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.nav-desktop .nav-cta::after { display: none; }
.nav-desktop .nav-cta:hover { background: var(--accent); color: #fff !important; transform: translateY(-1px); }

/* hamburger */
.nav-toggle {
  display: none; position: relative; z-index: 1100;
  width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px;
  background: var(--surface); cursor: pointer; padding: 0;
}
.nav-toggle span {
  position: absolute; left: 11px; right: 11px; height: 1.6px; background: var(--ink);
  transition: transform .3s cubic-bezier(.2,.7,.2,1), opacity .2s ease, top .3s ease;
}
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* =========================================================================
   MOBILE DRAWER
   ========================================================================= */
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 1050;
  width: min(360px, 92vw);
  background: var(--surface);
  border-left: 1px solid var(--line);
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.2,.7,.2,1);
  padding: calc(var(--header-h) + 20px) clamp(24px, 6vw, 40px) 40px;
  display: flex; flex-direction: column; gap: 4px;
  overflow-y: auto;
}
.drawer.is-open { transform: translateX(0); }
.drawer a {
  font-size: 1.5rem; padding: 14px 0; border-bottom: 1px solid var(--line);
  color: var(--ink); transition: color .2s ease, padding-left .2s ease;
}
.drawer a:hover, .drawer a.is-active { color: var(--accent); padding-left: 8px; }
.drawer .drawer-cta {
  margin-top: 22px; background: var(--ink); color: var(--surface) !important;
  text-align: center; border-radius: 999px; border-bottom: 0; padding: 15px 0;
  font-size: 1.1rem;
}
.drawer .drawer-cta:hover { background: var(--accent); color: #fff !important; padding-left: 0; }
.drawer__note { margin-top: auto; font-size: 12px; color: var(--ink-faint); letter-spacing: .04em; padding-top: 24px; }

.drawer-backdrop {
  position: fixed; inset: 0; z-index: 1040; background: rgba(17,17,17,0.55);
  opacity: 0; visibility: hidden; transition: opacity .24s ease, visibility .24s ease;
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }

/* =========================================================================
   HERO — cinematic full-bleed photo
   ========================================================================= */
.hero--cinema {
  position: relative; overflow: hidden; isolation: isolate;
  min-height: 88vh;
  display: flex; align-items: flex-end;
  padding: clamp(120px, 20vh, 220px) 0 clamp(48px, 8vw, 92px);
  background: #0c0f13;
  color: #fff;
}
.hero__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__photo {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%;
  transform: scale(1.06);
  animation: heroKen 20s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes heroKen {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to   { transform: scale(1.15) translate3d(0, -1.6%, 0); }
}
.hero__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8,10,14,.58) 0%, rgba(8,10,14,.10) 32%, rgba(8,10,14,.34) 64%, rgba(8,10,14,.88) 100%),
    linear-gradient(90deg, rgba(8,10,14,.62) 0%, rgba(8,10,14,.20) 48%, transparent 80%);
}

.hero__inner { position: relative; z-index: 2; width: 100%; }
.hero--cinema .eyebrow { color: #ece9e1; }
.hero--cinema .eyebrow::before { background: var(--accent); }

.hero__title {
  font-size: clamp(2.6rem, 8.6vw, 5.4rem);
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 0 0 0.42em;
  max-width: 16ch;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 34px rgba(0,0,0,.42);
}
.hero__title .word {
  display: inline-block; white-space: nowrap;
  opacity: 0; transform: translateY(30px);
  transition: opacity 850ms cubic-bezier(.16,.84,.36,1), transform 850ms cubic-bezier(.16,.84,.36,1);
}
.hero__title em { font-style: italic; color: #c4cfff; font-family: var(--display); font-variation-settings: "opsz" 144, "SOFT" 70, "WONK" 1; }
.hero--cinema.is-ready .hero__title .word { opacity: 1; transform: none; }
.hero--cinema.is-ready .hero__title .word:nth-child(2) { transition-delay: 140ms; }
.hero--cinema.is-ready .hero__title .word:nth-child(3) { transition-delay: 280ms; }

.hero__sub {
  font-size: clamp(1.05rem, 2.4vw, 1.4rem); font-style: italic; color: rgba(255,255,255,.92);
  max-width: 44ch; margin: 0 0 1.9em;
  opacity: 0; transform: translateY(14px);
  transition: opacity 700ms ease 500ms, transform 700ms ease 500ms;
}
.hero--cinema.is-ready .hero__sub { opacity: 1; transform: none; }

.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center;
  opacity: 0; transform: translateY(14px);
  transition: opacity 700ms ease 640ms, transform 700ms ease 640ms; }
.hero--cinema.is-ready .hero__actions { opacity: 1; transform: none; }

/* CTA on dark photo — high contrast, no blend */
.hero--cinema .btn-primary { background: #fff; color: #111; }
.hero--cinema .btn-primary:hover, .hero--cinema .btn-primary:focus-visible { background: var(--accent); color: #fff; box-shadow: 0 14px 30px -14px rgba(61,90,254,.8); }
.hero--cinema .btn-ghost { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.55); }
.hero--cinema .btn-ghost:hover, .hero--cinema .btn-ghost:focus-visible { background: rgba(255,255,255,.14); color: #fff; border-color: #fff; }

.hero__stats {
  display: flex; flex-wrap: wrap; gap: clamp(22px, 5vw, 54px);
  margin: clamp(34px, 5vw, 60px) 0 0; padding: 26px 0 0;
  border-top: 1px solid rgba(255,255,255,.24);
  list-style: none;
  opacity: 0; transition: opacity 800ms ease 780ms;
}
.hero--cinema.is-ready .hero__stats { opacity: 1; }
.hero__stats .stat { min-width: 0; position: relative; padding-left: 16px; }
.hero__stats .stat::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 6px; width: 2px; background: linear-gradient(var(--sun), transparent); border-radius: 2px; }
.stat__num { font-family: var(--ui); font-weight: 500; font-size: clamp(1.9rem, 4.4vw, 3rem); line-height: 1; letter-spacing: -0.03em; color: #fff; font-variant-numeric: tabular-nums; }
.stat__num small { font-size: 0.44em; color: #c4cfff; letter-spacing: 0.02em; }
.stat__label { font-family: var(--ui); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.74); margin-top: 9px; }

/* edge rulers */
.edge-ruler { position: fixed; top: var(--header-h); bottom: 0; width: 26px; z-index: 3; pointer-events: none;
  display: flex; flex-direction: column; justify-content: space-between; }
.edge-ruler--left { left: 0; }
.edge-ruler--right { right: 0; }
.edge-ruler i { display: block; height: 1px; background: var(--line-strong); width: 10px; }
.edge-ruler--right i { margin-left: auto; }
@media (max-width: 1180px) { .edge-ruler { display: none; } }

/* =========================================================================
   BUTTONS
   ========================================================================= */
.btn {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer;
  font-family: var(--ui); font-weight: 500; font-size: 15px; letter-spacing: 0.01em;
  padding: 13px 26px; border-radius: 999px; border: 1px solid transparent;
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn svg { width: 17px; height: 17px; transition: transform .24s ease; }
.btn-primary { background: var(--ink); color: var(--surface); }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--accent); color: var(--surface); transform: translateY(-2px); box-shadow: 0 12px 26px -14px rgba(61,90,254,.7); }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover, .btn-ghost:focus-visible { background: var(--surface); color: var(--ink); border-color: var(--ink); transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; }

/* trust strip */
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 22px; }
.trust-strip li { list-style: none; font-size: 13px; color: var(--ink-soft); display: flex; align-items: center; gap: 7px; }
.trust-strip svg { width: 15px; height: 15px; color: var(--accent); }
.trust-strip ul { display: contents; }
ul.trust-strip { padding: 0; margin: 22px 0 0; }

/* =========================================================================
   MANŞET — editorial baş yazı
   ========================================================================= */
.manset { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background-image: var(--contour); background-position: right -60px top -40px; background-repeat: no-repeat; }
.manset__grid { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 5vw, 66px); }
@media (min-width: 860px) { .manset__grid { grid-template-columns: 0.82fr 1.4fr; align-items: start; } }
.manset__meta { font-family: var(--ui); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); }
.manset__meta div { padding: 13px 0; border-top: 1px solid var(--line); display: flex; align-items: baseline; gap: 10px; }
.manset__meta div::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); flex: none; transform: translateY(-2px); }
.manset__meta div:first-child { border-top: 0; }
.manset__meta div:first-child::before { background: var(--sun); }
.manset__body { max-width: 62ch; }
.manset__body h2 { font-size: clamp(1.8rem, 3.8vw, 2.9rem); letter-spacing: -0.02em; margin-bottom: 0.6em; }

/* drop cap with wing contour */
.dropcap { position: relative; float: left; margin: 0.04em 0.16em 0 0; }
.dropcap svg { width: clamp(72px, 12vw, 118px); height: auto; display: block; }
.dropcap .wing-path {
  fill: none; stroke: var(--ink); stroke-width: 2;
  stroke-dasharray: 620; stroke-dashoffset: 620;
}
.dropcap.is-in .wing-path { animation: writeWing 2000ms cubic-bezier(.4,0,.2,1) forwards; }
@keyframes writeWing { to { stroke-dashoffset: 0; } }
.dropcap .wing-fill { fill: var(--accent-wash); opacity: 0; transition: opacity 700ms ease 1400ms; }
.dropcap.is-in .wing-fill { opacity: 1; }

.pull-quote {
  font-family: var(--display); font-size: clamp(1.5rem, 3.4vw, 2.3rem); font-style: italic; line-height: 1.28;
  margin: 1.5em 0; padding-left: clamp(20px, 3vw, 32px); border-left: 3px solid var(--accent);
  color: var(--ink); font-variation-settings: "opsz" 72, "SOFT" 60, "WONK" 1;
}
.pull-quote cite { display: block; font-family: var(--ui); font-style: normal; font-size: 0.5em; color: var(--ink-faint); margin-top: 0.9em; letter-spacing: 0.06em; text-transform: uppercase; }

/* =========================================================================
   HİKAYE — üye röportajı, drop-cap
   ========================================================================= */
.hikaye__head { max-width: 60ch; margin-bottom: clamp(30px, 5vw, 56px); }
.hikaye__grid { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 5vw, 54px); align-items: start; }
@media (min-width: 900px) { .hikaye__grid { grid-template-columns: 1.5fr 1fr; } }
.hikaye__text { max-width: 64ch; }
.hikaye__text p:first-of-type::first-letter {
  font-size: 3.6em; float: left; line-height: 0.74; padding: 0.06em 0.1em 0 0;
  color: var(--accent); font-weight: 400;
}
.hikaye__figure { position: relative; }
.hikaye__figure img { border-radius: 4px; box-shadow: 0 30px 60px -40px rgba(0,0,0,.5); }
.hikaye__figure figcaption {
  font-family: var(--ui); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint);
  margin-top: 14px; padding-left: 14px; border-left: 2px solid var(--accent);
}
.hikaye__q {
  margin: clamp(28px,5vw,44px) 0 0; font-family: var(--display); font-size: clamp(1.4rem, 3vw, 2rem); font-style: italic;
  line-height: 1.3; color: var(--ink); font-variation-settings: "opsz" 60, "SOFT" 60, "WONK" 1;
  padding-left: clamp(18px,3vw,26px); border-left: 3px solid var(--sun);
}

/* =========================================================================
   AJANDA — uçuş günleri listesi
   ========================================================================= */
.ajanda__list { border-top: 2px solid var(--ink); margin-top: clamp(30px,5vw,50px); }
.ajanda__row {
  display: grid; grid-template-columns: 96px 1fr auto; gap: clamp(14px, 3vw, 34px);
  align-items: center; padding: clamp(22px, 3vw, 32px) 0; border-bottom: 1px solid var(--line);
  transition: background .28s ease, padding-left .28s ease;
  position: relative;
}
.ajanda__row::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: -1px; width: 2px;
  background: var(--accent); transform: scaleY(0); transform-origin: top; transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.ajanda__row:hover { background: var(--accent-wash); padding-left: 16px; }
.ajanda__row:hover::before { transform: scaleY(1); }
.ajanda__date { text-align: center; position: relative; }
.ajanda__day { font-family: var(--ui); font-weight: 500; font-size: clamp(2.1rem, 4vw, 2.9rem); line-height: 1; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.ajanda__mon { font-family: var(--ui); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); margin-top: 5px; }
.ajanda__main h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); margin-bottom: 6px; font-weight: 500; }
.ajanda__main p { margin: 0; font-size: 15px; color: var(--ink-soft); font-style: italic; }
.ajanda__meta { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; text-align: right; }
.ajanda__level { font-family: var(--ui); font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px 5px 24px; border-radius: 999px; border: 1px solid var(--line-strong); white-space: nowrap; position: relative; color: var(--ink-soft); }
.ajanda__level::before { content: ""; position: absolute; left: 11px; top: 50%; width: 7px; height: 7px; margin-top: -3.5px; border-radius: 50%; background: var(--ink-faint); }
.ajanda__level--acik { color: var(--accent-deep); border-color: var(--accent); background: var(--accent-wash); }
.ajanda__level--acik::before { background: var(--accent); box-shadow: 0 0 0 3px rgba(47,73,230,.18); }
.ajanda__spot { font-family: var(--ui); font-size: 12.5px; color: var(--ink-faint); letter-spacing: 0.01em; }
@media (max-width: 620px) {
  .ajanda__row { grid-template-columns: 66px 1fr; grid-template-areas: "date main" "date meta"; row-gap: 12px; }
  .ajanda__date { grid-area: date; }
  .ajanda__main { grid-area: main; }
  .ajanda__meta { grid-area: meta; align-items: flex-start; text-align: left; }
}

/* =========================================================================
   ÜYELİK — üyelik paketi
   ========================================================================= */
.uyelik { background: var(--ink); color: var(--surface); position: relative; overflow: hidden; }
.uyelik::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background: radial-gradient(120% 80% at 85% -10%, rgba(224,138,43,.16), transparent 55%), radial-gradient(90% 70% at 5% 110%, rgba(47,73,230,.20), transparent 60%);
}
.uyelik > .container { position: relative; z-index: 1; }
.uyelik .eyebrow { color: #cdd4ff; }
.uyelik .eyebrow::before { background: linear-gradient(#cdd4ff,#cdd4ff) left center/8px 1px no-repeat, linear-gradient(#cdd4ff,#cdd4ff) 12px center/6px 1px no-repeat, linear-gradient(#cdd4ff,#cdd4ff) 21px center/4px 1px no-repeat; }
.uyelik .section-title { color: var(--surface); }
.uyelik .lead { color: rgba(255,255,255,.72); }
.plans { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: clamp(30px,5vw,52px); align-items: stretch; }
@media (min-width: 780px) { .plans { grid-template-columns: repeat(3, 1fr); } .plan--feature { transform: translateY(-14px); } .plan--feature:hover { transform: translateY(-22px); } }
.plan {
  display: flex; flex-direction: column; background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.16); border-radius: 14px; padding: clamp(24px, 3vw, 34px);
  transition: transform .28s cubic-bezier(.2,.7,.2,1), border-color .28s ease, background .28s ease, box-shadow .28s ease;
}
.plan:hover { transform: translateY(-6px); border-color: rgba(205,212,255,.55); background: rgba(255,255,255,0.07); box-shadow: 0 30px 60px -34px rgba(47,73,230,.7); }
.plan--feature { border-color: var(--accent); background: rgba(47,73,230,0.16); box-shadow: 0 30px 70px -40px rgba(47,73,230,.9); position: relative; }
.plan--feature::after { content: ""; position: absolute; inset: -1px; border-radius: 14px; padding: 1px; background: linear-gradient(160deg, var(--sun), transparent 40%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; opacity: .55; }
.plan__tag { font-family: var(--ui); font-weight: 500; font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: #cdd4ff; margin-bottom: 14px; }
.plan--feature .plan__tag { color: var(--sun); }
.plan__name { font-size: 1.7rem; margin-bottom: 8px; font-weight: 500; }
.plan__price { font-family: var(--ui); font-weight: 500; font-size: 2.5rem; letter-spacing: -0.03em; margin: 12px 0 4px; font-variant-numeric: tabular-nums; }
.plan__price span { font-size: 0.4em; color: rgba(255,255,255,.65); font-family: var(--ui); letter-spacing: 0.02em; }
.plan__cycle { font-size: 13px; color: rgba(255,255,255,.62); font-style: italic; margin-bottom: 22px; }
.plan__list { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 11px; }
.plan__list li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-size: 15px; color: rgba(255,255,255,.85); align-items: start; }
.plan__list svg { width: 16px; height: 16px; color: var(--accent); margin-top: 4px; }
.plan__list li.no svg { color: rgba(255,255,255,.4); }
.plan__list li.no { color: rgba(255,255,255,.5); }
.plan .btn { margin-top: auto; }
.plan--feature .btn-primary { background: var(--accent); }
.plan--feature .btn-primary:hover { background: #fff; color: var(--ink); }
.uyelik__note { font-size: 13px; color: rgba(255,255,255,.55); margin-top: 24px; font-style: italic; }

/* =========================================================================
   ARŞİV — gallery
   ========================================================================= */
.arsiv__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(12px, 2vw, 22px); margin-top: clamp(30px,5vw,50px); }
@media (min-width: 720px) { .arsiv__grid { grid-template-columns: repeat(4, 1fr); } }
/* editorial asymmetry — hero tile 2×2, closing tile spans the base (no empty cells) */
@media (min-width: 720px) {
  .arsiv__item:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
  .arsiv__item:last-child { grid-column: span 2; aspect-ratio: 2 / 1; }
}
.arsiv__item { position: relative; overflow: hidden; border-radius: 6px; aspect-ratio: 1; background: var(--surface-2); box-shadow: 0 1px 0 var(--line); transition: transform .3s ease, box-shadow .3s ease; }
.arsiv__item:hover { transform: translateY(-4px); box-shadow: 0 26px 48px -30px rgba(20,20,15,.6); }
.arsiv__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.arsiv__item:hover img { transform: scale(1.07); }
.arsiv__cap {
  position: absolute; inset: auto 0 0 0; padding: 16px; color: #fff;
  background: linear-gradient(0deg, rgba(12,12,9,.86), rgba(12,12,9,.15) 70%, transparent);
  font-family: var(--display); font-size: 1.05rem; letter-spacing: 0; line-height: 1.15;
}
.arsiv__cap small { display: block; font-family: var(--ui); font-size: 10.5px; opacity: .82; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 4px; color: #f0d9bf; }

/* editorial note / son eklenenler */
.notes { border-top: 1px solid var(--line); margin-top: clamp(36px, 6vw, 64px); padding-top: clamp(28px,4vw,42px); }
.notes h3 { font-size: 1.4rem; margin-bottom: 20px; font-weight: 500; }
.notes__list { display: grid; gap: 14px; }
.notes__item { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding-bottom: 14px; border-bottom: 1px dashed var(--line); }
.notes__item time { font-family: var(--ui); font-size: 12px; color: var(--accent); letter-spacing: 0.06em; text-transform: uppercase; }
.notes__item p { margin: 0; font-size: 15px; color: var(--ink-soft); }
@media (max-width: 560px) { .notes__item { grid-template-columns: 1fr; gap: 4px; } }

/* =========================================================================
   TESTIMONIALS — editorial grid
   ========================================================================= */
.voices__grid { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: clamp(30px,5vw,50px); }
@media (min-width: 720px) { .voices__grid { grid-template-columns: repeat(2, 1fr); } }
.voice {
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
  padding: clamp(24px, 3vw, 34px); transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
  position: relative;
}
.voice:hover { transform: translateY(-5px); box-shadow: 0 28px 52px -32px rgba(47,73,230,.42); border-color: var(--line-strong); }
.voice__quote { font-family: var(--display); font-style: italic; font-size: 1.24rem; line-height: 1.45; margin-bottom: 20px; font-variation-settings: "opsz" 40, "SOFT" 50, "WONK" 0; }
.voice__quote::before { content: "“"; color: var(--accent); font-family: var(--display); font-size: 2.6em; line-height: 0; vertical-align: -0.36em; margin-right: 4px; }
.voice__who { font-family: var(--ui); font-weight: 500; font-size: 14px; }
.voice__who b { font-weight: 500; }
.voice__meta { font-family: var(--ui); font-size: 11px; color: var(--ink-faint); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 4px; }

/* =========================================================================
   FAQ — pure CSS accordion
   ========================================================================= */
.faq { max-width: 820px; margin-top: clamp(30px,5vw,48px); border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); transition: padding-left .24s ease; }
.faq-item[open] { padding-left: 12px; border-left: 2px solid var(--accent); margin-left: -14px; padding-left: 12px; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 22px 44px 22px 0; position: relative;
  font-family: var(--display); font-weight: 500; font-size: clamp(1.1rem, 2.2vw, 1.35rem); color: var(--ink);
  transition: color .2s ease;
}
.faq-item summary:hover { color: var(--accent); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--accent); transition: transform .3s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item > .answer {
  height: 0; padding: 0 0; overflow: hidden; color: var(--ink-soft); max-width: 68ch;
  transition: height 360ms cubic-bezier(.4,0,.2,1), padding-block-end 360ms cubic-bezier(.4,0,.2,1);
}
.faq-item[open] > .answer { height: auto; padding-block-end: 24px; }
@media (prefers-reduced-motion: reduce) { .faq-item > .answer { transition: none; } }

/* =========================================================================
   FORMS
   ========================================================================= */
.form { display: grid; gap: 18px; }
.form__row { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 640px) { .form__row { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label, .field > span { font-family: var(--ui); font-weight: 500; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); }
.field input, .field select, .field textarea {
  font-family: var(--serif); font-size: 16px; color: var(--ink);
  background: var(--surface); border: 0; border-bottom: 2px solid var(--line-strong);
  padding: 12px 2px; transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 130px; resize: vertical; border: 1px solid var(--line-strong); border-radius: 8px; padding: 12px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); }
.field.kvkk { flex-direction: row; align-items: flex-start; gap: 12px; text-transform: none; }
.field.kvkk label, .field.kvkk span { text-transform: none; letter-spacing: 0; font-size: 14px; color: var(--ink-soft); line-height: 1.45; }
.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(--accent);
}

/* =========================================================================
   CONTACT cards
   ========================================================================= */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin-top: clamp(28px,4vw,44px); }
.contact-card {
  border: 1px solid var(--line); border-radius: 14px; padding: 26px; background: var(--surface);
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
  position: relative;
}
.contact-card:hover { transform: translateY(-4px); box-shadow: 0 24px 46px -30px rgba(47,73,230,.4); border-color: var(--line-strong); }
.contact-card__icon {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--accent-wash); color: var(--accent); margin-bottom: 18px;
  border: 1px solid rgba(47,73,230,.16);
  transition: background .26s ease, color .26s ease, transform .26s ease;
}
.contact-card:hover .contact-card__icon { background: var(--accent); color: #fff; transform: rotate(-4deg); }
.contact-card__icon svg { width: 23px; height: 23px; }
.contact-card h3 { font-family: var(--ui); font-weight: 500; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 8px; }
.contact-card a, .contact-card span { display: block; color: var(--ink); font-size: 1.05rem; word-break: break-word; }
.contact-card a:hover { color: var(--accent); }
.contact-card small { display: block; color: var(--ink-faint); font-size: 13px; margin-top: 8px; font-style: italic; }

/* hours */
.hours-grid { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: clamp(20px,3vw,32px); max-width: 560px; }
.hours-grid .row { display: flex; justify-content: space-between; gap: 16px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); font-variant-numeric: tabular-nums; transition: border-color .2s ease, transform .2s ease; }
.hours-grid .row:hover { border-color: var(--line-strong); transform: translateX(3px); }
.hours-grid .row span:first-child { font-family: var(--ui); font-weight: 500; font-size: 14px; }
.hours-grid .row.is-today { border-color: var(--accent); background: var(--accent-wash); }
.hours-grid .row.is-today span:first-child { color: var(--accent-deep); position: relative; }
.hours-grid .row.is-today span:first-child::after { content: "bugün"; font-family: var(--ui); font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; background: var(--accent); padding: 2px 7px; border-radius: 999px; margin-left: 10px; vertical-align: middle; }
.hours-grid .row span:last-child { color: var(--ink-soft); font-family: var(--ui); font-size: 13.5px; text-align: right; }

/* =========================================================================
   TEAM
   ========================================================================= */
.team-grid { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: clamp(28px,4vw,44px); }
@media (min-width: 700px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
.member { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease; }
.member:hover { transform: translateY(-5px); box-shadow: 0 28px 52px -34px rgba(47,73,230,.4); border-color: var(--line-strong); }
.member { position: relative; }
.member img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.member:hover img { transform: scale(1.04); }
.member__body { padding: 22px; }
.member__body h3 { font-size: 1.35rem; font-weight: 500; }
.member__role { font-family: var(--ui); font-weight: 500; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin: 6px 0 12px; }
.member__body p { font-size: 15px; color: var(--ink-soft); margin: 0; }

/* =========================================================================
   PROSE (policy / doc pages)
   ========================================================================= */
.prose { max-width: 70ch; }
.prose h2 { font-size: clamp(1.55rem, 3vw, 2.1rem); margin: 1.6em 0 0.5em; }
.prose h3 { font-size: 1.3rem; margin: 1.3em 0 0.4em; }
.prose p, .prose li { color: var(--ink-soft); }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: 0.5em; }
.page-hero { padding: calc(var(--header-h) + clamp(40px,7vw,80px)) 0 clamp(28px,4vw,48px); background: var(--surface); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background-image: var(--contour); background-position: right -40px bottom -60px; background-repeat: no-repeat; pointer-events: none; }
.page-hero > .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); letter-spacing: -0.025em; margin-bottom: 0.3em; }
.page-hero p { color: var(--ink-soft); font-style: italic; font-size: clamp(1.05rem,2.2vw,1.3rem); max-width: 54ch; margin: 0; }
main > .page-hero:first-child { margin-top: calc(-1 * var(--header-h)); }

/* =========================================================================
   TABLE SCROLL
   ========================================================================= */
.table-scroll {
  display: block; width: 100%; max-width: 100%; min-width: 0;
  overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 18px 0;
  border: 1px solid var(--line); border-radius: 6px;
}
.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: 15px; }
table th { font-family: var(--ui); font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; font-size: 11.5px; color: var(--ink-faint); background: var(--surface-2); }
table td { color: var(--ink-soft); }
table tbody tr { transition: background .2s ease; }
table tbody tr:hover { background: var(--accent-wash); }
table td:nth-child(2) { font-family: var(--ui); font-weight: 500; color: var(--ink); }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer { background: var(--surface-2); border-top: 1px solid var(--line); padding: clamp(48px, 7vw, 80px) 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-brand .brand__mark { font-size: 1.6rem; }
.footer-brand p { max-width: 40ch; color: var(--ink-soft); font-style: italic; margin-top: 14px; font-size: 15px; }
.footer-col h4 { font-family: var(--ui); font-weight: 500; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 16px; }
.footer-col a, .footer-col p { display: block; color: var(--ink-soft); font-size: 15px; margin-bottom: 10px; word-break: break-word; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; align-items: center;
  margin-top: clamp(36px,5vw,56px); padding-top: 24px; border-top: 1px solid var(--line); font-family: var(--ui); font-size: 12.5px; color: var(--ink-faint); }
.footer-bottom a { color: var(--ink-faint); }
.footer-bottom a:hover { color: var(--accent); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 18px; }

/* =========================================================================
   COOKIE BANNER
   ========================================================================= */
.cookie-banner {
  position: fixed; bottom: 16px; left: 16px; right: 16px; max-width: 520px; margin: 0 auto;
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 14px;
  padding: 22px; z-index: 9999; box-shadow: 0 24px 60px -30px rgba(0,0,0,.6);
  transform: translateY(140%); opacity: 0;
  transition: transform 280ms cubic-bezier(.2,.7,.2,1), opacity 240ms ease;
}
.cookie-banner.is-visible { transform: translateY(0); opacity: 1; }
@media (min-width: 720px) { .cookie-banner { left: 24px; right: auto; max-width: 420px; } }
.cookie-banner h4 { font-size: 1.15rem; margin-bottom: 8px; }
.cookie-banner p { font-size: 14px; color: var(--ink-soft); margin-bottom: 16px; }
.cookie-banner p a { color: var(--accent); text-decoration: underline; }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cookie-actions .btn { padding: 11px 14px; font-size: 14px; justify-content: center; min-height: 44px; }
.cookie-actions .full { grid-column: 1 / -1; }
.cookie-settings-btn { background: transparent; border: 1px solid var(--line-strong); color: var(--ink); }
.cookie-settings-btn:hover { background: var(--surface-2); color: var(--ink); }
/* consent parity — "Reddet" must read with the same visual weight as "Kabul et" (no dark pattern) */
.cookie-actions [data-consent="reject"] {
  background: var(--surface-2); color: var(--ink);
  border: 1.5px solid var(--ink); font-weight: 400;
}
.cookie-actions [data-consent="reject"]:hover,
.cookie-actions [data-consent="reject"]:focus-visible {
  background: var(--ink); color: var(--surface); border-color: var(--ink);
  transform: translateY(-2px); box-shadow: 0 12px 26px -14px rgba(17,17,17,.6);
}

/* cookie settings modal */
.cookie-modal { position: fixed; inset: 0; z-index: 10000; display: none; align-items: center; justify-content: center; padding: 20px; }
.cookie-modal.is-open { display: flex; }
.cookie-modal__backdrop { position: absolute; inset: 0; background: rgba(17,17,17,.6); }
.cookie-modal__panel { position: relative; background: var(--surface); border-radius: 16px; max-width: 480px; width: 100%; padding: 30px; max-height: 88vh; overflow-y: auto; }
.cookie-modal__panel h3 { font-size: 1.5rem; margin-bottom: 16px; }
.toggle-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.toggle-row h4 { font-size: 1rem; margin-bottom: 4px; }
.toggle-row p { font-size: 13px; color: var(--ink-faint); margin: 0; }
.switch { position: relative; width: 46px; height: 26px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .slider { position: absolute; inset: 0; background: var(--line-strong); border-radius: 999px; transition: background .2s ease; cursor: pointer; }
.switch .slider::before { content: ""; position: absolute; width: 20px; height: 20px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: transform .2s ease; }
.switch input:checked + .slider { background: var(--accent); }
.switch input:checked + .slider::before { transform: translateX(20px); }
.switch input:disabled + .slider { opacity: .5; }

/* =========================================================================
   REVEAL / MOTION
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[style*="--i"] { transition-delay: calc(var(--i) * 90ms); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero__photo { animation: none !important; transform: scale(1.04) !important; }
  .hero__title .word { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero__sub, .hero__actions, .hero__stats { opacity: 1 !important; transform: none !important; }
}
html.no-js .reveal { opacity: 1; transform: none; }
html.no-js .hero__title .word,
html.no-js .hero__sub, html.no-js .hero__actions, html.no-js .hero__stats { transform: none; opacity: 1; }
html.no-js .hero__photo { animation: none; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1024px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: block; }
}
@media (max-width: 640px) {
  body { font-size: 17px; }
  .contact-card { padding: 20px; }
  .cookie-actions { grid-template-columns: 1fr; }
}
.long { word-break: break-word; overflow-wrap: anywhere; }

.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--accent);z-index:9998;transition:width 80ms linear;pointer-events:none}

/* header-cta-padding-guard v1 */
.nav-desktop a.nav-cta, header a.nav-cta, .site-header a.nav-cta {
  padding: 10px 18px;
}

/* =========================================================================
   PREMIUM ELEVATION — art direction finishing (Termik / yamaç paraşütü)
   ========================================================================= */

/* section vertical rhythm — a touch more air */
.section { padding: clamp(64px, 9.5vw, 130px) 0; }

/* editorial closing CTA — centered invitation framed with horizon rules.
   Scoped to centered containers so left-aligned tight sections are untouched. */
.section--tight .container[style*="center"] { position: relative; }
.section--tight .container[style*="center"]::before,
.section--tight .container[style*="center"]::after {
  content: ""; display: block; width: clamp(40px, 8vw, 88px); height: 1px;
  margin: 0 auto; background: var(--line-strong);
}
.section--tight .container[style*="center"]::before { margin-bottom: clamp(32px, 5vw, 54px); }
.section--tight .container[style*="center"]::after { margin-top: clamp(32px, 5vw, 54px); }

/* dropcap wing — recolor stroke to accent for cohesion */
.dropcap .wing-path { stroke: var(--accent); }
.dropcap .wing-fill { fill: var(--accent-wash); }

/* hikaye drop-cap first letter uses the display face */
.hikaye__text p:first-of-type::first-letter { font-family: var(--display); font-weight: 600; }

/* reveal stagger — slightly richer easing, point will-change only while pending */
.reveal { will-change: opacity, transform; }
.reveal.is-in { will-change: auto; }

/* links inside prose — accent underline on hover */
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose a:hover { color: var(--accent-deep); }

/* keep primary CTA unmistakable everywhere (contrast + no blend) */
.btn-primary { background: var(--ink); color: #fff; }

/* drawer CTA — explicit high-specificity color guard (dark drawer link legibility) */
.drawer a.btn-primary, .drawer a.drawer-cta, nav#drawer a.drawer-cta {
  color: #fff !important;
}

/* cookie heading in display face */
.cookie-banner h4, .cookie-modal__panel h3 { font-weight: 500; }
.toggle-row h4 { font-weight: 500; }

/* motion safety — disable all decorative transitions/animation on reduced-motion.
   Content stays fully visible (opacity:1) and static. */
@media (prefers-reduced-motion: reduce) {
  .ajanda__row::before,
  .contact-card, .contact-card__icon,
  .voice, .member, .member img, .plan, .arsiv__item, .arsiv__item img,
  .hours-grid .row {
    transition: none !important;
  }
  .plan--feature { transform: none !important; }
  .dropcap .wing-path { animation: none !important; stroke-dashoffset: 0 !important; }
  .dropcap .wing-fill { opacity: 1 !important; }
}

/* no-js safety — reveal already handled; keep decorative fills visible */
html.no-js .dropcap .wing-path { stroke-dashoffset: 0; }
html.no-js .dropcap .wing-fill { opacity: 1; }
