:root {
  --mustard: #dca80c;
  --red: #c13830;
  --pink: #e294a9;
  --teal: #186957;
  --sky: #98c4d2;
  --lavender: #6a76b8;
  --paper: #dbcfc2;
  --ink: #191b1a;
  --warm: #f4eee4;
  --font-display: "Bricolage Grotesque", sans-serif;
  --font-body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm); font-family: var(--font-body); }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-mark, .hero-tag { margin: 0 0 26px; color: inherit; font-size: .9rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-spark { display: block; width: 18px; height: 18px; }.brand-spark svg { display: block; width: 100%; height: 100%; fill: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.04em; line-height: .92; }
h2 { margin-bottom: 25px; font-size: clamp(3rem, 6vw, 6.4rem); font-weight: 750; }
h2 em { font-style: normal; color: var(--lavender); }
.button { display: inline-flex; align-items: center; gap: 24px; min-height: 56px; padding: 15px 21px; border: 0; font: 800 .78rem/1 var(--font-body); letter-spacing: .04em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, .nav-links a:focus-visible, .brand:focus-visible, .menu-toggle:focus-visible, .contact-email:focus-visible { outline: 3px solid var(--mustard); outline-offset: 4px; }
.button span { font-size: 1.3rem; }
.button-mustard { background: var(--mustard); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--warm); }

.site-header { overflow: hidden; background: var(--ink); color: var(--warm); }
.nav { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 100px; }
.brand { display: inline-flex; width: 141px; }
.brand img { width: 100%; height: auto; filter: none; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.nav-links a:hover { color: var(--mustard); }
.nav-links .nav-cta { padding: 12px 15px; border: 1px solid rgba(244,238,228,.5); }
.menu-toggle { display: none; padding: 10px; border: 0; background: var(--mustard); }
.menu-toggle i { display: block; width: 23px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(350px, .93fr); min-height: 760px; }
.hero-copy { position: relative; z-index: 1; align-self: center; padding: 62px 11% 70px 0; }
.hero-tag { color: var(--lavender); }
h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(3.55rem, 5.4vw, 5.8rem); font-weight: 780; }
.hero-text { max-width: 490px; margin-bottom: 37px; color: #c8c1b7; font-size: 1rem; line-height: 1.7; }
.hero-art { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; min-height: 100%; background: var(--lavender); }
.jagged-edge { position: absolute; top: 0; bottom: 0; left: -1px; width: 58px; background: var(--ink); clip-path: polygon(0 0, 100% 0, 42% 8%, 100% 16%, 42% 24%, 100% 32%, 42% 40%, 100% 48%, 42% 56%, 100% 64%, 42% 72%, 100% 80%, 42% 88%, 100% 96%, 0 100%); }
.eye { position: relative; width: 218px; height: 90px; overflow: hidden; border-radius: 100% 0; background: var(--warm); transform: rotate(-1deg); }
.eye > span { position: absolute; top: 14px; left: calc(50% - 31px + var(--look-x, 0px)); width: 62px; height: 62px; border-radius: 50%; background: var(--teal); transition: transform .15s ease; }
.eye > span::after { content: ""; position: absolute; top: 13px; left: 20px; width: 25px; height: 37px; border-radius: 50%; background: var(--ink); }
.small-eye { width: 66px; height: 30px; border-radius: 100% 0; }
.small-eye > span { top: 5px; left: calc(50% - 10px + var(--look-x, 0px)); width: 21px; height: 21px; background: var(--ink); }
.small-eye > span::after { display: none; }
.hero-star { position: absolute; right: -68px; bottom: -53px; width: 200px; height: 200px; }
.star-eye { display: grid; place-items: center; background: var(--red); clip-path: polygon(50% 0%, 61% 30%, 86% 12%, 77% 40%, 100% 49%, 76% 60%, 86% 88%, 61% 70%, 50% 100%, 39% 70%, 14% 88%, 24% 60%, 0 50%, 24% 40%, 14% 12%, 39% 30%); }
.star-eye .small-eye { background: var(--warm); }

.process-section { padding: 112px 0 124px; background: var(--warm); }
.process-intro { display: grid; grid-template-columns: 100px minmax(280px, 1.1fr) minmax(250px, .9fr); align-items: end; gap: 25px; padding-bottom: 74px; }
.process-intro .section-mark { align-self: start; color: var(--red); }
.process-intro h2 { margin: 0; }
.section-lead { max-width: 410px; margin: 0; font-size: 1rem; line-height: 1.75; }
.process-track { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr; align-items: start; }
.process-step { min-height: 320px; padding: 0 17px; border-bottom: 1px solid rgba(25,27,26,.32); }
.process-step > span { display: block; margin: 21px 0 11px; color: var(--lavender); font: 800 .74rem/1 var(--font-body); }
.process-step h3 { margin-bottom: 11px; font-size: 1.55rem; }
.process-step p { max-width: 190px; margin: 0; font-size: .79rem; line-height: 1.6; }
.process-arrow { align-self: center; padding-bottom: 60px; font-size: 2rem; text-align: center; }
.step-icon { position: relative; display: grid; place-items: center; width: 96px; height: 116px; }
.character-icon img { display: block; width: auto; height: 116px; }
.eye-tower { width: 84px; height: 112px; padding: 10px 8px; background: var(--ink); clip-path: polygon(0 0, 100% 12%, 72% 25%, 100% 39%, 72% 52%, 100% 66%, 72% 80%, 100% 100%, 0 90%, 24% 75%, 0 60%, 24% 45%, 0 30%, 24% 15%); }
.eye-tower .small-eye { width: 55px; height: 22px; margin: 3px 0; }
.collage-icon { background: conic-gradient(from 35deg, var(--pink), var(--red), var(--ink), var(--lavender), var(--teal), var(--mustard), var(--pink)); clip-path: polygon(15% 0, 100% 0, 71% 27%, 100% 43%, 65% 60%, 87% 100%, 0 89%, 21% 62%, 0 35%); }
.collage-icon .small-eye { background: var(--warm); }
.creation-icon { background: var(--lavender); clip-path: polygon(50% 0, 100% 38%, 80% 100%, 18% 88%, 0 34%); }.creation-icon::before { content: ""; position: absolute; width: 58px; height: 24px; background: var(--pink); transform: rotate(-35deg); }.creation-icon .small-eye { position: relative; z-index: 1; background: var(--warm); }
.step-star { background: var(--red); clip-path: polygon(50% 0%, 61% 30%, 86% 12%, 77% 40%, 100% 49%, 76% 60%, 86% 88%, 61% 70%, 50% 100%, 39% 70%, 14% 88%, 24% 60%, 0 50%, 24% 40%, 14% 12%, 39% 30%); }

.network-section { overflow: hidden; padding: 112px 0; background: var(--teal); color: var(--warm); }
.network-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.network-copy { max-width: 510px; }
.network-copy h2 em { color: var(--sky); }
.network-copy p:last-child { max-width: 470px; margin: 0; color: #d9ebe3; font-size: 1rem; line-height: 1.8; }
.network-art { position: relative; min-height: 420px; }
.big-eye { position: absolute; top: 134px; left: 50%; width: 270px; height: 116px; transform: translateX(-50%) rotate(-2deg); }
.big-eye > span { top: 15px; width: 84px; height: 84px; background: var(--sky); }
.big-eye > span::after { top: 13px; left: 29px; width: 33px; height: 55px; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(244,238,228,.82); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 400px; height: 280px; }
.orbit-two { width: 278px; height: 396px; }
.orbit-dot { position: absolute; width: 25px; height: 25px; border-radius: 50%; }
.dot-one { top: 65px; left: 50%; background: var(--red); }.dot-two { top: 247px; left: 90px; background: var(--mustard); }.dot-three { right: 82px; bottom: 55px; background: var(--pink); }.dot-four { top: 115px; left: 116px; background: var(--lavender); }.dot-five { right: 88px; top: 168px; background: var(--sky); }.dot-six { bottom: 86px; left: 190px; background: var(--red); }.dot-seven { right: 174px; bottom: 6px; background: var(--mustard); }.dot-eight { top: 26px; right: 168px; background: var(--pink); }

.workshops-section { overflow: hidden; padding: 110px 0; background: var(--pink); }
.workshops-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: 60px; }
.workshops-copy { max-width: 570px; }.workshops-copy h2 { font-size: clamp(3.4rem, 5.2vw, 5.8rem); white-space: nowrap; }.workshops-copy h2 em { color: var(--ink); }.workshops-copy > p:not(.section-mark) { max-width: 410px; margin-bottom: 33px; line-height: 1.75; }
.workshops-art { position: relative; min-height: 390px; }
.workshops-star { position: absolute; top: 62px; left: 77px; width: 258px; height: 258px; }.workshops-star .small-eye { width: 112px; height: 49px; }
.workshops-art ol { position: absolute; top: 42px; right: 0; width: 245px; margin: 0; padding: 0; list-style: none; }.workshops-art li { display: flex; gap: 14px; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(25,27,26,.28); font-size: .85rem; font-weight: 800; }.workshops-art li span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--ink); color: var(--warm); font-size: .6rem; }

