/* Marka token'ları app theme.ts ile aynı (krem #ECE5D7, ink #1B1813).
   Fraunces app'in display fontu; marka sadakati için kullanılıyor. */
:root {
  color-scheme: light;
  --ink: #1b1813;
  --ink-deep: #14120e;
  --muted: #6e6859;
  --paper: #ece5d7;
  --cream: #fbf8f1;
  --line: #d6cdba;
  --gold: #8a6a24;
  --max: 1240px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.serif { font-family: "Fraunces", Georgia, serif; font-weight: 600; letter-spacing: -0.015em; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* Ortak kabuk */
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.eyebrow {
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin: 0 0 18px;
}

/* Film greni */
.grain {
  position: fixed; inset: 0; z-index: 60; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── Nav ─────────────────────────────────────── */
.nav {
  position: fixed; z-index: 40; top: 0; left: 0; right: 0;
  transition: background 300ms ease, color 300ms ease, border-color 300ms ease;
  color: var(--cream); border-bottom: 1px solid transparent;
}
.nav.solid {
  background: rgba(236, 229, 215, 0.92); color: var(--ink);
  border-bottom-color: rgba(27, 24, 19, 0.08); backdrop-filter: blur(16px);
}
.nav-inner {
  width: min(var(--max), calc(100% - 40px)); height: 66px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.brand {
  font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 19px;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 13.5px; }
.nav-links a:not(.nav-cta) { opacity: 0.85; }
.nav-links a:not(.nav-cta):hover { opacity: 1; }
.nav-cta {
  display: inline-flex; align-items: center; min-height: 40px; padding: 0 18px;
  border-radius: 999px; border: 1px solid currentColor; font-weight: 640;
  letter-spacing: 0.04em; transition: transform 160ms ease;
}
.nav-cta:hover { transform: translateY(-1px); }
.nav-toggle { display: none; }

/* ── Butonlar ────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 24px; border-radius: 999px; font-weight: 660;
  font-size: 14.5px; white-space: nowrap; cursor: pointer;
  border: 1px solid var(--ink); background: var(--ink); color: var(--cream);
  transition: transform 160ms ease, opacity 160ms ease;
}
.btn:hover { transform: translateY(-1px); opacity: 0.92; }
.btn:active { transform: translateY(0) scale(0.98); }
.btn.ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn.on-image { border-color: var(--cream); background: var(--cream); color: var(--ink); }
.btn.on-image.ghost {
  background: rgba(20, 18, 14, 0.25); color: var(--cream);
  border-color: rgba(251, 248, 241, 0.55); backdrop-filter: blur(6px);
}
.textlink {
  display: inline-flex; align-items: center; gap: 6px; font-weight: 640; font-size: 14.5px;
  color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: 2px;
  transition: gap 160ms ease, border-color 160ms ease;
}
.textlink:hover { gap: 11px; border-color: var(--ink); }

/* ── Hero ────────────────────────────────────── */
.hero {
  position: relative; min-height: 100dvh; display: flex; align-items: flex-end;
  color: var(--cream); isolation: isolate; overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(16,14,11,0.86) 0%, rgba(16,14,11,0.38) 44%, rgba(16,14,11,0.12) 72%, rgba(16,14,11,0.34) 100%);
}
.hero-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 120px 0 54px; }
.hero h1 { margin: 0; max-width: 16ch; font-size: clamp(44px, 7vw, 96px); line-height: 1.0; }
.hero h1 .w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.hero h1 .w i { display: inline-block; font-style: normal; }
.hero .lead { margin: 24px 0 0; max-width: 44ch; font-size: 18px; line-height: 1.6; color: rgba(251,248,241,0.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-tags {
  margin-top: 40px; font-size: 12.5px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(251,248,241,0.72); font-weight: 600;
}

/* ── Bölüm başlığı ───────────────────────────── */
section { position: relative; }
.sec { padding: clamp(72px, 11vh, 132px) 0; }
.sec-head { max-width: 40ch; }
.sec-head h2 { margin: 0; font-size: clamp(30px, 4.4vw, 56px); line-height: 1.05; }
.sec-head p { margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 52ch; }

/* ── 02 Nedir / manifesto ────────────────────── */
.nedir { background: var(--ink-deep); color: var(--cream); }
.nedir .big { margin: 0; font-size: clamp(34px, 5vw, 68px); line-height: 1.08; }
.nedir .big em { font-style: italic; font-weight: 500; color: var(--paper); }
.nedir p.body { margin: 30px 0 0; max-width: 54ch; color: rgba(251,248,241,0.78); font-size: 17px; line-height: 1.7; }
.nedir .body strong { color: var(--cream); font-weight: 640; }
.nedir .textlink { color: var(--cream); border-color: rgba(251,248,241,0.4); margin-top: 30px; }
.nedir .textlink:hover { border-color: var(--cream); }

/* ── 03 North Club Dünyası ───────────────────── */
.worlds-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 54px; }
.world {
  position: relative; overflow: hidden; border-radius: 10px; min-height: 300px;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 30px;
  color: var(--cream); isolation: isolate;
}
.world::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(150deg, #2a2620, #14120e 70%);
  transition: transform 700ms var(--ease);
}
.world.w-sports::before { background: linear-gradient(150deg, #33465a, #14120e 72%); }
.world.w-events::before { background: linear-gradient(150deg, #5a4633, #14120e 72%); }
.world.w-travel::before { background: linear-gradient(150deg, #2f5450, #14120e 72%); }
.world.w-community::before { background: linear-gradient(150deg, #4a3a52, #14120e 72%); }
.world:hover::before { transform: scale(1.06); }
.world .w-kicker { font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(251,248,241,0.7); }
.world h3 { margin: 8px 0 10px; font-size: clamp(26px, 3vw, 34px); }
.world p { margin: 0 0 18px; color: rgba(251,248,241,0.82); font-size: 15px; line-height: 1.55; max-width: 34ch; }
.world .textlink { color: var(--cream); border-color: rgba(251,248,241,0.45); }
.world .textlink:hover { border-color: var(--cream); }

/* ── 04 Sporlar ──────────────────────────────── */
.sports-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.sport {
  border: 1px solid var(--line); border-radius: 10px; padding: 26px 24px; background: var(--cream);
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease);
}
.sport:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(27,24,19,0.10); }
.sport .s-name { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 23px; letter-spacing: 0.01em; }
.sport p { margin: 10px 0 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.sports-note {
  margin-top: 30px; padding: 22px 24px; border-radius: 10px; background: rgba(138,106,36,0.08);
  color: var(--ink); font-size: 14.5px; line-height: 1.6;
}
.sports-note strong { font-weight: 660; }
.sports-extra { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-size: 12.5px; border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; color: var(--muted); }

/* ── 05 Etkinlikler ──────────────────────────── */
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.event {
  position: relative; overflow: hidden; border-radius: 10px; min-height: 220px; padding: 24px;
  display: flex; flex-direction: column; justify-content: space-between; color: var(--cream); isolation: isolate;
}
.event::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(160deg, #3a3630, #16130f 78%); }
.event .e-tag { font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(251,248,241,0.72); }
.event h3 { margin: 0; font-size: 24px; line-height: 1.1; }
.event .e-meta { font-size: 13.5px; color: rgba(251,248,241,0.78); }
.events-cta { margin-top: 38px; }

/* ── 06 Travel ───────────────────────────────── */
.travel { background: var(--ink-deep); color: var(--cream); }
.travel .sec-head h2 { color: var(--cream); }
.travel .sec-head p { color: rgba(251,248,241,0.78); }
.feature-trip {
  position: relative; overflow: hidden; border-radius: 12px; margin-top: 48px; min-height: 460px;
  display: flex; align-items: flex-end; isolation: isolate;
}
.feature-trip img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.feature-trip::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(16,14,11,0.88) 0%, rgba(16,14,11,0.25) 60%, rgba(16,14,11,0.1) 100%);
}
.feature-trip .ft-body { padding: 40px; max-width: 46ch; }
.feature-trip .ft-name { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(40px, 6vw, 72px); line-height: 0.98; }
.feature-trip .ft-meta { margin: 10px 0 0; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(251,248,241,0.82); }
.feature-trip .ft-desc { margin: 16px 0 22px; color: rgba(251,248,241,0.85); font-size: 15.5px; line-height: 1.6; }
.feature-trip .textlink { color: var(--cream); border-color: rgba(251,248,241,0.5); }
.routes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }
.route {
  border: 1px solid rgba(251,248,241,0.2); border-radius: 10px; padding: 22px 20px;
  min-height: 130px; display: flex; flex-direction: column; justify-content: space-between;
  transition: background 260ms ease;
}
.route:hover { background: rgba(251,248,241,0.06); }
.route .r-name { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 21px; }
.route .r-soon { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(251,248,241,0.6); }

/* ── 07 Community ────────────────────────────── */
.community-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 20px; align-items: center; margin-top: 48px; }
.community-copy .big { margin: 0; font-size: clamp(30px, 4.2vw, 52px); line-height: 1.06; }
.community-copy p { margin: 22px 0 0; color: var(--muted); font-size: 16.5px; line-height: 1.7; max-width: 46ch; }
.community-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.community-photos figure { margin: 0; border-radius: 8px; overflow: hidden; }
.community-photos img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1/1; transition: transform 700ms var(--ease); }
.community-photos figure:nth-child(1) { grid-row: span 2; }
.community-photos figure:nth-child(1) img { aspect-ratio: 3/4; }
.community-photos figure:hover img { transform: scale(1.04); }

/* ── 08 Uygulama ─────────────────────────────── */
.app .sec-head h2 { max-width: 14ch; }
.phones { display: flex; justify-content: center; align-items: flex-start; gap: clamp(4px, 1vw, 16px); margin-top: 44px; }
.phone-wrap { margin: 0; text-align: center; width: min(300px, 30%); flex-shrink: 0; }
.phone-wrap:nth-child(1) .phone { transform: rotate(-6deg) translateY(34px); }
.phone-wrap:nth-child(3) .phone { transform: rotate(6deg) translateY(34px); }
.phone-wrap:nth-child(2) { z-index: 2; width: min(330px, 33%); }
.phone {
  border-radius: clamp(34px, 3.4vw, 46px); padding: clamp(7px, 0.7vw, 10px); background: var(--ink-deep);
  box-shadow: 0 30px 70px rgba(27,24,19,0.32), inset 0 1px 0 rgba(251,248,241,0.12);
  transition: transform 500ms var(--ease);
}
.phone-wrap:hover .phone { transform: rotate(0deg) translateY(-10px); }
.phone .screen { position: relative; overflow: hidden; border-radius: clamp(27px, 2.8vw, 38px); aspect-ratio: 780 / 1300; }
.phone .screen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone .screen::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 22%; background: linear-gradient(to bottom, rgba(20,18,14,0), rgba(20,18,14,0.9)); pointer-events: none; }
.appfeatures { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 32px; margin-top: 72px; }
.feat .f-name { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.feat h3 { margin: 8px 0 8px; font-size: 20px; }
.feat p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.stores { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 56px; align-items: center; justify-content: center; }
.store {
  display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--line);
  border-radius: 12px; padding: 12px 20px; background: var(--cream); min-width: 200px;
}
.store .st-k { font-size: 11px; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; }
.store .st-v { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 17px; }
.store .st-soon { margin-left: auto; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }

/* ── 09 Nasıl çalışır ────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px; }
.step .st-no { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 15px; color: var(--gold); letter-spacing: 0.1em; }
.step h3 { margin: 10px 0 8px; font-size: 20px; }
.step p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.6; }

/* ── 10 Avantajlar ───────────────────────────── */
.perks-cats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.perk-cat {
  border: 1px solid var(--line); border-radius: 999px; padding: 13px 22px; background: var(--cream);
  font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 15.5px; letter-spacing: 0.02em;
}
.perks-note { margin-top: 26px; color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 60ch; }

/* ── 11 Üyelik ───────────────────────────────── */
.membership { background: var(--ink-deep); color: var(--cream); }
.membership .sec-head h2 { color: var(--cream); max-width: 16ch; }
.membership .m-lead { margin: 20px 0 0; color: rgba(251,248,241,0.8); font-size: 17px; line-height: 1.7; max-width: 54ch; }
.m-list { list-style: none; padding: 0; margin: 44px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 32px; }
.m-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.5; }
.m-list .tick { flex-shrink: 0; color: var(--gold); font-weight: 700; }
.membership .m-actions { margin-top: 44px; }
.m-note { margin-top: 20px; font-size: 13.5px; color: rgba(251,248,241,0.6); max-width: 60ch; line-height: 1.6; }

/* ── 12 SSS ──────────────────────────────────── */
.faq-list { margin-top: 40px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 22px 40px 22px 0; position: relative;
  font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(18px, 2.2vw, 22px);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-family: ui-sans-serif, system-ui, sans-serif; font-size: 24px; color: var(--muted); transition: transform 200ms ease;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 0 0 24px; color: var(--muted); font-size: 15.5px; line-height: 1.7; max-width: 70ch; }

/* ── 13 Başvuru ──────────────────────────────── */
.apply-inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; }
.apply-copy h2 { margin: 0; font-size: clamp(30px, 4.4vw, 52px); line-height: 1.05; }
.apply-copy p { margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.apply-copy .contact-line a { color: var(--ink); border-bottom: 1px solid var(--line); }
form { margin: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12.5px; color: var(--muted); letter-spacing: 0.02em; }
.field input, .field select, .field textarea {
  font: inherit; font-size: 15px; color: var(--ink); background: var(--cream);
  border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px; width: 100%;
  transition: border-color 160ms ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); }
.field textarea { resize: vertical; min-height: 92px; }
.kvkk { grid-column: 1 / -1; display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: var(--muted); line-height: 1.5; }
.kvkk input { margin-top: 3px; flex-shrink: 0; }
.form-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.form-note { font-size: 13px; color: var(--muted); }
.form-note.error { color: #9c3b2c; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-success { display: none; }
.form-success h3 { margin: 0 0 10px; font-size: clamp(24px, 3vw, 34px); }
.form-success p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 44ch; }

/* ── Final CTA ───────────────────────────────── */
.finalcta {
  position: relative; overflow: hidden; isolation: isolate; color: var(--cream); text-align: center;
  padding: clamp(90px, 16vh, 180px) 0;
}
.finalcta img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.finalcta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(16,14,11,0.68); }
.finalcta h2 { margin: 0 auto; max-width: 18ch; font-size: clamp(36px, 6vw, 76px); line-height: 1.0; }
.finalcta .fc-sub { margin: 20px 0 32px; font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(251,248,241,0.82); }

/* ── Footer ──────────────────────────────────── */
.footer { background: var(--ink-deep); color: var(--cream); padding: 72px 0 0; }
.foot-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.foot-brand .serif { font-size: 22px; letter-spacing: 0.14em; text-transform: uppercase; }
.foot-brand p { margin: 14px 0 0; color: rgba(251,248,241,0.7); font-size: 14.5px; line-height: 1.6; max-width: 34ch; }
.foot-col h4 { margin: 0 0 16px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(251,248,241,0.55); font-weight: 700; }
.foot-col a { display: block; padding: 6px 0; color: rgba(251,248,241,0.85); font-size: 14.5px; }
.foot-col a:hover { color: var(--cream); }
.foot-meta {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; align-items: center;
  margin-top: 56px; padding: 22px 0; border-top: 1px solid rgba(251,248,241,0.14);
  font-size: 13px; color: rgba(251,248,241,0.6);
}
.foot-mark {
  font-family: "Fraunces", Georgia, serif; font-weight: 600; text-align: center; line-height: 0.9;
  font-size: clamp(56px, 15vw, 200px); letter-spacing: 0.02em; color: rgba(251,248,241,0.07);
  padding: 10px 0 26px; user-select: none;
}

/* ── Reveal ──────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ── Responsive ──────────────────────────────── */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .worlds-grid, .sports-grid, .events-grid, .steps, .appfeatures, .m-list, .routes { grid-template-columns: 1fr 1fr; }
  .community-grid { grid-template-columns: 1fr; }
  .apply-inner { grid-template-columns: 1fr; gap: 32px; }
  .foot-cols { grid-template-columns: 1fr 1fr; }
  .phones { flex-wrap: wrap; }
  .phone-wrap, .phone-wrap:nth-child(2) { width: min(280px, 70%); }
  .phone-wrap:nth-child(1) .phone, .phone-wrap:nth-child(3) .phone { transform: none; }
  .phone-wrap:nth-child(1) figcaption, .phone-wrap:nth-child(3) figcaption { margin-top: 18px; }
}
@media (max-width: 560px) {
  .worlds-grid, .sports-grid, .events-grid, .steps, .appfeatures, .m-list, .routes, .form-grid, .foot-cols { grid-template-columns: 1fr; }
  .hero-inner { padding: 100px 0 40px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: 0.01ms !important; }
}

/* ═══ İç sayfalar (Faz 2) ═══════════════════════ */

/* Interior page header — homepage hero'nun kısa varyantı */
.pagehead {
  position: relative; overflow: hidden; isolation: isolate; color: var(--cream);
  min-height: 62vh; display: flex; align-items: flex-end; padding-bottom: 8px;
}
.pagehead .ph-media { position: absolute; inset: 0; z-index: -2; }
.pagehead .ph-media img { width: 100%; height: 100%; object-fit: cover; }
.pagehead::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(16,14,11,0.86) 0%, rgba(16,14,11,0.4) 46%, rgba(16,14,11,0.18) 100%);
}
.pagehead.plain { min-height: auto; background: var(--ink-deep); }
.pagehead.plain::after { display: none; }
.pagehead .ph-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 128px 0 44px; }
.pagehead h1 { margin: 0; max-width: 18ch; font-size: clamp(38px, 6vw, 78px); line-height: 1.0; }
.pagehead .ph-lead { margin: 20px 0 0; max-width: 50ch; font-size: 17px; line-height: 1.6; color: rgba(251,248,241,0.85); }
.pagehead .ph-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Breadcrumb */
.crumbs { font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(251,248,241,0.7); margin: 0 0 18px; }
.crumbs a { color: inherit; border-bottom: 1px solid rgba(251,248,241,0.3); padding-bottom: 1px; }
.crumbs a:hover { border-color: var(--cream); }
.crumbs span { opacity: 0.6; margin: 0 8px; }

