/* Yücekaya Cevizcilik — mobile first */
:root {
  --ink: #120d09;
  --bark: #1c1510;
  --bark-2: #261c15;
  --leaf: #141a12;
  --leaf-2: #1d261a;
  --cream: #f2e9d8;
  --paper: #ece2cf;
  --shell: #c7a579;
  --gold: #c99f5f;
  --gold-soft: #e0c28e;
  --text-dark: #1d1611;
  --muted-dark: #5c4d40;
  --muted-light: rgba(242, 233, 216, .66);
  --line-light: rgba(242, 233, 216, .16);
  --line-dark: rgba(29, 22, 17, .16);
  --wa: #25d366;

  --serif: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --gutter: 20px;
  --max: 1320px;
  --radius: 4px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --sec-y: clamp(88px, 16vw, 200px);
  --bar-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: var(--bar-h); }
html:not(.lenis) { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
p { margin: 0 0 1.1em; }
h1, h2, h3 { margin: 0; font-weight: 400; }
em { font-style: italic; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: fixed; left: 12px; top: -60px; z-index: 200; background: var(--cream); color: var(--ink); padding: 10px 16px; border-radius: var(--radius); }
.skip:focus { top: 12px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.ico { width: 18px; height: 18px; flex: none; }
.nut { width: 22px; height: 22px; }

/* ---------- type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 22px;
  font-size: .72rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold);
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow .dot { display: none; }
.display {
  font-family: var(--serif);
  font-size: clamp(2.35rem, 9.6vw, 5.8rem);
  line-height: 1.02;
  letter-spacing: -.02em;
  font-variation-settings: 'opsz' 144;
  text-wrap: balance;
}
.display em, .quote em, .lead em, .pull em, .final__title em, .hero__title em { color: var(--gold-soft); font-weight: 300; }
.sec--cream .display em, .sec--cream .lead em, .sec--cream .pull em, .sec--cream .quote em { color: #9a6d34; }
.lead { font-family: var(--serif); font-size: clamp(1.3rem, 4.4vw, 1.85rem); line-height: 1.35; letter-spacing: -.01em; font-weight: 350; }
.quote {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(1.55rem, 5.6vw, 3.1rem); line-height: 1.2; letter-spacing: -.015em;
  max-width: 22ch; text-wrap: balance;
}

/* ---------- buttons ---------- */
.btn {
  --h: 54px;
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: var(--h); padding: 0 26px;
  border-radius: 999px;
  font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  transition: transform .5s var(--ease), background-color .4s, color .4s, border-color .4s;
  isolation: isolate;
}
.btn .ico { transition: transform .5s var(--ease); }
.btn:hover .ico { transform: translateX(4px); }
.btn:active { transform: scale(.97); }
.btn--sm { --h: 40px; padding: 0 18px; font-size: .7rem; }
.btn--block { width: 100%; }
.btn--cream { background: var(--cream); color: var(--ink); }
.btn--cream::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: var(--gold-soft); transform: translateY(101%); transition: transform .55s var(--ease);
}
.btn--cream:hover::after { transform: translateY(0); }
.btn--ghost { border: 1px solid rgba(242, 233, 216, .45); color: var(--cream); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); background: rgba(18, 13, 9, .18); }
.btn--ghost:hover { border-color: var(--cream); background: rgba(242, 233, 216, .1); }
.btn--wa { background: var(--cream); color: var(--ink); --h: 60px; }
.btn--wa .ico--wa { width: 22px; height: 22px; color: #1a9e4b; }
.btn--wa:hover { background: var(--gold-soft); }

/* ---------- curtain (intro) ---------- */
.curtain { display: none; }
.js .curtain {
  position: fixed; inset: 0; z-index: 150;
  display: grid; place-items: center;
  background: var(--ink);
  pointer-events: none;
  animation: curtainFailsafe 1s 3.5s var(--ease) forwards;
}
@keyframes curtainFailsafe { to { transform: translateY(-100%); visibility: hidden; } }
.curtain__mark { display: flex; align-items: center; gap: 12px; color: var(--cream); font-family: var(--serif); font-size: 1.6rem; letter-spacing: .02em; }
.curtain__mark .nut { width: 34px; height: 34px; color: var(--gold); }
.curtain__mark .nut path { stroke-dasharray: 200; stroke-dashoffset: 200; animation: draw 1.1s var(--ease) forwards; }
.curtain__mark span { opacity: 0; animation: fade .8s .3s var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fade { to { opacity: 1; } }
.curtain.is-done { transform: translateY(-100%); transition: transform 1s var(--ease); }

/* ---------- header ---------- */
.bar {
  position: fixed; inset: 0 0 auto; z-index: 90;
  height: var(--bar-h);
  display: flex; align-items: center; gap: 12px;
  padding: 0 var(--gutter);
  padding-top: env(safe-area-inset-top);
  height: calc(var(--bar-h) + env(safe-area-inset-top));
  transition: background-color .5s, backdrop-filter .5s, transform .6s var(--ease), border-color .5s;
  border-bottom: 1px solid transparent;
}
.bar.is-solid {
  background: rgba(18, 13, 9, .72);
  backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-color: var(--line-light);
}
.bar.is-hidden { transform: translateY(-100%); }
.bar__brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.bar__brand .nut { color: var(--gold); width: 26px; height: 26px; }
.bar__name { font-family: var(--serif); font-size: 1.15rem; letter-spacing: .01em; line-height: 1; }
.bar__name em { display: none; color: var(--muted-light); font-weight: 300; }
.bar__nav { display: none; }
.bar__cta { display: none; }
.bar__menu {
  width: 44px; height: 44px; margin-right: -8px;
  display: grid; place-content: center; gap: 7px;
}
.bar__menu i { display: block; width: 24px; height: 1.5px; background: var(--cream); transition: transform .5s var(--ease); }
.bar__menu[aria-expanded='true'] i:first-of-type { transform: translateY(4.25px) rotate(45deg); }
.bar__menu[aria-expanded='true'] i:last-of-type { transform: translateY(-4.25px) rotate(-45deg); }

.menu {
  position: fixed; inset: 0; z-index: 80;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: calc(var(--bar-h) + 24px) var(--gutter) calc(28px + env(safe-area-inset-bottom));
  background: var(--ink);
  clip-path: inset(0 0 100% 0);
  transition: clip-path .8s var(--ease), visibility 0s .8s;
  visibility: hidden;
}
.menu[hidden] { display: flex; }
.menu.is-open { clip-path: inset(0 0 0 0); visibility: visible; transition: clip-path .8s var(--ease), visibility 0s; }
.menu nav { display: flex; flex-direction: column; }
.menu nav a {
  display: flex; align-items: baseline; gap: 14px;
  padding: 10px 0; border-bottom: 1px solid var(--line-light);
  font-family: var(--serif); font-size: clamp(2rem, 9vw, 3rem); line-height: 1.1;
  opacity: 0; transform: translateY(24px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.menu nav a small { font-family: var(--sans); font-size: .7rem; color: var(--gold); letter-spacing: .1em; }
.menu.is-open nav a { opacity: 1; transform: none; }
.menu.is-open nav a:nth-child(2) { transition-delay: .05s; }
.menu.is-open nav a:nth-child(3) { transition-delay: .1s; }
.menu.is-open nav a:nth-child(4) { transition-delay: .15s; }
.menu.is-open nav a:nth-child(5) { transition-delay: .2s; }
.menu.is-open nav a:nth-child(6) { transition-delay: .25s; }
.menu__foot { display: flex; justify-content: space-between; gap: 12px; margin: 28px 0 0; font-size: .85rem; color: var(--muted-light); }

/* menu texture */
.menu::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(18,13,9,.72), var(--ink) 75%), url(/assets/img/texture-kernels-1200.webp) center top / cover;
  opacity: .9;
}
.menu { isolation: isolate; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex; align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
}
.hero__media { position: absolute; inset: 0; will-change: transform; }
.hero__video { width: 100%; height: 100%; object-fit: cover; background: var(--ink) center / cover no-repeat; }
.hero__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(18,13,9,.6) 0%, rgba(18,13,9,0) 22%),
    linear-gradient(0deg, rgba(18,13,9,.97) 0%, rgba(18,13,9,.82) 38%, rgba(18,13,9,.45) 62%, rgba(18,13,9,.25) 100%);
}
.hero__inner { text-shadow: 0 1px 24px rgba(18,13,9,.45); }
.hero__inner {
  position: relative; z-index: 2;
  padding-top: calc(var(--bar-h) + 40px);
  padding-bottom: calc(96px + env(safe-area-inset-bottom));
}
.hero__eyebrow { color: var(--gold-soft); margin-bottom: 18px; }
.hero__title {
  font-family: var(--serif);
  font-size: clamp(3.1rem, 15vw, 9.4rem);
  line-height: .94;
  letter-spacing: -.035em;
  font-weight: 350;
  font-variation-settings: 'opsz' 144;
  margin: 0 0 22px;
}
.hero__title .line { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.hero__title .line > span { display: inline-block; }
.hero__lead { max-width: 34ch; font-size: 1.02rem; color: rgba(242,233,216,.82); margin-bottom: 26px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero__actions .btn { flex: 1 1 auto; }

.film-btn {
  position: fixed; z-index: 70;
  left: max(12px, env(safe-area-inset-left)); bottom: calc(8px + env(safe-area-inset-bottom));
  width: 76px; height: 76px;
  border-radius: 50%;
  background: rgba(18,13,9,.62);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px -10px rgba(0,0,0,.6), 0 0 0 1px rgba(242,233,216,.14) inset;
  transition: opacity .5s var(--ease), transform .6s var(--ease);
  display: grid; place-items: center;
  color: var(--cream);
}
.film-btn__ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 18s linear infinite; }
.film-btn__ring text { fill: currentColor; font-family: var(--sans); font-size: 8.4px; font-weight: 700; }
.film-btn__core {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(242,233,216,.12);
  border: 1px solid rgba(242,233,216,.5);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: transform .6s var(--ease), background-color .4s, color .4s;
}
.film-btn__core svg { width: 18px; height: 18px; margin-left: 3px; }
.film-btn:hover .film-btn__core { transform: scale(1.14); background: var(--cream); color: var(--ink); }
@keyframes spin { to { transform: rotate(360deg); } }

.hero__scroll { display: none; }

/* ---------- sections ---------- */
.sec { position: relative; padding: var(--sec-y) 0; }
.sec--cream { background: var(--cream); color: var(--text-dark); }
.sec--cream .eyebrow { color: #93672f; }
.sec--leaf { background: radial-gradient(120% 80% at 70% 30%, var(--leaf-2) 0%, var(--leaf) 60%); }
.sec--ink { background: var(--ink); }
.sec--bark { background: var(--bark); }

/* story */
.story { padding-bottom: 0; }
.story .display { max-width: 13ch; margin-bottom: clamp(36px, 7vw, 80px); }
.story__grid { display: grid; gap: 22px; color: var(--muted-dark); }
.story__grid .lead { color: var(--text-dark); }
.story__figure { margin: clamp(56px, 10vw, 120px) 0 0; }
.story__frame { overflow: hidden; height: 78vh; height: 78svh; min-height: 420px; clip-path: inset(0 var(--gutter)); }
.story__frame img { width: 100%; height: 118%; object-fit: cover; }
.story__figure figcaption {
  display: flex; justify-content: space-between; gap: 16px;
  padding-top: 14px; padding-bottom: 28px;
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-dark);
}

/* valley + map */
.valley__grid { display: grid; gap: 48px; }
.valley__text > p { color: var(--muted-light); max-width: 46ch; }
.valley .display { margin-bottom: 28px; }
.facts { list-style: none; margin: 36px 0 0; padding: 0; border-top: 1px solid var(--line-light); }
.facts li { display: grid; grid-template-columns: 44px 1fr; column-gap: 8px; padding: 18px 0; border-bottom: 1px solid var(--line-light); }
.facts__n { grid-row: span 2; font-size: .72rem; color: var(--gold); letter-spacing: .1em; padding-top: 5px; }
.facts strong { font-family: var(--serif); font-weight: 400; font-size: 1.3rem; }
.facts li > span:last-child { color: var(--muted-light); font-size: .92rem; }

.map { margin: 0 calc(var(--gutter) * -1); color: var(--cream); }
.map svg { width: 100%; height: auto; overflow: visible; }
.map figcaption { padding: 14px var(--gutter) 0; font-size: .74rem; color: rgba(242,233,216,.42); max-width: 60ch; }
.map__coast { fill: none; stroke: rgba(242,233,216,.4); stroke-width: 1.2; }
.map__sea-label { fill: rgba(242,233,216,.34); font-family: var(--serif); font-style: italic; font-size: 22px; letter-spacing: .5em; }
.map__rivers path { fill: none; stroke: #7ea3a6; stroke-opacity: .5; stroke-width: 1.4; stroke-linecap: round; }
.map__rivers .map__kelkit { stroke: #a8cfd0; stroke-opacity: .9; stroke-width: 2.2; }
.map__valley { fill: none; stroke: var(--gold); stroke-width: 26; stroke-opacity: .22; stroke-linecap: round; stroke-linejoin: round; }
.map__valley-glow { fill: none; stroke: var(--gold); stroke-width: 60; stroke-opacity: .2; stroke-linecap: round; }
.map__valley-label { fill: var(--gold-soft); font-size: 13px; font-weight: 700; letter-spacing: .12em; font-family: var(--sans); }
.map__cities circle { fill: var(--cream); fill-opacity: .7; }
.map__cities text { fill: rgba(242,233,216,.62); font-size: 13px; font-family: var(--sans); font-weight: 500; letter-spacing: .04em; }
.map__cities .is-major circle { fill: var(--cream); fill-opacity: 1; }
.map__cities .is-major text { fill: var(--cream); font-size: 17px; font-family: var(--serif); letter-spacing: 0; }
.map__dot { fill: var(--gold-soft); stroke: var(--ink); stroke-width: 2; }
.map__pulse { fill: none; stroke: var(--gold-soft); stroke-width: 1.5; transform-box: fill-box; transform-origin: center; animation: pulse 2.6s var(--ease) infinite; }
.map__pulse--2 { animation-delay: 1.3s; }
@keyframes pulse { 0% { transform: scale(.6); opacity: .9; } 100% { transform: scale(4.2); opacity: 0; } }
.map__tag rect { fill: var(--cream); }
.map__tag-t { fill: var(--ink); font-size: 14px; font-weight: 800; letter-spacing: .14em; font-family: var(--sans); }
.map__tag-s { fill: #7a5a33; font-size: 13px; font-family: var(--serif); font-style: italic; }
.map__compass path { fill: rgba(242,233,216,.5); }
.map__compass text { fill: rgba(242,233,216,.5); font-size: 11px; font-weight: 700; font-family: var(--sans); }

.valley__outro { margin-top: clamp(64px, 12vw, 140px); }
.valley__outro .quote { max-width: 30ch; }

/* native */
.native { overflow: hidden; padding-top: clamp(48px, 9vw, 120px); }
.native__ticker { overflow: hidden; margin-bottom: clamp(48px, 9vw, 110px); }
.native__track { display: flex; align-items: center; gap: .4em; width: max-content; white-space: nowrap; font-family: var(--serif); font-size: clamp(4.2rem, 18vw, 13rem); line-height: 1; letter-spacing: -.03em; font-weight: 300; }
.native__track i { color: #b4884c; font-style: normal; }
.native__track .o { color: transparent; -webkit-text-stroke: 1px rgba(29,22,17,.5); font-style: italic; }
.native__grid { display: grid; gap: 40px; }
.native__text > p:not(.eyebrow) { color: var(--muted-dark); max-width: 48ch; }
.native .display { margin-bottom: 28px; }
.native__img { margin: 0; overflow: hidden; aspect-ratio: 4 / 5; border-radius: var(--radius); }
.native__img img { width: 100%; height: 115%; object-fit: cover; }
.compare { position: relative; isolation: isolate; display: grid; margin: clamp(56px, 10vw, 110px) 0; border-top: 1px solid var(--line-dark); }
.compare__col { padding: 26px 0; border-bottom: 1px solid var(--line-dark); }
.compare__k { display: block; margin-bottom: 10px; font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-dark); }
.compare__col p { margin: 0; font-family: var(--serif); font-size: 1.45rem; line-height: 1.25; }
.compare__col .compare__line { margin-top: 6px; font-family: var(--sans); font-size: .95rem; color: var(--muted-dark); }
.compare__col--us .compare__k { color: #93672f; }
.compare__col--them p:first-of-type { color: var(--muted-dark); }
.pull {
  margin: 0; max-width: 20ch;
  font-family: var(--serif); font-weight: 350;
  font-size: clamp(2rem, 7.4vw, 4.6rem); line-height: 1.08; letter-spacing: -.02em;
  text-wrap: balance;
}

.compare::before {
  content: ''; position: absolute; z-index: -1; inset: -40px calc(var(--gutter) * -1);
  background: url(/assets/img/texture-scatter-1200.webp) center / cover;
  opacity: .14; mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
          mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}

/* dry */
.dry { overflow: hidden; }
.dry__bg { position: absolute; inset: 0 0 auto; height: 100vh; height: 100svh; overflow: hidden; opacity: .34; }
.dry__bg img { width: 100%; height: 125%; object-fit: cover; }
.dry__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,13,9,.2), var(--ink) 96%); }
.dry__head { position: relative; padding-top: 10svh; }
.dry__head .display { max-width: 13ch; }
.dry__cards { position: relative; display: grid; gap: 14px; margin-top: clamp(48px, 9vw, 100px); }
.dcard { padding: 28px 24px; border-radius: var(--radius); border: 1px solid var(--line-light); background: rgba(28,21,16,.7); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.dcard header { display: flex; flex-direction: column; gap: 4px; margin-bottom: 18px; }
.dcard__k { font-family: var(--serif); font-size: 1.8rem; line-height: 1.1; }
.dcard__t { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-light); }
.dcard p { color: var(--muted-light); }
.dcard ul { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.dcard li { font-size: .78rem; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line-light); }
.dcard--them { opacity: .82; }
.dcard--them li { text-decoration: line-through; text-decoration-color: rgba(242,233,216,.35); color: var(--muted-light); }
.dcard--us { background: var(--cream); color: var(--text-dark); border-color: transparent; }
.dcard--us p, .dcard--us .dcard__t { color: var(--muted-dark); }
.dcard--us li { border-color: rgba(147,103,47,.35); color: #7a5427; }
.dcard--us li::before { content: '✓ '; }

.reel { position: relative; margin-top: clamp(72px, 12vw, 140px); }
.reel__track {
  display: flex; gap: 14px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 0 var(--gutter) 8px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.reel__track::-webkit-scrollbar { display: none; }
.reel__item { flex: none; width: 82vw; margin: 0; scroll-snap-align: center; }
.reel__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 60%; border-radius: var(--radius); }
.reel__item figcaption { display: flex; gap: 12px; padding-top: 12px; font-size: .8rem; letter-spacing: .06em; color: var(--muted-light); }
.reel__item figcaption b { color: var(--gold); font-weight: 600; }
.reel__item--intro { width: 70vw; display: flex; flex-direction: column; justify-content: space-between; padding: 8px 0; scroll-snap-align: start; }
.reel__intro { font-family: var(--serif); font-size: clamp(1.9rem, 7vw, 3.4rem); line-height: 1.08; margin: 0; }
.reel__intro em { color: var(--gold-soft); font-weight: 300; }
.reel__hint { display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-light); }
.dry__outro { margin-top: clamp(72px, 12vw, 150px); }

/* traits */
.traits__title { max-width: 14ch; margin-bottom: clamp(48px, 8vw, 90px); }
.traits__grid { display: grid; gap: 40px; }
.trait { position: relative; }
.trait__img { overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 3; margin-bottom: 22px; background: var(--bark-2); }
.trait__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.trait:hover .trait__img img { transform: scale(1.06); }
.trait__n { display: block; font-size: .72rem; letter-spacing: .14em; color: var(--gold); margin-bottom: 8px; }
.trait h3 { font-family: var(--serif); font-size: 1.75rem; line-height: 1.1; margin-bottom: 10px; }
.trait p { color: var(--muted-light); margin: 0; max-width: 40ch; }

/* test */
.test__head { margin-bottom: clamp(40px, 8vw, 80px); }
.test__head .display { max-width: 12ch; }
.steps { list-style: none; margin: 0; padding: 0; }
.step { position: sticky; top: calc(var(--bar-h) + 16px); padding-bottom: 16px; }
.step__card {
  position: relative;
  min-height: 56svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px 24px;
  border-radius: 6px;
  background: var(--ink); color: var(--cream);
  overflow: hidden;
  box-shadow: 0 -18px 40px -24px rgba(0,0,0,.45);
}
.step:nth-child(2) .step__card { background: var(--bark-2); }
.step:nth-child(3) .step__card { background: #3a2a1d; }
.step__bg { position: absolute; inset: 0; overflow: hidden; }
.step__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 30%; transform-origin: 70% 30%; }
.step__bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(0deg, rgba(18,13,9,.9) 0%, rgba(18,13,9,.5) 30%, rgba(18,13,9,0) 62%),
    linear-gradient(90deg, rgba(18,13,9,.35) 0%, rgba(18,13,9,0) 55%);
}
.step__card > :not(.step__bg):not(.step__n) { position: relative; }
.step__verb, .step__card p { text-shadow: 0 2px 30px rgba(18,13,9,.6); }
.step__n {
  position: absolute; top: -.12em; right: .04em;
  font-family: var(--serif); font-size: clamp(11rem, 50vw, 26rem); line-height: 1; font-weight: 300;
  color: transparent; -webkit-text-stroke: 1px rgba(242,233,216,.45);
  z-index: 1;
}
.step__verb { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(3.2rem, 15vw, 7.5rem); line-height: 1; letter-spacing: -.03em; color: var(--gold-soft); margin-bottom: 14px; }
.step__card p { font-size: 1.15rem; max-width: 26ch; margin: 0; color: rgba(242,233,216,.85); }

.seal-row { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; margin-top: clamp(56px, 10vw, 110px); }
.seal { position: relative; width: 132px; height: 132px; color: #7a5427; }
.seal > svg:first-child { width: 100%; height: 100%; animation: spin 24s linear infinite; }
.seal text { fill: currentColor; font-size: 13.4px; font-weight: 700; letter-spacing: .22em; font-family: var(--sans); }
.seal__nut { position: absolute; inset: 0; margin: auto; width: 40px; height: 40px; color: #93672f; }
.seal-row__text { font-family: var(--serif); font-size: clamp(2rem, 7vw, 4rem); line-height: 1.05; letter-spacing: -.02em; margin: 0; max-width: 16ch; }
.seal-row__img { margin: 0; width: 100%; overflow: hidden; border-radius: var(--radius); aspect-ratio: 3 / 2; }
.seal-row__img img { width: 100%; height: 100%; object-fit: cover; }
.seal-row__text em { color: #9a6d34; font-weight: 300; }

/* city */
.city { overflow: hidden; }
.city__marquee { overflow: hidden; margin: 0 0 clamp(48px, 9vw, 110px); border-block: 1px solid var(--line-light); padding: 18px 0; }
.city__track { display: flex; align-items: center; gap: .5em; width: max-content; white-space: nowrap; font-family: var(--serif); font-size: clamp(2.6rem, 10vw, 6.5rem); line-height: 1.1; font-weight: 300; }
.city__track .o { font-style: italic; color: var(--gold-soft); }
.city__track .nut { width: .5em; height: .5em; color: var(--gold); }
.city__grid { display: grid; gap: 36px; }
.city .display { max-width: 12ch; }
.city__body > p { color: var(--muted-light); max-width: 46ch; }
.city__body .lead { color: var(--cream); }
.flow { display: flex; align-items: center; gap: 10px; margin: 30px 0 34px; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; }
.flow span { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line-light); }
.flow span:first-child, .flow span:last-child { background: var(--cream); color: var(--ink); border-color: transparent; font-weight: 700; }
.flow .is-off { text-decoration: line-through; color: var(--muted-light); }
.flow i { flex: 1; height: 1px; min-width: 12px; background: var(--line-light); }

.city__img { position: relative; margin: clamp(56px, 10vw, 110px) 0 0; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 5; }
.city__img img { width: 100%; height: 115%; object-fit: cover; object-position: 60% 50%; }
.city__img figcaption {
  position: absolute; left: 20px; bottom: 18px;
  font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--cream);
}

/* final */
.final { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; padding: 30svh 0 calc(var(--sec-y) * .7); }
.final__bg { position: absolute; inset: 0; }
.final__bg img { width: 100%; height: 120%; object-fit: cover; }
.final__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,13,9,.97) 0%, rgba(18,13,9,.8) 42%, rgba(18,13,9,.2) 100%); }
.final__grid { position: relative; display: grid; gap: 40px; }
.final__title { font-family: var(--serif); font-size: clamp(3rem, 13vw, 8.6rem); line-height: .95; letter-spacing: -.035em; font-weight: 350; margin-bottom: 24px; }
.final__text > p:last-child { color: rgba(242,233,216,.8); max-width: 38ch; font-size: 1.05rem; }