.jp-section { padding: 118px 0; background: var(--ink); color: var(--warm); }.jp-layout { display: grid; grid-template-columns: .72fr 1fr .58fr; align-items: start; gap: 58px; }.jp-title h2 { margin-bottom: 0; }.jp-title h2 em { color: var(--mustard); }.jp-bio { max-width: 550px; }.jp-bio h3 { margin-bottom: 24px; color: var(--pink); font-size: 2.1rem; }.jp-bio p { color: #d2ccc3; font-size: .93rem; line-height: 1.75; }.jp-bio p + p { margin-bottom: 0; }.jp-portrait { position: relative; min-height: 390px; overflow: hidden; background: var(--lavender); }.jp-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; filter: grayscale(1) contrast(1.04); }.jp-signal { position: absolute; right: -15px; bottom: -15px; display: grid; place-items: end center; }.jp-signal .star-eye { width: 118px; height: 118px; }.jp-signal .small-eye { width: 48px; height: 22px; }

.contact-section { position: relative; overflow: hidden; padding: 122px 0 54px; background: var(--warm); }.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .83fr 1.17fr; gap: 72px; }.contact-copy { max-width: 440px; }.contact-copy h2 { margin-bottom: 25px; }.contact-copy h2 em { color: var(--red); }.contact-copy > p:not(.section-mark) { max-width: 370px; margin-bottom: 32px; line-height: 1.75; }.contact-email { font-size: .86rem; font-weight: 800; text-decoration-color: var(--lavender); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.contact-form { padding: 8px 0; }.contact-form label { display: grid; gap: 9px; margin-bottom: 22px; font-size: .73rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(25,27,26,.55); outline: none; background: transparent; color: var(--ink); font: 500 1rem var(--font-body); border-radius: 0; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--lavender); box-shadow: 0 2px 0 var(--lavender); }.contact-form textarea { resize: vertical; min-height: 120px; }.contact-form .button { margin-top: 4px; }.form-note { margin: 17px 0 0; font-size: .73rem; line-height: 1.5; }.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; }.footer-figure { position: absolute; right: 2vw; bottom: -71px; width: 183px; opacity: .96; }.footer-figure img { display: block; width: 100%; height: auto; }

