/* Ink & Stone — Av. Hasan Sinan Kara */
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: auto; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--ink, #080706);
  color: var(--paper, #f3ebe0);
  font-family: "Schibsted Grotesk", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  cursor: none;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 12px; top: 12px; z-index: 80; background: var(--stone); color: var(--ink); padding: 8px 12px; cursor: pointer; }

.grain, .vignette {
  pointer-events: none; position: fixed; inset: 0; z-index: 40;
}
.grain {
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.vignette {
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,.55) 100%);
  z-index: 39;
}

.cursor {
  position: fixed; top: 0; left: 0; width: 14px; height: 14px;
  pointer-events: none; z-index: 70; mix-blend-mode: difference;
  transform: translate(-50%, -50%);
}
.cursor__dot {
  display: block; width: 100%; height: 100%; border-radius: 50%;
  background: var(--stone); transform: scale(1);
}
.wipe {
  position: fixed; inset: 0; background: var(--bronze);
  z-index: 60; transform: scaleY(0); transform-origin: bottom;
  pointer-events: none;
}

.preloader {
  position: fixed; inset: 0; z-index: 65;
  background: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 28px;
}
.preloader__ink {
  width: 52px; height: 78px; color: var(--bronze);
}
.preloader__ink path {
  stroke-dasharray: 280; stroke-dashoffset: 280;
}
.preloader__mark {
  font-family: Syne, sans-serif;
  font-weight: 800;
  letter-spacing: 0.28em;
  font-size: 11px;
  margin: 0;
}
.preloader__mark span { display: inline-block; }

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px;
  background: rgba(8, 7, 6, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(215,203,184,.08);
}
.nav__brand {
  font-family: Syne, sans-serif; font-weight: 800; font-size: 22px;
  display: flex; flex-direction: column; line-height: 1;
}
.nav__brand small {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500; font-size: 9px; letter-spacing: 0.12em;
  text-transform: uppercase; margin-top: 6px; opacity: 0.7;
  white-space: nowrap;
}
.nav__menu {
  display: flex; gap: 28px; align-items: center;
  font-size: 13px; letter-spacing: 0.06em;
}
.nav__menu a[aria-current="page"] { color: var(--bronze); }
.nav__cta {
  border: 1px solid currentColor; padding: 8px 16px;
}
.nav__toggle {
  display: none; width: 42px; height: 42px;
  background: none; border: 0; cursor: none; position: relative;
}
.nav__toggle span {
  position: absolute; left: 10px; right: 10px; height: 1px; background: currentColor;
}
.nav__toggle span:first-child { top: 16px; }
.nav__toggle span:last-child { bottom: 16px; }

.hero {
  min-height: 100vh; position: relative;
  display: grid; place-items: end start;
  padding: 0 32px 72px;
  overflow: hidden;
}
.hero__media {
  position: absolute; inset: 0;
  transform: scale(1.08);
}
.hero__media img {
  width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.35) contrast(1.05);
}
.hero__shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,7,6,.2) 0%, rgba(8,7,6,.55) 45%, var(--ink) 100%);
}
.hero__copy { position: relative; z-index: 1; max-width: 1200px; }
.hero h1 {
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: clamp(42px, 8vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  margin: 0 0 24px;
  max-width: 18ch;
}
.hero h1 .word { display: inline-block; white-space: nowrap; }
.hero h1 .ch { display: inline-block; }
.hero__lead {
  max-width: 34rem;
  font-size: 18px;
  color: var(--stone);
  clip-path: inset(0 0 100% 0);
}
.hero__meta {
  margin-top: 40px;
  display: flex; gap: 40px; flex-wrap: wrap;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--mist);
}

.marquee {
  overflow: hidden; border-top: 1px solid rgba(215,203,184,.16);
  border-bottom: 1px solid rgba(215,203,184,.16);
  padding: 18px 0;
}
.marquee__track {
  display: flex; gap: 48px; width: max-content;
  animation: ticker 32s linear infinite;
  font-family: Syne, sans-serif; font-weight: 700; font-size: 22px;
  color: var(--bronze);
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pin {
  display: none;
}
.stats {
  padding: 88px 32px;
  border-top: 1px solid rgba(215,203,184,.14);
  border-bottom: 1px solid rgba(215,203,184,.14);
}
.stats__kicker {
  margin: 0 0 36px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bronze);
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.stats__item {
  padding: 8px 36px 8px 0;
  border-right: 1px solid rgba(215,203,184,.16);
  padding-left: 36px;
}
.stats__item:first-child { padding-left: 0; }
.stats__item:last-child { border-right: 0; }
.stats__label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 12px;
}
.stats__item strong {
  display: block;
  font-family: Syne, sans-serif;
  font-size: clamp(56px, 8vw, 88px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: var(--bronze);
}
.stats__num { margin: 0; }
.stats__plain {
  margin: 0;
  font-family: Syne, sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--paper);
}
.stats__item em {
  display: block;
  margin-top: 16px;
  font-style: normal;
  color: var(--stone);
  font-size: 15px;
  max-width: 28ch;
  line-height: 1.45;
}

