/* ==========================================================
   Lale Ofset Matbaa
   Renkler logodan alınmıştır (CMYK + turuncu kuyruk)
   ========================================================== */

:root {
  --ink: #0d0c0e;
  --ink-2: #17151a;
  --ink-3: #242128;
  --paper: #f3efe8;
  --paper-2: #e9e3d9;
  --text: #1a181c;
  --muted: #6d6770;
  --muted-dark: #9a949d;
  --line: rgba(26, 24, 28, .14);
  --line-dark: rgba(255, 255, 255, .12);

  --magenta: #d9147f;
  --cyan: #3a86d6;
  --blue: #2f64c0;
  --yellow: #fcd12e;
  --orange: #f2891c;
  --green: #6fcc84;

  --display: "Archivo", system-ui, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;

  --pad: clamp(16px, 4vw, 56px);
  --ease: cubic-bezier(.2, .7, .1, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; font-weight: 700; }
p { margin: 0; }
em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: 0; }

::selection { background: var(--magenta); color: #fff; }

.wrap { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 var(--pad); }

/* ---------- renk şeridi ---------- */
.colorbar { position: fixed; inset: 0 0 auto; height: 4px; display: flex; z-index: 60; }
.colorbar span { flex: 1; background: var(--c); }

/* ---------- navigasyon ---------- */
.nav {
  position: fixed; top: 4px; left: 0; right: 0; z-index: 50;
  transition: background .4s, backdrop-filter .4s, border-color .4s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(13, 12, 14, .82);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border-color: var(--line-dark);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }

.brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.brand img { width: 34px; height: auto; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text b { font-stretch: 125%; font-weight: 800; font-size: 15px; letter-spacing: .02em; text-transform: uppercase; }
.brand__text small { font-family: var(--mono); font-size: 10px; letter-spacing: .38em; text-transform: uppercase; color: var(--muted-dark); margin-top: 5px; }

.nav__links { display: flex; align-items: center; gap: 34px; }
.nav__links a { color: rgba(255, 255, 255, .72); font-size: 14px; letter-spacing: .01em; transition: color .25s; }
.nav__links a:hover { color: #fff; }
.nav__links .nav__cta {
  color: var(--ink); background: #fff; padding: 10px 18px; border-radius: 999px; font-weight: 600;
  display: inline-flex; gap: 8px; align-items: center;
}
.nav__links .nav__cta:hover { color: #fff; background: var(--magenta); }
.nav__cta i { font-style: normal; transition: transform .25s var(--ease); }
.nav__cta:hover i { transform: translateX(3px); }

.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line-dark); border-radius: 50%; background: none; cursor: pointer; position: relative; }
.burger span { position: absolute; left: 13px; right: 13px; height: 1.5px; background: #fff; transition: transform .3s var(--ease), top .3s; }
.burger span:first-child { top: 17px; }
.burger span:last-child { top: 25px; }
.burger[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

/* ---------- butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  height: 54px; padding: 0 26px; border-radius: 999px;
  font-size: 15px; font-weight: 600; letter-spacing: .01em;
  transition: background .3s, color .3s, border-color .3s, transform .3s var(--ease);
}
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .3s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--magenta); color: #fff; }
.btn--ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .28); }
.btn--ghost:hover { border-color: #fff; }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 140px 0 40px; color: #fff; overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 78% 40%, rgba(217, 20, 127, .14), transparent 70%),
    radial-gradient(ellipse 40% 40% at 95% 80%, rgba(58, 134, 214, .12), transparent 70%),
    var(--ink);
}
.hero::before { /* kâğıt grenı */
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .09; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%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");
}

.hero__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; position: relative; }

.eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-dark); display: flex; align-items: center; gap: 10px; margin-bottom: 34px; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(111, 204, 132, .15); }

