/* ════════════════════════════════════════
   ALEX ROCHA — STYLESHEET
   Conceito: "Diafragma & Performance"
   Dark Mood · Minimalista Técnico
   ════════════════════════════════════════ */

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background-color: var(--bg);
  color: var(--text-primary);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
  cursor: none;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { display: block; max-width: 100%; }

/* ─── CSS VARIABLES ─── */
:root {
  /* Cores */
  --bg:           #0A0A0A;
  --bg-dark:      #050505;
  --surface:      #111111;
  --surface-2:    #181818;
  --border:       #1E1E1E;
  --border-2:     #2A2A2A;

  --text-primary:   #F0F0F0;
  --text-secondary: #8A8A8A;
  --text-muted:     #4D4D4D;
  --crimson:        #D31115;
  --crimson-dim:    rgba(211,17,21,0.15);
  --amber:          #C0A080;
  --amber-dim:      rgba(192,160,128,0.12);

  /* Tipografia */
  --font-body:    'Montserrat', sans-serif;
  --font-mono:    'JetBrains Mono', monospace;

  /* Espaçamento */
  --section-py:   100px;
  --container:    1200px;
  --nav-h:        72px;

  /* Motion */
  --ease:         cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in:      cubic-bezier(0.4, 0, 1, 1);
}

/* ─── CURSOR CUSTOMIZADO ─── */
.cursor {
  position: fixed; pointer-events: none; z-index: 9999;
  width: 32px; height: 32px;
  border: 1px solid var(--crimson);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.15s var(--ease), opacity 0.3s, width 0.2s var(--ease), height 0.2s var(--ease);
  mix-blend-mode: difference;
}
.cursor-dot {
  position: fixed; pointer-events: none; z-index: 10000;
  width: 4px; height: 4px;
  background: var(--crimson);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.05s;
}
body:has(a:hover) .cursor,
body:has(button:hover) .cursor { width: 56px; height: 56px; border-color: var(--text-muted); }

/* ─── LOADER ─── */
.loader {
  position: fixed; inset: 0; z-index: 9000;
  background: var(--bg-dark);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.9s var(--ease), visibility 0.9s;
}
.loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }

.loader-inner {
  display: flex; flex-direction: column; align-items: center; gap: 0;
}

/* Monograma AR — tem fundo cinza claro, usamos invert para adaptar ao dark */
.loader-monogram {
  width: 140px; height: 140px;
  object-fit: contain;
  filter: invert(1) brightness(0.85);
  animation: loader-appear 0.6s var(--ease) both;
  border-radius: 2px;
}

/* Linha crimson que "carrega" abaixo do logo */
.loader-line {
  width: 0; height: 1.5px;
  background: var(--crimson);
  margin-top: 20px;
  animation: loader-line-grow 1.0s var(--ease) 0.3s forwards;
}

