:root {
  --bg: #09090b;
  --bg-soft: #0e0e11;
  --panel: #131316;
  --panel-hover: #17171b;
  --text: #f5f3ef;
  --muted: #9c9ca5;
  --muted-strong: #c2c2c8;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.2);
  --accent: #f03b35;
  --accent-bright: #ff5a50;
  --accent-soft: rgba(240, 59, 53, 0.12);
  --success: #8dd7a0;
  --max: 1280px;
  --radius: 18px;
  --font-body: "DM Sans", sans-serif;
  --font-display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: #fff; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: #fff;
  color: #111;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 88px;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, height .25s ease;
}
.site-header.scrolled {
  height: 74px;
  background: rgba(9, 9, 11, 0.82);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-symbol {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240,59,53,.75);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(240,59,53,.14), rgba(240,59,53,.02));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transform: rotate(-5deg);
}
.brand-symbol span { font: 800 20px/1 var(--font-display); color: var(--accent-bright); transform: rotate(5deg); }
.brand-name { font: 700 15px/1.05 var(--font-display); letter-spacing: -.025em; }
.brand-name small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-button) { color: var(--muted-strong); transition: color .2s ease; }
.site-nav > a:not(.nav-button):hover { color: var(--text); }
.nav-button { padding: 11px 18px; border: 1px solid var(--line-strong); border-radius: 999px; transition: border-color .2s ease, background .2s ease; }
.nav-button:hover { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.35); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: #fff; transition: .25s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: center;
  padding: 150px 0 100px;
  overflow: hidden;
  background: radial-gradient(circle at 70% 35%, rgba(84,18,18,.2), transparent 33%), linear-gradient(180deg, #0b0b0e, #09090b);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 88%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -160px; top: 90px; background: radial-gradient(circle, rgba(240,59,53,.17), transparent 67%); }
.hero-glow-two { width: 400px; height: 400px; left: -250px; bottom: -150px; background: radial-gradient(circle, rgba(240,59,53,.08), transparent 68%); }
.hero-layout { position: relative; display: grid; grid-template-columns: .93fr 1.07fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.hero-copy { max-width: 620px; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(240,59,53,.3); border-radius: 999px; background: rgba(240,59,53,.07); color: #f48a84; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.status-pill span { width: 6px; height: 6px; border-radius: 50%; background: var(--accent-bright); box-shadow: 0 0 0 5px rgba(240,59,53,.1); }
.kicker { margin: 30px 0 15px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); letter-spacing: -.055em; }
h1 { max-width: 720px; font-size: clamp(56px, 6.7vw, 96px); line-height: .95; font-weight: 800; }
h1 em, h2 em { color: var(--accent-bright); font-style: normal; }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: var(--muted-strong); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 36px 0 44px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 13px 19px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #fff; box-shadow: 0 14px 40px rgba(240,59,53,.2); }
.button-primary:hover { background: var(--accent-bright); }
.button-primary svg { width: 22px; fill: currentColor; }
.button-primary small { display: block; font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; opacity: .76; }
.button-secondary { border-color: var(--line-strong); background: rgba(255,255,255,.025); color: var(--text); }
.button-secondary:hover { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.055); }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); padding-top: 24px; }
.hero-facts div { display: grid; gap: 4px; padding-right: 18px; }
.hero-facts div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.hero-facts strong { font: 700 17px/1 var(--font-display); }
.hero-facts span { color: var(--muted); font-size: 12px; }