.hero__title {
  font-stretch: 115%; font-weight: 800; text-transform: uppercase;
  font-size: clamp(40px, 5.4vw, 88px); line-height: .92; letter-spacing: -.035em;
}
.hero__title .line { display: block; overflow: hidden; padding-bottom: .04em; }
.hero__title .line > span { display: inline-block; transform: translateY(105%); animation: rise 1.1s var(--ease) forwards; }
.hero__title .line:nth-child(2) > span { animation-delay: .12s; }
.hero__title .line:nth-child(3) > span { animation-delay: .24s; }
.hero__title .line:nth-child(4) > span { animation-delay: .36s; }
.hero__title .line--m { color: var(--magenta); }
.hero__title .line--c { color: var(--cyan); }
.hero__title .line--y { color: var(--yellow); }
.hero__title em {
  text-transform: none; font-size: 1.12em; letter-spacing: -.01em; line-height: .8;
  background: linear-gradient(95deg, var(--orange) 0%, var(--yellow) 55%, var(--orange) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-right: .08em;
}
@keyframes rise { to { transform: none; } }

.hero__lead { max-width: 30em; margin-top: 34px; color: rgba(255, 255, 255, .66); font-size: clamp(16px, 1.3vw, 18px); opacity: 0; animation: fade 1s .6s forwards; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; opacity: 0; animation: fade 1s .75s forwards; }
@keyframes fade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* baskı tabakaları */
.hero__art { position: relative; aspect-ratio: 4 / 5; max-width: 480px; width: 100%; justify-self: center; }
.sheet { position: absolute; inset: 0; border-radius: 3px; transition: transform .8s var(--ease); }
.sheet--c { background: var(--cyan); transform: rotate(9deg) translate(6%, 2%); animation: deal-c 1.2s .2s var(--ease) backwards; }
.sheet--m { background: var(--magenta); transform: rotate(4deg) translate(3%, 1%); animation: deal-m 1.2s .35s var(--ease) backwards; }
.sheet--y { background: var(--yellow); transform: rotate(-4deg) translate(-2%, 1%); animation: deal-y 1.2s .5s var(--ease) backwards; }
.sheet--k {
  background: var(--paper); transform: rotate(-.6deg);
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .7), 0 2px 0 rgba(255, 255, 255, .5) inset;
  animation: deal-k 1.2s .65s var(--ease) backwards;
}
@keyframes deal-c { from { transform: rotate(30deg) translate(40%, -20%); opacity: 0; } }
@keyframes deal-m { from { transform: rotate(20deg) translate(30%, -10%); opacity: 0; } }
@keyframes deal-y { from { transform: rotate(-20deg) translate(-30%, 10%); opacity: 0; } }
@keyframes deal-k { from { transform: rotate(-8deg) translateY(12%); opacity: 0; } }

.hero__art:hover .sheet--c { transform: rotate(12deg) translate(9%, 2%); }
.hero__art:hover .sheet--m { transform: rotate(6deg) translate(5%, 0); }
.hero__art:hover .sheet--y { transform: rotate(-7deg) translate(-5%, 2%); }