@keyframes loader-appear {
  from { opacity: 0; transform: scale(0.92); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes loader-line-grow {
  from { width: 0; }
  to   { width: 140px; }
}

/* ─── TIPOGRAFIA UTILITÁRIA ─── */
.mono { font-family: var(--font-mono); }
.text-crimson { color: var(--crimson); }
.text-amber { color: var(--amber); }
.sep { color: var(--text-muted); margin: 0 8px; }

h1, h2, h3 { font-family: var(--font-body); font-weight: 700; line-height: 1.1; }
h1 { font-size: clamp(40px, 6vw, 80px); letter-spacing: -0.02em; }
h2 { font-size: clamp(28px, 3.5vw, 48px); letter-spacing: -0.01em; }
h3 { font-size: 20px; letter-spacing: 0; }
p { font-weight: 400; color: var(--text-secondary); }

/* ─── BOTÕES ─── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px;
  font-family: var(--font-mono); font-size: 12px; font-weight: 400;
  letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer; transition: all 0.25s var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--crimson); color: #fff; border-color: var(--crimson);
}
.btn-primary:hover { background: #b01012; border-color: #b01012; transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: var(--text-secondary); border-color: var(--border-2);
}
.btn-ghost:hover { border-color: var(--crimson); color: var(--text-primary); }
.btn-amber {
  background: transparent; color: var(--amber); border-color: var(--amber);
}
.btn-amber:hover { background: var(--amber-dim); }

/* ─── NAVBAR ─── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.navbar.scrolled { border-bottom-color: var(--border); }

.nav-logo {
  display: flex; align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
/* Monograma AR: fundo cinza claro → invert para dark navbar */
.nav-logo-monogram {
  height: 44px; width: 44px;
  object-fit: contain;
  filter: invert(1) brightness(0.88);
  transition: filter 0.3s, opacity 0.3s;
  border-radius: 2px;
}
.nav-logo:hover .nav-logo-monogram {
  filter: invert(1) brightness(1);
  opacity: 0.85;
}

.nav-brand {
  font-family: var(--font-body); font-weight: 700;
  font-size: 14px; letter-spacing: 0.15em;
  color: var(--text-primary);
}

.nav-tabs {
  display: flex; align-items: center; gap: 4px;
}
.nav-link {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.08em; text-transform: lowercase;
  color: var(--text-muted);
  padding: 8px 16px;
  border-bottom: 1.5px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  position: relative;
}
.nav-link:hover { color: var(--text-primary); }
.nav-link.active { color: var(--text-primary); border-bottom-color: var(--crimson); }

.nav-cta {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--crimson);
  border: 1px solid var(--crimson);
  padding: 8px 20px;
  transition: background 0.2s;
  flex-shrink: 0;
}
.nav-cta:hover { background: var(--crimson-dim); }

.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: none; padding: 4px;
}
.nav-hamburger span {
  display: block; width: 22px; height: 1px; background: var(--text-secondary);
  transition: all 0.3s;
}

/* ─── MAIN TABS ─── */
.tabs-wrapper { padding-top: var(--nav-h); }
.tab-panel { display: none; animation: fadeIn 0.6s var(--ease); }
.tab-panel.active { display: block; }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── SECTIONS ─── */
.section {
  max-width: var(--container); margin: 0 auto;
  padding: var(--section-py) 40px;
}
.section-dark {
  max-width: 100%; background: var(--surface);
  padding: var(--section-py) 40px;
}
.section-dark > * { max-width: var(--container); margin-left: auto; margin-right: auto; }
.section-first { padding-top: 80px; }
.section-header { margin-bottom: 56px; }
.section-eyebrow {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--crimson); margin-bottom: 12px; display: block;
}
.section-lead { font-size: 18px; color: var(--text-secondary); margin-top: 12px; }
.section-lead strong { color: var(--text-primary); font-weight: 600; }

/* ─── HERO ─── */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.hero-video-bg {
  position: absolute; inset: 0; z-index: 0;
  background: var(--bg-dark);
  /* Substitua por: background: url('hero-bg.jpg') center/cover no-repeat; */
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.6) 50%, rgba(10,10,10,0.9) 100%);
}
.hero-grid-texture {
  position: absolute; inset: 0; opacity: 0.03;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-content {
  position: relative; z-index: 1;
  max-width: var(--container); margin: 0 auto;
  padding: 0 40px;
  padding-top: 60px;
}
.hero-eyebrow {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.15em; color: var(--text-muted);
  margin-bottom: 24px; display: flex; align-items: center; gap: 8px;
}
.hero-title {
  font-size: clamp(56px, 9vw, 120px);
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin-bottom: 24px;
  color: var(--text-primary);
}
.hero-title-accent { color: var(--crimson); }
.hero-sub { font-size: 18px; color: var(--text-secondary); margin-bottom: 40px; max-width: 420px; }
.hero-cta-row { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-stats {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 0;
  max-width: var(--container); margin: 0 auto;
  padding: 40px 40px;
  margin-top: auto;
  border-top: 1px solid var(--border);
}
.stat { padding: 0 40px; }
.stat:first-child { padding-left: 0; }
.stat-num {
  display: block; font-size: 40px; font-weight: 900;
  color: var(--text-primary); line-height: 1;
  letter-spacing: -0.02em;
}
.stat-label { font-size: 10px; letter-spacing: 0.1em; color: var(--text-muted); margin-top: 4px; display: block; }
.stat-divider { width: 1px; height: 40px; background: var(--border); flex-shrink: 0; }

/* ─── PORTFOLIO GRID ─── */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 280px 280px;
  gap: 8px;
}
.portfolio-item { overflow: hidden; position: relative; background: var(--surface-2); }
.portfolio-item.large { grid-column: span 2; }
.portfolio-item.tall { grid-row: span 2; }
.portfolio-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: flex-end; padding: 20px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  transition: background 0.3s;
}
.portfolio-placeholder:hover { background: var(--surface); }
.portfolio-placeholder span {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted);
}
.portfolio-item:hover .portfolio-placeholder { border-color: var(--border-2); }