.strip {
  padding: 40px 0 80px;
}
.strip__head {
  padding: 0 32px 24px;
  display: flex; justify-content: space-between; align-items: baseline;
}
.strip__head h2 {
  font-family: Syne, sans-serif; font-size: clamp(32px, 6vw, 64px);
  margin: 0; letter-spacing: -0.04em;
}
.strip__scroller {
  display: flex; gap: 18px; overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 32px 32px;
  -webkit-overflow-scrolling: touch;
}
.strip__scroller::-webkit-scrollbar { height: 0; }
.card {
  flex: 0 0 min(78vw, 380px);
  scroll-snap-align: start;
  min-height: 460px;
  position: relative;
  overflow: hidden;
  background: #120f0c;
  isolation: isolate;
  z-index: 1;
}
.card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.45; transform: scale(1.06);
}
.card__body {
  position: relative; z-index: 1; height: 100%;
  padding: 28px; display: flex; flex-direction: column; justify-content: space-between;
}
.card__idx { color: var(--bronze); font-size: 12px; letter-spacing: 0.2em; }
.card h3 {
  font-family: Syne, sans-serif; font-size: 34px; margin: 0 0 12px;
  letter-spacing: -0.04em;
}
.card p { color: var(--stone); margin: 0; }
.card__shine {
  pointer-events: none; position: absolute; inset: -40%;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(243,235,224,.18), transparent 40%);
  opacity: 0;
}

.cta-band {
  padding: 120px 32px;
  display: flex; justify-content: space-between; align-items: flex-end; gap: 32px;
}
.cta-band h2 {
  font-family: Syne, sans-serif; font-size: clamp(40px, 8vw, 92px);
  line-height: 0.9; margin: 0; letter-spacing: -0.05em; max-width: 14ch;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 180px; min-height: 56px;
  border: 1px solid var(--bronze);
  background: transparent; color: var(--paper);
  padding: 0 28px;
  font-family: Syne, sans-serif; font-weight: 700;
}
.btn:hover { background: var(--bronze); color: var(--ink); }

.page {
  padding: 140px 32px 80px;
  max-width: 1100px;
  position: relative;
  z-index: 1;
}
.page--wide { max-width: 1280px; margin: 0 auto; }
.page h1 {
  font-family: Syne, sans-serif;
  font-size: clamp(42px, 8vw, 92px);
  letter-spacing: -0.05em; line-height: 0.9; margin: 0 0 32px;
}
.prose { max-width: 68ch; color: var(--stone); position: relative; z-index: 2; }
.prose h2 { font-family: Syne, sans-serif; color: var(--paper); letter-spacing: -0.03em; }
.prose a { border-bottom: 1px solid var(--bronze); }

.section-title {
  font-family: Syne, sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  margin: 0 0 24px;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 2;
}

.grid-cards {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;
  position: relative; z-index: 1;
}
.grid-cards .card { flex: none; min-height: 340px; }

.form {
  display: grid; gap: 22px; max-width: 560px; margin-top: 40px;
}
.field { position: relative; }
.field input, .field textarea, .field select {
  width: 100%; background: transparent; border: 0;
  border-bottom: 1px solid rgba(215,203,184,.35);
  padding: 16px 0 10px; outline: none; cursor: none;
}
.field label {
  position: absolute; left: 0; top: 16px; color: var(--mist);
  pointer-events: none; transition: transform .25s ease, font-size .25s ease;
}
.field input:focus + label,
.field textarea:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:not(:placeholder-shown) + label,
.field select:focus + label {
  transform: translateY(-18px); font-size: 11px; letter-spacing: 0.12em;
}
.field textarea { min-height: 140px; resize: vertical; }
.note { color: var(--mist); font-size: 14px; }
.alert { padding: 12px 0; color: var(--bronze); }

.foot { padding: 0 0 40px; }
.foot__marquee { overflow: hidden; padding: 28px 0; }
.foot__track {
  display: flex; gap: 48px; width: max-content;
  animation: ticker 40s linear infinite;
  font-family: Syne, sans-serif; font-size: 42px; font-weight: 800;
  letter-spacing: -0.04em; opacity: 0.35;
}
.foot__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px; padding: 48px 32px; color: var(--stone);
}
.foot__word {
  font-family: Syne, sans-serif; font-size: clamp(36px, 6vw, 72px);
  font-weight: 800; letter-spacing: -0.05em; color: var(--paper);
  line-height: 0.9;
}
.foot__legal {
  display: flex; gap: 20px; flex-wrap: wrap;
  padding: 0 32px; font-size: 12px; color: var(--mist);
}
.wa {
  position: fixed; right: 24px; bottom: 24px; z-index: 45;
  width: 48px; height: 48px; border: 1px solid var(--bronze);
  display: grid; place-items: center;
  font-size: 12px; background: var(--ink);
}

@media (max-width: 860px) {
  body { cursor: auto; }
  .cursor { display: none; }
  .nav__toggle { display: block; z-index: 52; }
  .nav__menu {
    position: fixed; inset: 0; background: var(--ink);
    flex-direction: column; justify-content: center;
    transform: translateX(100%);
    mix-blend-mode: normal;
  }
  .nav__menu.is-open { transform: translateX(0); }
  .nav { mix-blend-mode: normal; }
  .grid-cards { grid-template-columns: 1fr; }
  .foot__grid, .cta-band { grid-template-columns: 1fr; display: grid; }
  .stats__grid { grid-template-columns: 1fr; }
  .stats__item { border-right: 0; border-bottom: 1px solid rgba(215,203,184,.16); padding: 28px 0; }
  .stats__item:last-child { border-bottom: 0; }
  .cta-band { display: grid; }
  .hero { padding-bottom: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important; transition: none !important;
  }
  .hero h1 .ch { transform: none !important; opacity: 1 !important; }
  .hero__lead { clip-path: none !important; }
  .preloader { display: none !important; }
  body { cursor: auto; }
  .cursor { display: none; }
}
