:root {
  --ink: #0b0b0b;
  --paper: #f2eee5;
  --paper-soft: #f8f5ee;
  --gold: #c9a458;
  --gold-light: #e4c982;
  --red: #8d2026;
  --muted: #777168;
  --line: rgba(19, 17, 14, 0.15);
  --shadow: 0 30px 80px rgba(15, 12, 8, 0.15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

/* Scroll kontrollü üç boyutlu açılış */
.experience {
  position: relative;
  z-index: 20;
  height: 1200svh;
  background: #070506;
  color: #fff;
}

.experience-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #080506 url("Tam_Sahne_Baslangic.png") center / cover no-repeat;
}

.experience-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 1.2s ease; }
.experience-sticky.is-ready .experience-canvas { opacity: 1; }
.experience-vignette { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: radial-gradient(circle at 55% 46%, transparent 20%, rgba(3,1,2,.12) 58%, rgba(3,1,2,.82) 108%), linear-gradient(90deg, rgba(5,2,2,.68), transparent 42%, rgba(3,2,4,.14)); }
.experience-grain { position: absolute; z-index: 3; inset: -50%; pointer-events: none; opacity: .07; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); animation: grainShift .35s steps(2) infinite; }

.experience-loading { position: absolute; z-index: 8; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: #080506; transition: opacity .8s, visibility .8s; }
.experience-loading.is-hidden { opacity: 0; visibility: hidden; }
.experience-loading strong { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.experience-loading small { color: var(--gold); font-size: 11px; letter-spacing: .18em; }
.loading-mark { position: relative; width: 54px; height: 54px; margin-bottom: 12px; border: 1px solid rgba(201,164,88,.32); border-radius: 50%; }
.loading-mark::before, .loading-mark i { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(201,164,88,.65); border-radius: 50%; animation: loadingOrbit 1.8s linear infinite; }
.loading-mark i { inset: 18px; background: var(--gold); border: 0; }

.experience-copy { position: absolute; z-index: 4; left: clamp(22px, 6vw, 110px); top: 50%; width: min(580px, calc(100% - 44px)); transform: translateY(-50%); text-shadow: 0 4px 28px rgba(0,0,0,.75); pointer-events: none; }
.experience-copy.is-changing { animation: copyReveal .72s cubic-bezier(.2,.75,.2,1); }
.experience-kicker { margin: 0 0 19px; color: var(--gold-light); font-size: 10px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.experience-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(45px, 6.1vw, 94px); font-weight: 600; line-height: .92; letter-spacing: -.055em; }
.experience-copy h1 em { color: var(--gold-light); font-weight: 500; }
.experience-note { max-width: 450px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: clamp(15px, 1.45vw, 20px); line-height: 1.6; }
.experience-sticky.is-reading .experience-copy { top: auto; bottom: 62px; left: 34px; width: min(390px, calc(100% - 68px)); padding: 17px 20px 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(7,4,4,.58); transform: none; backdrop-filter: blur(12px); }
.experience-sticky.is-reading .experience-copy h1 { font-size: clamp(31px, 3.2vw, 48px); line-height: .94; }
.experience-sticky.is-reading .experience-note { margin-top: 12px; font-size: 13px; line-height: 1.45; }
.experience-sticky.is-reading .experience-kicker { margin-bottom: 10px; }

.experience-hud { position: absolute; z-index: 5; right: clamp(20px, 4vw, 66px); bottom: 37px; left: clamp(20px, 4vw, 66px); display: grid; grid-template-columns: auto minmax(90px, 280px) auto; justify-content: end; align-items: center; gap: 17px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.experience-line { height: 1px; overflow: hidden; background: rgba(255,255,255,.22); }
.experience-line i { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.experience-skip { position: absolute; z-index: 6; top: 28px; right: 34px; display: flex; align-items: center; gap: 9px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; backdrop-filter: blur(10px); transition: .3s; }
.experience-skip:hover { border-color: var(--gold); color: var(--gold-light); }
.experience-fallback { position: absolute; z-index: 7; right: 24px; bottom: 72px; left: 24px; margin: 0; color: rgba(255,255,255,.75); text-align: center; }
.experience-static::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.62), transparent 70%); }

@keyframes loadingOrbit { to { transform: rotate(360deg); } }
@keyframes copyReveal { from { opacity: .15; transform: translateY(18px); filter: blur(5px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
@keyframes grainShift { 0% { transform: translate(0,0); } 25% { transform: translate(2%,-3%); } 50% { transform: translate(-3%,2%); } 75% { transform: translate(3%,3%); } }

::selection { background: var(--gold); color: var(--ink); }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
img.missing { opacity: 0; }
button { font: inherit; }

.scroll-progress {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.cursor-glow {
  position: fixed;
  z-index: 2;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(201, 164, 88, 0.08);
  filter: blur(65px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.ustbar {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  width: min(1240px, calc(100% - 36px));
  min-height: 82px;
  padding: 12px 16px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(10, 10, 10, 0.76);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: top .3s ease, background .3s ease, min-height .3s ease;
}

.ustbar.scrolled { top: 8px; min-height: 70px; background: rgba(8, 8, 8, 0.92); }

.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }

.logo-frame {
  position: relative;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 88, .65);
  border-radius: 50%;
  background: #171717;
}

.logo { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.logo-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: var(--gold); font-family: var(--serif); font-size: 17px; }

.ustbaryazi { color: #fff; font-family: var(--serif); font-size: clamp(22px, 2vw, 30px); font-weight: 600; letter-spacing: -.03em; }
.ustbaryazi em, .altbaryazi em, .closing-cta h2 em, .ustyaz em { color: var(--gold-light); font-weight: 500; }

.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links > a:not(.satislink) { position: relative; padding: 13px 18px; color: #e6e1d8; font-size: 14px; font-weight: 500; letter-spacing: .04em; }
.nav-links > a:not(.satislink)::after { content: ""; position: absolute; right: 18px; bottom: 8px; left: 18px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .3s ease; }
.nav-links > a:not(.satislink):hover::after { transform: scaleX(1); }

.satinbut, .kesfetbut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .3s ease, background .3s ease, color .3s ease, box-shadow .3s ease;
}

.satinbut:hover, .kesfetbut:hover { transform: translateY(-3px); background: var(--gold-light); box-shadow: 0 12px 30px rgba(201, 164, 88, .25); }

.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 5px 0; background: #fff; transition: transform .3s, opacity .3s; }

.banner { position: relative; min-height: 100svh; overflow: hidden; background: #090909; color: #fff; }
.hero-media, .hero-shade, .banner-fallback { position: absolute; inset: 0; }
.bannergor { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; filter: brightness(48%) saturate(.72); animation: heroZoom 18s ease-out both; }
.hero-shade { z-index: 3; background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.22) 60%, rgba(0,0,0,.48)), linear-gradient(0deg, rgba(0,0,0,.72), transparent 48%); }
.banner-fallback { overflow: hidden; background: radial-gradient(circle at 68% 45%, #4b281c 0, #18120f 31%, #090909 68%); }
.banner-fallback::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent); }

.orbit { position: absolute; border: 1px solid rgba(201,164,88,.32); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; right: -80px; top: 12%; animation: float 9s ease-in-out infinite; }
.orbit-two { width: 380px; height: 380px; right: 8%; top: 28%; animation: float 7s ease-in-out infinite reverse; }
.floating-word { position: absolute; color: rgba(255,255,255,.08); font-family: var(--serif); font-size: 10vw; }
.word-one { right: 8%; top: 20%; }.word-two { right: 24%; bottom: 8%; }.word-three { right: -2%; bottom: 18%; }

.hero-content { position: relative; z-index: 4; width: min(1180px, calc(100% - 48px)); min-height: 100svh; margin: auto; padding-top: 180px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 13px; }
.eyebrow span { width: 28px; height: 1px; background: var(--gold); }
.ustyaz { max-width: 860px; margin: 0; font-family: var(--serif); font-size: clamp(62px, 9vw, 130px); font-weight: 600; line-height: .9; letter-spacing: -.06em; }
.hero-text { max-width: 560px; margin: 34px 0 0; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: clamp(18px, 2vw, 24px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.kesfetbut { min-height: 56px; padding-inline: 28px; }
.ghost-button { min-height: 56px; padding: 0 26px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; font-size: 14px; transition: border-color .3s, background .3s; }
.ghost-button:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.scroll-cue { position: absolute; z-index: 4; right: 38px; bottom: 36px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; transform: rotate(90deg); transform-origin: bottom right; }
.scroll-cue span { width: 54px; height: 1px; overflow: hidden; background: rgba(255,255,255,.3); }

.book-section { padding: 150px 0 170px; overflow: hidden; }
.section-heading { margin-bottom: 75px; text-align: center; }
.mainbaslik, .hakkindabas { margin: 0; font-family: var(--serif); font-size: clamp(50px, 7vw, 82px); line-height: 1; letter-spacing: -.05em; }
.gold-line { display: block; width: 48px; height: 1px; margin: 28px auto 0; background: var(--gold); }

.book-showcase { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(50px, 10vw, 140px); }
.gorarka { position: relative; min-height: 680px; display: grid; place-items: center; perspective: 1200px; }
.book-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: rgba(201,164,88,.22); filter: blur(65px); }
.book-frame { position: relative; z-index: 2; width: min(370px, 85%); aspect-ratio: .69; overflow: hidden; border-radius: 4px 12px 12px 4px; background: #17110e; box-shadow: -18px 25px 55px rgba(24,17,10,.32), inset 5px 0 8px rgba(255,255,255,.14); transform: rotateY(8deg) rotateZ(-2deg); transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.book-frame:hover { transform: rotateY(0) rotateZ(0) translateY(-10px); }
.kitapkapak, .kitapkapak2 { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.cover-fallback { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px; color: #e4d4af; text-align: center; background: radial-gradient(circle at 50% 35%, #72262a, #25100f 60%, #110908); }
.cover-fallback::before, .cover-fallback::after { content: ""; position: absolute; width: 56%; aspect-ratio: 1; border: 1px solid rgba(228,212,175,.36); border-radius: 50%; }
.cover-fallback::after { width: 40%; }
.cover-fallback small { margin-bottom: 50px; letter-spacing: .3em; }
.cover-fallback strong { z-index: 1; font-family: var(--serif); font-size: clamp(28px, 4vw, 46px); line-height: 1; letter-spacing: -.03em; }
.cover-fallback span { width: 35px; height: 1px; margin-top: 45px; background: var(--gold); }
.book-shadow { position: absolute; z-index: 1; bottom: 25px; width: 390px; height: 45px; border-radius: 50%; background: rgba(0,0,0,.28); filter: blur(20px); }

.book-copy { position: relative; padding: 58px 0 58px 72px; border-left: 1px solid var(--line); }
.author-byline { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #39342d; font-family: var(--serif); font-size: clamp(17px, 1.55vw, 22px); font-style: italic; line-height: 1.2; }
.author-byline span { color: var(--gold); font-family: var(--sans); font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.quote-mark { position: absolute; top: -38px; left: 45px; color: rgba(141,32,38,.12); font-family: Georgia, serif; font-size: 180px; line-height: 1; }
.kitaphak2 { position: relative; margin: 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 45px); font-weight: 500; line-height: 1.48; letter-spacing: -.025em; }
.book-note { max-width: 530px; margin: 36px 0 28px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.inline-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid var(--gold); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.inline-link span { transition: transform .3s; }.inline-link:hover span { transform: translate(3px, -3px); }

.divider-quote { overflow: hidden; padding: 27px 0; border-block: 1px solid rgba(201,164,88,.25); background: var(--ink); color: var(--gold); }
.marquee { display: flex; width: max-content; font-family: var(--serif); font-size: 25px; letter-spacing: .14em; white-space: nowrap; animation: marquee 24s linear infinite; }

.Hakkında { padding: 155px 0; }
.foreword-card { position: relative; max-width: 900px; margin: 0 auto; padding: clamp(45px, 8vw, 100px); overflow: hidden; border: 1px solid rgba(137,112,62,.25); background: var(--paper-soft); box-shadow: var(--shadow); }
.foreword-card::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(137,112,62,.14); pointer-events: none; }
.page-number { position: absolute; top: 28px; right: 34px; color: var(--gold); font-family: var(--serif); font-size: 13px; }
.onsoz { position: relative; margin: 0; color: #3c3933; font-family: var(--serif); font-size: clamp(17px, 2vw, 21px); line-height: 1.85; text-align: center; }
.onsoz strong:first-child { color: var(--ink); font-size: 1.45em; font-weight: 600; }
.ben { display: inline-block; color: var(--red); font-size: 1.6em; letter-spacing: .2em; }
.author-note { max-width: 720px; margin: 42px auto 0; padding: 32px 0 0; border-top: 1px solid rgba(137,112,62,.28); text-align: center; }
.author-note .section-kicker { margin-bottom: 12px; }
.author-note h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.author-note p:last-child { max-width: 590px; margin: 18px auto 0; color: var(--muted); font-size: 15px; line-height: 1.75; }

.closing-cta { position: relative; z-index: 1; width: min(1176px, calc(100% - 48px)); margin-bottom: -108px; padding: 90px 40px; overflow: hidden; background: var(--red); color: #fff; text-align: center; box-shadow: 0 30px 80px rgba(70,12,16,.28); }
.closing-cta::after { content: ""; position: absolute; width: 400px; height: 400px; right: -120px; top: -180px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.closing-cta h2 { position: relative; z-index: 1; margin: 0; font-family: var(--serif); font-size: clamp(44px, 6vw, 76px); line-height: 1.05; letter-spacing: -.045em; }
.closing-cta .section-kicker { color: #e7c979; }
.cta-button { position: relative; z-index: 2; margin-top: 36px; }

.altbar { position: relative; overflow: hidden; padding: 250px 0 35px; background: #090909; color: #fff; }
.footer-orbit { position: absolute; width: 760px; height: 760px; left: -340px; top: 120px; border: 1px solid rgba(201,164,88,.12); border-radius: 50%; box-shadow: 0 0 0 100px rgba(201,164,88,.025), 0 0 0 200px rgba(201,164,88,.018); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; min-height: 590px; }
.altbaryazi { margin: 0; font-family: var(--serif); font-size: clamp(64px, 10vw, 140px); font-weight: 600; line-height: .84; letter-spacing: -.07em; }
.footer-book { display: flex; justify-content: center; }
.book-frame.small { width: 280px; transform: rotate(5deg); }
.footer-bottom { padding-top: 28px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); }
.telif { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { transition: color .3s; }.footer-links a:hover { color: var(--gold); }

.back-to-top { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(10,10,10,.86); color: var(--gold); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .3s ease; backdrop-filter: blur(10px); }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--gold); color: var(--ink); }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-24px) rotate(4deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .cursor-glow { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav-links { position: fixed; inset: -18px; min-height: 100svh; padding: 130px 28px 45px; flex-direction: column; justify-content: center; gap: 8px; background: rgba(8,8,8,.98); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .35s ease; }
  .nav-links.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-links > a:not(.satislink) { color: #fff; font-family: var(--serif); font-size: 35px; }
  .satislink { margin-top: 25px; }
  .book-showcase, .footer-grid { grid-template-columns: 1fr; }
  .book-copy { padding: 45px 0 0; border-top: 1px solid var(--line); border-left: 0; text-align: center; }
  .author-byline { justify-content: center; }
  .book-note { margin-inline: auto; }
  .quote-mark { left: 50%; transform: translateX(-50%); }
  .footer-grid { padding-bottom: 80px; text-align: center; }
  .footer-grid .section-kicker { text-align: center; }
}

@media (max-width: 620px) {
  .experience { height: 1040svh; }
  .experience-vignette { background: linear-gradient(0deg, rgba(5,2,2,.86), transparent 62%), radial-gradient(circle at 50% 35%, transparent 15%, rgba(3,1,2,.62) 95%); }
  .experience-copy { top: auto; bottom: 115px; transform: none; }
  .experience-copy h1 { font-size: clamp(42px, 13vw, 64px); }
  .experience-note { max-width: 92%; margin-top: 16px; font-size: 15px; }
  .experience-sticky.is-reading .experience-copy { right: 15px; bottom: 78px; left: 15px; width: auto; padding: 13px 15px 14px; }
  .experience-sticky.is-reading .experience-copy h1 { font-size: clamp(28px, 8vw, 38px); }
  .experience-sticky.is-reading .experience-note { display: none; }
  .experience-hud { right: 18px; bottom: 28px; left: 18px; grid-template-columns: auto 1fr; }
  .experience-action { display: none; }
  .experience-skip { top: 18px; right: 18px; }
  .section-shell, .hero-content { width: min(100% - 30px, 1180px); }
  .ustbar { top: 10px; width: calc(100% - 20px); min-height: 68px; padding: 9px 11px 9px 13px; border-radius: 17px; }
  .logo-frame { width: 46px; height: 46px; }
  .ustbaryazi { font-size: 21px; }
  .hero-content { padding-top: 130px; justify-content: center; }
  .ustyaz { font-size: clamp(58px, 20vw, 88px); }
  .hero-text { margin-top: 25px; }
  .hero-actions { width: 100%; }
  .hero-actions a { width: 100%; }
  .scroll-cue { display: none; }
  .book-section, .Hakkında { padding: 100px 0; }
  .section-heading { margin-bottom: 52px; }
  .gorarka { min-height: 530px; }
  .book-frame { width: 78%; }
  .book-shadow { width: 75%; bottom: 15px; }
  .book-copy { padding-top: 35px; }
  .kitaphak2 { font-size: 25px; }
  .foreword-card { padding: 62px 28px 50px; }
  .onsoz br { display: none; }
  .onsoz br + br { display: block; content: ""; margin: 13px; }
  .closing-cta { width: calc(100% - 24px); padding: 72px 22px; margin-bottom: -75px; }
  .altbar { padding-top: 185px; }
  .footer-grid { min-height: auto; gap: 65px; }
  .footer-copy .section-kicker { line-height: 1.6; }
  .book-frame.small { width: 220px; }
  .footer-bottom { flex-direction: column; gap: 20px; text-align: center; }
  .footer-links { gap: 18px; flex-wrap: wrap; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .experience { height: 180svh; }
}
