/* lure estate — brutalist siyah/beyaz landing. TR + EN ortak stil. */
@import url('https://api.fontshare.com/v2/css?f[]=clash-display@600,700&f[]=satoshi@400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap');

:root {
  --ink: #0b0b0b;
  --paper: #ffffff;
  --line: #0b0b0b;
  --mute: #6c6c6c;
  --disp: "Clash Display", -apple-system, sans-serif;
  --sans: "Satoshi", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --edge: 80px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--sans); background: var(--paper); color: var(--ink);
  line-height: 1.5; overflow-x: hidden;
}
::selection { background: var(--ink); color: var(--paper); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

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

.wrap { padding-inline: var(--edge); }
@media (max-width: 900px) { :root { --edge: 22px; } }

/* ===== TOPBAR ===== */
.top {
  position: sticky; top: 0; z-index: 100; background: var(--paper);
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; border-bottom: 2px solid var(--line);
}
.top .brand { height: 19px; }
.top .brand svg, .top .brand img { height: 100%; width: auto; }
.top-right { display: flex; align-items: center; gap: 22px; }
.lang { display: inline-flex; border: 2px solid var(--line); font-family: var(--mono); font-size: 12px; font-weight: 500; }
.lang a, .lang span { padding: 5px 10px; }
.lang .on { background: var(--ink); color: var(--paper); }
.top .tel { font-family: var(--mono); font-size: 13px; font-weight: 500; letter-spacing: .02em; }
@media (max-width: 620px) { .top .tel { display: none; } }

/* ===== HERO ===== */
.hero { border-bottom: 2px solid var(--line); padding-block: clamp(48px, 9vw, 120px) clamp(40px, 7vw, 88px); position: relative; }
.eyebrow { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--ink); display: inline-flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 40px; height: 2px; background: var(--ink); }
.hero h1 {
  font-family: var(--disp); font-weight: 700; line-height: .92; letter-spacing: -0.02em;
  font-size: clamp(48px, 10.5vw, 168px); text-transform: uppercase; margin-top: 28px; max-width: 16ch;
}
.hero h1 .o { -webkit-text-stroke: 2px var(--ink); color: transparent; }
.hero .lede { margin-top: 30px; font-size: clamp(17px, 2.1vw, 24px); max-width: 46ch; color: var(--ink); }
.hero .lede b { font-weight: 700; }
.hero-cta { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 14px; }

.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 16px 26px; border: 2px solid var(--ink); background: var(--ink); color: var(--paper); transition: background .15s, color .15s; cursor: pointer; }
.btn:hover { background: var(--paper); color: var(--ink); }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--ink); color: var(--paper); }

