:root{--navy:#071f35;--navy-2:#0c2b4e;--navy-3:#12365f;--cream:#f4f0e7;--white:#fbfaf7;--blue:#7f9bb8;--outline:#426386;--gold:#dca34c;--mint:#abd9b4;--coral:#e66359;--display:'Barlow Condensed',Impact,sans-serif;--body:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--navy);color:var(--white);font-family:var(--body);overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,80px);position:absolute;top:0;width:100%;z-index:20;border-bottom:1px solid rgba(127,155,184,.28)}.brand{display:flex;align-items:center;gap:10px;font-family:var(--display);font-weight:900;letter-spacing:.1em;font-size:26px}.ticket-mark{color:var(--gold);font-family:var(--body);font-size:22px}nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}nav a{color:#c4d0dc;transition:.2s}nav a:hover{color:white}.nav-cta{border:1px solid var(--gold);padding:13px 20px;border-radius:999px;color:var(--gold)}
.hero{min-height:100vh;padding:150px clamp(24px,8vw,130px) 90px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:6vw;position:relative;overflow:hidden}.hero-copy{z-index:2}.eyebrow,.section-number,.slide-kicker{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.26em;text-transform:uppercase}.hero h1,.manifesto h2,.showcase h2,.closing h2{font-family:var(--display);font-weight:900;text-transform:uppercase;letter-spacing:-.035em;line-height:.82;margin:28px 0}.hero h1{font-size:clamp(72px,9.5vw,150px)}h1 em{color:var(--gold);font-style:normal}.hero-lede{font-size:clamp(18px,1.6vw,24px);line-height:1.55;color:#b7c6d6;max-width:590px}.hero-actions{margin-top:45px;display:flex;align-items:center;gap:32px}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:19px 27px;border-radius:999px;font-size:14px;font-weight:700}.button-primary{background:var(--cream);color:var(--navy);box-shadow:0 0 0 1px rgba(255,255,255,.25)}.button span{font-size:20px}.text-link{font-size:14px;color:#b7c6d6;border-bottom:1px solid var(--outline);padding:10px 0}.hero-visual{height:min(78vh,740px);position:relative;display:flex;justify-content:center;align-items:center}.phone{position:absolute;background:#061a2d;border:1px solid var(--outline);border-radius:38px;padding:9px;box-shadow:0 30px 80px rgba(0,0,0,.36);overflow:hidden}.phone img{display:block;width:100%;height:100%;object-fit:cover;border-radius:29px}.phone-front{width:min(28vw,330px);height:min(72vh,700px);transform:rotate(2deg);z-index:3}.phone-back{width:min(25vw,295px);height:min(63vh,610px);transform:translate(-44%,5%) rotate(-8deg);opacity:.65;filter:saturate(.8)}.device-glow{position:absolute;width:70%;aspect-ratio:1;border-radius:50%;background:rgba(220,163,76,.14);filter:blur(70px)}.micro-note{position:absolute;font-size:9px;letter-spacing:.2em;color:var(--blue);z-index:4}.note-one{top:12%;right:0}.note-two{bottom:9%;left:0}.hero-index{position:absolute;left:5vw;bottom:30px;display:flex;align-items:center;gap:12px;color:var(--blue);font-size:9px}.hero-index div{width:110px;height:1px;background:var(--outline)}.line-art{position:absolute;border:2px solid rgba(127,155,184,.17);border-radius:48% 52% 34% 66%}.line-art:before,.line-art:after{content:'';position:absolute;inset:9%;border:inherit;border-radius:inherit}.line-art:after{inset:19%}.line-art-one{width:700px;height:500px;right:-210px;top:80px;transform:rotate(24deg)}
.manifesto{background:var(--cream);color:var(--navy);padding:120px clamp(24px,8vw,130px)}.manifesto h2,.showcase h2,.closing h2{font-size:clamp(65px,8vw,125px)}.manifesto h2 span,.showcase h2 span,.closing h2 span{color:var(--gold)}.manifesto-copy{font-size:clamp(20px,2.2vw,34px);line-height:1.4;max-width:1000px;margin:50px 0 80px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #b8afa0}.feature-grid article{padding:36px 30px 10px 0;border-right:1px solid #b8afa0}.feature-grid article+article{padding-left:30px}.feature-grid article:last-child{border-right:0}.feature-grid span{font-size:11px;color:#7d725f}.feature-grid h3{font-family:var(--display);font-size:32px;text-transform:uppercase;margin:35px 0 15px}.feature-grid p{color:#5f6870;line-height:1.6;font-size:14px}
.showcase{padding:120px clamp(20px,7vw,110px) 150px;position:relative}.showcase-head{display:grid;grid-template-columns:1.3fr .7fr;align-items:end;gap:50px}.showcase-head>p{color:#a9bacb;line-height:1.7;max-width:400px;margin-bottom:35px}.carousel{margin-top:75px;display:grid;grid-template-columns:70px minmax(0,1fr) 70px;gap:18px;align-items:center}.stage{display:grid;grid-template-columns:minmax(260px,420px) 1fr;grid-template-rows:auto 1fr auto;gap:0 70px;background:var(--navy-2);border:1px solid var(--outline);border-radius:38px;padding:34px 4vw 42px;min-height:760px;overflow:hidden;position:relative}.stage:after{content:'';position:absolute;width:500px;height:500px;border:1px solid rgba(127,155,184,.14);border-radius:40% 60%;right:-190px;bottom:-260px;transform:rotate(30deg)}.stage-meta{grid-column:1/-1;display:flex;justify-content:space-between;margin-bottom:24px}.slide-count{font-size:11px;letter-spacing:.2em;color:var(--blue)}.screen-frame{grid-row:2/4;width:100%;height:650px;overflow:hidden;border-radius:30px;background:#061a2d;box-shadow:0 20px 55px rgba(0,0,0,.35);transition:transform .45s cubic-bezier(.2,.8,.2,1),opacity .3s}.screen-frame img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.screen-frame.changing{transform:translateY(12px) scale(.985);opacity:0}.slide-copy{align-self:center;max-width:560px;z-index:1}.slide-copy h3{font-family:var(--display);font-size:clamp(48px,6vw,90px);text-transform:uppercase;line-height:.9;margin:0 0 28px}.slide-copy p{font-size:clamp(18px,1.8vw,26px);line-height:1.55;color:#b7c6d6}.carousel-arrow{width:58px;height:58px;border-radius:50%;background:transparent;color:var(--cream);border:1px solid var(--outline);cursor:pointer;transition:.2s;font-size:20px;z-index:3}.carousel-arrow:hover{background:var(--gold);border-color:var(--gold);color:var(--navy)}.pagination{grid-column:1/-1;display:flex;justify-content:center;gap:9px;margin-top:24px}.pagination button{width:7px;height:7px;padding:0;border-radius:50%;border:0;background:var(--outline);cursor:pointer;transition:.25s}.pagination button.active{width:34px;border-radius:10px;background:var(--gold)}
.flow{background:var(--gold);color:var(--navy);height:170px;display:flex;align-items:center;justify-content:center;gap:4vw;overflow:hidden}.flow-word{font-family:var(--display);font-size:clamp(48px,8vw,110px);font-weight:900;letter-spacing:-.03em}.flow>span{font-size:30px}.closing{min-height:78vh;padding:130px clamp(24px,8vw,130px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;overflow:hidden}.closing p:not(.section-number){color:#b7c6d6;font-size:22px;margin:10px 0 36px}.line-art-two{width:680px;height:520px;right:-200px;bottom:-150px;transform:rotate(-22deg)}footer{padding:38px clamp(24px,5vw,80px);border-top:1px solid var(--outline);display:flex;align-items:center;justify-content:space-between;color:var(--blue);font-size:11px;text-transform:uppercase;letter-spacing:.16em}footer .brand{font-size:20px;color:white}
@media(max-width:900px){nav a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:130px}.hero-copy{padding-top:35px}.hero-visual{height:620px}.phone-front{width:300px;height:580px}.phone-back{width:260px;height:510px}.feature-grid{grid-template-columns:1fr}.feature-grid article,.feature-grid article+article{border-right:0;border-bottom:1px solid #b8afa0;padding:30px 0}.showcase-head{grid-template-columns:1fr}.showcase-head>p{margin:0}.carousel{grid-template-columns:48px minmax(0,1fr) 48px;gap:8px}.stage{grid-template-columns:300px 1fr;gap:35px;min-height:690px;padding:28px}.screen-frame{height:590px}.carousel-arrow{width:44px;height:44px}}
@media(max-width:650px){.site-header{height:72px}.brand{font-size:21px}.nav-cta{padding:10px 14px;font-size:12px}.hero{padding:110px 20px 70px;display:block;min-height:auto}.hero h1{font-size:68px}.hero-lede{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column;gap:14px}.hero-visual{height:580px;margin-top:45px}.phone-front{width:270px;height:540px}.phone-back{width:230px;height:470px}.note-one{right:2%}.manifesto,.showcase,.closing{padding:85px 20px}.manifesto h2,.showcase h2,.closing h2{font-size:62px}.manifesto-copy{font-size:20px;margin:35px 0 55px}.carousel{display:grid;grid-template-columns:1fr 1fr;margin-top:45px}.stage{grid-column:1/-1;grid-row:1;display:flex;flex-direction:column;min-height:0;padding:20px;border-radius:26px}.stage-meta{width:100%}.screen-frame{order:2;width:min(100%,330px);height:620px;align-self:center}.slide-copy{order:3;margin-top:35px}.slide-copy h3{font-size:48px}.slide-copy p{font-size:17px}.carousel-arrow{grid-row:2;margin-top:15px}.prev{justify-self:end}.next{justify-self:start}.pagination{grid-row:3;margin-top:16px}.flow{height:110px;gap:12px}.flow-word{font-size:38px}.flow>span{font-size:18px}footer{align-items:flex-start;gap:26px;flex-direction:column}.showcase-head>p{font-size:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
