/* GRIE şirket sitesi, 4. sürüm. TEK TEMA (açık), Stripe gibi; koyu mod yok. Stripe kompozisyonu: eğik mesh-gradyan hero, ürün görselleri
   sayfanın içinde, karo ızgarası, koyu bant, sayı şeridi, kod bloğu, çok sütunlu alt. */
:root {
  --bg: #ffffff; --bg-soft: #f6f9fc; --ink: #0a2540; --ink-2: #425466; --ink-3: #8898aa; --line: #e6ebf1;
  --accent: #635bff; --accent-ink: #533afd; --pos: #0e9f6e; --neg: #df1b41; --neu: #9aa3b2;
  --dark: #0a2540; --dark-2: #14325a; --on-dark: #f6f9fc; --on-dark-2: #adbdcc;
  --g1: #ffd97a; --g2: #ff7f5c; --g3: #ff4fa3; --g4: #7a5cff; --g5: #4fb3ff;
  --display: 'Inter Tight', 'Inter', system-ui, -apple-system, sans-serif;
  --body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --shadow: 0 30px 60px -24px rgba(10,37,64,.35), 0 2px 8px rgba(10,37,64,.08);
  color-scheme: light only;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
.wrap { max-width: 1120px; margin: 0 auto; padding-inline: clamp(16px, 4vw, 32px); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--bg); padding: 6px 10px; z-index: 20; }
.skip:focus { left: 16px; }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-ink); margin: 0 0 12px; }
.eyebrow-light { color: var(--g5); }
h1, h2, h3, h4, h5 { font-family: var(--display); letter-spacing: -.022em; text-wrap: balance; margin: 0; }
h1 { font-size: clamp(36px, 4.6vw, 56px); font-weight: 700; line-height: 1.04; }
h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; line-height: 1.1; }
h3 { font-size: clamp(22px, 2.4vw, 28px); font-weight: 600; line-height: 1.2; }
h4 { font-size: 17px; font-weight: 600; }
p { margin: 0; }
.grad { background: linear-gradient(90deg, var(--g3), var(--g4) 55%, var(--g5)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.grad-ink { color: var(--ink); }

/* Üst çubuk */
.top { position: relative; z-index: 5; }
.top-row { display: flex; align-items: center; gap: 24px; padding-block: 18px; }
.brand img { display: block; height: 17px; width: auto; }
.nav { display: flex; gap: 24px; margin-left: 8px; flex: 1; }
.nav a { text-decoration: none; font-size: 15px; font-weight: 500; color: var(--ink-2); }
.nav a:hover, .nav a:focus-visible { color: var(--ink); }
.btn { display: inline-flex; align-items: center; text-decoration: none; font-size: 15px; font-weight: 600; padding: 10px 18px; border-radius: 999px; border: 1px solid transparent; white-space: nowrap; }
.btn-dark { background: var(--ink); color: var(--bg); }
.btn-dark:hover, .btn-dark:focus-visible { background: var(--accent); color: #fff; }
.link-arrow { text-decoration: none; font-weight: 600; color: var(--accent-ink); font-size: 15px; }
.link-arrow::after { content: " →"; }
.link-arrow:hover, .link-arrow:focus-visible { text-decoration: underline; }

/* Hero + mesh gradyan (Stripe kompozisyonu: eğik alt kenar, sağ üstte yoğun) */
.hero-wrap { position: relative; isolation: isolate; overflow: hidden; }
.mesh { position: absolute; inset: 0 0 auto 0; height: min(78vh, 720px); z-index: -1; transform: skewY(-7deg); transform-origin: 0 100%; overflow: hidden; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%); }
.mesh i { position: absolute; border-radius: 50%; filter: blur(48px); opacity: .95; }
.mesh .m1 { width: 60vw; height: 60vw; right: -12vw; top: -28vw; background: radial-gradient(closest-side, var(--g3), transparent 72%); }
.mesh .m2 { width: 52vw; height: 52vw; right: 12vw; top: -14vw; background: radial-gradient(closest-side, var(--g4), transparent 72%); }
.mesh .m3 { width: 46vw; height: 46vw; right: -10vw; top: 6vw; background: radial-gradient(closest-side, var(--g2), transparent 70%); opacity: .8; }
.mesh .m4 { width: 40vw; height: 40vw; right: 30vw; top: 4vw; background: radial-gradient(closest-side, var(--g5), transparent 70%); opacity: .7; }
.mesh .m5 { width: 34vw; height: 34vw; right: 4vw; top: 24vw; background: radial-gradient(closest-side, var(--g1), transparent 70%); opacity: .8; }

.hero { padding-block: clamp(40px, 7vw, 88px) clamp(56px, 8vw, 110px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 40px 48px; align-items: center; }
.hero-text { max-width: 600px; }
.lede { font-size: clamp(17px, 1.5vw, 19px); color: var(--ink-2); margin: 22px 0 28px; max-width: 54ch; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }

/* Hero ürün kompozisyonu: telefon + iki yüzen kart */
.hero-art { position: relative; min-height: 560px; }
.hero-art figure { margin: 0; position: absolute; background: var(--bg); border: 1px solid var(--line); box-shadow: var(--shadow); }
.phone { left: 0; top: 0; width: 240px; border-radius: 30px; padding: 16px 12px; display: grid; gap: 10px; align-content: start; height: 420px; background: var(--bg-soft); }
.phone-top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 600; padding-inline: 6px; }
.pstat { width: 22px; height: 10px; border-radius: 3px; border: 1.5px solid var(--ink); opacity: .7; }
.phead { font-family: var(--display); font-weight: 600; font-size: 14px; letter-spacing: -.01em; padding: 12px 6px 2px; color: var(--ink-3); }
.notif { background: var(--bg); border: 1px solid var(--line); border-radius: 14px; padding: 10px 12px; display: grid; grid-template-columns: 1fr auto; gap: 2px 8px; font-size: 13px; }
.notif b { font-weight: 600; } .notif span { color: var(--ink-3); font-size: 11.5px; } .notif p { grid-column: 1 / -1; color: var(--ink-2); line-height: 1.4; }
.notif.muted { opacity: .65; }
.card { border-radius: 14px; padding: 14px 16px; }
.card-chart { right: 0; top: 40px; width: 250px; }
.card-label { font-size: 12px; color: var(--ink-3); }
.card-big { font-family: var(--display); font-size: 30px; font-weight: 700; letter-spacing: -.02em; line-height: 1.1; font-variant-numeric: tabular-nums; margin: 2px 0 6px; }
.card-big small { font-size: 13px; font-weight: 600; color: var(--pos); letter-spacing: 0; margin-left: 6px; }
.spark { width: 100%; height: auto; display: block; }
.card-table { right: 0; bottom: 0; width: 320px; padding: 0; overflow: hidden; }
.mini { width: 100%; border-collapse: collapse; font-size: 13px; }
.mini th { text-align: left; font-weight: 600; color: var(--ink-3); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; padding: 9px 12px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.mini td { padding: 9px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.mini tr:last-child td { border-bottom: 0; }
.mini td:first-child { font-weight: 600; white-space: nowrap; }
.chip { display: inline-block; font-size: 11.5px; font-weight: 500; padding: 1px 8px; border-radius: 999px; background: var(--bg-soft); border: 1px solid var(--line); color: var(--ink-2); white-space: nowrap; }
.chip-neg { color: var(--neg); border-color: color-mix(in srgb, var(--neg) 35%, var(--line)); }
.chip-pos { color: var(--pos); border-color: color-mix(in srgb, var(--pos) 35%, var(--line)); }

/* Kaynak şeridi (Stripe'ın logo satırı) */
.sources { padding-block: 26px; border-bottom: 1px solid var(--line); }
.source-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; font-family: var(--display); font-size: 15px; font-weight: 600; color: var(--ink-3); letter-spacing: -.01em; }

.src-news { flex-basis: 100%; text-align: center; font-family: var(--body); font-weight: 500; font-size: 13.5px; color: var(--ink-3); margin-top: 4px; }

/* Ürün karoları */
.products { padding-block: clamp(64px, 9vw, 120px); }
.sec-title { max-width: 22ch; font-weight: 600; color: var(--ink-2); margin-bottom: 40px; }
.sec-title .grad-ink { font-weight: 700; }
.tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tile { border-radius: 16px; background: var(--bg-soft); border: 1px solid var(--line); padding: 32px; display: grid; gap: 24px; align-content: start; min-width: 0; }
.tile-big { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); align-items: center; gap: 32px 48px; }
.tile-rev .tile-text { order: 2; }
.tile-text img { height: 20px; width: auto; display: block; margin-bottom: 14px; }
.tag { font-size: 13px; font-weight: 600; color: var(--ink-3); margin: 0 0 10px; }
.tile-text h3 { margin-bottom: 12px; }
.tile-text > p { color: var(--ink-2); max-width: 50ch; margin-bottom: 18px; }
.tile-art { border-radius: 12px; overflow: hidden; min-height: 280px; display: grid; align-items: end; padding: 28px 0 0 28px; }
.art-listen { background: linear-gradient(135deg, var(--g5), var(--g4) 60%, var(--g3)); }
.art-watch { background: linear-gradient(135deg, var(--g1), var(--g2) 55%, var(--g3)); }
.sheet, .dash { background: #fff; color: #0a2540; border-radius: 10px 0 0 0; box-shadow: 0 20px 40px -20px rgba(10,37,64,.5); font-size: 12.5px; overflow: hidden; }
.sheet-row { display: grid; grid-template-columns: 80px 1fr 78px 64px; gap: 10px; padding: 8px 12px; border-bottom: 1px solid #e6ebf1; white-space: nowrap; }
.sheet-row span { overflow: hidden; text-overflow: ellipsis; }
.sheet-row.head { background: #f6f9fc; font-weight: 600; color: #8898aa; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.sheet .neg { color: #df1b41; } .sheet .pos { color: #0e9f6e; }
/* Watch karosu: watch.grie.com.tr'deki kodlu telefon (Meridyen) + iki yüzen kart, statik port */
.art-watch { padding: 0; justify-items: center; align-items: start; overflow: hidden; }
.wmock { position: relative; width: 100%; min-height: 560px; --wi: #1b1726; --wm: #6b6779; --wf: #9d99ac; --wl: #eceaf4; --wv: #7c3aed; --wvs: #f1ecfe; --wpos: #10b981; --wneg: #ef4444; --wneu: #9387ae; color: var(--wi); font-family: var(--body); }
.w-phone { position: absolute; left: 50%; top: 32px; transform: translateX(-50%); width: 256px; border-radius: 44px; background: #fff; border: 1px solid #e1ddee; padding: 10px; box-shadow: 0 30px 70px rgba(28,20,55,.22); }
.w-screen { border-radius: 36px; border: 1px solid var(--wl); background: #f3f2fa; overflow: hidden; display: flex; flex-direction: column; height: 560px; }
.w-status { display: flex; justify-content: space-between; align-items: center; padding: 10px 18px 0; font-size: 11px; font-weight: 600; }
.w-island { width: 66px; height: 17px; border-radius: 999px; background: var(--wi); }
.w-batt { width: 16px; height: 8px; border-radius: 2px; border: 1.5px solid var(--wi); opacity: .5; }
.w-topbar { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px 8px; }
.w-topbar img { height: 13px; width: auto; display: block; }
.w-icons { display: flex; gap: 9px; } .w-icons i { width: 11px; height: 11px; border-radius: 50%; border: 1.6px solid var(--wf); }
.w-body { display: grid; gap: 9px; padding: 0 10px 10px; }
.w-brand { display: flex; align-items: center; gap: 9px; background: #fff; border-radius: 14px; padding: 10px; box-shadow: 0 1px 3px rgba(28,20,55,.05); }
.w-brand-ic { width: 32px; height: 32px; border-radius: 10px; background: var(--wvs); color: var(--wv); display: grid; place-items: center; }
.w-brand b { display: block; font-size: 13.5px; letter-spacing: -.02em; line-height: 1.1; } .w-brand small { display: block; font-size: 10px; color: var(--wm); }
.w-chev { margin-left: auto; color: var(--wf); display: flex; }
.w-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.w-chips span { display: flex; justify-content: space-between; align-items: center; background: #e9e6f4; border-radius: 10px; padding: 7px 10px; font-size: 11px; font-weight: 600; color: var(--wi); }
.w-chips svg { color: var(--wm); }
.w-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.w-kpi { background: #fff; border-radius: 14px; padding: 10px; box-shadow: 0 1px 3px rgba(28,20,55,.05); }
.w-kpi-h { display: flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 600; color: var(--wm); }
.w-kpi-v { font-family: var(--display); font-size: 19px; font-weight: 700; letter-spacing: -.02em; margin-top: 5px; font-variant-numeric: tabular-nums; }
.w-kpi-f { display: flex; justify-content: space-between; align-items: end; margin-top: 3px; }
.w-delta { display: inline-flex; align-items: center; gap: 3px; font-size: 10.5px; font-weight: 700; color: var(--wpos); }
.w-spark { width: 46px; height: auto; }
.w-card { background: #fff; border-radius: 14px; padding: 12px; box-shadow: 0 1px 3px rgba(28,20,55,.05); }
.w-card-t { font-size: 12.5px; font-weight: 700; letter-spacing: -.01em; } .w-card-s { font-size: 9.5px; color: var(--wf); }
.w-gauge-row { display: flex; align-items: center; gap: 12px; margin-top: 8px; }
.w-gauge { position: relative; width: 86px; height: 86px; flex: none; }
.w-gauge-n { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.w-gauge-n b { font-family: var(--display); font-size: 23px; line-height: 1; letter-spacing: -.03em; } .w-gauge-n small { font-size: 8.5px; font-weight: 600; color: var(--wf); }
.w-good { display: inline-flex; align-items: center; gap: 5px; border-radius: 999px; background: #e7f6ef; color: var(--wpos); font-size: 10.5px; font-weight: 700; padding: 3px 9px; }
.w-good i { width: 6px; height: 6px; border-radius: 50%; background: var(--wpos); }
.w-card-p { font-size: 11px; line-height: 1.35; color: var(--wm); margin-top: 6px; } .w-card-p b { color: var(--wi); } .w-card-p .w-pos { color: var(--wpos); }
.w-tabs { margin-top: auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--wl); background: #fff; padding: 8px 6px 14px; text-align: center; font-size: 9.5px; font-weight: 600; color: var(--wf); }
.w-tabs span { display: grid; justify-items: center; gap: 3px; } .w-tabs i { width: 34px; height: 26px; border-radius: 9px; display: grid; place-items: center; }
.w-tabs .on { color: var(--wv); } .w-tabs .on i { background: var(--wvs); }
.w-float { position: absolute; width: 182px; background: #fff; border: 1px solid var(--wl); border-radius: 18px; padding: 14px 16px; box-shadow: 0 22px 50px -20px rgba(28,20,55,.35); z-index: 1; }
.w-score { left: 0; top: 150px; } .w-sent { right: 0; top: 330px; }
.w-cap { font-size: 12px; font-weight: 600; color: var(--wm); } .w-cap2 { font-size: 11px; color: var(--wf); margin-top: 9px; }
.w-score-row { display: flex; align-items: baseline; gap: 4px; margin-top: 6px; }
.w-score-row b { font-family: var(--display); font-size: 32px; letter-spacing: -.03em; line-height: 1; } .w-score-row small { font-size: 11px; font-weight: 600; color: var(--wf); } .w-score-row .w-good { margin-left: auto; }
.w-bar { height: 6px; border-radius: 999px; background: #e4e1ef; overflow: hidden; margin-top: 10px; } .w-bar i { display: block; height: 100%; width: 78%; border-radius: 999px; background: linear-gradient(135deg, #8b5cf6, #a855f7); }
.w-sent-row { display: flex; align-items: center; gap: 8px; font-size: 13px; margin-top: 7px; } .w-sent-row span { color: var(--wm); font-weight: 500; } .w-sent-row b { margin-left: auto; }
.w-sent-row i { width: 10px; height: 10px; border-radius: 50%; } .d-pos { background: var(--wpos); } .d-neg { background: var(--wneg); } .d-neu { background: var(--wneu); }
.tile-small { gap: 14px; }
.tile-small .tile-art { min-height: 160px; padding: 0; align-items: center; justify-items: center; }
.tile-small h4 { font-size: 18px; }
.tile-small p { color: var(--ink-2); font-size: 15px; }
.art-g1 { background: radial-gradient(120% 120% at 20% 0%, var(--g1), var(--g3) 55%, var(--g4)); }
.art-g2 { background: radial-gradient(120% 120% at 80% 0%, var(--g5), var(--g4) 50%, var(--g3)); }
.art-g3 { background: radial-gradient(120% 120% at 50% 100%, var(--g2), var(--g3) 50%, var(--g4)); }
.sq { width: 88px; height: 56px; border-radius: 8px; background: rgba(255,255,255,.92); box-shadow: 0 12px 30px -12px rgba(10,37,64,.6); }
.art-g1 .sq { border-left: 6px solid var(--neg); }
.art-g2 .sq { background: linear-gradient(90deg, #fff 0 46%, rgba(255,255,255,.55) 46% 78%, rgba(255,255,255,.3) 78%); }
.art-g3 .sq { box-shadow: 0 12px 30px -12px rgba(10,37,64,.6), 8px 8px 0 -2px rgba(255,255,255,.55), 16px 16px 0 -4px rgba(255,255,255,.3); }

/* Koyu bant */
.band { background: var(--dark); color: var(--on-dark); padding-block: clamp(56px, 8vw, 96px); }
.band-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 24px 64px; align-items: center; }
.band h2 { color: #fff; }
.band p { color: var(--on-dark-2); font-size: 17px; }

/* Sayı şeridi */
.stats { position: relative; overflow: hidden; padding-block: clamp(56px, 8vw, 96px) 0; text-align: center; }
.stats h2 { margin-bottom: 36px; position: relative; z-index: 1; }
.stat-list { list-style: none; margin: 0; padding: 0 0 clamp(120px, 16vw, 200px); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; position: relative; z-index: 1; }
.stat-list b { display: block; font-family: var(--display); font-size: clamp(36px, 4.4vw, 54px); font-weight: 700; letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.stat-list span { display: block; color: var(--ink-2); font-size: 14.5px; margin: 10px auto 0; max-width: 22ch; }
.arc { position: absolute; left: 50%; bottom: -84vw; width: 120vw; height: 120vw; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(closest-side, var(--g1) 0%, var(--g5) 38%, transparent 62%); opacity: .55; filter: blur(30px); }

/* Nasıl çalışır */
.how { background: var(--bg-soft); border-top: 1px solid var(--line); padding-block: clamp(56px, 8vw, 96px); }
.steps { list-style: none; margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.steps li { display: grid; gap: 8px; align-content: start; }
.step-n { width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: var(--bg); font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.steps p { color: var(--ink-2); font-size: 15px; }

/* Koyu veri erişimi */
.dark { background: var(--dark); color: var(--on-dark); padding-block: clamp(64px, 9vw, 120px); }
.dark-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 32px 64px; align-items: center; }
.dark h2 { color: #fff; }
.dark-text > p { color: var(--on-dark-2); font-size: 17px; margin-top: 14px; }
.checks { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.checks li { padding-left: 26px; position: relative; font-size: 15px; }
.checks li::before { content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 7px; border-left: 2px solid var(--g5); border-bottom: 2px solid var(--g5); transform: rotate(-45deg); }
.code { margin: 0; border-radius: 14px; background: var(--dark-2); border: 1px solid rgba(255,255,255,.1); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0,0,0,.8); }
.code figcaption { font-size: 12px; color: var(--on-dark-2); padding: 10px 16px; border-bottom: 1px solid rgba(255,255,255,.08); letter-spacing: .04em; text-transform: uppercase; }
.code pre { margin: 0; padding: 18px 18px 22px; overflow-x: auto; font-family: var(--mono); font-size: 13px; line-height: 1.65; color: #cfe3ff; }
.code code { font-family: inherit; }

/* İletişim */
.contact { padding-block: clamp(64px, 9vw, 120px); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px 64px; align-items: center; }
.contact-grid > div > p { color: var(--ink-2); margin-top: 14px; max-width: 50ch; font-size: 17px; }
.contact-card { border: 1px solid var(--line); border-radius: 16px; padding: 28px; display: grid; gap: 12px; justify-items: start; background: var(--bg-soft); }
.mail { font-family: var(--display); font-size: clamp(20px, 2.4vw, 26px); font-weight: 600; letter-spacing: -.01em; text-decoration: none; }
.mail:hover, .mail:focus-visible { color: var(--accent-ink); }

/* Alt */
.foot { border-top: 1px solid var(--line); padding-block: 40px 28px; font-size: 14px; color: var(--ink-3); }
.foot-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); gap: 28px 32px; padding-bottom: 28px; }
.foot-brand img { height: 15px; width: auto; display: block; margin-bottom: 12px; }
.foot-brand p { max-width: 30ch; }
.foot nav { display: grid; gap: 8px; align-content: start; }
.foot h5 { font-size: 13px; color: var(--ink); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px; }
.foot a { color: var(--ink-2); text-decoration: none; } .foot a:hover, .foot a:focus-visible { color: var(--ink); text-decoration: underline; }
.foot-row { border-top: 1px solid var(--line); padding-top: 18px; font-size: 13px; }

/* Gizlilik sayfası */
.legal { max-width: 760px; padding-block: clamp(40px, 6vw, 72px); }
.legal h1 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 20px; }
.legal h2 { font-size: 22px; margin: 32px 0 10px; }
.legal p, .legal li { color: var(--ink-2); }
.logo { height: 17px; width: auto; display: block; }
.logo-dark { display: none; }
.back { text-decoration: none; font-weight: 600; color: var(--accent-ink); }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

@media (max-width: 960px) {
  .hero-grid, .tile-big, .band-grid, .dark-grid, .contact-grid { grid-template-columns: 1fr; }
  .tile-rev .tile-text { order: 0; }
  .hero-art { min-height: 0; display: grid; gap: 16px; }
  .hero-art figure { position: static; width: auto; max-width: 420px; }
  .phone { height: auto; }
  .mesh { height: 70vh; }
  .stat-list, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tiles { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
}
@media (max-width: 520px) {
  .w-float { display: none; }
  .steps, .stat-list, .foot-grid { grid-template-columns: 1fr; }
  .top-row .btn { padding: 8px 12px; font-size: 14px; }
  .tile { padding: 22px; }
  .sheet-row { grid-template-columns: 64px 1fr 64px 56px; font-size: 11.5px; }
}