.crop { position: absolute; width: 22px; height: 22px; }
.crop::before, .crop::after { content: ""; position: absolute; background: #2a262b; }
.crop::before { width: 16px; height: 1px; }
.crop::after { width: 1px; height: 16px; }
.crop--tl { top: 16px; left: 16px; } .crop--tl::before { top: 6px; left: -6px; } .crop--tl::after { left: 6px; top: -6px; }
.crop--tr { top: 16px; right: 16px; } .crop--tr::before { top: 6px; right: -6px; } .crop--tr::after { right: 6px; top: -6px; }
.crop--bl { bottom: 16px; left: 16px; } .crop--bl::before { bottom: 6px; left: -6px; } .crop--bl::after { left: 6px; bottom: -6px; }
.crop--br { bottom: 16px; right: 16px; } .crop--br::before { bottom: 6px; right: -6px; } .crop--br::after { right: 6px; bottom: -6px; }

.reg { position: absolute; width: 22px; height: 22px; left: 50%; margin-left: -11px; fill: none; stroke: #2a262b; stroke-width: 1.4; }
.reg--t { top: 14px; }
.reg--b { bottom: 46px; }

.plates { position: absolute; inset: 16% 14% 22%; }
.plate, .plate--main { position: absolute; inset: 0; }
.plate--main { width: 100%; height: 100%; object-fit: contain; }
.plate {
  -webkit-mask: url("../assets/lale-mark.png") center / contain no-repeat;
  mask: url("../assets/lale-mark.png") center / contain no-repeat;
  mix-blend-mode: multiply; opacity: 0;
}
.plate--c { background: var(--cyan); animation: register-c 1.6s 1.1s var(--ease) both; }
.plate--m { background: var(--magenta); animation: register-m 1.6s 1.1s var(--ease) both; }
.plate--y { background: var(--yellow); animation: register-y 1.6s 1.1s var(--ease) both; }
.plate--main { opacity: 0; animation: ink-in .9s 2.2s var(--ease) forwards; }
@keyframes register-c { 0% { opacity: .9; transform: translate(-14px, 8px); } 70% { opacity: .9; transform: none; } 100% { opacity: 0; transform: none; } }
@keyframes register-m { 0% { opacity: .9; transform: translate(12px, -10px); } 70% { opacity: .9; transform: none; } 100% { opacity: 0; transform: none; } }
@keyframes register-y { 0% { opacity: .9; transform: translate(6px, 14px); } 70% { opacity: .9; transform: none; } 100% { opacity: 0; transform: none; } }
@keyframes ink-in { from { opacity: 0; filter: blur(4px); } to { opacity: 1; filter: none; } }

.sheet__meta {
  position: absolute; left: 44px; right: 44px; bottom: 18px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--mono); font-size: 9.5px; letter-spacing: .12em; color: #6d6770;
}
.swatches { display: inline-flex; gap: 3px; }
.swatches i { width: 10px; height: 10px; background: var(--c); display: block; }

.hero__foot {
  display: grid; grid-template-columns: repeat(3, auto) 1fr; gap: clamp(24px, 4vw, 64px);
  margin-top: clamp(56px, 8vh, 96px); padding-top: 24px; border-top: 1px solid var(--line-dark);
  position: relative;
}
.hero__foot small { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-dark); margin-bottom: 4px; }
.hero__foot a { font-size: 15px; transition: color .2s; }
.hero__foot a:hover { color: var(--yellow); }
.hero__scroll { justify-self: end; align-self: end; display: flex; align-items: center; gap: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-dark); }
.hero__scroll span { width: 1px; height: 34px; background: linear-gradient(var(--magenta), transparent); animation: drip 2s infinite; transform-origin: top; }
@keyframes drip { 0% { transform: scaleY(0); } 60% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }

/* ---------- ticker ---------- */
.ticker { background: var(--magenta); color: #fff; overflow: hidden; padding: 18px 0; border-block: 1px solid rgba(0, 0, 0, .2); }
.ticker__track { display: flex; width: max-content; gap: 34px; align-items: center; animation: tick 40s linear infinite; }
.ticker span { font-stretch: 125%; font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: -.01em; white-space: nowrap; }
.ticker b { font-size: 14px; color: var(--yellow); font-weight: 400; }
@keyframes tick { to { transform: translateX(-50%); } }

/* ---------- ortak bölüm ---------- */
.section { padding: clamp(88px, 12vw, 160px) 0; position: relative; }
.paper { background: var(--paper); color: var(--text); }
.dark { background: var(--ink); color: #fff; }

.kicker { font-family: var(--mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--magenta); margin-bottom: 22px; }
.section h2 {
  font-stretch: 118%; font-weight: 700; font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1; letter-spacing: -.035em;
}
.section h2 em { font-size: 1.1em; }

.head { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px 64px; align-items: end; margin-bottom: clamp(48px, 7vw, 88px); }
.head .kicker { grid-column: 1 / -1; margin-bottom: 0; }
.head__side { color: var(--muted); max-width: 26em; justify-self: end; }
.head--dark .head__side { color: var(--muted-dark); }

/* ---------- hizmetler ---------- */
.services { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.svc {
  position: relative; display: grid; grid-template-columns: 56px 1fr; grid-template-rows: auto auto auto; column-gap: 8px;
  padding: 34px 32px 34px 0; border-bottom: 1px solid var(--line); isolation: isolate; overflow: hidden;
}
.svc:nth-child(odd) { border-right: 1px solid var(--line); }
.svc:nth-child(even) { padding-left: 32px; }
.svc::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--c);
  transform: scaleY(0); transform-origin: bottom; transition: transform .5s var(--ease);
}
.svc:nth-child(even)::before { left: 0; }
.svc:hover::before { transform: scaleY(1); }
.svc__no { font-family: var(--mono); font-size: 12px; color: var(--muted); padding-top: 10px; grid-row: 1 / 4; padding-left: 14px; }
.svc h3 { font-stretch: 112%; font-size: clamp(22px, 2.2vw, 30px); letter-spacing: -.025em; line-height: 1.15; transition: transform .45s var(--ease); }
.svc p { color: var(--muted); margin-top: 10px; max-width: 30em; transition: transform .45s var(--ease) .03s; }
.svc__tag {
  justify-self: start; margin-top: 18px; font-family: var(--mono); font-size: 11px; line-height: 1; letter-spacing: .06em;
  display: inline-flex; align-items: center; justify-content: center; white-space: nowrap;
  height: 28px; padding: 0 calc(12px - .06em) 0 12px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted);
  transition: background .3s, border-color .3s, color .3s, transform .45s var(--ease) .06s;
}
.svc:hover h3, .svc:hover p, .svc:hover .svc__tag { transform: translateX(6px); }
.svc:hover .svc__tag { background: var(--c); border-color: var(--c); color: var(--ink); }

/* ---------- manifesto ---------- */
.statement { background: var(--paper-2); padding: clamp(80px, 11vw, 150px) 0; position: relative; overflow: hidden; }
.statement::after {
  content: ""; position: absolute; right: -6%; bottom: -30%; width: 46vw; aspect-ratio: 1; opacity: .07;
  background: url("../assets/lale-mark.png") center / contain no-repeat; pointer-events: none;
}
.statement__text {
  font-stretch: 110%; font-weight: 500; font-size: clamp(28px, 3.9vw, 56px); line-height: 1.12; letter-spacing: -.03em;
  max-width: 20em; color: var(--text); position: relative; z-index: 1;
}
.statement__text em { color: var(--magenta); font-size: 1.08em; }
.statement__sign { margin-top: 44px; display: flex; align-items: center; gap: 16px; position: relative; z-index: 1; }
.statement__sign::before { content: ""; width: 48px; height: 1px; background: var(--text); }
.statement__sign span { font-weight: 600; }
.statement__sign small { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ---------- süreç ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.step { background: var(--ink); padding: 32px 28px 40px; position: relative; transition: background .4s; }
.step::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--c);
  transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease);
}
.step:hover { background: var(--ink-2); }
.step:hover::after { transform: scaleX(1); }
.step header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 64px; }
.step__plate {
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: var(--c); color: var(--ink); font-stretch: 125%; font-weight: 800; font-size: 18px;
}
.step__plate--k { background: #111; color: #fff; box-shadow: 0 0 0 1px rgba(255, 255, 255, .3) inset; }
.step__no { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-dark); }
.step h3 { font-stretch: 115%; font-size: 26px; letter-spacing: -.02em; margin-bottom: 14px; }
.step p { color: var(--muted-dark); font-size: 15.5px; }