.order {
  padding: 24px 20px;
  border-radius: 8px;
  background: rgba(28,21,16,.72);
  border: 1px solid var(--line-light);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.order__title { font-family: var(--serif); font-size: 1.5rem; margin-bottom: 18px; }
.order fieldset { border: 0; margin: 0 0 18px; padding: 0; }
.order legend { padding: 0; margin-bottom: 10px; font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-light); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line-light); font-size: .92rem; transition: background-color .3s, color .3s, border-color .3s; }
.chip:hover span { border-color: rgba(242,233,216,.5); }
.chip input:checked + span { background: var(--cream); color: var(--ink); border-color: var(--cream); font-weight: 700; }
.chip input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.order__preview { margin: 4px 0 18px; padding: 14px 16px; border-radius: 6px; background: rgba(18,13,9,.6); font-size: .9rem; line-height: 1.5; color: rgba(242,233,216,.82); border-left: 2px solid var(--wa); }
.order__preview::before { content: 'Mesajınız'; display: block; font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-light); margin-bottom: 4px; }
.order__preview:empty { display: none; }
.order__note { margin: 12px 0 0; font-size: .8rem; color: var(--muted-light); text-align: center; }

/* footer */
.foot { background: var(--ink); padding: clamp(72px, 12vw, 130px) 0 calc(150px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line-light); overflow: hidden; }
.foot__top { display: grid; gap: 40px; }
.foot__brand { font-family: var(--serif); font-size: 2rem; line-height: 1.05; margin-bottom: 8px; }
.foot__brand em { color: var(--gold-soft); font-weight: 300; }
.foot__tag { color: var(--muted-light); margin: 0; }
.foot__contact { font-style: normal; display: grid; gap: 2px; }
.foot__contact a { font-family: var(--serif); font-size: 1.35rem; width: fit-content; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .5s var(--ease); }
.foot__contact a:hover { background-size: 100% 1px; }
.foot__contact > span:not(.foot__label) { font-family: var(--serif); font-size: 1.35rem; }
.foot__label { margin-top: 16px; font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.foot__label:first-child { margin-top: 0; }
.foot__mega {
  margin: clamp(48px, 9vw, 100px) 0 24px;
  font-family: var(--serif); font-weight: 300; font-size: 25vw; line-height: .8; letter-spacing: -.05em;
  color: transparent; -webkit-text-stroke: 1px rgba(242,233,216,.2);
  white-space: nowrap; text-align: center;
}
.foot__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 20px; padding-top: 22px; border-top: 1px solid var(--line-light); font-size: .8rem; color: var(--muted-light); }
.foot__film { display: inline-flex; align-items: center; gap: 6px; color: var(--cream); }
.foot__film .ico { width: 14px; height: 14px; }

