/* ============================================================
   BEKLİ GRUP — Stylesheet v2
   Editoryal / stüdyo estetiği: kâğıt & mürekkep, tek vurgu
   ============================================================ */

:root {
  --paper: #edeae3;
  --ink: #161412;
  --accent: #ff3d00;
  --bg: var(--paper);
  --fg: var(--ink);
  --line: rgba(22, 20, 18, 0.18);
  --line-strong: rgba(22, 20, 18, 0.85);
  --dim: rgba(22, 20, 18, 0.62);
  --font: 'Archivo', 'Helvetica Neue', sans-serif;
  --serif: 'Instrument Serif', Georgia, serif;
}

.band-dark {
  --bg: var(--ink);
  --fg: var(--paper);
  --line: rgba(237, 234, 227, 0.2);
  --line-strong: rgba(237, 234, 227, 0.85);
  --dim: rgba(237, 234, 227, 0.6);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* film grain */
body::before {
  content: '';
  position: fixed; inset: -50%;
  z-index: 2000; pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

::selection { background: var(--accent); color: #fff; }

a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
section { background: var(--bg); color: var(--fg); }

.wrap { width: min(1320px, calc(100% - 48px)); margin: 0 auto; }

/* ---------- type utilities ---------- */
.display {
  font-weight: 800;
  font-stretch: 110%;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 0.96;
}
.outline {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--fg);
}
.serif-it { font-family: var(--serif); font-style: italic; font-weight: 400; text-transform: none; letter-spacing: 0; }

.kicker {
  display: flex; align-items: baseline; gap: 14px;
  font-size: .72rem; font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--dim);
}
.kicker .no { color: var(--accent); font-weight: 700; letter-spacing: .08em; }

.meta {
  font-size: .72rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--dim);
}

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent;
  transition: background .35s;
}
.nav.scrolled { background: var(--paper); border-bottom: 1px solid var(--line); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
.logo {
  font-weight: 800; font-stretch: 110%;
  font-size: 1.18rem; letter-spacing: -0.02em; text-transform: uppercase;
  display: flex; align-items: baseline; gap: 6px;
  color: var(--ink);
}
.logo .reg { font-size: .6em; color: var(--accent); font-weight: 700; transform: translateY(-.5em); display: inline-block; }
.logo .grup { font-weight: 500; color: rgba(22,20,18,.55); }

.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a {
  font-size: .78rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: rgba(22,20,18,.65);
  position: relative; padding: 4px 0;
  transition: color .2s;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--ink); }
.nav-links a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--accent);
}
.nav-cta {
  border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 10px 22px !important;
  color: var(--ink) !important;
  transition: background .25s, color .25s !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--ink); color: var(--paper) !important; }

.lang-switch { display: flex; align-items: center; gap: 4px; }
.lang-switch button {
  background: none; border: none; cursor: pointer;
  font-family: var(--font); font-size: .78rem; font-weight: 600;
  letter-spacing: .12em; padding: 4px 5px;
  color: rgba(22,20,18,.4);
  transition: color .2s;
}
.lang-switch button.on { color: var(--accent); }
.lang-switch::before { content: none; }
.lang-switch .sep { color: rgba(22,20,18,.3); font-size: .7rem; }

.burger {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 6px; padding: 8px; z-index: 110;
}
.burger span { width: 26px; height: 2px; background: var(--ink); transition: .3s; }
.burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 120px 0 0;
  position: relative;
}
.hero-meta {
  display: flex; justify-content: space-between; gap: 20px;
  padding: 18px 0; border-bottom: 1px solid var(--line);
}
.hero-title { padding: clamp(28px, 6vh, 64px) 0 0; }
.hero-title .line {
  display: block;
  font-size: clamp(3.2rem, 12.5vw, 11.5rem);
  overflow: hidden;
}
.hero-title .line > span {
  display: block;
  transform: translateY(110%);
  animation: rise .9s cubic-bezier(.22, 1, .36, 1) forwards;
}
.hero-title .line:nth-child(2) > span { animation-delay: .12s; }
.hero-title .line:nth-child(3) > span { animation-delay: .24s; }
@keyframes rise { to { transform: none; } }

.hero-foot {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px;
  align-items: end;
  padding: clamp(28px, 5vh, 56px) 0 44px;
}
.hero-foot p { font-size: 1.02rem; color: var(--dim); max-width: 52ch; }
.hero-actions { display: flex; gap: 14px; justify-content: flex-end; flex-wrap: wrap; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 15px 30px;
  font-family: var(--font); font-size: .76rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--fg); background: transparent;
  cursor: pointer;
  transition: background .25s, color .25s, border-color .25s;
}
.btn:hover { background: var(--fg); color: var(--bg); }
.btn-fill { background: var(--fg); color: var(--bg); }
.btn-fill:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn .arr { transition: transform .25s; }
.btn:hover .arr { transform: translateX(4px); }