.thanks-page { min-height: 100vh; background: var(--ink); color: var(--warm); }.thanks-shell { position: relative; min-height: 100vh; width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 60px 0; overflow: hidden; }.thanks-copy { display: flex; min-height: calc(100vh - 150px); max-width: 770px; justify-content: center; flex-direction: column; }.thanks-copy .star-eye { width: 120px; height: 120px; margin-bottom: 40px; }.thanks-copy h1 { margin-bottom: 28px; }.thanks-copy p:not(.hero-tag) { max-width: 410px; margin-bottom: 34px; color: #c8c1b7; line-height: 1.7; }

@media (max-width: 880px) {
  .shell { width: min(100% - 40px, 680px); }.nav { min-height: 82px; }.menu-toggle { display: block; z-index: 5; }.nav-links { position: absolute; top: 67px; right: 0; display: none; width: 245px; padding: 20px; background: var(--ink); border: 1px solid rgba(244,238,228,.25); align-items: stretch; flex-direction: column; }.nav-links.is-open { display: flex; }.nav-links .nav-cta { text-align: center; }.hero { grid-template-columns: 1fr; }.hero-copy { min-height: 650px; padding: 72px 0 70px; }h1 { font-size: clamp(3.45rem, 13vw, 5.5rem); }.hero-art { min-height: 390px; padding: 55px 0; }.hero-star { right: -20px; }.process-intro { grid-template-columns: 1fr; gap: 18px; padding-bottom: 48px; }.process-intro .section-mark { margin-bottom: 0; }.process-track { grid-template-columns: 1fr; gap: 22px; }.process-step { display: grid; grid-template-columns: 105px 1fr; min-height: 0; padding: 0 0 27px; }.process-step > span { grid-column: 2; margin: 0 0 7px; }.process-step h3, .process-step p { grid-column: 2; }.process-step h3 { margin: -84px 0 10px; }.process-step .step-icon { grid-row: 1 / span 3; }.process-arrow { display: none; }.network-layout, .workshops-layout, .jp-layout, .contact-layout { grid-template-columns: 1fr; gap: 46px; }.network-art { order: 2; min-height: 350px; }.network-copy { order: 1; }.workshops-art { min-height: 430px; }.workshops-copy h2 { white-space: normal; }.jp-portrait { min-height: 440px; max-width: 380px; order: 2; }.jp-bio { order: 3; }.jp-signal { display: grid; }.contact-section { padding-top: 90px; }.footer-figure { right: -55px; bottom: -115px; opacity: .25; }.contact-form { padding-bottom: 90px; }
}

@media (max-width: 510px) {
  .shell { width: calc(100% - 32px); }.brand { width: 119px; }.hero-copy { min-height: 625px; }.hero-tag { max-width: 260px; }.hero-art { min-height: 330px; }.hero-art .eye { width: 180px; height: 75px; }.hero-art .eye > span { top: 11px; }.process-section, .network-section, .workshops-section, .jp-section { padding: 76px 0; }h2 { font-size: clamp(3rem, 15vw, 4.5rem); }.workshops-art { min-height: 470px; }.workshops-star { top: 16px; left: 5px; width: 230px; height: 230px; }.workshops-art ol { top: 278px; left: 0; width: 100%; }.field-row { grid-template-columns: 1fr; gap: 0; }
  .thanks-shell { width: calc(100% - 40px); padding: 36px 0; }.thanks-copy { min-height: calc(100vh - 120px); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button, .eye > span { transition: none; } }