/* ===== MARQUEE ===== */
.marquee { background: var(--ink); color: var(--paper); border-bottom: 2px solid var(--line); overflow: hidden; white-space: nowrap; padding-block: 16px; }
.marquee .track { display: inline-block; animation: scroll 28s linear infinite; font-family: var(--disp); font-weight: 600; font-size: 22px; text-transform: uppercase; letter-spacing: .01em; }
.marquee .track span { padding-inline: 22px; }
.marquee .track .dot { -webkit-text-stroke: 1.5px var(--paper); color: transparent; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ===== VALUE GRID ===== */
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 2px solid var(--line); }
@media (max-width: 980px) { .grid4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid4 { grid-template-columns: 1fr; } }
.cell { padding: 38px var(--edge) 44px; border-right: 2px solid var(--line); min-height: 340px; display: flex; flex-direction: column; transition: background .18s, color .18s; }
.grid4 .cell:last-child { border-right: 0; }
@media (max-width: 980px) { .cell { border-right: 2px solid var(--line); border-bottom: 2px solid var(--line); } .grid4 .cell:nth-child(2n) { border-right: 0; } }
.cell:hover { background: var(--ink); color: var(--paper); }
.cell .num { font-family: var(--mono); font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.cell h3 { font-family: var(--disp); font-weight: 700; font-size: clamp(26px, 2.6vw, 38px); line-height: .98; text-transform: uppercase; margin-top: auto; }
.cell p { margin-top: 16px; font-size: 15px; color: var(--mute); }
.cell:hover p { color: rgba(255,255,255,.7); }

/* ===== STATEMENT (siyah) ===== */
.statement { background: var(--ink); color: var(--paper); border-bottom: 2px solid var(--line); padding-block: clamp(64px, 11vw, 150px); }
.statement .eyebrow { color: var(--paper); }
.statement .eyebrow::before { background: var(--paper); }
.statement h2 { font-family: var(--disp); font-weight: 600; font-size: clamp(30px, 5.4vw, 82px); line-height: 1.02; letter-spacing: -0.015em; margin-top: 26px; max-width: 20ch; }
.statement h2 em { font-style: normal; -webkit-text-stroke: 2px var(--paper); color: transparent; }
.statement .cols { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; border-top: 2px solid rgba(255,255,255,.25); padding-top: 36px; }
@media (max-width: 760px) { .statement .cols { grid-template-columns: 1fr; gap: 28px; } }
.statement .cols .k { font-family: var(--mono); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.statement .cols p { margin-top: 12px; font-size: 16px; color: rgba(255,255,255,.92); }

/* ===== CONTACT ===== */
.contact { padding-block: clamp(56px, 9vw, 120px); border-bottom: 2px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; }
@media (max-width: 820px) { .contact { grid-template-columns: 1fr; gap: 36px; } }
.contact h2 { font-family: var(--disp); font-weight: 700; font-size: clamp(40px, 7vw, 110px); line-height: .9; text-transform: uppercase; letter-spacing: -0.02em; }
.contact .who { font-family: var(--mono); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); margin-bottom: 22px; }
.contact .person { font-family: var(--disp); font-weight: 600; font-size: 26px; }
.contact .phone { display: inline-block; margin-top: 8px; font-family: var(--mono); font-size: clamp(22px, 3.6vw, 40px); font-weight: 500; border-bottom: 3px solid var(--ink); }
.contact .lines { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }

/* ===== FOOTER ===== */
.foot { display: flex; align-items: center; justify-content: space-between; padding-block: 30px; gap: 18px; flex-wrap: wrap; }
.foot .logo { height: 16px; opacity: .9; }
.foot .meta { font-family: var(--mono); font-size: 12px; color: var(--mute); letter-spacing: .04em; }

/* reveal */
.rev { opacity: 0; transform: translateY(18px); animation: rise .8s cubic-bezier(.16,1,.3,1) forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
.d1 { animation-delay: .05s; } .d2 { animation-delay: .14s; } .d3 { animation-delay: .24s; } .d4 { animation-delay: .34s; }
@media (prefers-reduced-motion: reduce) { .rev { animation: none; opacity: 1; transform: none; } .marquee .track { animation: none; } }

/* ===== FOOTER (yapısal) ===== */
.foot { display: block; padding-block: 0; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 0; border-bottom: 2px solid var(--line); }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-cell { padding: 40px 34px; border-right: 2px solid var(--line); }
.foot-grid > .foot-cell:first-child { padding-left: 0; }
.foot-grid > .foot-cell:last-child { border-right: 0; padding-right: 0; }
@media (max-width: 900px) { .foot-cell { border-right: 0; border-top: 2px solid var(--line); padding: 28px 0; } .foot-grid > .foot-cell:first-child { border-top: 0; } }
.foot-logo { height: 22px; width: auto; margin-bottom: 16px; }
.foot-brand p { font-size: 14px; color: var(--mute); max-width: 30ch; }
.foot-h { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); margin-bottom: 16px; }
.foot-cell a, .foot-cell span { display: block; font-size: 14px; color: var(--ink); margin-bottom: 9px; }
.foot-cell a:hover { text-decoration: underline; text-underline-offset: 3px; }
.foot-cell .sub { color: var(--mute); font-size: 12.5px; }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 24px; }
.foot-bottom .meta { font-family: var(--mono); font-size: 12px; color: var(--mute); letter-spacing: .03em; }
.foot-bottom .links { display: flex; gap: 20px; flex-wrap: wrap; }
.foot-bottom .links a, .foot-bottom .links button { font-family: var(--mono); font-size: 12px; color: var(--mute); background: 0; border: 0; cursor: pointer; padding: 0; letter-spacing: .03em; }
.foot-bottom .links a:hover, .foot-bottom .links button:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* ===== ÇEREZ ONAYI ===== */
.cookie { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: var(--ink); color: var(--paper); border-top: 2px solid var(--paper); padding: 20px var(--edge); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; animation: cookieUp .4s cubic-bezier(.16,1,.3,1) both; }
@keyframes cookieUp { from { transform: translateY(100%); } to { transform: none; } }
.cookie-text { font-size: 14px; max-width: 70ch; color: rgba(255,255,255,.9); }
.cookie-text a { text-decoration: underline; text-underline-offset: 3px; }
.cookie-btns { display: flex; gap: 12px; flex-shrink: 0; }
.cookie .btn { padding: 12px 22px; }
.cookie .btn { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.cookie .btn:hover { background: transparent; color: var(--paper); }
.cookie .btn.ghost { background: transparent; color: var(--paper); }
.cookie .btn.ghost:hover { background: var(--paper); color: var(--ink); }

.cookie[hidden] { display: none !important; }
