:root {
  --ink: #151c18;
  --cream: #f4f1e8;
  --paper: #fbfaf5;
  --slime: #b9f527;
  --slime-deep: #72bc16;
  --lilac: #c9b7ff;
  --blue: #7ed8ff;
  --orange: #ff9e5d;
  --line: rgba(21, 28, 24, 0.18);
  --radius: 1.5rem;
  --display: "Manrope", "Arial Rounded MT Bold", system-ui, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1rem; color: var(--ink); background: var(--slime); border-radius: 999px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; min-height: 4.7rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem clamp(1rem, 3.2vw, 3.75rem); color: #fff; transition: background .3s, color .3s, min-height .3s, box-shadow .3s; }
.site-header.scrolled { min-height: 4.1rem; color: var(--ink); background: rgba(251,250,245,.92); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 800; letter-spacing: -.05em; }
.brand-blob { position: relative; width: 2rem; height: 1.65rem; display: inline-block; background: var(--slime); border-radius: 52% 49% 44% 46%; transform: rotate(-4deg); box-shadow: inset -.2rem -.25rem 0 rgba(0,0,0,.11); }
.brand-blob::after { content: ""; position: absolute; inset: 1.05rem .42rem auto; height: .23rem; border-radius: 50%; background: #163313; }
.brand-blob i { position: absolute; top: .55rem; width: .28rem; height: .38rem; border-radius: 50%; background: #163313; }
.brand-blob i:first-child { left: .53rem; }.brand-blob i:last-child { right: .53rem; }
.desktop-nav { display: none; gap: 2rem; margin-left: auto; margin-right: 1.5rem; }
.desktop-nav a { text-decoration: none; font-size: .92rem; font-weight: 600; }
.desktop-nav a:hover { opacity: .65; }

.button { min-height: 3.5rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; padding: .85rem 1.25rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1.2em; }
.button-small { min-height: 2.7rem; padding: .6rem .9rem; gap: .6rem; font-size: .82rem; }
.button-light { color: var(--ink); background: #fff; }
.scrolled .button-light { color: #fff; background: var(--ink); }
.button-primary { color: var(--ink); background: var(--slime); box-shadow: 0 8px 30px rgba(139,205,28,.26); }
.button-primary:hover { background: #c8ff3f; }
.button-dark { color: #fff; background: var(--ink); border: 0; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #316675; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 53% center; transform: scale(1.02); animation: hero-breathe 14s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,21,18,.25) 0%, rgba(8,21,18,.06) 30%, rgba(8,21,18,.8) 100%); }
.hero-copy { position: relative; z-index: 2; width: min(46rem, 100%); padding: 8rem 1.25rem 6.5rem; }
.eyebrow, .section-kicker { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: .55rem; }
.eyebrow span { width: .5rem; height: .5rem; border-radius: 50%; background: var(--slime); box-shadow: 0 0 0 .28rem rgba(185,245,39,.18); }
.hero h1, .world-copy h2, .section-heading h2, .manifesto h2, .newsletter h2 { margin: 0; font-family: var(--display); font-weight: 700; letter-spacing: -.075em; line-height: .96; }
.hero h1 { max-width: 9ch; font-size: clamp(3.6rem, 13vw, 8.5rem); }
em { color: var(--slime-deep); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero h1 em, .manifesto h2 em { color: var(--slime); }
.hero-copy > p:not(.eyebrow) { max-width: 34rem; margin: 1.4rem 0 0; color: rgba(255,255,255,.86); font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.35rem; margin-top: 2rem; }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: .8rem; font-weight: 700; text-underline-offset: .25rem; }
.hero-note { display: none; position: absolute; z-index: 2; right: 3.2rem; bottom: 2rem; margin: 0; color: rgba(255,255,255,.7); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }

.ticker { overflow: hidden; padding: 1rem 0; color: var(--ink); background: var(--slime); }
.ticker div { width: max-content; display: flex; align-items: center; gap: 1.35rem; animation: ticker 22s linear infinite; }
.ticker span { font-family: var(--display); font-size: clamp(1.15rem, 2vw, 1.55rem); font-weight: 700; letter-spacing: -.04em; }
.ticker i { width: .45rem; height: .45rem; border-radius: 50%; background: var(--ink); opacity: .45; }

.section-pad { padding: 5.5rem 1.25rem; }
.world-section { display: grid; gap: 3.5rem; align-items: center; background: var(--cream); }
.portrait-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); background: #bddfbd; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; }
.portrait-label { position: absolute; left: 1rem; bottom: 1rem; padding: .65rem .85rem; border-radius: 999px; background: var(--slime); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; transform: rotate(-2deg); }
.section-kicker { color: #657166; }
.world-copy h2, .section-heading h2, .newsletter h2 { font-size: clamp(3rem, 8vw, 6.5rem); }
.world-copy > p:not(.section-kicker), .newsletter-copy > p:not(.section-kicker) { max-width: 34rem; margin: 1.5rem 0 0; color: #556058; font-size: 1.05rem; line-height: 1.7; }
.arrow-link { margin-top: 1.75rem; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .25rem; }

.universe { background: var(--paper); }
.section-heading { margin-bottom: 3rem; }
.section-heading h2 { max-width: 10ch; }
.experience-grid { display: grid; gap: 1rem; }
.experience-card { min-width: 0; overflow: hidden; border-radius: var(--radius); background: #e9e5db; }
.card-art { position: relative; height: 22rem; overflow: hidden; }
.card-art > img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.card-copy { padding: 1.5rem; }
.card-number { margin: 0 0 1.5rem; color: rgba(21,28,24,.62); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 700; }
.card-copy h3 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); line-height: 1; letter-spacing: -.06em; }
.card-copy > p:not(.card-number) { min-height: 4.8rem; margin: 1rem 0; color: rgba(21,28,24,.68); line-height: 1.5; }
.card-watch { background: var(--lilac); }
.card-create { background: var(--blue); }
.card-shop { background: var(--orange); }
.emotion-reel { display: grid; grid-template-columns: repeat(3, 78%); align-items: center; overflow: hidden; }
.emotion-reel img { grid-row: 1; width: 100%; height: auto; mix-blend-mode: multiply; }
.emotion-reel img:nth-child(1) { grid-column: 1; transform: translateX(-30%); }
.emotion-reel img:nth-child(2) { grid-column: 2; transform: translateX(-78%); }
.emotion-reel img:nth-child(3) { grid-column: 3; transform: translateX(-126%); }
.status-pill, .coming-soon { display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .75rem; border: 1px solid rgba(21,28,24,.25); border-radius: 999px; font-size: .76rem; font-weight: 700; }
.status-pill i { width: .5rem; height: .5rem; border-radius: 50%; background: #f54a43; animation: pulse 1.7s infinite; }
.floating-sticker { position: absolute; padding: .6rem .8rem; border-radius: 999px; font-family: var(--display); font-size: .75rem; font-weight: 700; background: var(--slime); box-shadow: 0 6px 18px rgba(21,28,24,.1); }
.sticker-one { top: 12%; right: 8%; transform: rotate(8deg); }
.sticker-two { left: 7%; bottom: 12%; transform: rotate(-7deg); background: #fff; }
.shop-stamp { position: absolute; top: 1.25rem; right: 1.25rem; width: 5rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; text-align: center; text-transform: uppercase; font-size: .62rem; font-weight: 800; line-height: 1.15; transform: rotate(8deg); }

.manifesto { position: relative; min-height: 43rem; display: flex; align-items: center; overflow: hidden; padding: 6rem 1.25rem 24rem; color: #fff; background: var(--ink); }
.manifesto-copy { position: relative; z-index: 2; max-width: 44rem; }
.manifesto .section-kicker { color: rgba(255,255,255,.56); }
.manifesto h2 { font-size: clamp(3.6rem, 10vw, 8rem); }
.manifesto-copy > p:not(.section-kicker) { max-width: 35rem; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.7; }
.manifesto-goo { position: absolute; z-index: 1; width: min(32rem, 90vw); right: -2rem; bottom: -8rem; mix-blend-mode: screen; filter: contrast(1.07); }
.manifesto-orb { position: absolute; border-radius: 50%; filter: blur(4rem); opacity: .18; }
.orb-one { width: 30rem; height: 30rem; right: -10rem; bottom: -4rem; background: var(--slime); }
.orb-two { width: 18rem; height: 18rem; left: 20%; top: -9rem; background: var(--lilac); }

.newsletter { display: grid; gap: 3rem; background: var(--slime); }
.newsletter .section-kicker { color: rgba(21,28,24,.58); }
.newsletter h2 em { color: var(--ink); }
.newsletter-copy > p:not(.section-kicker) { color: rgba(21,28,24,.65); }
.signup-form { align-self: end; }
.signup-form label { display: block; margin-bottom: .7rem; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.signup-row { display: grid; gap: .65rem; }
.signup-row input { width: 100%; min-height: 3.8rem; padding: 0 1.15rem; color: var(--ink); background: rgba(255,255,255,.72); border: 1px solid rgba(21,28,24,.2); border-radius: 999px; outline: none; }
.signup-row input:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(21,28,24,.1); }
.form-note { margin: .8rem 0 0; color: rgba(21,28,24,.58); font-size: .72rem; line-height: 1.4; }
.form-note.success { color: var(--ink); font-weight: 700; }

.site-footer { display: grid; gap: 1.5rem; padding: 3rem 1.25rem; color: #fff; background: var(--ink); }
.brand-footer { width: max-content; }
.site-footer > p { max-width: 26rem; margin: 0; color: rgba(255,255,255,.55); line-height: 1.55; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-links a { color: rgba(255,255,255,.82); text-decoration: none; }
.site-footer .copyright { font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(1.25rem); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes pulse { 50% { opacity: .25; } }
@keyframes hero-breathe { to { transform: scale(1.07); } }

@media (min-width: 700px) {
  .desktop-nav { display: flex; }
  .button-small { padding-inline: 1.15rem; font-size: .9rem; }
  .hero-copy { padding-left: clamp(2rem, 7vw, 7rem); padding-bottom: 7rem; }
  .hero-note { display: block; }
  .section-pad { padding: 8rem clamp(2rem, 6vw, 7rem); }
  .world-section { grid-template-columns: minmax(18rem, .85fr) minmax(25rem, 1fr); gap: clamp(4rem, 9vw, 9rem); }
  .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; }
  .experience-card:first-child .card-art { height: 32rem; order: 2; }
  .experience-card:first-child .card-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(2rem, 5vw, 4rem); }
  .card-art { height: 30rem; }
  .card-copy { padding: 2rem; }
  .manifesto { min-height: 52rem; padding: 8rem clamp(2rem, 6vw, 7rem); }
  .manifesto-goo { width: min(41rem, 48vw); right: 2%; bottom: -8rem; }
  .newsletter { grid-template-columns: 1fr .8fr; gap: 6rem; }
  .signup-row { grid-template-columns: 1fr auto; padding: .4rem; background: rgba(255,255,255,.44); border: 1px solid rgba(21,28,24,.16); border-radius: 999px; }
  .signup-row input { background: transparent; border: 0; }
  .signup-row input:focus { box-shadow: none; }
  .site-footer { grid-template-columns: 1.2fr 1fr auto; align-items: start; padding: 4rem clamp(2rem, 6vw, 7rem); }
  .copyright { grid-column: 1 / -1; }
}

@media (min-width: 1100px) {
  .experience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .experience-card:first-child { grid-column: auto; display: block; }
  .experience-card:first-child .card-art { height: 30rem; }
  .experience-card:first-child .card-copy { display: block; padding: 2rem; }
  .hero-image { object-position: center; }
}

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