html { scroll-snap-type: y mandatory; scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; background: #050505; color: #eceae7; font-family: 'Space Grotesk', sans-serif; -webkit-font-smoothing: antialiased; }
::selection { background: #e5202e; color: #050505; }
a { color: #eceae7; text-decoration: none; }
a:hover { color: #e5202e; }

@keyframes orbPulse { 0%, 100% { opacity: .85; } 50% { opacity: .55; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes slowSpin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 26px 44px; font-size: 11px; letter-spacing: .28em; text-transform: uppercase;
  color: #8d8a86; mix-blend-mode: difference;
}
.nav-logo { color: #eceae7; font-weight: 600; letter-spacing: .2em; }
.nav-links { display: flex; gap: 44px; }
.nav-links a { color: #8d8a86; }
.nav-links a:hover { color: #eceae7; }
.nav-cta { color: #eceae7; }
.nav-cta:hover { color: #e5202e; }

/* ============ PROGRESS BAR ============ */
#bar { position: fixed; top: 0; left: 0; height: 2px; width: 0%; background: #e5202e; z-index: 60; }

/* ============ HERO ============ */
.hero {
  scroll-snap-align: start; position: relative; min-height: 100vh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-glow {
  position: absolute; top: 50%; left: 50%; width: 560px; height: 560px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 45% 42%, rgba(229, 32, 46, .28), rgba(120, 8, 16, .16) 45%, transparent 70%);
  filter: blur(52px); animation: orbPulse 7s ease-in-out infinite;
}
.hero-ring {
  position: absolute; top: 50%; left: 50%; width: 720px; height: 720px;
  transform: translate(-50%, -50%); border: 1px solid rgba(229, 32, 46, .12); border-radius: 50%;
  animation: slowSpin 46s linear infinite; border-top-color: rgba(229, 32, 46, .35);
}
.hero-orb-wrap {
  position: absolute; top: 50%; left: 50%; width: 820px; height: 820px; max-width: 96vw; max-height: 96vw;
  transform: translate(-50%, -50%);
  -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 52%, transparent 76%);
  mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, #000 52%, transparent 76%);
}
hero-orb { display: block; width: 100%; height: 100%; }
#heroContent { position: relative; z-index: 2; text-align: center; padding: 0 24px; will-change: transform, opacity; }
.eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .4em; color: #8d8a86; margin-bottom: 32px; }
.eyebrow.accent { color: #e5202e; }
.hero h1 { margin: 0; font-size: clamp(52px, 8.5vw, 132px); line-height: 1.02; font-weight: 500; letter-spacing: -.03em; }
.hero h1 em { font-style: normal; color: #e5202e; }
.hero p { max-width: 460px; margin: 36px auto 0; font-size: 17px; line-height: 1.7; color: #8d8a86; font-weight: 300; }
.hero-corner { position: absolute; bottom: 32px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .3em; color: #8d8a86; }
.hero-corner.left { left: 44px; }
.hero-corner.right { right: 44px; }

/* ============ STATEMENT ============ */
.statement { scroll-snap-align: start; padding: 180px 44px; max-width: 1240px; margin: 0 auto; box-sizing: border-box; }
.statement h2 { margin: 0; font-size: clamp(30px, 4.6vw, 64px); line-height: 1.18; font-weight: 400; letter-spacing: -.02em; max-width: 1000px; text-wrap: pretty; }
.statement h2 span { color: #e5202e; }

/* ============ TICKER ============ */
.ticker { border-top: 1px solid #191817; border-bottom: 1px solid #191817; overflow: hidden; padding: 20px 0; white-space: nowrap; }
.ticker-track { display: inline-flex; animation: marquee 26s linear infinite; will-change: transform; }
.ticker-track span { font-size: 15px; letter-spacing: .32em; color: #8d8a86; text-transform: uppercase; padding-right: 60px; }

/* ============ SERVICES ============ */
.services { scroll-snap-align: start; padding: 180px 44px; max-width: 1240px; margin: 0 auto; box-sizing: border-box; }
.services-list { display: flex; flex-direction: column; }
.service-row {
  display: grid; grid-template-columns: 80px 1fr 1.2fr; gap: 32px; align-items: baseline;
  padding: 40px 0; border-top: 1px solid #191817; transition: background .3s, padding-left .3s;
}
.service-row:hover { background: linear-gradient(90deg, rgba(229, 32, 46, .06), transparent 60%); padding-left: 16px; }
.service-num { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #8d8a86; }
.service-row h3 { margin: 0; font-size: clamp(22px, 2.6vw, 32px); font-weight: 500; letter-spacing: -.01em; }
.service-row p { margin: 0; color: #8d8a86; font-size: 15px; line-height: 1.7; font-weight: 300; }
.services-list .rule { border-top: 1px solid #191817; }

/* ============ STUDIO ============ */
.studio { scroll-snap-align: start; position: relative; padding: 180px 44px; overflow: hidden; background: #080807; }
.studio-glow {
  position: absolute; top: -100px; right: -200px; width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(229, 32, 46, .12), transparent 65%); filter: blur(30px); pointer-events: none;
}
.studio-inner { position: relative; max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.studio h2 { margin: 0 0 28px; font-size: clamp(30px, 3.8vw, 52px); font-weight: 400; letter-spacing: -.02em; line-height: 1.15; }
.studio p { margin: 0; color: #8d8a86; font-size: 16px; line-height: 1.8; font-weight: 300; max-width: 440px; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: #191817; border: 1px solid #191817; }
.stat { background: #050505; padding: 36px 30px; }
.stat-value { font-size: 44px; font-weight: 500; letter-spacing: -.02em; color: #e5202e; }
.stat-label { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .2em; color: #8d8a86; margin-top: 10px; text-transform: uppercase; }

/* ============ CONTACT ============ */
.contact {
  scroll-snap-align: start; position: relative; min-height: 90vh; display: flex; align-items: center;
  justify-content: center; overflow: hidden; text-align: center; padding: 120px 24px;
}
.contact-glow {
  position: absolute; top: 50%; left: 50%; width: 760px; height: 760px; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(229, 32, 46, .2), transparent 65%); filter: blur(50px); pointer-events: none;
}
.contact-inner { position: relative; z-index: 2; }
.contact h2 { margin: 0 0 48px; font-size: clamp(44px, 7.5vw, 110px); line-height: 1; font-weight: 500; letter-spacing: -.03em; }
.contact h2 span { color: #e5202e; }
.contact-email { display: inline-block; font-size: clamp(16px, 2.2vw, 24px); border-bottom: 1px solid #e5202e; padding-bottom: 8px; font-weight: 300; }
.contact-email:hover { color: #e5202e; }
.contact-phone { font-family: 'IBM Plex Mono', monospace; font-size: 14px; color: #8d8a86; margin-top: 26px; letter-spacing: .1em; }

/* ============ FOOTER ============ */
footer {
  border-top: 1px solid #191817; padding: 26px 44px; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 12px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .25em;
  color: #8d8a86; text-transform: uppercase;
}

/* ============ REVEAL ============ */
[data-reveal] { opacity: 0; transform: translateY(36px); transition: opacity .9s cubic-bezier(.2, .8, .2, 1), transform .9s cubic-bezier(.2, .8, .2, 1); }
[data-reveal].is-revealed { opacity: 1; transform: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .nav { padding: 20px 24px; }
  .nav-links { display: none; }
  .service-row { grid-template-columns: 1fr; gap: 10px; }
  .service-num { order: -1; }
  .studio-inner { grid-template-columns: 1fr; gap: 48px; }
  .statement, .services, .studio, .contact { padding-left: 24px; padding-right: 24px; }
}

@media (max-width: 560px) {
  .statement, .services { padding-top: 120px; padding-bottom: 120px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  footer { justify-content: center; text-align: center; }
}
