@font-face { font-family:Geist; src:url("assets/geist.woff2") format("woff2"); font-weight:100 900; font-style:normal; font-display:swap; }
:root { --ink:#252529; --paper:#cfc5ba; --pixom-red:#ab1417; --red:var(--pixom-red); --stone:#b6aaa0; --plum:#49363b; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; background:var(--paper); color:var(--ink); font-family:Geist,Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
.site-header { position:fixed; z-index:40; inset:0 0 auto; height:86px; padding:16px 4vw; display:flex; align-items:center; justify-content:space-between; color:var(--ink); background:rgba(207,197,186,.9); border-bottom:1px solid rgba(37,37,41,.08); backdrop-filter:blur(10px); }
.brand { display:flex; align-items:center; gap:12px; }
.brand img { width:42px; height:42px; object-fit:contain; border-radius:50%; mix-blend-mode:multiply; }
.wordmark { font-weight:800; font-size:21px; letter-spacing:-.085em; text-transform:uppercase; }
.word-i,.path-i { position:relative; display:inline-block; font-style:normal; }
.word-i>i,.path-i>i { position:absolute; display:block; width:.18em; height:.18em; border-radius:50%; left:.31em; top:-.02em; background:transparent; }
.nav { display:flex; gap:34px; font-size:11px; text-transform:uppercase; letter-spacing:.14em; }
.nav a { border-bottom:1px solid transparent; padding:12px 4px 8px; }
.nav a:hover { border-color:currentColor; }
.menu-button { display:none; background:none; border:0; width:34px; }
.menu-button span { display:block; height:1px; margin:7px 0; background:currentColor; }
.journey-line { position:absolute; z-index:9; left:0; top:0; pointer-events:none; overflow:visible; opacity:0; }
.journey-line path { fill:none; vector-effect:non-scaling-stroke; }
.journey-line-base { stroke:rgba(100,100,100,.18); stroke-width:1; }
.journey-line-progress { stroke:var(--red); stroke-width:1.5; }
.pixom-point { position:absolute; z-index:12; left:0; top:0; width:76px; height:76px; border-radius:50%; background:var(--red); opacity:0; pointer-events:none; will-change:transform,opacity,width,height; transition:opacity .16s ease,background-color .25s ease,width .3s ease,height .3s ease; }
.back-to-top { position:fixed; z-index:35; right:22px; bottom:26px; width:54px; height:54px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:1px; border:1px solid currentColor; border-radius:50%; background:rgba(207,197,186,.82); color:var(--ink); backdrop-filter:blur(8px); opacity:0; visibility:hidden; pointer-events:none; transform:translateY(10px); transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background-color .2s ease; }
.back-to-top.visible { opacity:.72; visibility:visible; pointer-events:auto; transform:translateY(0); }
.back-to-top.visible:hover { opacity:1; transform:translateY(-4px); background:var(--paper); }
.back-to-top>span { font-size:20px; line-height:.8; }
.back-to-top>small { font-size:8px; text-transform:uppercase; letter-spacing:.12em; }
.hero { position:relative; min-height:100svh; padding:115px 4vw 38px; display:flex; flex-direction:column; justify-content:space-between; background:var(--paper); }
.hero-meta,.hero-bottom { display:flex; justify-content:space-between; font-size:10px; text-transform:uppercase; letter-spacing:.16em; }
.hero-origin { position:absolute; display:block; width:1px; height:1px; top:90px; right:17%; pointer-events:none; }
.hero-waypoint { position:absolute; display:block; width:1px; height:1px; pointer-events:none; }
.waypoint-one { top:68%; left:22%; }
.hero-copy p { margin:0 0 28px; font-family:Georgia,serif; font-style:italic; font-size:clamp(23px,2.5vw,36px); line-height:1.1; letter-spacing:-.025em; }
.hero h1 { margin:0; font-size:clamp(70px,11vw,164px); line-height:.8; letter-spacing:-.085em; font-weight:600; }
.hero h1 em { font-family:Georgia,serif; font-weight:400; }
.hero-copy em,.resolution em { transition:color .25s ease; }
.hero h1.orb-passing em { color:var(--red); }
.hero-bottom { align-items:flex-end; }
.hero-bottom p { margin:0; line-height:1.5; }
.hero-bottom a { padding-bottom:9px; border-bottom:1px solid; }
.hero-bottom a span { margin-left:32px; font-size:18px; }
.word-scene { position:relative; min-height:115vh; padding:100px 4vw; display:flex; flex-direction:column; justify-content:center; overflow:hidden; }
.dark { background:#303136; color:#c9beb4; }
.light { background:var(--stone); color:#29272b; }
.red { background:var(--red); color:#f2e9e1; }
.scene-index { position:absolute; top:80px; left:4vw; margin:0; font-size:15px; font-weight:600; letter-spacing:.16em; text-transform:uppercase; }
.scene-lead { margin:0 0 28px 12vw; font-family:Georgia,serif; font-style:italic; font-size:clamp(23px,2.5vw,36px); line-height:1.1; letter-spacing:-.025em; }
.word-scene h2 { position:relative; margin:0 auto; font-size:clamp(95px,18vw,270px); line-height:.8; letter-spacing:-.095em; font-weight:650; transition:color .28s ease; }
.word-scene h2.orb-passing { color:var(--red); }
.word-scene.red h2.orb-passing { color:#252125; }
.path-i>i { width:.15em; height:.15em; left:.28em; top:-.02em; }
.scene-note { align-self:center; width:min(68vw,980px); margin:42px auto 0; font-family:Georgia,serif; font-size:clamp(21px,2vw,29px); line-height:1.3; letter-spacing:-.02em; }
.resolution { position:relative; min-height:95vh; padding:100px 4vw; display:flex; flex-direction:column; justify-content:center; background:var(--plum); color:#cfc5ba; }
.resolution .scene-index { font-size:17px; }
.resolution h2 { margin:0 auto; font-size:clamp(62px,9vw,135px); line-height:.9; letter-spacing:-.075em; font-weight:600; }
.resolution h2 em { font-family:Georgia,serif; font-weight:400; }
.resolution h2.orb-passing em { color:var(--red); }
.resolution>p:last-child { align-self:center; width:min(70vw,980px); margin:45px auto 0; font-family:Georgia,serif; font-size:clamp(22px,2.1vw,30px); line-height:1.3; letter-spacing:-.02em; }
footer { position:relative; min-height:86svh; padding:70px 4vw 35px; display:flex; flex-direction:column; justify-content:flex-end; background:#c2b7ac; overflow:hidden; }
.final-waypoint { position:absolute; display:block; width:1px; height:1px; pointer-events:none; }
.final-waypoint-one { top:18%; left:72%; }
.final-waypoint-two { top:42%; left:38%; }
.final-lockup { display:flex; align-items:center; gap:3vw; }
.final-lockup>img { width:clamp(125px,17vw,260px); height:auto; object-fit:contain; mix-blend-mode:multiply; }
.final-wordmark { display:flex; flex-wrap:nowrap; align-items:baseline; color:#f2e9e1; font-size:clamp(105px,22vw,330px); line-height:.8; font-weight:800; letter-spacing:-.1em; text-transform:uppercase; white-space:nowrap; transition:color .28s ease; }
.final-wordmark.orb-passing { color:#252125; }
.final-wordmark .word-i>i { width:.16em; height:.16em; left:.28em; top:-.02em; }
.footer-grid { display:grid; grid-template-columns:1fr 1fr 1fr; align-items:end; padding-top:65px; font-size:10px; text-transform:uppercase; letter-spacing:.14em; }
.footer-grid p { margin:0; line-height:1.5; }
.footer-grid a { width:max-content; padding-bottom:8px; border-bottom:1px solid; }
.footer-grid a span { margin-left:32px; }
.footer-grid .contact-link { display:flex; flex-direction:column; gap:8px; padding-bottom:10px; text-transform:none; }
.contact-link small { font-size:9px; font-weight:500; text-transform:uppercase; letter-spacing:.14em; }
.contact-link strong { font-size:clamp(15px,1.35vw,21px); font-weight:500; letter-spacing:-.02em; }
.contact-link strong span { margin-left:18px; font-size:.8em; }
.footer-grid p:last-child { text-align:right; color:#666; }
@media (max-width:760px) {
  .site-header { height:72px; padding:12px 20px; }
  .brand img { width:38px; height:38px; }
  .menu-button { display:block; position:relative; z-index:2; }
  .nav { display:none; position:fixed; inset:0; background:#111; padding:110px 24px; flex-direction:column; gap:25px; font-size:25px; }
  .nav.open { display:flex; }
  .site-header.menu-open { color:#fff; background:#111; }
  .pixom-point { width:46px; height:46px; }
  .back-to-top { right:14px; bottom:16px; width:48px; height:48px; }
  .hero { padding:95px 20px 28px; }
  .hero-meta span:last-child { display:none; }
  .hero-origin { top:76px; right:18%; }
  .waypoint-one { top:64%; left:28%; }
  .hero h1 { font-size:18vw; }
  .hero-copy p { font-size:22px; }
  .hero-bottom p { display:none; }
  .hero-bottom { justify-content:flex-end; }
  .word-scene { min-height:100svh; padding:80px 20px; }
  .scene-index { top:75px; left:20px; }
  .scene-lead { margin-left:0; font-size:22px; }
  .word-scene h2 { font-size:23vw; }
  .scene-note { width:100%; margin:34px 0 0; align-self:flex-start; font-size:20px; }
  .resolution { min-height:85svh; padding:80px 20px; }
  .resolution .scene-index { font-size:13px; }
  .resolution h2 { font-size:15vw; }
  .resolution>p:last-child { width:100%; margin:36px 0 0; align-self:flex-start; font-size:20px; }
  footer { min-height:82svh; padding:70px 20px 25px; }
  .final-waypoint-one { top:16%; left:72%; }
  .final-waypoint-two { top:38%; left:28%; }
  .final-lockup { display:flex; flex-wrap:nowrap; align-items:center; gap:8px; width:100%; }
  .final-lockup>img { flex:0 0 45px; width:45px; }
  .final-wordmark { flex:0 1 auto; min-width:0; font-size:clamp(40px,12vw,46px); line-height:.82; letter-spacing:-.11em; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .footer-grid p:last-child { text-align:left; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .pixom-point { display:none; }
}