/* ---------- marquee ---------- */
.strip {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 14px 0; overflow: hidden;
  background: var(--bg); color: var(--fg);
}
.strip-track {
  display: flex; gap: 0; white-space: nowrap; width: max-content;
  animation: marquee 32s linear infinite;
}
.strip-track span {
  font-size: .78rem; font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--dim);
  padding: 0 28px;
}
.strip-track i { font-style: normal; color: var(--accent); padding-left: 56px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.band { padding: clamp(80px, 12vh, 140px) 0; }
.band-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 32px; margin-bottom: clamp(36px, 6vh, 64px);
}
.band-head h2 {
  font-size: clamp(2.2rem, 5.5vw, 4.6rem);
  margin-top: 18px;
}
.band-head .side { max-width: 38ch; color: var(--dim); font-size: .98rem; padding-bottom: 8px; }

/* ---------- index rows (services) ---------- */
.rows { border-top: 1px solid var(--line); }
.row {
  display: grid;
  grid-template-columns: 90px 1fr 1.1fr 60px;
  align-items: center; gap: 28px;
  padding: 34px 18px;
  border-bottom: 1px solid var(--line);
  background: transparent; color: var(--fg);
  transition: background .3s, color .3s, padding .3s;
  cursor: pointer;
}
a.row { cursor: pointer; }
.row:hover { background: var(--fg); color: var(--bg); padding-left: 30px; }
.row .no {
  font-size: .78rem; font-weight: 700; letter-spacing: .12em;
  color: var(--accent);
}
.row h3 {
  font-weight: 800; font-stretch: 110%;
  font-size: clamp(1.5rem, 3.4vw, 2.6rem);
  text-transform: uppercase; letter-spacing: -0.02em; line-height: 1;
}
.row p { font-size: .92rem; opacity: .65; max-width: 48ch; }
.row .arr {
  font-size: 1.5rem; text-align: right;
  transition: transform .3s;
}
.row:hover .arr { transform: translate(6px, -6px); }
.row .tag {
  display: inline-block; margin-top: 10px;
  font-size: .68rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  opacity: .5;
}

/* ---------- stats ---------- */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.stat {
  padding: 38px 28px 34px;
  border-bottom: 1px solid var(--line);
}
.stat + .stat { border-left: 1px solid var(--line); }
.stat .num {
  font-weight: 800; font-stretch: 110%;
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  letter-spacing: -0.03em; line-height: 1;
}
.stat .label {
  margin-top: 10px;
  font-size: .72rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--dim);
}

/* ---------- steps ---------- */
.steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.step {
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 32px 26px 40px;
  display: flex; flex-direction: column; gap: 60px;
  transition: background .3s, color .3s;
}
.step:hover { background: var(--fg); color: var(--bg); }
.step:hover .s-no { color: var(--accent); }
.step .s-no {
  font-size: .78rem; font-weight: 700; letter-spacing: .12em;
  color: var(--accent);
}
.step h4 {
  font-weight: 800; font-stretch: 110%; text-transform: uppercase;
  font-size: 1.06rem; letter-spacing: .02em;
  margin-bottom: 8px;
}
.step p { font-size: .88rem; opacity: .65; }

/* ---------- feature list (inner pages) ---------- */
.cap-rows { border-top: 1px solid var(--line); counter-reset: cap; }
.cap {
  display: grid; grid-template-columns: 90px 1fr 1.2fr;
  gap: 28px; align-items: baseline;
  padding: 30px 18px;
  border-bottom: 1px solid var(--line);
  transition: background .3s, color .3s, padding .3s;
}
.cap:hover { background: var(--fg); color: var(--bg); padding-left: 30px; }
.cap::before {
  counter-increment: cap;
  content: '0' counter(cap);
  font-size: .78rem; font-weight: 700; letter-spacing: .12em;
  color: var(--accent);
}
.cap h4 {
  font-weight: 800; font-stretch: 110%; text-transform: uppercase;
  font-size: clamp(1.05rem, 2vw, 1.45rem); letter-spacing: -0.01em;
}
.cap p { font-size: .92rem; opacity: .65; }

/* ---------- page header (inner) ---------- */
.page-head { padding: 170px 0 0; background: var(--bg); color: var(--fg); }
.page-head h1 {
  font-size: clamp(3rem, 10.5vw, 9rem);
  margin: 22px 0 30px;
}
.page-head .intro {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  border-top: 1px solid var(--line);
  padding: 28px 0 0;
  margin-bottom: clamp(48px, 8vh, 90px);
}
.page-head .intro p { color: var(--dim); max-width: 56ch; font-size: 1.02rem; }