/* ─── SERVICES GRID ─── */
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2px;
}
.service-card {
  background: var(--surface-2); padding: 40px; position: relative;
  border: 1px solid var(--border);
  transition: border-color 0.3s, background 0.3s;
}
.service-card:hover { border-color: var(--border-2); background: #141414; }
.service-card.featured { border-color: var(--crimson); }
.service-card.featured:hover { background: rgba(211,17,21,0.04); }
.service-num { font-size: 10px; letter-spacing: 0.2em; color: var(--crimson); display: block; margin-bottom: 20px; }
.service-card h3 { color: var(--text-primary); margin-bottom: 12px; }
.service-card p { font-size: 14px; line-height: 1.7; }
.card-badge {
  position: absolute; top: -1px; right: 24px;
  font-family: var(--font-mono); font-size: 9px;
  letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--crimson); color: #fff;
  padding: 4px 10px;
}

/* ─── _nu.made ─── */
.numade-hero {
  height: 70vh; position: relative;
  display: flex; align-items: center; justify-content: center;
  background: #050505;
  overflow: hidden;
}
.numade-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(192,160,128,0.06) 0%, transparent 70%);
}
.numade-title-block { position: relative; z-index: 1; text-align: center; }

.numade-eyebrow {
  font-size: 11px; letter-spacing: 0.2em;
  color: var(--amber); margin-bottom: 20px; display: block;
  text-transform: uppercase;
}

/* Logo nu.made real — preto/branco no PNG, invertemos para dark bg */
.numade-logo-img {
  width: clamp(200px, 40vw, 420px);
  height: auto;
  object-fit: contain;
  /* PNG tem fundo branco, texto preto → invert = fundo preto (transparente no dark), texto branco */
  filter: invert(1);
  display: block;
  margin: 0 auto 24px;
  transition: filter 0.4s var(--ease);
}
.numade-logo-img:hover {
  filter: invert(1) sepia(0.3) saturate(2) hue-rotate(10deg) brightness(0.9);
}

.numade-title {
  font-size: clamp(60px, 10vw, 120px); font-weight: 700;
  color: var(--text-primary); letter-spacing: -0.02em;
  line-height: 1;
}
.numade-sub { font-family: var(--font-mono); font-size: 13px; color: var(--amber); letter-spacing: 0.1em; margin-top: 0; }
.numade-manifesto {
  font-family: var(--font-mono); font-size: 16px; font-weight: 300;
  color: var(--text-secondary); line-height: 2;
  max-width: 480px; text-align: center; margin: 0 auto;
  letter-spacing: 0.02em;
}
/* Masonry */
.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 4px;
  padding: 0 40px 80px;
  max-width: var(--container); margin: 0 auto;
}
.masonry-item { background: var(--surface-2); border: 1px solid var(--border); overflow: hidden; }
.masonry-item.h2 { grid-row: span 2; }
.masonry-item.w2 { grid-column: span 2; }
.masonry-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  font-size: 10px; letter-spacing: 0.2em; color: var(--border-2);
  transition: color 0.3s;
}
.masonry-item:hover .masonry-placeholder { color: var(--amber); }

/* ─── voto_visual ─── */
.votov-hero {
  min-height: 80vh; position: relative;
  display: flex; align-items: center;
  background: var(--bg-dark); overflow: hidden;
}
.votov-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,10,10,0.97) 40%, rgba(10,10,10,0.5) 100%);
}
.votov-content { position: relative; z-index: 1; padding: 80px 40px; max-width: var(--container); margin: 0 auto; width: 100%; }
.votov-eyebrow { font-size: 10px; letter-spacing: 0.2em; color: var(--crimson); margin-bottom: 24px; display: block; text-transform: uppercase; }
.votov-title {
  font-size: clamp(48px, 7vw, 96px); letter-spacing: -0.03em; line-height: 1;
  margin-bottom: 24px; color: var(--text-primary); max-width: 640px;
}
.votov-sub { font-size: 17px; color: var(--text-secondary); max-width: 420px; margin-bottom: 40px; line-height: 1.7; }

