:root { --ink:#151515; --paper:#f7f5ff; --purple:#6335e7; --deep:#211052; --lavender:#ddd3ff; --acid:#d9ff57; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; }
.site-header { height:78px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:0 4vw; border-bottom:1.5px solid var(--ink); background:rgba(255,255,255,.92); position:sticky; top:0; z-index:20; backdrop-filter:blur(14px); }
.brand { display:flex; align-items:center; gap:10px; font-weight:800; letter-spacing:-.04em; font-size:1.05rem; }
.brand img { border-radius:50%; border:1px solid var(--ink); }
nav { display:flex; gap:34px; font-size:.86rem; font-weight:700; }
nav a:hover { color:var(--purple); }
.nav-cta { justify-self:end; background:var(--ink); color:white; padding:13px 18px; border-radius:999px; font-weight:700; font-size:.82rem; transition:transform .2s; }
.nav-cta:hover,.button:hover { transform:translateY(-2px); }
.hero { min-height:690px; display:grid; grid-template-columns:.92fr 1.08fr; border-bottom:1.5px solid var(--ink); }
.hero-copy { padding:clamp(60px,8vw,125px) 4vw 70px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.eyebrow { border:1px solid var(--ink); border-radius:999px; padding:9px 13px; font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; background:var(--acid); }
h1 { font-size:clamp(4rem,7.2vw,7.4rem); line-height:.89; letter-spacing:-.075em; margin:28px 0 25px; max-width:780px; }
.hero-copy p { font-size:clamp(1.05rem,1.4vw,1.35rem); line-height:1.55; max-width:630px; margin:0; }
.hero-actions { display:flex; gap:12px; margin-top:38px; }
.button { display:inline-block; padding:15px 21px; border:1.5px solid var(--ink); border-radius:4px; font-weight:800; font-size:.9rem; transition:transform .2s; }
.button.primary { background:var(--purple); color:white; box-shadow:5px 5px 0 var(--ink); }
.button.secondary { background:white; }
.hero-art { position:relative; min-height:580px; overflow:hidden; border-left:1.5px solid var(--ink); background:#ece7ff; }
.hero-art img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.art-note { position:absolute; right:20px; bottom:20px; background:white; border:1px solid var(--ink); padding:10px 13px; font-size:.72rem; font-weight:800; letter-spacing:.05em; }
.ticker { height:58px; display:flex; align-items:center; justify-content:space-around; gap:30px; overflow:hidden; white-space:nowrap; background:var(--purple); color:white; font-weight:900; letter-spacing:.08em; font-size:.82rem; }
.ticker b { color:var(--acid); }
.section-label { display:flex; align-items:center; gap:14px; font-size:.75rem; font-weight:900; letter-spacing:.12em; white-space:nowrap; }
.section-label span { display:grid; place-items:center; width:34px; height:34px; border:1px solid currentColor; border-radius:50%; }
.section-label.light { color:white; }
.story { display:grid; grid-template-columns:1fr 3fr; gap:6vw; padding:clamp(80px,10vw,155px) 4vw; border-bottom:1.5px solid var(--ink); }
.story-body { max-width:1100px; }
.story-lead { font-size:clamp(2.7rem,5.4vw,6.2rem); line-height:1; letter-spacing:-.065em; font-weight:800; margin:0 0 70px; }
.story-grid { display:grid; grid-template-columns:1fr 1fr; gap:6vw; border-top:1px solid var(--ink); padding-top:25px; }
.story-grid p { margin:0; font-size:1.08rem; line-height:1.65; }
.gallery { background:var(--deep); color:white; padding:clamp(75px,9vw,135px) 4vw; }
.gallery-heading { display:grid; grid-template-columns:1fr 2fr 1fr; align-items:end; gap:4vw; margin-bottom:70px; }
.gallery-heading h2,.community h2 { font-size:clamp(3.7rem,7vw,7.7rem); line-height:.87; letter-spacing:-.07em; margin:0; }
.gallery-heading p { justify-self:end; margin:0; color:#bdb2df; }
.scene-list { display:flex; flex-direction:column; gap:40px; }
.scene { display:grid; grid-template-columns:2fr 1fr; min-height:580px; border:1px solid #7566a4; background:#2e1769; }
.scene:nth-child(even) { grid-template-columns:1fr 2fr; }
.scene:nth-child(even) .scene-image { order:2; }
.scene-image { min-height:500px; position:relative; overflow:hidden; }
.scene-image img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.scene:hover .scene-image img { transform:scale(1.025); }
.scene-copy { padding:42px; display:flex; flex-direction:column; justify-content:flex-end; border-left:1px solid #7566a4; }
.scene:nth-child(even) .scene-copy { border-left:0; border-right:1px solid #7566a4; }
.scene-copy>span { font-size:.75rem; color:var(--acid); font-weight:900; }
.scene-copy h3 { font-size:clamp(2.2rem,4vw,4.2rem); line-height:.95; letter-spacing:-.055em; margin:auto 0 18px; }
.scene-copy p { margin:0; line-height:1.6; color:#cfc8e7; max-width:300px; }
.principles { padding:clamp(80px,9vw,135px) 4vw; }
.principle-grid { display:grid; grid-template-columns:repeat(3,1fr); border:1.5px solid var(--ink); margin-top:60px; }
.principle-grid article { padding:clamp(30px,4vw,62px); min-height:330px; display:flex; flex-direction:column; border-right:1.5px solid var(--ink); background:white; }
.principle-grid article:last-child { border-right:0; }
.principle-grid article>span { color:var(--purple); font-size:2.2rem; }
.principle-grid h3 { margin:auto 0 15px; font-size:2rem; letter-spacing:-.04em; }
.principle-grid p { margin:0; line-height:1.5; max-width:290px; }
.community { min-height:700px; padding:110px 6vw; background:var(--lavender); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; position:relative; overflow:hidden; border-top:1.5px solid var(--ink); border-bottom:1.5px solid var(--ink); }
.community-mark { position:absolute; font-size:min(75vw,900px); line-height:1; color:rgba(99,53,231,.08); transform:rotate(10deg); }
.community>*:not(.community-mark) { position:relative; z-index:1; }
.community h2 { margin:35px 0 26px; }
.community p { max-width:720px; font-size:1.15rem; line-height:1.65; margin:0 0 35px; }
.community-actions { display:flex; align-items:center; justify-content:center; gap:14px; flex-wrap:wrap; }
footer { display:grid; grid-template-columns:1fr 1.5fr 1fr; align-items:center; gap:30px; padding:45px 4vw; background:var(--ink); color:white; }
.footer-brand { display:flex; align-items:center; gap:13px; }
.footer-brand img { border-radius:50%; }
.footer-brand strong { font-size:1.1rem; }
footer p { color:#bcbcbc; line-height:1.5; font-size:.76rem; text-align:center; margin:0; }
.footer-x { justify-self:end; font-size:.74rem; letter-spacing:.06em; font-weight:800; }
.footer-x:hover { color:var(--acid); }
@media (max-width:900px) {
  .site-header { grid-template-columns:1fr auto; padding:0 20px; } nav { display:none; }
  .hero { grid-template-columns:1fr; } .hero-copy { padding:76px 24px 60px; } h1 { font-size:clamp(3.4rem,16vw,5.5rem); }
  .hero-art { border-left:0; border-top:1.5px solid var(--ink); min-height:420px; }
  .story { grid-template-columns:1fr; padding-left:24px; padding-right:24px; }
  .gallery { padding-left:24px; padding-right:24px; }
  .gallery-heading { grid-template-columns:1fr; } .gallery-heading p { justify-self:start; }
  .scene,.scene:nth-child(even) { grid-template-columns:1fr; }
  .scene:nth-child(even) .scene-image { order:0; }
  .scene-copy,.scene:nth-child(even) .scene-copy { min-height:250px; border:0; border-top:1px solid #7566a4; }
  .principle-grid { grid-template-columns:1fr; }
  .principle-grid article { min-height:240px; border-right:0; border-bottom:1.5px solid var(--ink); }
  .principle-grid article:last-child { border-bottom:0; }
  footer { grid-template-columns:1fr; text-align:center; }
  .footer-brand { justify-content:center; } .footer-x { justify-self:center; }
}
@media (max-width:520px) {
  .nav-cta { padding:11px 13px; font-size:.72rem; } .brand span { font-size:.9rem; }
  .hero-actions { flex-direction:column; width:100%; } .button { text-align:center; }
  .story-grid { grid-template-columns:1fr; }
  .scene-image { min-height:340px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none!important; } }
