:root {
  --ink: #161b1a;
  --paper: #e8e6dc;
  --acid: #d9f55d;
  --coral: #ff7b63;
  --muted: #717873;
  --line: rgba(22, 27, 26, .2);
  --mono: 'DM Mono', monospace;
  --display: 'Space Grotesk', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; display: flex; justify-content: space-between; padding: 25px 5vw; border-bottom: 1px solid var(--line); }
.brand { align-items: center; color: #69716d; display: flex; font-size: 1.1rem; font-weight: 700; gap: 10px; letter-spacing: .08em; }
.brand-dot { color: #69716d; }
.brand-mark { display: flex; align-items: end; height: 20px; gap: 2px; }
.brand-mark i { background: #69716d; display: block; height: 10px; width: 5px; }
.brand-mark i:nth-child(2) { height: 15px; }.brand-mark i:nth-child(3) { height: 20px; background: #69716d; }
.nav { display: flex; gap: 34px; font-size: .82rem; }.nav a:hover, .site-footer a:hover { color: var(--coral); }
.hero { min-height: 690px; padding: 8.5vw 10vw 5vw; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7vw; }
.hero:before { content: ''; width: 40vw; height: 40vw; border: 1px solid var(--line); border-radius: 50%; position: absolute; right: 3vw; top: 5vw; pointer-events: none; transform-origin: center; animation: circle-breathe 12s ease-in-out infinite; }
.hero-content { position: relative; z-index: 1; }.eyebrow, .section-kicker, .visual-label, .scroll-note, label { font-family: var(--mono); text-transform: uppercase; font-size: .67rem; letter-spacing: .08em; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 32px; }.eyebrow-year { color: var(--coral); }.live-dot { width: 6px; height: 6px; background: var(--coral); border-radius: 50%; display: inline-block; }
h1 { font-size: clamp(4.5rem, 10vw, 9.2rem); line-height: .84; letter-spacing: -.07em; margin: 0; font-weight: 600; }.hero h1 em { color: var(--coral); font-style: normal; }
.hero-lede { max-width: 360px; line-height: 1.5; font-size: 1.08rem; margin: 34px 0; }.hero-actions { display: flex; align-items: center; gap: 25px; }.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: .82rem; }.text-link span { color: var(--coral); margin-left: 10px; }
.hero-visual { height: 430px; position: relative; background: var(--acid); overflow: hidden; }.hero-visual:after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(22,27,26,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(22,27,26,.12) 1px, transparent 1px); background-size: 45px 45px; }
.visual-label { position: absolute; z-index: 2; left: 20px; color: var(--ink); }.label-top { top: 18px; }.label-bottom { bottom: 18px; }.orbit { border: 1px solid var(--ink); border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-25deg); z-index: 1; }.orbit-one { width: 270px; height: 410px; }.orbit-two { width: 390px; height: 180px; transform: translate(-50%, -50%) rotate(55deg); }.visual-core { align-items: center; background: var(--coral); border-radius: 50%; display: flex; flex-direction: column; height: 116px; justify-content: center; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 116px; z-index: 3; }.visual-core span { font-weight: 700; font-size: 1.4rem; letter-spacing: .1em; }.visual-core small { font-family: var(--mono); font-size: .52rem; margin-top: 4px; }.data-line { background: var(--ink); height: 1px; position: absolute; transform-origin: left; width: 57%; z-index: 2; left: 0; top: 50%; }.line-one { transform: rotate(27deg); }.line-two { transform: rotate(-17deg); }.line-three { transform: rotate(72deg); }
.scroll-note { bottom: 26px; position: absolute; left: 5vw; z-index: 2; }.scroll-note span { color: var(--coral); font-size: 1.1rem; margin-left: 10px; }
.statement, .masterclass, .next-step { border-top: 1px solid var(--line); padding: 9vw 10vw; position: relative; overflow: hidden; }.statement > *, .masterclass > *, .next-step > * { position: relative; z-index: 1; }.statement { display: grid; grid-template-columns: 1fr 2fr; gap: 5vw; }.section-kicker { color: var(--coral); margin: 0; }.statement h2, .masterclass h2, .next-step h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); letter-spacing: -.06em; line-height: .9; margin: 0 0 32px; }.statement h2 span, .masterclass h2 span { color: var(--muted); }.hero h1 em { color: var(--coral); font-style: normal; }.statement:after, .masterclass:after, .next-step:after { border: 1px solid currentColor; border-radius: 50%; content: ''; height: min(32vw, 430px); opacity: .12; pointer-events: none; position: absolute; right: -8vw; top: 50%; transform: translateY(-50%) rotate(0deg); width: min(32vw, 430px); animation: section-geometry 20s linear infinite; }.masterclass:after { border-radius: 0; opacity: .1; transform: translateY(-50%) rotate(45deg); }.next-step:after { border-radius: 0; opacity: .16; right: 12vw; transform: translateY(-50%) rotate(0deg); }.next-step { display: grid; grid-template-columns: 1.2fr 1fr; gap: 8vw; background: var(--coral); }.next-step h2 { color: var(--ink); }.next-step .section-kicker { color: var(--ink); }.statement-copy, .next-step-copy { font-size: 1.1rem; line-height: 1.55; max-width: 510px; margin: 0; }.next-step-copy { max-width: 310px; }
.masterclass { display: grid; grid-template-columns: 1fr 1.2fr; gap: 10vw; background: var(--ink); color: var(--paper); }.masterclass .section-kicker { color: var(--acid); }.masterclass-intro > p:last-child { color: #b5bbb1; line-height: 1.55; max-width: 325px; }.topics { border-top: 1px solid rgba(232,230,220,.35); }.topic { display: grid; grid-template-columns: 50px 1fr 25px; gap: 20px; align-items: start; border-bottom: 1px solid rgba(232,230,220,.35); padding: 27px 0; }.topic-no { color: var(--acid); font-family: var(--mono); font-size: .7rem; }.topic h3 { font-size: 1.3rem; margin: 0 0 7px; }.topic p { color: #aab0a9; font-size: .9rem; margin: 0; }.topic-arrow { color: var(--coral); font-size: 1.2rem; }
.site-footer { display: flex; justify-content: space-between; padding: 25px 5vw; font-family: var(--mono); font-size: .62rem; letter-spacing: .05em; }.site-footer div { display: flex; gap: 20px; }
@keyframes circle-breathe { 0%, 100% { opacity: .65; transform: scale(1) rotate(0deg); } 50% { opacity: 1; transform: scale(1.045) rotate(3deg); } }
@keyframes section-geometry { from { transform: translateY(-50%) rotate(0deg); } to { transform: translateY(-50%) rotate(360deg); } }
@media (max-width: 720px) { .site-header { padding: 20px; }.nav { display: none; }.hero { display: block; min-height: auto; padding: 75px 20px 80px; }.hero:before { width: 90vw; height: 90vw; right: -30vw; top: 60vw; }.hero-content { margin-bottom: 65px; } h1 { font-size: clamp(4.2rem, 22vw, 7rem); }.hero-visual { height: 300px; }.scroll-note { bottom: 17px; left: 20px; }.statement, .masterclass, .next-step { display: block; padding: 75px 20px; }.statement .section-kicker, .masterclass .section-kicker, .next-step .section-kicker { margin-bottom: 52px; }.statement h2, .masterclass h2, .next-step h2 { font-size: clamp(2.9rem, 14vw, 5rem); }.statement-copy, .next-step-copy { font-size: 1rem; }.masterclass-intro { margin-bottom: 55px; }.site-footer { padding: 22px 20px; gap: 15px; flex-wrap: wrap; } }
@media (prefers-reduced-motion: reduce) { .hero:before, .statement:after, .masterclass:after, .next-step:after { animation: none; } }
