:root { --ink: #171717; --paper: #f5eee8; --pink: #ff4f8b; --red: #ee3138; --orange: #ff9438; --line: rgba(23,23,23,.2); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; display: flex; justify-content: space-between; padding: 28px 5vw; position: absolute; width: 100%; z-index: 5; }
.logo { font-family: 'Space Grotesk', sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: .08em; }.logo span { font-weight: 500; }
nav { align-items: center; display: flex; gap: 30px; font-size: .85rem; font-weight: 500; } nav a:not(.nav-cta) { opacity: .7; } .nav-cta { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.hero { display: grid; grid-template-columns: 52% 48%; min-height: 720px; overflow: hidden; padding-top: 70px; }.hero-copy { align-self: center; max-width: 650px; padding: 80px 8vw 80px 10vw; }.eyebrow, .section-number { font-size: .7rem; font-weight: 700; letter-spacing: .13em; margin: 0 0 28px; }.hero h1, h2 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -.07em; line-height: .88; margin: 0; }.hero h1 { font-size: clamp(4rem, 8vw, 8.2rem); }.hero em, h2 em { color: var(--red); font-style: normal; }.hero-lead { font-size: 1.1rem; line-height: 1.5; margin: 36px 0; max-width: 360px; }
.button { border: 0; cursor: pointer; display: inline-flex; font: 700 .8rem 'DM Sans', sans-serif; gap: 28px; justify-content: space-between; letter-spacing: .03em; padding: 16px 20px; }.button-dark { background: var(--ink); color: var(--paper); }.button-light { background: var(--paper); color: var(--ink); white-space: nowrap; }
.hero-art { background: var(--pink); min-height: 650px; overflow: hidden; position: relative; }.sun { background: var(--orange); border-radius: 50%; height: 390px; left: 13%; position: absolute; top: 21%; width: 390px; }.ring { border: 2px solid var(--ink); border-radius: 50%; height: 580px; left: -6%; position: absolute; top: 6%; width: 580px; }.ring-two { height: 790px; left: -24%; top: -8%; width: 790px; }.art-label { color: var(--ink); font: 700 clamp(2.4rem, 5vw, 5rem)/.86 'Space Grotesk', sans-serif; position: absolute; right: 8%; top: 15%; transform: rotate(-8deg); }.art-label strong { color: var(--paper); }.spark { bottom: 15%; font-size: 4rem; position: absolute; right: 15%; }
.intro-band { background: var(--ink); color: var(--paper); display: grid; gap: 80px; grid-template-columns: 1fr 2fr; padding: 110px 10vw; }.intro-band h2, .registration h2 { font-size: clamp(4rem, 8vw, 8rem); }.intro-band h2 span { color: var(--orange); }.intro-band p:not(.section-number) { font-size: 1.1rem; line-height: 1.6; margin: 42px 0 0; max-width: 520px; }
.steps { padding: 120px 10vw; }.section-heading { display: flex; justify-content: space-between; }.section-heading h2 { font-size: clamp(3.5rem, 6vw, 6rem); }.step-list { border-top: 1px solid var(--line); margin-top: 90px; }.step { align-items: baseline; border-bottom: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 70px 1fr 1fr; padding: 30px 0; }.step span { color: var(--red); font-weight: 700; }.step h3 { font: 600 2rem 'Space Grotesk', sans-serif; margin: 0; }.step p { margin: 0; opacity: .7; }
.registration { background: var(--red); color: var(--paper); display: grid; gap: 70px; grid-template-columns: 1fr 1fr; padding: 110px 10vw; }.registration h2 em { color: var(--orange); }.registration p:not(.section-number), .form-note { line-height: 1.5; max-width: 320px; }.signup-form { align-self: end; }.signup-form label { display: block; font-weight: 700; margin-bottom: 15px; }.input-row { display: flex; border-bottom: 1px solid var(--paper); padding-bottom: 10px; }.input-row input { background: transparent; border: 0; color: var(--paper); flex: 1; font: 1rem 'DM Sans', sans-serif; min-width: 0; outline: 0; }.input-row input::placeholder { color: rgba(245,238,232,.7); }.form-note { font-size: .72rem; opacity: .75; }.site-footer { display: flex; font-size: .72rem; font-weight: 700; justify-content: space-between; letter-spacing: .1em; padding: 25px 5vw; }.site-footer a { letter-spacing: 0; }
@media (max-width: 700px) { .site-header { padding: 22px 6vw; } nav a:not(.nav-cta) { display: none; } .hero { display: block; min-height: 0; padding-top: 70px; }.hero-copy { padding: 80px 8vw 65px; }.hero h1 { font-size: clamp(3.8rem, 18vw, 6rem); }.hero-art { min-height: 430px; }.sun { height: 270px; left: 12%; top: 20%; width: 270px; }.ring { height: 410px; left: -10%; top: 8%; width: 410px; }.ring-two { height: 560px; left: -25%; top: -4%; width: 560px; }.art-label { font-size: 2.6rem; top: 16%; }.intro-band, .registration { display: block; padding: 80px 8vw; }.intro-band .section-number, .registration .section-number { margin-bottom: 48px; }.intro-band p:not(.section-number) { margin-top: 34px; }.steps { padding: 80px 8vw; }.section-heading { display: block; }.step-list { margin-top: 60px; }.step { gap: 12px; grid-template-columns: 45px 1fr; }.step p { grid-column: 2; }.registration h2 { font-size: clamp(4rem, 17vw, 6rem); }.signup-form { margin-top: 65px; }.input-row { display: block; }.input-row input { display: block; padding: 12px 0 20px; width: 100%; }.button-light { margin-top: 15px; width: 100%; }.site-footer { font-size: .6rem; padding: 22px 6vw; } }
