.proposal{color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Inter,SF Pro Display,Helvetica Neue,Arial,sans-serif}html.client-proposal-bg,html.client-proposal-bg body,html.client-proposal-bg .app{background:#fff!important}.proposal-glitch-btn-wrap{background:#fff;justify-content:flex-end;width:100%;padding:clamp(20px,3vw,48px) 100px clamp(40px,5vw,72px) 0;display:flex}.proposal-glitch-btn{cursor:pointer;background:0 0;border:0;width:clamp(48px,5vw,75px);height:clamp(48px,5vw,75px);padding:0;transition:transform .15s}.proposal-glitch-btn img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.proposal-glitch-btn:hover{transform:translateY(-2px)scale(1.04)}.proposal-glitch-btn:active,.proposal-glitch-btn.is-pressed{transform:translateY(2px)scale(.94)}@keyframes proposalStrobe{0%{filter:none;background:#fff}6%{filter:invert()hue-rotate(90deg);background:#000}12%{filter:none;background:#fff}18%{filter:invert();background:#000}24%{filter:contrast(2)saturate(2);background:#fff}30%{filter:invert()hue-rotate(180deg);background:#000}36%{filter:none;background:#fff}42%{filter:invert();background:#f0f}48%{filter:contrast(1.5);background:#fff}54%{filter:invert()blur(1px);background:#000}60%{filter:none;background:#fff}66%{filter:invert()hue-rotate(45deg);background:#000}72%{filter:invert();background:#0ff}78%{filter:contrast(2);background:#fff}84%{filter:invert();background:#000}90%{filter:none;background:#fff}96%{filter:invert();background:#000}to{filter:none;background:#fff}}@keyframes proposalGlitchShift{0%,to{transform:translate(0)}10%{transform:translate(-4px,2px)skew(1deg)}20%{transform:translate(3px,-2px)skew(-1deg)}30%{transform:translate(-2px,1px)}40%{transform:translate(4px,3px)skew(2deg)}50%{transform:translate(-3px,-4px)}60%{transform:translate(2px,2px)skew(-2deg)}70%{transform:translate(-4px,1px)}80%{transform:translate(3px,-3px)skew(1deg)}90%{transform:translate(-1px,2px)}}html.is-glitching body{animation:.6s step-end infinite proposalStrobe}html.is-glitching .proposal-hero,html.is-glitching .proposal-sections,html.is-glitching .proposal-footer{animation:.18s step-end infinite proposalGlitchShift}html.is-glitching .proposal-glitch-btn{animation:none}.proposal-disco-overlay{pointer-events:none;z-index:9998;position:fixed;inset:0;overflow:hidden}.proposal-disco-lights{mix-blend-mode:screen;filter:blur(1px);background:radial-gradient(circle at 10% 20%,#ff00808c 0,#0000 6%),radial-gradient(circle at 80% 15%,#00c8ff8c 0,#0000 6%),radial-gradient(circle at 30% 60%,#ffe60080 0,#0000 7%),radial-gradient(circle at 70% 75%,#7800ff8c 0,#0000 6%),radial-gradient(circle at 50% 30%,#00ff8280 0,#0000 5%),radial-gradient(circle at 20% 85%,#ff500080 0,#0000 6%),radial-gradient(circle at 90%,#ffffff73 0,#0000 4%),radial-gradient(circle at 45% 90%,#ff00ff80 0,#0000 6%),radial-gradient(circle at 5%,#00ffff73 0,#0000 5%),radial-gradient(circle at 60% 10%,#ffff0080 0,#0000 5%);animation:3.2s linear infinite discoSpin;position:absolute;inset:-25%}.proposal-disco-lights--alt{background:radial-gradient(circle at 25% 35%,#0064ff80 0,#0000 5%),radial-gradient(circle at 75% 25%,#ff329680 0,#0000 6%),radial-gradient(circle at 50% 70%,#ffc80080 0,#0000 5%),radial-gradient(circle at 15% 75%,#b400ff80 0,#0000 6%),radial-gradient(circle at 85% 60%,#00ff6480 0,#0000 5%),radial-gradient(circle at 40% 15%,#ff643280 0,#0000 4%),radial-gradient(circle at 95% 90%,#fff6 0,#0000 4%);animation:2.6s linear infinite discoSpinReverse}@keyframes discoSpin{0%{transform:rotate(0)scale(1.05)}to{transform:rotate(360deg)scale(1.05)}}@keyframes discoSpinReverse{0%{transform:rotate(0)scale(1.1)}to{transform:rotate(-360deg)scale(1.1)}}.proposal-disco-ball{background:radial-gradient(circle at 35% 30%,#fff 0%,#d8e6ff 18%,#6fa3ff 45%,#1a3b8a 80%,#0a1638 100%);border-radius:50%;width:clamp(80px,12vw,160px);height:clamp(80px,12vw,160px);animation:1.4s linear infinite discoBallRotate,1.8s ease-in-out infinite discoBallBob;position:absolute;top:4vh;left:50%;transform:translate(-50%);box-shadow:0 0 40px #b4dcffcc,0 0 80px #b4dcff80,inset -10px -14px 28px #0006}.proposal-disco-ball-inner{mix-blend-mode:overlay;background:repeating-linear-gradient(45deg,#0000 0 4px,#ffffff59 4px 5px,#0000 5px 9px,#00000040 9px 10px),repeating-linear-gradient(-45deg,#0000 0 4px,#ffffff40 4px 5px,#0000 5px 9px,#0003 9px 10px);border-radius:50%;animation:.4s steps(4,end) infinite discoBallShimmer;position:absolute;inset:0}@keyframes discoBallRotate{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}@keyframes discoBallBob{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@keyframes discoBallShimmer{0%{opacity:.7;transform:rotate(0)}25%{opacity:1;transform:rotate(90deg)}50%{opacity:.8;transform:rotate(180deg)}75%{opacity:1;transform:rotate(270deg)}to{opacity:.7;transform:rotate(360deg)}}.proposal-hero{text-align:center;isolation:isolate;cursor:pointer;background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding:40px 24px;display:flex;position:relative;overflow:hidden}.proposal-hero-slides{z-index:-1;pointer-events:none;transform-origin:50%;translate:0 var(--hero-bg-shift-y,0px);will-change:translate,scale;background:#111;animation:14s ease-in-out infinite alternate hero-ken-burns;position:absolute;inset:0;overflow:hidden}.proposal-hero-slide{opacity:0;will-change:transform,opacity;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.proposal-hero-slide.is-hidden{opacity:0}@keyframes hero-ken-burns{0%{scale:1}to{scale:1.1}}@keyframes hero-ken-burns-mobile{0%{scale:1}to{scale:1.22}}@media (max-width:720px){.proposal-hero-slides{animation-name:hero-ken-burns-mobile;animation-duration:10s}}.proposal-hero-slide.is-current{opacity:1;transform:translate(0)}.proposal-hero-slide-enter-next{animation:.7s cubic-bezier(.645,.045,.355,1) forwards hero-slide-in-from-right}.proposal-hero-slide-enter-prev{animation:.7s cubic-bezier(.645,.045,.355,1) forwards hero-slide-in-from-left}.proposal-hero-slide-enter-fade{animation:3s linear forwards hero-fade-in}.proposal-hero-slide-leave-next{animation:.7s cubic-bezier(.645,.045,.355,1) forwards hero-slide-out-to-left}.proposal-hero-slide-leave-prev{animation:.7s cubic-bezier(.645,.045,.355,1) forwards hero-slide-out-to-right}.proposal-hero-slide-leave-fade{animation:3s linear forwards hero-fade-out}@keyframes hero-slide-in-from-right{0%{opacity:1;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes hero-slide-in-from-left{0%{opacity:1;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes hero-slide-out-to-left{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(-100%)}}@keyframes hero-slide-out-to-right{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(100%)}}@keyframes hero-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hero-fade-out{0%{opacity:1}to{opacity:0}}.proposal-hero:before,.proposal-hero:after{display:none}.proposal-wordmark-wrap{z-index:2;text-align:left;position:absolute;top:clamp(16px,2.5vw,36px);left:clamp(16px,2.5vw,36px)}.proposal-wordmark-belenko{letter-spacing:.04em;color:#fff;white-space:nowrap;text-align:left;text-shadow:0 2px 10px #0000008c,0 0 28px #00000059;font-size:clamp(22px,3.2vw,50px);font-weight:800;line-height:.9}.proposal-wordmark-studio{color:#fff;white-space:nowrap;text-align:left;letter-spacing:.3em;text-shadow:0 2px 8px #0000008c,0 0 20px #00000059;margin-top:.45em;font-size:clamp(10px,1.3vw,18px);font-weight:200;line-height:1}.proposal-tagline{color:#222;text-align:center;text-transform:uppercase;width:100%;margin:clamp(48px,6vw,96px) 0 0;padding:0;font-size:clamp(26px,3.8vw,56px);font-weight:600;line-height:1.2}.proposal-tagline-static{white-space:nowrap;display:block}.proposal-tagline-rotator-line{margin-top:.2em;display:block}.proposal-rotator{vertical-align:bottom;line-height:1.25;display:inline-block;position:relative;overflow:hidden}.proposal-rotator-spacer{visibility:hidden;white-space:nowrap;padding-right:.08em;font-weight:700;display:inline-block}.proposal-rotator-word{white-space:nowrap;font-weight:700;animation-fill-mode:both;position:absolute;top:0;left:50%}.proposal-rotator-in{animation:.8s cubic-bezier(.22,1,.36,1) .45s both proposalRotIn}.proposal-rotator-out{animation:.45s cubic-bezier(.55,0,.68,0) both proposalRotOut}@keyframes proposalRotIn{0%{opacity:0;transform:translate(-50%,-110%)}45%{opacity:1;transform:translate(-50%,14%)}62%{transform:translate(-50%,-6%)}78%{transform:translate(-50%,3%)}90%{transform:translate(-50%,-1%)}to{opacity:1;transform:translate(-50%)}}@keyframes proposalRotOut{0%{opacity:1;transform:translate(-50%)}15%{opacity:1;transform:translate(-50%,-8%)}to{opacity:0;transform:translate(-50%,120%)}}.proposal-sections{flex-direction:column;gap:clamp(48px,6vw,96px);max-width:1100px;margin:0 auto;padding:clamp(32px,4vw,72px) 24px 80px;display:flex}.proposal-mission{letter-spacing:.02em;text-transform:uppercase;text-align:justify;text-align-last:justify;color:#111;-webkit-hyphens:none;hyphens:none;max-width:1100px;margin:0 auto;padding:clamp(32px,5vw,80px) 24px clamp(48px,6vw,96px);font-size:clamp(24px,3.6vw,56px);font-weight:700;line-height:1.2}.proposal-mission .mission-word{white-space:nowrap;display:inline-block}.proposal-mission .mission-letter{opacity:0;will-change:transform,opacity;display:inline-block}@media (max-width:720px){.proposal-mission{letter-spacing:.02em;padding:0 24px clamp(32px,7vw,56px);font-size:clamp(15px,4.5vw,24px);line-height:1.3}.proposal-hero{padding:24px 16px 0}}.proposal-section{border-bottom:1px solid #eee;grid-template-columns:120px 1fr;align-items:start;gap:clamp(24px,4vw,64px);padding-bottom:clamp(40px,5vw,72px);display:grid}.proposal-section:last-child{border-bottom:none}.proposal-section-num{color:#111;letter-spacing:-.02em;font-size:clamp(48px,6vw,96px);font-weight:200;line-height:1}.proposal-section-link{color:inherit;transform:translate3d(var(--section-shift,80px),0,0);will-change:transform;text-decoration:none;display:block}.proposal-section-link .proposal-section{opacity:0;transition:opacity 1.1s cubic-bezier(.215,.61,.355,1),transform 1.1s cubic-bezier(.215,.61,.355,1);transform:translateY(28px)}.proposal-section-link.in .proposal-section{opacity:1;transform:translateY(0)}.proposal-section-link.in:first-child .proposal-section{transition-delay:0s}.proposal-section-link.in:nth-child(2) .proposal-section{transition-delay:80ms}.proposal-section-link.in:nth-child(3) .proposal-section{transition-delay:.16s}.proposal-section-link.in:nth-child(4) .proposal-section{transition-delay:.24s}.proposal-section-link.in:nth-child(5) .proposal-section{transition-delay:.32s}.proposal-section-link.in:nth-child(6) .proposal-section{transition-delay:.4s}.proposal-section-link.in:nth-child(7) .proposal-section{transition-delay:.48s}.proposal-section-link.in:nth-child(8) .proposal-section{transition-delay:.56s}.proposal-section-link.in:nth-child(9) .proposal-section{transition-delay:.64s}.proposal-section-link.in:nth-child(n+10) .proposal-section{transition-delay:.72s}.proposal-section-link:focus-visible .proposal-section-toggle{outline-offset:4px;outline:2px solid #111}.proposal-section-content{padding-top:.4em}.proposal-section-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.proposal-section-title{letter-spacing:-.01em;color:#111;flex:1;min-width:0;margin:0;font-size:clamp(24px,3vw,44px);font-weight:700;line-height:1.15;transition:color .2s}.proposal-section-toggle{color:#111;background:0 0;border:1px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;padding:0;transition:transform .3s cubic-bezier(.22,1,.36,1),background-color .2s,border-color .2s,color .2s;display:inline-flex}.proposal-section-toggle svg{width:26px;height:26px;display:block}.proposal-section-link:hover .proposal-section-toggle{color:#fff;background-color:#111;border-color:#111;transform:translate(4px)}.proposal-section-body{color:#444;max-width:720px;margin:18px 0 0;font-size:clamp(16px,1.4vw,20px);font-weight:400;line-height:1.55}@media (max-width:720px){.proposal-section{grid-template-columns:1fr;gap:12px}.proposal-section-num{font-size:40px}.proposal-section-content{padding-top:0}}@media (max-width:600px){.proposal-glitch-btn-wrap{justify-content:flex-start;padding-left:100px;padding-right:clamp(20px,4vw,60px)}.proposal-hero{justify-content:flex-start;padding:18vh 16px 40px}.proposal-hero:after{display:none}.proposal-hero:before{opacity:.85;width:100%;max-width:none;transform:translate3d(0,var(--hero-bg-shift-y,0),0);background-position:50%;background-size:cover;left:0;right:0}.proposal-hero[data-hero-variant=broken]:before{width:100%;max-width:none;left:0}.proposal-wordmark-wrap{z-index:2;position:absolute;top:33vh;left:50px}.proposal-wordmark-belenko{letter-spacing:.02em;font-size:9.1vw}.proposal-wordmark-studio{letter-spacing:.3em;font-size:3.25vw}.proposal-tagline{font-size:clamp(20px,6vw,36px)}.proposal-wordmark-belenko,.proposal-wordmark-studio,.proposal-tagline{text-shadow:0 0 14px #ffffff59,0 0 28px #fff3}}