.votov-steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2px;
}
.vstep {
  padding: 40px; background: var(--surface-2); border: 1px solid var(--border);
  transition: border-color 0.3s;
}
.vstep:hover { border-color: var(--crimson); }
.vstep-num {
  font-size: 48px; font-weight: 900; color: var(--border-2);
  display: block; line-height: 1; margin-bottom: 20px;
  font-family: var(--font-body);
}
.vstep h3 { color: var(--text-primary); margin-bottom: 12px; }
.vstep p { font-size: 14px; }

.votov-proof {
  display: flex; gap: 0; align-items: center; flex-wrap: wrap;
  max-width: var(--container); margin: 0 auto;
}
.proof-stat {
  flex: 1; min-width: 180px; padding: 40px;
  border-right: 1px solid var(--border);
  text-align: center;
}
.proof-stat:last-child { border-right: none; }
.proof-num {
  display: block; font-size: 64px; font-weight: 900;
  color: var(--crimson); line-height: 1; letter-spacing: -0.03em;
}
.proof-label { font-size: 10px; letter-spacing: 0.12em; color: var(--text-muted); margin-top: 8px; display: block; }

/* ─── AUDIOVISUAL ─── */
.video-grid {
  display: grid; grid-template-columns: 1.5fr 1fr;
  gap: 2px;
}
.video-card {
  background: var(--surface-2); border: 1px solid var(--border);
  overflow: hidden; transition: border-color 0.3s;
}
.video-card:hover { border-color: var(--border-2); }
.video-card.featured-video { grid-row: span 3; }
.video-thumb {
  height: 280px; background: var(--surface);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.video-thumb.sm { height: 140px; }
.video-placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.video-info { padding: 20px 24px; }
.video-tag { font-size: 9px; letter-spacing: 0.2em; color: var(--crimson); margin-bottom: 8px; display: block; text-transform: uppercase; }
.video-info h3 { font-size: 16px; color: var(--text-primary); line-height: 1.3; }
.video-meta { font-size: 10px; color: var(--text-muted); margin-top: 8px; display: block; letter-spacing: 0.1em; }

/* ─── MENTORIA ─── */
.mentoria-hero {
  min-height: 60vh; display: flex; align-items: center;
  background: var(--bg-dark); padding: 80px 40px;
}
.mentoria-content { max-width: var(--container); margin: 0 auto; width: 100%; }
.mentoria-title {
  font-size: clamp(40px, 6vw, 80px); letter-spacing: -0.02em;
  color: var(--text-primary); margin: 16px 0 20px; line-height: 1.05;
}
.mentoria-sub { font-size: 18px; color: var(--text-secondary); }

.mentoria-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.mentoria-list {
  margin-top: 24px; display: flex; flex-direction: column; gap: 16px;
}
.mentoria-list li {
  font-size: 15px; color: var(--text-secondary);
  padding-left: 20px; position: relative; line-height: 1.5;
}
.mentoria-list li::before {
  content: '—'; position: absolute; left: 0;
  color: var(--crimson); font-family: var(--font-mono);
}

.mentoria-offer {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 2px;
  max-width: 800px; margin: 0 auto;
}
.offer-card {
  background: var(--surface-2); border: 1px solid var(--border);
  padding: 48px 40px; position: relative;
  transition: border-color 0.3s;
}
.offer-card:hover { border-color: var(--border-2); }
.offer-card.featured-offer { border-color: var(--crimson); }
.offer-label { font-size: 10px; letter-spacing: 0.2em; color: var(--text-muted); display: block; margin-bottom: 12px; text-transform: uppercase; }
.offer-title { font-size: 28px; color: var(--text-primary); margin-bottom: 28px; }
.offer-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.offer-features li {
  font-size: 14px; color: var(--text-secondary);
  padding-left: 18px; position: relative;
}
.offer-features li::before {
  content: '·'; position: absolute; left: 4px; color: var(--crimson);
}

.testimonial {
  font-size: clamp(18px, 3vw, 28px); font-style: normal; font-weight: 300;
  color: var(--text-secondary); max-width: 640px; margin: 0 auto;
  border-left: 2px solid var(--crimson); padding-left: 32px; text-align: left;
  line-height: 1.5;
}
.testimonial cite {
  display: block; margin-top: 16px; font-size: 12px;
  font-family: var(--font-mono); letter-spacing: 0.1em;
  color: var(--text-muted); font-style: normal;
}

.footer { background: var(--bg-dark); padding-top: 80px; }
.footer-inner {
  max-width: var(--container); margin: 0 auto;
  padding: 0 40px 80px;
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap; gap: 48px;
}
.footer-logo-block {
  display: flex; flex-direction: column; gap: 16px;
}

/* 
  Assinatura branca: JPG com fundo preto e texto branco/menta.
  mix-blend-mode: screen faz o preto desaparecer no dark bg → texto fica visível.
*/
.footer-logo-img {
  width: clamp(180px, 22vw, 280px);
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  opacity: 0.85;
  transition: opacity 0.3s;
  display: block;
}
.footer-logo-img:hover { opacity: 1; }
.footer-base { font-size: 10px; letter-spacing: 0.1em; color: var(--text-muted); margin-top: 4px; }
.footer-links { display: flex; gap: 64px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col-title { font-size: 9px; letter-spacing: 0.2em; color: var(--text-muted); text-transform: uppercase; margin-bottom: 4px; }
.footer-link { font-size: 13px; color: var(--text-secondary); transition: color 0.2s; }
.footer-link:hover { color: var(--text-primary); }
.footer-red-line { height: 1px; background: var(--crimson); width: 100%; }
.footer-bottom { padding: 20px 40px; }
.footer-bottom-inner {
  max-width: var(--container); margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-copy { font-size: 10px; letter-spacing: 0.08em; color: var(--text-muted); }

/* ─── SCROLL REVEAL ─── */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .nav-tabs { gap: 0; }
  .nav-link { padding: 8px 10px; font-size: 10px; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .portfolio-item.large { grid-column: span 2; }
  .portfolio-item.tall { grid-row: span 1; }
  .video-grid { grid-template-columns: 1fr; }
  .video-card.featured-video { grid-row: span 1; }
  .mentoria-grid { grid-template-columns: 1fr; gap: 40px; }
  .mentoria-offer { grid-template-columns: 1fr; }
  .masonry-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  :root { --nav-h: 60px; --section-py: 60px; }
  .navbar { padding: 0 24px; }
  .nav-tabs { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0;
    flex-direction: column; background: rgba(5,5,5,0.98); backdrop-filter: blur(20px);
    padding: 24px; border-bottom: 1px solid var(--border); gap: 0;
  }
  .nav-tabs.open { display: flex; }
  .nav-link { padding: 14px 0; border-bottom: 1px solid var(--border); border-left: none; font-size: 13px; }
  .nav-link.active { border-bottom-color: var(--border); color: var(--crimson); }
  .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .section, .section-dark { padding: 60px 24px; }
  .hero-content { padding: 0 24px; padding-top: 40px; }
  .hero-stats { padding: 24px 24px; flex-wrap: wrap; gap: 24px; }
  .stat { padding: 0; }
  .stat-divider { display: none; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-item.large, .portfolio-item.tall { grid-column: span 1; grid-row: span 1; }
  .services-grid { grid-template-columns: 1fr; }
  .votov-steps { grid-template-columns: 1fr; }
  .votov-proof { flex-direction: column; }
  .proof-stat { border-right: none; border-bottom: 1px solid var(--border); }
  .masonry-gallery { grid-template-columns: 1fr 1fr; padding: 0 24px 60px; }
  .footer-inner { flex-direction: column; gap: 40px; }
  .footer-links { gap: 40px; }
  .footer-bottom { padding: 20px 24px; }
  .footer-bottom-inner { flex-direction: column; gap: 8px; text-align: center; }
  .hero-title { font-size: clamp(44px, 12vw, 72px); }
  body { cursor: auto; }
  .cursor, .cursor-dot { display: none; }
}
