:root {
  --ink: #f4f2ed;
  --muted: #9d9b97;
  --line: rgba(255, 255, 255, .12);
  --orange: #ff9b62;
  --gold: #f0bd55;
  --rose: #ff6f6a;
  --bg: #080808;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(24px, 4vw, 68px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-weight: 650; letter-spacing: -.02em; }
.brand-mark { position: relative; width: 28px; height: 28px; border: 1px solid rgba(255,155,98,.5); border-radius: 50%; }
.brand-mark::before, .brand-mark::after, .brand-mark i { content: ""; position: absolute; inset: 6px 2px; border: 1px solid var(--orange); border-radius: 50%; transform: rotate(58deg); }
.brand-mark::after { transform: rotate(-58deg); }
.brand-mark i { inset: 2px 6px; transform: rotate(90deg); border-color: var(--gold); }
.nav { display: flex; gap: clamp(22px, 3vw, 46px); color: #b8b6b2; font-size: 14px; }
.nav a { position: relative; padding: 12px 0; transition: color .25s ease; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--orange); transition: right .25s ease; }
.nav a:hover { color: #fff; }
.nav a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; transition: background .25s, color .25s; }
.header-cta:hover { background: var(--ink); color: #111; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: center; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 72% 50%, rgba(255,117,67,.09), transparent 37%), linear-gradient(90deg, #080808 0 42%, rgba(8,8,8,.82) 58%, rgba(8,8,8,.1) 100%); }
.hero-copy { position: relative; z-index: 3; width: min(680px, 54vw); margin-left: clamp(24px, 7vw, 112px); padding-top: 66px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: #b7b3ad; font-size: 11px; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow span { width: 28px; height: 1px; background: linear-gradient(90deg, var(--rose), var(--gold)); }
h1 { margin: 0; max-width: 720px; font-size: clamp(56px, 7.4vw, 116px); line-height: .91; letter-spacing: -.067em; font-weight: 620; }
h1 em { display: inline-block; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.9); font-style: normal; font-weight: 500; letter-spacing: -.055em; }
.intro { margin: 32px 0 0; color: #b9b7b2; font-size: clamp(15px, 1.35vw, 19px); line-height: 1.65; }
.actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; gap: 30px; padding: 15px 18px 15px 22px; border-radius: 999px; font-size: 13px; font-weight: 650; }
.button-primary { color: #18100c; background: linear-gradient(110deg, var(--rose), var(--gold)); box-shadow: 0 0 30px rgba(255,125,74,.16); transition: transform .25s ease, box-shadow .25s ease; }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 40px rgba(255,125,74,.25); }
.text-link { color: #d8d5cf; font-size: 13px; border-bottom: 1px solid #444; padding: 10px 0; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }

.orbit-stage {
  position: absolute;
  z-index: -1;
  width: min(79vw, 1080px);
  aspect-ratio: 1;
  left: 45%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#orbit-canvas { display: block; width: 100%; height: 100%; }
.canvas-glow {
  position: absolute;
  inset: 22%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(185, 65, 35, .15);
  filter: blur(72px);
  animation: canvas-breathe 7s ease-in-out infinite;
}

.ambient { position: absolute; z-index: -2; border-radius: 50%; filter: blur(70px); opacity: .2; }
.ambient-one { width: 260px; height: 260px; right: 4%; top: 20%; background: #bd412c; animation: float 10s ease-in-out infinite; }
.ambient-two { width: 180px; height: 180px; left: 45%; bottom: 4%; background: #d78a2d; animation: float 13s ease-in-out infinite reverse; }
.coordinate { position: absolute; right: 3.5vw; bottom: 28px; margin: 0; color: #686662; font: 9px/1.2 monospace; letter-spacing: .12em; }
.scroll-cue { position: absolute; left: clamp(24px, 4vw, 68px); bottom: 25px; display: flex; align-items: center; gap: 13px; color: #686662; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.scroll-cue i { display: block; width: 42px; height: 1px; background: #555; position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--orange); transform: translateX(-100%); animation: scan 2.4s ease-in-out infinite; }

.content-section { min-height: 72vh; padding: 110px clamp(24px, 7vw, 112px); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2.4fr; gap: 6vw; align-items: start; }
.section-label { margin: 12px 0; color: #77736e; font-size: 11px; text-transform: uppercase; letter-spacing: .2em; }
.content-section h2 { margin: 0; font-size: clamp(45px, 6vw, 88px); line-height: 1; letter-spacing: -.055em; font-weight: 560; }
.content-section h2 em { color: var(--orange); font-style: normal; font-weight: 450; }
.content-section > div > p { max-width: 590px; color: #aaa7a2; line-height: 1.8; margin: 42px 0 0; }
.work-section { min-height: auto; }
.work-list { border-top: 1px solid var(--line); }
.work-list article { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 20px; padding: 34px 4px; border-bottom: 1px solid var(--line); transition: padding .25s, color .25s; }
.work-list article:hover { padding-left: 16px; color: var(--orange); }
.work-list span, .work-list p { color: #716e69; font-size: 11px; }
.work-list h3 { margin: 0; font-size: clamp(24px, 3vw, 42px); font-weight: 450; letter-spacing: -.035em; }
.work-list p { margin: 0; }
footer { min-height: 70vh; padding: 120px clamp(24px, 7vw, 112px) 46px; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 50% 100%, rgba(255,117,67,.16), transparent 42%); }
footer p { color: #827e78; font-size: 12px; text-transform: uppercase; letter-spacing: .22em; }
footer > a { width: max-content; max-width: 100%; font-size: clamp(50px, 8vw, 124px); font-weight: 560; letter-spacing: -.06em; border-bottom: 1px solid #555; }
footer > a span { color: var(--orange); }
footer small { margin-top: auto; color: #666; }

@keyframes float { 50% { transform: translate(35px, -24px) scale(1.12); } }
@keyframes scan { 50%, 100% { transform: translateX(100%); } }
@keyframes canvas-breathe { 50% { transform: scale(1.16); opacity: .62; } }

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; }
  .nav { display: none; }
  .hero { min-height: 820px; align-items: flex-start; }
  .hero-copy { width: auto; margin: 0 24px; padding-top: 168px; }
  .hero-copy h1 { font-size: clamp(54px, 16vw, 78px); }
  .intro { margin-top: 26px; }
  .orbit-stage { width: 760px; left: 4%; top: 60%; opacity: .9; }
  .hero::before { background: linear-gradient(180deg, #080808 0 42%, rgba(8,8,8,.32) 75%, #080808 100%); }
  .actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .coordinate { display: none; }
  .content-section { grid-template-columns: 1fr; min-height: auto; padding-top: 80px; padding-bottom: 80px; }
  .content-section h2 { font-size: 48px; }
  .work-list article { grid-template-columns: 38px 1fr; }
  .work-list article p { display: none; }
  footer { min-height: 560px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition: none !important; }
}