/* ---------- kâğıt / teknik föy ---------- */
.spec { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.spec__intro { position: sticky; top: 120px; }
.spec__intro > p:not(.kicker) { color: var(--muted); margin-top: 28px; max-width: 26em; }
.link { display: inline-flex; gap: 10px; margin-top: 30px; font-weight: 600; border-bottom: 1.5px solid currentColor; padding-bottom: 4px; }
.link span { transition: transform .3s var(--ease); }
.link:hover { color: var(--magenta); }
.link:hover span { transform: translateX(4px); }

.spec__sheet {
  background: #fbf9f5; border: 1px solid var(--line); border-radius: 4px; padding: clamp(22px, 3vw, 40px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04), 0 30px 60px -30px rgba(40, 30, 20, .25);
}
.spec__label { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.papers { list-style: none; margin: 0; padding: 0; }
.papers li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
  padding: 18px 0; border-bottom: 1px solid var(--line);
}
.papers b { font-weight: 600; font-size: 17px; white-space: nowrap; }
.papers span { color: var(--muted); font-size: 15.5px; text-align: right; }
.spec__finish { margin-top: 32px; }
.spec__finish .spec__label { margin-bottom: 14px; }
.spec__finish ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.spec__finish li { font-size: 14px; padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px; transition: background .25s, color .25s, border-color .25s; }
.spec__finish li:hover { background: var(--text); color: var(--paper); border-color: var(--text); }

/* ---------- iletişim ---------- */
.contact { background: radial-gradient(ellipse 50% 60% at 85% 20%, rgba(58, 134, 214, .12), transparent 70%), var(--ink); }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 110px); align-items: start; }
.contact__lead { color: var(--muted-dark); margin-top: 26px; max-width: 26em; }
.contact__list { margin: 48px 0 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); }
.contact__list div { padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.contact__list div:nth-child(odd) { padding-right: 20px; }
.contact__list dt { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-dark); margin-bottom: 6px; }
.contact__list dd { margin: 0; font-size: 18px; line-height: 1.45; }
.contact__list a { transition: color .2s; }
.contact__list a:hover { color: var(--yellow); }
.contact__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }

/* kartvizit */
.bcard { display: block; width: 100%; max-width: 520px; aspect-ratio: 85 / 55; margin: 0 auto; perspective: 1400px; background: none; border: 0; padding: 0; cursor: pointer; font: inherit; color: inherit; }
.bcard__inner { position: relative; display: block; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform 1s var(--ease); }
.bcard:hover .bcard__inner, .bcard.is-flipped .bcard__inner { transform: rotateY(180deg); }
.bcard.is-flipped:hover .bcard__inner { transform: rotateY(180deg); }
.bcard__face {
  position: absolute; inset: 0; border-radius: 16px; backface-visibility: hidden; -webkit-backface-visibility: hidden;
  background: linear-gradient(160deg, #1b191d, #0a090b 60%);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .9), 0 0 0 1px rgba(255, 255, 255, .07) inset;
  overflow: hidden;
}
.bcard__face::before { /* mat selefon ışığı */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .06) 45%, transparent 60%);
}
.bcard__front { display: grid; place-items: center; }
.bcard__front img { width: 58%; }
.bcard__back { transform: rotateY(180deg); padding: 7% 8%; display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.bcard__name { font-size: clamp(18px, 2.2vw, 26px); font-weight: 400; margin-bottom: 4%; }
.bcard__row {
  font-size: clamp(11px, 1.3vw, 15px); width: 50%; padding: 1.8% 0; border-bottom: 1.5px solid var(--yellow);
  display: flex; justify-content: flex-end; align-items: center; gap: 10px;
}
.bcard__row::before { content: ""; width: 7px; height: 7px; background: var(--yellow); border-radius: 1px; margin-right: auto; }
.bcard__addr { margin-top: auto; font-size: clamp(10px, 1.1vw, 13px); color: rgba(255, 255, 255, .8); }
.bcard__mark { position: absolute; left: 5%; top: 11%; width: 40%; }
.bcard__hint { text-align: center; margin-top: 18px; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-dark); }