/* floating dock: back-to-top + whatsapp */
.dock {
  position: fixed; z-index: 70;
  right: max(14px, env(safe-area-inset-right)); bottom: calc(14px + env(safe-area-inset-bottom));
  display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
  transition: transform .6s var(--ease), opacity .4s;
}
.dock.is-away, .film-btn.is-away { transform: translateY(160%); opacity: 0 !important; pointer-events: none; }
.totop {
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(18,13,9,.72); color: var(--cream);
  border: 1px solid rgba(242,233,216,.3);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px -10px rgba(0,0,0,.6);
  opacity: 0; transform: translateY(12px) scale(.9); pointer-events: none;
  transition: opacity .4s var(--ease), transform .5s var(--ease), background-color .3s, color .3s;
}
.totop .ico { transform: rotate(-90deg); }
.totop.is-shown { opacity: 1; transform: none; pointer-events: auto; }
.totop:hover { background: var(--cream); color: var(--ink); }
.wa {
  display: flex; align-items: center;
  height: 60px; padding: 6px;
  border-radius: 999px;
  background: var(--wa); color: #07361b;
  box-shadow: 0 14px 34px -10px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.12) inset;
  transition: transform .6s var(--ease), opacity .4s, box-shadow .4s;
}
.wa:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -12px rgba(0,0,0,.6); }
.wa__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #1a9e4b; flex: none; }
.wa__icon svg { width: 28px; height: 28px; }
.wa__label {
  max-width: 240px; overflow: hidden; white-space: nowrap;
  padding: 0 16px 0 12px;
  font-size: .9rem; font-weight: 800; letter-spacing: .01em;
  transition: max-width .6s var(--ease), padding .6s var(--ease), opacity .4s;
}