.hero-media { position: relative; min-width: 0; padding: 0 24px 40px 0; }
.media-frame { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 22px; background: #0b0b0e; box-shadow: 0 36px 90px rgba(0,0,0,.48); }
.media-bar { height: 48px; display: flex; justify-content: space-between; align-items: center; padding: 0 17px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.media-status { display: flex; align-items: center; gap: 7px; color: #db7771; }
.media-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.media-image { position: relative; aspect-ratio: 1.45; overflow: hidden; background: #121216; }
.media-image img { height: 100%; object-fit: cover; transform: scale(1.02); }
.media-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.48)); pointer-events: none; }
.scanline { position: absolute; z-index: 2; inset: 0; opacity: .16; background: repeating-linear-gradient(180deg, transparent 0 4px, rgba(255,255,255,.1) 5px); pointer-events: none; }
.target { position: absolute; z-index: 3; left: 50%; top: 50%; width: 90px; height: 90px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; transform: translate(-50%,-50%); }
.target:before, .target:after { content: ""; position: absolute; left: 50%; top: 50%; background: rgba(255,255,255,.6); transform: translate(-50%,-50%); }
.target:before { width: 115%; height: 1px; }
.target:after { width: 1px; height: 115%; }
.target span { position: absolute; inset: 13px; border: 1px dashed rgba(240,59,53,.65); border-radius: 50%; }
.coordinates { position: absolute; z-index: 4; left: 18px; bottom: 16px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.app-card { position: absolute; z-index: 5; left: -26px; bottom: 0; min-width: 280px; display: grid; grid-template-columns: 52px 1fr 30px; align-items: center; gap: 13px; padding: 13px; border: 1px solid var(--line-strong); border-radius: 16px; background: rgba(20,20,24,.9); box-shadow: 0 20px 45px rgba(0,0,0,.4); backdrop-filter: blur(12px); }
.app-card img { width: 52px; height: 52px; border-radius: 12px; }
.app-card strong { display: block; font: 700 14px var(--font-display); }
.app-card span { color: var(--muted); font-size: 11px; }
.app-card > a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.vertical-label { position: absolute; right: -46px; top: 50%; color: rgba(255,255,255,.28); font-size: 9px; font-weight: 700; letter-spacing: .24em; transform: rotate(90deg) translateX(50%); transform-origin: right center; }

.trust-strip { border-block: 1px solid var(--line); background: #0c0c0f; }
.trust-items { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; overflow: hidden; }
.trust-items i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--accent); }

.section { padding: 135px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 65px; }
.section-index { margin: 0 0 22px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section h2 { font-size: clamp(46px, 5.3vw, 78px); line-height: 1; font-weight: 800; }
.section-intro { max-width: 470px; justify-self: end; }
.section-intro p { margin: 0; color: var(--muted-strong); font-size: 17px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 8px; margin-top: 22px; color: var(--text); font-weight: 700; }
.text-link span, .card-link span { color: var(--accent-bright); transition: transform .2s ease; }
.text-link:hover span, .card-link:hover span { transform: translate(2px,-2px); }

.flagship-section { position: relative; background: linear-gradient(180deg, #0d0d10, #0a0a0c); }
.mode-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mode-panel { min-height: 440px; display: flex; flex-direction: column; padding: clamp(30px, 4vw, 52px); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); overflow: hidden; transition: border-color .25s ease, transform .25s ease; }
.mode-panel:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.mode-panel-accent { background: radial-gradient(circle at 100% 100%, rgba(240,59,53,.12), transparent 42%), linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.mode-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mode-tag { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; }
.mode-symbol { width: 70px; height: 70px; display: grid; place-items: center; margin: 62px 0 28px; border: 1px solid rgba(240,59,53,.25); border-radius: 18px; background: var(--accent-soft); }
.mode-symbol svg { width: 36px; fill: none; stroke: var(--accent-bright); stroke-width: 1.4; }
.mode-panel h3 { font-size: clamp(30px, 3vw, 44px); }
.mode-panel > p { max-width: 560px; margin: 16px 0 26px; color: var(--muted-strong); line-height: 1.7; }
.mode-panel ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: auto 0 0; list-style: none; }
.mode-panel li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; }
.gallery-layout { display: grid; grid-template-columns: 1.4fr .6fr; grid-template-rows: repeat(2, 1fr); gap: 16px; margin-top: 18px; }
.gallery-layout figure { position: relative; min-height: 260px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.gallery-layout .gallery-primary { grid-row: span 2; min-height: 540px; }
.gallery-layout img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-layout figure:hover img { transform: scale(1.025); }
.gallery-layout figcaption { position: absolute; left: 14px; bottom: 14px; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(8,8,10,.78); backdrop-filter: blur(10px); font-size: 12px; }
.gallery-layout figcaption span { color: var(--accent-bright); font-size: 10px; }

.games-section { background: var(--bg); }
.games-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.game-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.game-card:hover { transform: translateY(-5px); border-color: var(--line-strong); background: var(--panel-hover); }
.game-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; min-height: 480px; }
.game-image { position: relative; display: block; min-height: 295px; overflow: hidden; background: #18181d; }
.game-image img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.game-card:hover .game-image img { transform: scale(1.035); }
.game-card-featured .game-image { min-height: 100%; }
.game-badge { position: absolute; left: 18px; top: 18px; padding: 7px 10px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.game-content { display: flex; flex-direction: column; min-height: 260px; padding: 30px; }
.game-card-featured .game-content { justify-content: center; padding: clamp(32px, 5vw, 62px); }
.game-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.game-title-row { display: flex; align-items: center; gap: 15px; margin-top: 36px; }
.game-title-row img { width: 56px; height: 56px; border-radius: 13px; }
.game-title-row h3 { margin: 0; }
.game-content h3 { margin-top: 26px; font-size: clamp(27px, 2.7vw, 39px); font-weight: 750; }
.game-content p { margin: 15px 0 26px; color: var(--muted); line-height: 1.66; }
.card-link { display: inline-flex; gap: 8px; align-items: center; margin-top: auto; font-weight: 700; font-size: 13px; }
.game-art-billi { display: grid; place-items: center; background: radial-gradient(circle at 35% 28%, #d55f46 0, #8c2430 37%, #25131a 73%); }
.art-letter { color: rgba(255,255,255,.1); font: 800 190px/.8 var(--font-display); -webkit-text-stroke: 1px rgba(255,255,255,.24); }
.art-caption { position: absolute; left: 18px; bottom: 18px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.game-art-integer { display: flex; align-items: center; justify-content: center; gap: 10px; background: radial-gradient(circle at 25% 20%, #305889 0, #152743 42%, #111319 77%); }
.equation { font: 700 clamp(30px,4vw,54px) var(--font-display); letter-spacing: -.05em; }
.answer { color: #74bce8; font: 700 36px var(--font-display); }

.studio-section { border-top: 1px solid var(--line); background: radial-gradient(circle at 14% 70%, rgba(240,59,53,.07), transparent 30%); }
.studio-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.studio-copy { padding-top: 47px; }
.studio-lead { margin: 0 0 25px; color: var(--text); font: 600 clamp(23px, 2.5vw, 34px)/1.42 var(--font-display); letter-spacing: -.035em; }
.studio-copy > p:not(.studio-lead) { max-width: 630px; color: var(--muted-strong); font-size: 17px; line-height: 1.75; }
.studio-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }

.contact-section { border-top: 1px solid var(--line); background: #0d0d10; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 130px); }
.contact-copy > p:not(.section-index) { max-width: 440px; margin: 26px 0 16px; color: var(--muted-strong); font-size: 17px; line-height: 1.7; }
.contact-copy > a { color: var(--accent-bright); font-weight: 700; }
.contact-form { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.02); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; }
.contact-form label > span { display: block; margin-bottom: 9px; color: var(--muted-strong); font-size: 12px; font-weight: 700; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; background: #0a0a0d; color: var(--text); padding: 15px 16px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
input::placeholder, textarea::placeholder { color: #64646d; }
input:focus, textarea:focus { border-color: rgba(240,59,53,.65); box-shadow: 0 0 0 4px rgba(240,59,53,.08); }
textarea { resize: vertical; min-height: 150px; }
.contact-form > label { margin-top: 16px; }
.form-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 20px; }
.form-footer p { max-width: 250px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-status { margin: 18px 0 0; font-weight: 600; }
.form-status.success { color: var(--success); }
.form-status.error { color: #ff8c85; }
.honeypot { position: absolute !important; left: -10000px !important; }

.site-footer { border-top: 1px solid var(--line); padding: 48px 0; background: #08080a; }
.footer-layout { display: grid; grid-template-columns: 1fr .8fr 1.2fr auto; gap: 35px; align-items: center; }
.footer-layout > p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; color: var(--muted-strong); font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-layout > small { color: var(--muted); white-space: nowrap; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.js .reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .game-card, .mode-panel, .game-image img { transition: none; }
}

@media (max-width: 1100px) {
  .hero { min-height: auto; padding-top: 130px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-media { max-width: 820px; width: 100%; margin-inline: auto; }
  .vertical-label { display: none; }
  .section-heading { gap: 40px; }
  .game-card-featured { grid-template-columns: 1fr; }
  .game-card-featured .game-image { min-height: 430px; }
  .footer-layout { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 40px), var(--max)); }
  .menu-button { display: block; }
  .site-nav {
    position: fixed;
    z-index: 49;
    inset: 74px 0 auto;
    min-height: calc(100vh - 74px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 24px 20px 40px;
    background: rgba(9,9,11,.98);
    transform: translateX(100%);
    transition: transform .28s ease;
  }
  .site-nav.open { transform: none; }
  .site-nav > a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: 18px; }
  .site-nav .nav-button { margin-top: 18px; text-align: center; border: 1px solid var(--line-strong); }
  .hero { padding: 120px 0 78px; }
  .hero-layout { gap: 58px; }
  h1 { font-size: clamp(50px, 13vw, 78px); }
  .hero-media { padding-right: 0; }
  .app-card { left: 18px; }
  .section { padding: 100px 0; }
  .section-heading, .studio-layout, .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .section-intro { justify-self: start; }
  .mode-layout, .games-grid { grid-template-columns: 1fr; }
  .game-card-featured { grid-column: auto; }
  .gallery-layout { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-layout .gallery-primary { grid-row: auto; min-height: 360px; }
  .gallery-layout figure { min-height: 300px; }
  .studio-copy { padding-top: 0; }
  .trust-items { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .trust-items::-webkit-scrollbar { display: none; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { height: 74px; }
  .hero { padding-top: 105px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; gap: 16px; }
  .hero-facts div, .hero-facts div + div { padding: 0; border-left: 0; }
  .hero-facts div + div { padding-top: 16px; border-top: 1px solid var(--line); }
  .media-image { aspect-ratio: 1.2; }
  .app-card { position: relative; left: 0; bottom: auto; width: calc(100% - 24px); margin: -25px auto 0; }
  .hero-media { padding-bottom: 0; }
  .section { padding: 82px 0; }
  .section h2 { font-size: clamp(41px, 12vw, 58px); }
  .mode-panel { min-height: auto; padding: 28px; }
  .mode-symbol { margin: 42px 0 24px; }
  .gallery-layout .gallery-primary, .gallery-layout figure { min-height: 250px; }
  .game-card-featured .game-image { min-height: 280px; }
  .game-content { padding: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .form-footer { flex-direction: column; align-items: stretch; }
  .form-footer p { max-width: none; }
  .footer-layout { grid-template-columns: 1fr; }
  .footer-links { gap: 15px; }
}

/* Privacy page */
.privacy-back { color: var(--muted-strong); font-size: 13px; font-weight: 700; }
.privacy-back:hover { color: #fff; }
.privacy-page { min-height: 100vh; padding: 160px 0 110px; background: radial-gradient(circle at 5% 15%, rgba(240,59,53,.08), transparent 24%); }
.privacy-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.privacy-aside { position: sticky; top: 130px; }
.privacy-aside h1 { margin: 0; font: 800 clamp(52px, 6vw, 82px)/.98 var(--font-display); letter-spacing: -.06em; }
.privacy-aside > p:last-child { max-width: 330px; margin-top: 25px; color: var(--muted); line-height: 1.7; }
.privacy-content { max-width: 760px; }
.privacy-content > p { color: var(--muted-strong); font-size: 17px; line-height: 1.78; }
.privacy-content .privacy-updated { margin: 0 0 38px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.privacy-content h2 { margin: 56px 0 14px; font: 750 27px/1.2 var(--font-display); letter-spacing: -.035em; }
.privacy-content a { color: var(--accent-bright); font-weight: 700; }
.privacy-footer .shell { color: var(--muted); }
@media (max-width: 820px) {
  .privacy-page { padding: 125px 0 80px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 55px; }
  .privacy-aside { position: static; }
}