/* ---------- CTA ---------- */
.cta { text-align: left; }
.cta h2 {
  font-size: clamp(2.6rem, 8vw, 7rem);
  margin: 20px 0 36px;
}
.cta h2 a { transition: color .25s; }
.cta h2 a:hover { color: var(--accent); }
.cta .cta-row {
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
  border-top: 1px solid var(--line); padding-top: 28px;
}
.cta .cta-row p { color: var(--dim); max-width: 46ch; font-size: .96rem; }

/* ---------- contact ---------- */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.info-rows { border-top: 1px solid var(--line); }
.info-row {
  display: grid; grid-template-columns: 130px 1fr; gap: 20px;
  padding: 22px 4px; border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.info-row dt {
  font-size: .7rem; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--dim);
}
.info-row dd { font-size: 1rem; }
.info-row dd a { border-bottom: 1px solid var(--line); transition: color .2s, border-color .2s; }
.info-row dd a:hover { color: var(--accent); border-color: var(--accent); }

form .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; }
.field { margin-bottom: 34px; }
.field label {
  display: block;
  font-size: .7rem; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--dim);
  margin-bottom: 6px;
}
.field input, .field textarea, .field select {
  width: 100%;
  background: transparent;
  border: none; border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  padding: 10px 0 12px;
  font-family: var(--font); font-size: 1.05rem; color: var(--fg);
  transition: border-color .25s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(22,20,18,.32); }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-bottom-color: var(--accent);
}
.field textarea { resize: vertical; min-height: 110px; }
.field select option { color: #161412; }
.form-note { font-size: .78rem; color: var(--dim); margin-top: 18px; }
.form-success {
  display: none;
  border: 1px solid var(--accent); color: var(--accent);
  padding: 14px 18px; margin-top: 22px;
  font-size: .88rem; letter-spacing: .04em;
}

/* ---------- footer ---------- */
footer {
  background: var(--ink); color: var(--paper);
  --bg: var(--ink); --fg: var(--paper);
  --line: rgba(237, 234, 227, 0.18);
  --dim: rgba(237, 234, 227, 0.55);
  padding: clamp(60px, 10vh, 110px) 0 0;
  overflow: hidden;
}
.foot-mark {
  font-weight: 800; font-stretch: 110%;
  font-size: clamp(3.4rem, 13.5vw, 13rem);
  text-transform: uppercase; letter-spacing: -0.03em; line-height: .9;
  color: transparent; -webkit-text-stroke: 1.5px rgba(237,234,227,.5);
  white-space: nowrap;
  user-select: none;
  transition: color .5s;
}
.foot-mark:hover { color: rgba(237,234,227,.12); }
.foot-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 40px;
  border-top: 1px solid var(--line);
  margin-top: clamp(36px, 6vh, 60px);
  padding: 48px 0;
}
.foot-grid p { color: var(--dim); font-size: .92rem; max-width: 32ch; }
.foot-grid h5 {
  font-size: .68rem; font-weight: 700; letter-spacing: .24em;
  text-transform: uppercase; color: var(--dim);
  margin-bottom: 18px;
}
.foot-grid ul { display: grid; gap: 10px; }
.foot-grid ul a {
  font-size: .92rem; color: rgba(237,234,227,.8);
  transition: color .2s;
}
.foot-grid ul a:hover { color: var(--accent); }
.foot-grid ul span { color: var(--dim); font-size: .92rem; }
.foot-bottom {
  border-top: 1px solid var(--line);
  padding: 22px 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--dim);
}

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .hero-title .line > span { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .row { grid-template-columns: 60px 1fr 50px; }
  .row p { grid-column: 2; grid-row: 2; }
  .row .arr { grid-row: 1; }
  .cap { grid-template-columns: 60px 1fr; }
  .cap p { grid-column: 2; }
  .stats, .steps { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .hero-foot, .page-head .intro, .contact-grid { grid-template-columns: 1fr; }
  .hero-actions { justify-content: flex-start; }
  .band-head { flex-direction: column; align-items: flex-start; }
  form .frow { grid-template-columns: 1fr; }
  .stats, .steps { grid-template-columns: 1fr; }
  .stat + .stat { border-left: none; }
  .row { padding: 26px 10px; gap: 16px; }
  .nav-links {
    position: fixed; inset: 0;
    background: var(--paper);
    flex-direction: column; justify-content: center;
    gap: 30px;
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.22,1,.36,1);
  }
  .nav-links a { font-size: 1.05rem; }
  .nav-links.open { transform: none; }
  .burger { display: flex; }
  .nav.scrolled, .nav { background: var(--paper); border-bottom: 1px solid var(--line); }
}