.map { margin-top: 44px; border-radius: 14px; overflow: hidden; border: 1px solid var(--line-dark); aspect-ratio: 16 / 10; background: var(--ink-2); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.8) contrast(.96); }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: #fff; padding: 40px 0 28px; border-top: 1px solid var(--line-dark); overflow: hidden; }
.footer__big {
  font-stretch: 112%; font-weight: 800; font-size: clamp(48px, 12vw, 180px); line-height: .85; letter-spacing: -.05em;
  color: var(--paper); white-space: nowrap; margin-bottom: 56px;
  user-select: none;
}
.footer__big span { color: transparent; background: linear-gradient(95deg, var(--magenta), var(--blue) 50%, var(--yellow) 80%, var(--orange)); -webkit-background-clip: text; background-clip: text; }
.footer__row { display: grid; grid-template-columns: auto 1fr auto; gap: 48px; align-items: center; padding-bottom: 32px; border-bottom: 1px solid var(--line-dark); }
.footer__logo { width: 120px; }
.footer__row p { color: var(--muted-dark); font-size: 14px; }
.footer__row nav { display: flex; gap: 28px; font-size: 14px; }
.footer__row nav a { color: rgba(255, 255, 255, .7); transition: color .2s; }
.footer__row nav a:hover { color: #fff; }
.footer__legal { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: var(--muted-dark); }

/* ---------- whatsapp ---------- */
.fabs {
  position: fixed; right: 22px; bottom: 22px; z-index: 40; display: flex; gap: 12px;
  transform: translateY(24px) scale(.9); opacity: 0; pointer-events: none;
  transition: transform .5s var(--ease), opacity .4s;
}
.fabs.is-visible { transform: none; opacity: 1; pointer-events: auto; }
.fab {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .5); transition: transform .3s var(--ease);
}
.fab:hover { transform: scale(1.08); }
.fab--wa { background: #25d366; }
.fab--wa svg { width: 28px; height: 28px; fill: #fff; }
.fab--ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.fab--ig svg { width: 26px; height: 26px; fill: none; stroke: #fff; stroke-width: 1.9; }
.fab--ig .fill { fill: #fff; stroke: none; }

/* ---------- görünme ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.services .reveal:nth-child(even), .steps .reveal:nth-child(2) { transition-delay: .08s; }
.steps .reveal:nth-child(3) { transition-delay: .16s; }
.steps .reveal:nth-child(4) { transition-delay: .24s; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .steps { grid-template-columns: 1fr 1fr; }
  .hero__foot { grid-template-columns: repeat(3, auto); }
  .hero__scroll { display: none; }
}

@media (max-width: 900px) {
  .burger { display: block; }
  .nav__links {
    position: fixed; inset: 80px 0 auto; flex-direction: column; align-items: flex-start; gap: 0;
    background: rgba(13, 12, 14, .97); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    padding: 8px var(--pad) 28px; border-bottom: 1px solid var(--line-dark);
    transform: translateY(-12px); opacity: 0; visibility: hidden; transition: all .35s var(--ease);
  }
  .nav__links.is-open { transform: none; opacity: 1; visibility: visible; }
  .nav__links a { width: 100%; padding: 16px 0; font-size: 18px; border-bottom: 1px solid var(--line-dark); }
  .nav__links .nav__cta { margin-top: 20px; width: auto; justify-content: center; border: 0; padding: 14px 24px; }
  .nav.menu-open { background: rgba(13, 12, 14, .97); }

  .hero { padding-top: 120px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__art { max-width: 340px; margin-top: 24px; }
  .hero__foot { grid-template-columns: 1fr 1fr; gap: 20px; }

  .head { grid-template-columns: 1fr; }
  .head__side { justify-self: start; }

  .services { grid-template-columns: 1fr; }
  .svc, .svc:nth-child(even) { padding: 28px 0; border-right: 0 !important; }
  .svc:nth-child(odd) { border-right: 0; }

  .spec, .contact__grid { grid-template-columns: 1fr; }
  .spec__intro { position: static; }

  .footer__row { grid-template-columns: 1fr; gap: 24px; }
  .footer__row nav { flex-wrap: wrap; gap: 18px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .steps { grid-template-columns: 1fr; }
  .step header { margin-bottom: 36px; }
  .contact__list { grid-template-columns: 1fr; }
  .contact__list div:nth-child(odd) { padding-right: 0; }
  .hero__actions .btn { flex: 1 1 100%; justify-content: center; }
  .ticker span { font-size: 17px; }
  .footer__legal { flex-direction: column; gap: 12px; align-items: flex-start; }
  .sheet__meta { left: 36px; right: 36px; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