/* İki kolon içerik (detay sayfaları) */
.split { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: start; }
.prose p { margin: 0 0 18px; color: var(--muted); font-size: 16.5px; line-height: 1.75; max-width: 60ch; }
.prose p:last-child { margin-bottom: 0; }
.prose .lede { color: var(--ink); font-size: clamp(19px, 2.4vw, 24px); line-height: 1.5; font-family: "Fraunces", Georgia, serif; font-weight: 500; margin-bottom: 24px; }

/* Included / özellik listesi */
.incl { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.incl li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.5; color: var(--ink); }
.incl .tick { flex-shrink: 0; color: var(--gold); font-weight: 700; }

/* Yan kart (sticky özet) */
.aside-card { border: 1px solid var(--line); border-radius: 12px; padding: 26px; background: var(--cream); }
.aside-card h3 { margin: 0 0 14px; font-size: 20px; }
.aside-card .row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.aside-card .row:last-of-type { border-bottom: 0; }
.aside-card .row span:first-child { color: var(--muted); }
.aside-card .btn { width: 100%; margin-top: 18px; }

/* Galeri şeridi */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.gallery figure { margin: 0; border-radius: 8px; overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; transition: transform 700ms var(--ease); }
.gallery figure:hover img { transform: scale(1.04); }

/* Liste index kartları (sporlar/tatiller/etkinlikler index → detay linki) */
.index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.index-card {
  position: relative; overflow: hidden; border-radius: 12px; min-height: 340px; isolation: isolate;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: var(--cream);
}
.index-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease); }
.index-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(16,14,11,0.9) 0%, rgba(16,14,11,0.25) 60%, rgba(16,14,11,0.1) 100%); }
.index-card.nophoto::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(150deg, #33465a, #14120e 72%); }
.index-card:hover img { transform: scale(1.05); }
.index-card .ic-kicker { font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(251,248,241,0.72); }
.index-card h3 { margin: 8px 0 8px; font-size: 26px; }
.index-card p { margin: 0 0 16px; color: rgba(251,248,241,0.82); font-size: 14.5px; line-height: 1.5; }
.index-card .textlink { color: var(--cream); border-color: rgba(251,248,241,0.45); }

@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; gap: 32px; }
  .gallery, .index-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .gallery, .index-grid { grid-template-columns: 1fr; }
}

/* Aktif sayfanın nav linki */
.nav-links a[aria-current="page"] { opacity: 1; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