/* film modal */
.film {
  position: fixed; inset: 0; z-index: 160;
  display: grid; place-items: center;
  background: #000;
  opacity: 0; visibility: hidden;
  transition: opacity .5s var(--ease), visibility 0s .5s;
}
.film[hidden] { display: grid; }
.film.is-open { opacity: 1; visibility: visible; transition: opacity .5s var(--ease); }
.film__video { width: 100%; height: 100%; object-fit: contain; background: #000; }
.film__video::cue { font-family: var(--sans); font-size: 1rem; background: rgba(0,0,0,.55); color: #fff; }
.film__close {
  position: absolute; top: calc(14px + env(safe-area-inset-top)); right: calc(14px + env(safe-area-inset-right));
  width: 50px; height: 50px; border-radius: 50%;
  display: grid; place-content: center;
  background: rgba(18,13,9,.6); border: 1px solid rgba(242,233,216,.35);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.film__close i { display: block; width: 20px; height: 1.5px; background: var(--cream); grid-area: 1 / 1; }
.film__close i:first-child { transform: rotate(45deg); }
.film__close i:last-child { transform: rotate(-45deg); }

/* grain */
.grain {
  position: fixed; inset: -50%; z-index: 120; pointer-events: none;
  opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.2s steps(6) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); } 40% { transform: translate(2%, -3%); }
  60% { transform: translate(-2%, -1%); } 80% { transform: translate(3%, 3%); } 100% { transform: translate(0, 0); }
}

/* ---------- reveal states (JS only) ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); }
.js .reveal-img { clip-path: inset(12% 0 0 0); }
.js [data-hero-in] { opacity: 0; transform: translateY(18px); }
.js .film-btn { opacity: 0; }
.rl-line { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.rl-line > span { display: inline-block; }
.sw-word { display: inline-block; }

/* ---------- tablet ---------- */
@media (min-width: 600px) {
  :root { --gutter: 32px; }
  .hero__actions .btn { flex: 0 0 auto; }
  .story__grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .compare { grid-template-columns: 1fr 1fr; column-gap: 40px; }
  .dry__cards { grid-template-columns: 1fr 1fr; }
  .traits__grid { grid-template-columns: 1fr 1fr; column-gap: 28px; row-gap: 56px; }
  .reel__item { width: 52vw; }
  .reel__item--intro { width: 40vw; }
  .seal-row { flex-direction: row; align-items: center; gap: 40px; }
  .seal-row__img { width: 34%; margin-left: auto; flex: none; }
  .city__img { aspect-ratio: 16 / 9; }
  .order { padding: 32px; }
  .foot__top { grid-template-columns: 1.2fr 1fr; }
  .map { margin: 0; }
  .map figcaption { padding-left: 0; }
}

/* ---------- desktop ---------- */
@media (min-width: 960px) {
  :root { --gutter: 48px; --bar-h: 80px; }
  body { font-size: 1.05rem; }
  .bar__name em { display: inline; }
  .bar__nav { display: flex; gap: 34px; margin-right: 28px; font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
  .bar__nav a { position: relative; padding: 6px 0; color: rgba(242,233,216,.78); transition: color .3s; }
  .bar__nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease); }
  .bar__nav a:hover { color: var(--cream); }
  .bar__nav a:hover::after { transform: scaleX(1); transform-origin: left; }
  .bar__cta { display: inline-flex; }
  .bar__menu { display: none; }
  .menu { display: none !important; }

  .hero { align-items: flex-end; }
  .hero__inner { padding-bottom: 88px; }
  .hero__title { font-size: clamp(5rem, 9vw, 9.4rem); }
  .hero__shade {
    background:
      linear-gradient(180deg, rgba(18,13,9,.55) 0%, rgba(18,13,9,0) 20%),
      linear-gradient(90deg, rgba(18,13,9,.8) 0%, rgba(18,13,9,.35) 45%, rgba(18,13,9,0) 70%),
      linear-gradient(0deg, rgba(18,13,9,.85) 0%, rgba(18,13,9,0) 50%);
  }
  .hero__lead { font-size: 1.15rem; max-width: 40ch; }
  .film-btn { left: auto; right: 22px; bottom: 100px; width: 128px; height: 128px; }
  .film-btn__core { width: 64px; height: 64px; }
  .film-btn__core svg { width: 22px; height: 22px; }
  .dock { flex-direction: row; align-items: center; gap: 12px; }
  .totop { width: 52px; height: 52px; }
  .hero__scroll { display: block; position: absolute; left: 50%; bottom: 26px; width: 1px; height: 46px; background: rgba(242,233,216,.2); overflow: hidden; z-index: 2; }
  .hero__scroll span { position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: var(--cream); animation: scrollcue 2.2s var(--ease) infinite; }
  @keyframes scrollcue { 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); } }

  .story__grid { grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: end; max-width: 1080px; margin-left: auto; }
  .story__frame { height: 92svh; }

  .valley__grid { grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
  .valley__text { padding-top: 20px; }
  .map { position: sticky; top: calc(var(--bar-h) + 30px); }

  .native__grid { grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
  .compare { grid-template-columns: 1fr 1fr; }
  .compare__col p { font-size: 1.9rem; }

  .dry__cards { gap: 20px; }
  .dcard { padding: 40px 36px; }
  .dcard__k { font-size: 2.3rem; }
  .reel__track { overflow: visible; scroll-snap-type: none; gap: 28px; padding: 0 var(--gutter); }
  .reel.is-pinned .reel__track { will-change: transform; }
  .reel__item { width: 38vw; }
  .reel__item--intro { width: 28vw; }

  .traits__grid { grid-template-columns: repeat(4, 1fr); column-gap: 24px; }
  .trait__img { aspect-ratio: 3 / 4; }

  .test__layout { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 72px; }
  .test__head { position: sticky; top: calc(var(--bar-h) + 40px); align-self: start; }
  .step { top: calc(var(--bar-h) + 40px); }
  .step__card { min-height: 64svh; padding: 48px; }

  .city__grid { grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .city__img { aspect-ratio: 21 / 9; }
  .city__img figcaption { left: 32px; bottom: 26px; font-size: 1.35rem; }

  .final__grid { grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
  .foot__mega { font-size: 22vw; }
  .dock { right: 28px; bottom: 28px; }
}

@media (min-width: 1440px) {
  .hero__title { font-size: 10rem; }
}

@media (hover: none) {
  .trait:hover .trait__img img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.lenis) { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .reveal, .js [data-hero-in], .js .film-btn { opacity: 1; transform: none; }
  .js .reveal-img { clip-path: none; }
  .grain { display: none; }
}
