:root{--white:#fff;--off-white:#fafafa;--warm-paper:#f7f3ee;--soft-gray:#e5e0d8;--dark:#111;--dark-nav:#0a0a0a;--coral:#e84a1c;--coral-hover:#c53b14;--aqua:#a9ddea;--seafoam:#bde8cf;--sand:#efc3a5;--warm-wood:#6b3f25;--text-primary:#111;--text-secondary:#4b5563;--text-muted:#6b7280;--border:#e5e7eb;--light-on-dark:#f9fafb;--light-dim:#ffffffb3;--light-faint:#fff6;--text-column-offset:clamp(96px, 10vw, 128px);--page-text-start:calc(var(--text-column-offset) + 150px);--font-display:"Newsreader", Georgia, serif;--font-sans:"Onest", system-ui, sans-serif;--font-mono:"Intel One Mono", "IBM Plex Mono", ui-monospace, monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}html{scroll-behavior:smooth}body{background:var(--warm-paper);color:var(--text-primary);font-family:var(--font-sans);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:17px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:none;margin:0;padding:0 clamp(30px,4vw,58px)}@media (width<=768px){.container{padding:0 20px}}.content-column{width:min(58vw, calc(100% - var(--page-text-start)));margin-left:var(--page-text-start)}@media (width<=960px){.content-column{width:100%;max-width:680px;margin-left:0}}.section-title{font-family:var(--font-display);letter-spacing:-.045em;color:var(--text-primary);font-weight:500;line-height:1.04}.section-title--lg{font-size:clamp(54px,6vw,86px);line-height:.98}.section-title--md{font-size:clamp(36px,3.2vw,48px)}.section-title--sm{font-size:clamp(36px,4vw,56px);line-height:1.05}@media (width<=640px){.section-title--lg{font-size:clamp(42px,12vw,58px)}.section-title--md,.section-title--sm{font-size:clamp(30px,9vw,42px)}}.body-text{color:var(--text-secondary);font-size:22px;line-height:1.6}@media (width<=640px){.body-text{font-size:20px}}.card{background:var(--white);border:1px solid #11111124;border-radius:4px;flex-direction:column;padding:30px 28px;transition:border-color .15s;display:flex}.card:hover{border-color:#1111114d}.card:before{content:"";background:var(--coral);width:36px;height:2px;margin-bottom:22px}@media (width<=640px){.card{padding:26px 24px}}.card-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);margin-bottom:16px;font-size:26px;font-weight:500;line-height:1.15}@media (width<=640px){.card-title{font-size:24px}}.card-desc{color:var(--text-secondary);font-size:20px;line-height:1.55}.btn{font-family:var(--font-sans);will-change:transform;border-radius:4px;align-items:center;font-weight:600;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s;display:inline-flex;position:relative}.btn:hover,.btn:focus-visible{transform:translateY(-1px)}.btn:active{transform:translateY(0)scale(.99)}.btn span:last-child{transition:transform .16s;display:inline-block}.btn:hover span:last-child,.btn:focus-visible span:last-child{transform:translate(4px)}.btn--coral{background:var(--coral);color:#fff;letter-spacing:.08em;text-transform:uppercase;gap:14px;padding:17px 26px 17px 22px;font-size:14px;box-shadow:0 18px 38px #e84a1c33}.btn--coral:hover{background:var(--coral-hover);box-shadow:0 22px 46px #e84a1c42}.btn--dark{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#111;gap:12px;padding:15px 22px;font-size:13px;box-shadow:0 12px 26px #1111111f}.btn--dark:hover{background:#1e1e1e;box-shadow:0 16px 34px #1111112e}.btn--outline{color:var(--text-primary);letter-spacing:.08em;text-transform:uppercase;background:0 0;border:1px solid #1113;gap:14px;padding:17px 26px 17px 22px;font-size:14px}.btn--outline:hover{background:#11111108;border-color:#1116}.btn--contact{background:var(--coral);color:#fff;border-radius:6px;padding:18px 36px;font-size:18px;box-shadow:0 18px 38px #e84a1c2e}.btn--contact:hover{background:var(--coral-hover);box-shadow:0 22px 46px #e84a1c3d}@media (prefers-reduced-motion:reduce){.btn,.btn span:last-child{transition-duration:0s}.btn:hover,.btn:focus-visible,.btn:active,.btn:hover span:last-child,.btn:focus-visible span:last-child{transform:none}}.section--light{background:var(--white);border-top:1px solid var(--border)}.section--warm{background:var(--warm-paper);border-top:1px solid var(--border)}.section--dark{background:#131314;position:relative;overflow:hidden}.section--dark .section-title{color:#f4f4f0}.hero-surface{isolation:isolate;--hero-surface-fade-to:#fff;--hero-surface-base-fade-start:52%;--hero-surface-paint-fade-start:58%;--hero-surface-paint-fade-end:86%;background-color:#f0e6d4;background-image:linear-gradient(to bottom, #f0e6d4 0%, #f0e6d4 var(--hero-surface-base-fade-start), var(--hero-surface-fade-to) 100%);position:relative;overflow:hidden}.hero-surface--fade-warm{--hero-surface-fade-to:var(--warm-paper)}.hero-surface--fade-dark{--hero-surface-fade-to:#131314;--hero-surface-base-fade-start:92%;--hero-surface-paint-fade-start:86%;--hero-surface-paint-fade-end:104%}.hero-surface+.section--warm,.hero-surface+.section--light,.hero-surface+.section--dark,.hero-surface+.impact{border-top:0}.hero-surface:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(to bottom, transparent var(--hero-surface-paint-fade-start), var(--hero-surface-fade-to) var(--hero-surface-paint-fade-end)), radial-gradient(ellipse 70% 80% at 92% 18%, #c1aac8 0%, #c1aac800 55%), radial-gradient(ellipse 60% 65% at 100% 45%, #c1aac8 0%, #c1aac800 55%), radial-gradient(ellipse 65% 65% at 100% 70%, #b6dde0 0%, #b6dde000 60%), radial-gradient(ellipse 50% 55% at 90% 60%, #b6dde0 0%, #b6dde000 55%), radial-gradient(ellipse 40% 45% at 82% 75%, #c8d9d2 0%, #c8d9d200 60%), radial-gradient(ellipse 70% 75% at 30% 100%, #f5d2b0 0%, #f5d2b000 60%), radial-gradient(ellipse 60% 70% at 0% 70%, #f0dcc0 0%, #f0dcc000 60%), radial-gradient(ellipse 65% 70% at 0% 0%, #ede4d2 0%, #ede4d200 55%), radial-gradient(ellipse 55% 60% at 50% 55%, #ecc097 0%, #ecc09700 60%), radial-gradient(ellipse 40% 45% at 65% 45%, #d9c69a 0%, #d9c69a00 65%);filter:blur(40px);position:absolute;inset:-10%}.hero-surface:after{content:"";z-index:2;pointer-events:none;opacity:.08;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");background-size:180px 180px;position:absolute;inset:0}.hero-surface>.container{z-index:3;position:relative}.lead-text{color:var(--text-primary);font-family:var(--font-display);letter-spacing:-.035em;font-weight:500}.lead-text--lg{font-size:clamp(22px,2vw,30px);line-height:1.18}.lead-text--md{letter-spacing:-.02em;font-size:clamp(24px,1.9vw,27px);line-height:1.3}@media (prefers-reduced-motion:no-preference){.reveal-section [data-reveal]{opacity:0;transform:translateY(var(--reveal-y,18px));will-change:opacity, transform}.reveal-section.is-visible [data-reveal]{animation:.62s cubic-bezier(.2,.8,.2,1) forwards scroll-reveal-enter;animation-delay:var(--reveal-delay,0s)}}@keyframes scroll-reveal-enter{0%{opacity:0;transform:translateY(var(--reveal-y,18px))}to{opacity:1;transform:translateY(0)}}.navbar{z-index:20;background:0 0;position:relative}.navbar-inner{grid-template-columns:minmax(260px,1fr) auto minmax(260px,1fr);align-items:center;min-height:86px;display:grid}.navbar-brand{margin-left:var(--page-text-start);flex-direction:column;justify-self:start;align-items:center;gap:4px;display:inline-flex}.navbar-logo{width:44px;height:auto;display:block}.navbar-brand-name{color:#111;letter-spacing:.02em;white-space:nowrap;font-size:12px;font-weight:600}.navbar-nav{align-items:center;gap:34px;display:flex}.navbar-nav a{letter-spacing:.08em;text-transform:uppercase;color:#111111ad;font-size:11px;font-weight:500;transition:color .15s}.navbar-nav a:hover,.navbar-nav a.active{color:#111}.navbar-cta{justify-self:end}.navbar-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar-toggle span{background:#111;border-radius:1px;width:22px;height:2px;display:block}@media (width<=920px){.navbar-brand{margin-left:0}.navbar-nav{background:#fffffffa;border:1px solid #11111114;border-radius:14px;flex-direction:column;align-items:flex-start;gap:14px;padding:20px;display:none;position:absolute;top:86px;left:20px;right:20px;box-shadow:0 24px 48px #11111114}.navbar-nav.open{display:flex}.navbar-cta{display:none}.navbar-toggle{justify-self:end;display:flex}}@media (width<=560px){.navbar-inner{grid-template-columns:minmax(0,1fr) auto;min-height:78px}.navbar-logo{width:38px}.navbar-brand-name{font-size:11px}.navbar-nav{top:78px}}.hero{isolation:isolate;background-color:#f0e6d4;min-height:100svh;margin-top:-86px;padding:170px 0 70px;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;pointer-events:none;filter:blur(40px);background:linear-gradient(#0000 70%,#fff 92%),radial-gradient(70% 80% at 92% 18%,#c1aac8 0%,#c1aac800 55%),radial-gradient(60% 65% at 100% 45%,#c1aac8 0%,#c1aac800 55%),radial-gradient(65% 65% at 100% 70%,#b6dde0 0%,#b6dde000 60%),radial-gradient(50% 55% at 90% 60%,#b6dde0 0%,#b6dde000 55%),radial-gradient(40% 45% at 82% 75%,#c8d9d2 0%,#c8d9d200 60%),radial-gradient(70% 75% at 30% 100%,#f5d2b0 0%,#f5d2b000 60%),radial-gradient(60% 70% at 0 70%,#f0dcc0 0%,#f0dcc000 60%),radial-gradient(65% 70% at 0 0,#ede4d2 0%,#ede4d200 55%),radial-gradient(55% 60% at 50% 55%,#ecc097 0%,#ecc09700 60%),radial-gradient(40% 45% at 65% 45%,#d9c69a 0%,#d9c69a00 65%);position:absolute;inset:-10%}.hero:after{content:"";z-index:2;pointer-events:none;opacity:.08;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.8'/%3E%3C/svg%3E");background-size:180px 180px;position:absolute;inset:0}.hero-inner{align-items:center;min-height:620px;display:flex;position:relative}.hero-content{z-index:3;width:min(590px, calc(100% - var(--page-text-start)));margin-left:var(--page-text-start);position:relative}.hero-title{font-family:var(--font-display);letter-spacing:-.045em;color:var(--text-primary);margin-bottom:28px;font-size:clamp(60px,7vw,96px);font-weight:500;line-height:.98}.hero-title span{white-space:nowrap;display:block}.hero-copy{max-width:460px}.hero-rule{background:#11111142;border-radius:999px;width:44px;height:2px;margin-bottom:18px}.hero-subtitle{color:#11111175;margin-bottom:34px;font-size:21px;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-actions .btn span:last-child{font-size:16px;line-height:1}@media (prefers-reduced-motion:no-preference){.hero-title span,.hero-rule,.hero-subtitle,.hero-actions{opacity:0;animation:.72s cubic-bezier(.2,.8,.2,1) both hero-copy-enter;transform:translateY(18px)}.hero-title span:first-child{animation-delay:80ms}.hero-title span:nth-child(2){animation-delay:.17s}.hero-title span:nth-child(3){animation-delay:.26s}.hero-rule{animation-delay:.39s}.hero-subtitle{animation-delay:.46s}.hero-actions{animation-delay:.56s}.hero-contours,.hero-marker{opacity:0;animation:.9s both hero-art-enter}.hero-contours{--hero-art-opacity:1;animation-delay:.18s}.hero-marker{--hero-art-opacity:1;animation-delay:.56s}}.hero-art{z-index:1;position:absolute;inset:-6px -4vw -28px 35%;transform:translateY(82px)}.hero-contours{pointer-events:none;width:calc(100% + 192px);height:calc(100% + 140px);position:absolute;inset:-80px -42px -60px -150px;transform:translate(42px,150px)}.hero-contours svg{width:100%;height:100%;display:block;overflow:visible}.hero-marker{color:inherit;outline-offset:6px;z-index:3;align-items:flex-start;gap:22px;text-decoration:none;display:flex;position:absolute;top:72%;right:12%;transform:translateY(-50%)}.hero-marker:hover .hero-marker-copy,.hero-marker:focus-visible .hero-marker-copy{color:#111}.hero-marker-cross{opacity:1;width:42px;height:42px;position:relative}.hero-marker-cross:before,.hero-marker-cross:after{content:"";background:#111;border-radius:999px;position:absolute}.hero-marker-cross:before{width:2px;top:0;bottom:0;left:50%;transform:translate(-50%)}.hero-marker-cross:after{height:2px;top:50%;left:0;right:0;transform:translateY(-50%)}.hero-marker-copy{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#111111d1;flex-direction:column;align-items:flex-start;gap:4px;padding-top:12px;font-size:11px;font-weight:500;display:flex}@keyframes hero-copy-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-art-enter{0%{opacity:0}to{opacity:var(--hero-art-opacity,1)}}@media (width<=1180px){.hero-content{width:min(540px, calc(100% - var(--page-text-start)))}.hero-art{inset:-6px -8vw -18px 40%;transform:translateY(70px)}.hero-contours{width:calc(100% + 262px);inset:-40px -86px -6px -176px}}@media (width<=960px){.hero{padding:150px 0 84px}.hero-inner{min-height:0}.hero-content{width:100%;max-width:620px;margin-left:0}.hero-title{font-size:clamp(56px,7vw,72px)}.hero-art{opacity:.78;height:360px;inset:0 -120px auto 48%;transform:translateY(42px)}.hero-contours{width:auto;height:auto;inset:-40px -160px -20px 0}.hero-marker{display:none}}@media (width<=720px){.hero{padding:134px 0 76px}.hero-inner{align-items:flex-start}.hero-content{width:100%;max-width:430px;margin-left:0}.hero-title{margin-bottom:24px;font-size:clamp(36px,10vw,52px)}.hero-title span{overflow-wrap:anywhere;white-space:normal}.hero-copy{max-width:320px}.hero-subtitle{margin-bottom:28px;font-size:19px;line-height:1.6}.hero-art{opacity:.34;pointer-events:none;height:310px;display:block;inset:30px -150px auto 18%;transform:translateY(16px)}.hero-contours{width:auto;height:auto;inset:-86px -80px -38px -82px;transform:translateY(64px)}.hero-actions{gap:12px;width:100%}}.who-we-are{background:var(--white);padding:96px 0 88px}.who-we-are-shell{margin-bottom:38px}.who-we-are-title{margin:0}.who-we-are-grid{width:calc(100% - var(--page-text-start));margin-left:var(--page-text-start);grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:start;gap:64px;display:grid}.who-we-are-copy{flex-direction:column;gap:18px;display:flex}.who-we-are-copy p{margin:0}.who-we-are-copy p:first-child{color:var(--text-primary)}.who-we-are-quote{border-left:2px solid var(--aqua);font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-secondary);margin:0;padding:4px 0 4px 22px;font-size:clamp(24px,2vw,28px);line-height:1.38;position:relative}.who-we-are-quote p{margin:0}@media (width<=960px){.who-we-are{padding:72px 0 76px}.who-we-are-grid{grid-template-columns:1fr;gap:36px;width:100%;margin-left:0}}@media (width<=640px){.who-we-are-shell{margin-bottom:28px}.who-we-are-quote{padding-left:22px}}.impact{background:var(--white);padding:104px 0 92px}.impact-shell{margin-bottom:48px}.impact-title{white-space:nowrap;margin:0 0 38px}.impact-overview{width:100%}.impact-intro{flex-direction:column;gap:18px;display:flex}.impact-intro p{margin:0}.impact-intro p:first-child{color:var(--text-primary)}.impact-nowrap{white-space:nowrap}.impact-grid-lead{width:calc(100% - var(--page-text-start));margin:0 0 30px var(--page-text-start)}.impact-conveyor{--conveyor-gap:28px;width:calc(100% - (var(--page-text-start) * 2));margin-left:var(--page-text-start);margin-right:var(--page-text-start);overflow:clip visible;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 24px calc(100% - 24px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 24px calc(100% - 24px),#0000 100%);container-type:inline-size}.impact-track{--set-translate:calc(-150cqi - (var(--conveyor-gap) * 1.5));gap:var(--conveyor-gap);width:max-content;animation:24s linear infinite impact-conveyor-scroll;display:flex}.impact-conveyor.is-locked .impact-track{animation-play-state:paused}@media (hover:hover) and (pointer:fine){.impact-conveyor:hover .impact-track,.impact-conveyor:focus-within .impact-track{animation-play-state:paused}}.impact-conveyor:has(.impact-card:focus-visible) .impact-track{animation-play-state:paused}.impact-track .impact-card{flex:0 0 calc((100cqi - var(--conveyor-gap)) / 2);cursor:pointer;min-height:100%;color:inherit;font:inherit;text-align:left}@keyframes impact-conveyor-scroll{0%{transform:translate(0,0)}to{transform:translate3d(var(--set-translate), 0, 0)}}@media (width<=960px){.impact{padding:74px 0 86px}.impact-grid-lead,.impact-conveyor{width:100%;margin-left:0;margin-right:0}.impact-grid-lead{margin-bottom:28px}}@media (width<=640px){.impact-title{white-space:normal;margin-bottom:28px}.impact-track{--set-translate:calc(-300cqi - (var(--conveyor-gap) * 3))}.impact-track .impact-card{flex:0 0 100cqi}}@media (prefers-reduced-motion:reduce){.impact-track{animation:none}}.working-together{border-top:0;padding:92px 0 98px}.working-together-inner{max-width:860px}.working-together-title{margin-bottom:56px}.working-together-board{grid-template-columns:repeat(3,1fr);justify-items:stretch;gap:28px 24px;width:calc(100% + 160px);max-width:960px;margin:0 -160px 72px 0;padding:16px 0 24px;display:grid}.polaroid{background:0 0;flex-direction:column;width:100%;max-width:260px;margin:0;padding:0;transition:transform .32s cubic-bezier(.32,.72,.28,1);display:flex;position:relative}.polaroid:hover{z-index:2;transform:translateY(-4px)}.polaroid-image{aspect-ratio:1;border-radius:14px;width:100%;position:relative;overflow:hidden}.polaroid-image img{object-fit:cover;filter:saturate(.92)contrast(.96);width:100%;height:100%;display:block}.working-together-list,.working-together-item{flex-direction:column;display:flex}.working-together-list{width:calc(100% + 280px);max-width:1200px;margin-right:-280px}.working-together-step{flex-direction:column;gap:12px;min-width:0;padding:0;display:flex}.working-together-copy h3{font-family:var(--font-display);letter-spacing:-.035em;color:var(--text-primary);margin:0 0 10px;font-size:clamp(24px,2.2vw,32px);font-weight:500;line-height:1.12}.working-together-copy p{color:var(--text-secondary);margin:0;font-size:22px;line-height:1.6}.working-together-copy p+p{margin-top:12px}.working-together-arrow{pointer-events:none;--arrow-length:72;width:42px;height:78px;margin:34px auto 38px}.working-together-arrow svg{width:100%;height:100%;display:block;overflow:visible}.working-together-arrow-line,.working-together-arrow-head{fill:none;stroke:#e84a1cc7;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.working-together-arrow-line{stroke-dasharray:var(--arrow-length);stroke-dashoffset:0}.working-together-arrow-head{opacity:1}@media (prefers-reduced-motion:no-preference){.polaroid{opacity:0;will-change:opacity, transform;transform:translateY(12px)}.reveal-section.is-visible .polaroid{animation:.54s cubic-bezier(.32,.72,.28,1) forwards polaroid-drop;animation-delay:var(--polaroid-delay,0s)}.working-together-arrow-line{stroke-dashoffset:var(--arrow-length)}.working-together-arrow-head{opacity:0}.working-together-arrow-line,.working-together-arrow-head{will-change:stroke-dashoffset, opacity}.reveal-section.is-visible .working-together-arrow-line{animation:.54s cubic-bezier(.32,.72,.28,1) forwards working-arrow-draw;animation-delay:var(--arrow-delay,0s)}.reveal-section.is-visible .working-together-arrow-head{animation:.18s ease-out forwards working-arrow-head;animation-delay:calc(var(--arrow-delay,0s) + .43s)}}@keyframes polaroid-drop{to{opacity:1;transform:translateY(0)}}@keyframes working-arrow-draw{to{stroke-dashoffset:0}}@keyframes working-arrow-head{to{opacity:1}}@media (width<=960px){.working-together{padding:78px 0 86px}.working-together-inner{max-width:100%}}@media (width<=820px){.working-together{padding:70px 0 78px}.working-together-title{margin-bottom:34px}.working-together-board{grid-template-columns:repeat(2,1fr);gap:28px 20px;width:100%;max-width:none;margin:0 0 56px;padding:12px 0 20px}.working-together-list{width:100%;max-width:none;margin-right:0}.polaroid{max-width:none}.working-together-step{width:100%;padding:0}.working-together-arrow{margin:28px auto 32px}}@media (width<=480px){.working-together-board{grid-template-columns:repeat(2,1fr);gap:20px 12px}}.approach{padding:88px 0 96px;position:relative;overflow:hidden}.approach>.container{z-index:1;position:relative}.approach-pattern{z-index:0;opacity:.48;pointer-events:none;width:56%;height:44%;display:none;position:absolute;top:-4px;right:-30px}.approach-pattern svg{width:100%;height:100%}.approach-pattern path{fill:none;stroke:#45768047;stroke-width:1.05px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.approach-title{margin-bottom:72px}.approach-copy{color:var(--text-secondary);letter-spacing:-.005em;flex-direction:column;gap:34px;font-size:clamp(16px,1.28vw,18px);line-height:1.7;display:flex}.approach-copy-group{border-left:1px solid #11111124;flex-direction:column;gap:14px;width:100%;padding-left:24px;display:flex;position:relative}.approach-copy-group:before{content:"";background:#ff824ec2;width:1px;height:34px;position:absolute;top:0;left:-1px}.approach-copy-group-final:before{background:#a9ddeab3}.approach-copy p,.approach-copy-lead{margin:0}.approach-copy-lead{color:var(--text-primary)}.approach-pause{width:100%;color:var(--text-secondary);flex-direction:column;gap:16px;margin:24px 0 28px;display:flex}.approach-pause p{margin:0}.approach-pause-lead{color:var(--text-primary);font-family:var(--font-display);letter-spacing:-.025em;font-size:clamp(19px,1.55vw,23px);line-height:1.28}.approach-fragment-text{max-width:720px;color:var(--text-primary);font-family:var(--font-display);letter-spacing:-.025em;font-size:clamp(20px,1.7vw,26px);line-height:1.28}@media (width<=960px){.approach{padding:76px 0 84px}.approach-copy-group,.approach-pause{width:100%}.approach-pause{margin:28px 0 32px}.approach-pattern{opacity:.34;width:72%;height:38%}}@media (width<=640px){.approach-title{margin-bottom:44px}.approach-copy{gap:28px;font-size:16px}.approach-copy-group{padding-left:18px}.approach-pattern{width:96%;height:30%}}.about{padding:112px 0 118px}.about-inner{flex-direction:column;align-items:flex-start;gap:34px;display:flex}.about-portrait{justify-content:flex-start;display:flex}.about-portrait-frame,.about-portrait-image{width:112px;height:112px}.about-portrait-frame{aspect-ratio:1;border-radius:50%;flex:0 0 112px;overflow:hidden}.about-portrait-image{object-fit:cover;object-position:52% 34%;border-radius:50%;display:block;transform:scale(1.18)}.about-copy{width:calc(100% + 280px);max-width:1200px;margin-right:-280px}.about-name{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);margin-bottom:18px;font-size:14px;font-weight:600}.about-path{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#11111185;flex-wrap:wrap;gap:10px;margin-bottom:26px;font-size:10px;font-weight:500;display:flex}.about-body{max-width:none}.about-body p{font-family:var(--font-display);letter-spacing:-.025em;color:var(--text-primary);margin:0;font-size:clamp(30px,2.8vw,38px);font-weight:500;line-height:1.22}.about-signals{flex-wrap:wrap;align-items:center;gap:18px;margin-top:30px;display:flex}.about-credentials{flex-direction:column;align-items:flex-start;width:100%;margin-top:44px;display:flex}.about-membership-list{border-top:1px solid #1111111a;width:100%}.about-membership{font-family:var(--font-sans);letter-spacing:-.01em;color:var(--text-primary);border-bottom:1px solid #1111111a;margin:0;padding:14px 0;font-size:22px;line-height:1.5}.about-link{font-family:var(--font-sans);color:var(--text-primary);align-items:center;gap:10px;padding:8px 0 2px;font-size:16px;font-weight:600;display:inline-flex;position:relative}.about-link-icon{flex:none;width:18px;height:18px}.about-link:after{content:"";opacity:.7;transform-origin:0;background:linear-gradient(90deg,#a9ddead9 0%,#bde8cfd9 45%,#e84a1cb3 100%);height:1px;transition:opacity .15s,transform .15s;position:absolute;bottom:0;left:0;right:0}.about-link:hover:after{opacity:1;transform:scaleX(1.02)}@media (width<=960px){.about{padding:92px 0 98px}.about-inner{gap:30px}.about-copy{width:100%;max-width:none;margin-right:0}}@media (width<=640px){.about{padding:80px 0 88px}.about-portrait-frame,.about-portrait-image{width:100px;height:100px}.about-portrait-frame{flex-basis:100px}}.contact{background:var(--off-white);padding:64px 0 74px}.contact-inner{flex-direction:column;align-items:flex-start;display:flex}.contact-heading{font-family:var(--font-display);letter-spacing:-.04em;color:var(--text-primary);margin-bottom:16px;font-size:clamp(34px,4.2vw,48px);font-weight:500;line-height:1.02}.contact-copy{max-width:720px;color:var(--text-secondary);margin-bottom:28px;font-size:22px;line-height:1.55}@media (width<=768px){.contact{padding:56px 0 64px}}.site-footer{background:var(--dark-nav);padding:38px 0 34px}.footer-inner{width:min(58vw, calc(100% - var(--page-text-start)));margin-left:var(--page-text-start);color:#ffffff7a;grid-template-columns:minmax(180px,1fr) auto;align-items:start;gap:28px 56px;font-size:13px;line-height:1.5;display:grid}.footer-name,.footer-location,.footer-copyright{margin:0}.footer-name{color:#ffffffdb;margin-bottom:4px;font-weight:600}.footer-contact{flex-direction:column;gap:6px;display:flex}.footer-contact a{color:#ffffff9e;text-underline-offset:4px;-webkit-text-decoration:underline #ffffff2e;text-decoration:underline #ffffff2e;text-decoration-thickness:1px;transition:color .15s,text-decoration-color .15s}.footer-contact a:hover{color:#fff;-webkit-text-decoration-color:var(--coral);text-decoration-color:var(--coral)}.footer-copyright{white-space:nowrap;grid-column:1/-1;margin-top:8px}@media (width<=960px){.footer-inner{width:100%;max-width:680px;margin-left:0}}@media (width<=768px){.footer-inner{grid-template-columns:1fr;gap:22px}.footer-copyright{justify-self:start}}.calculator-page{background:var(--warm-paper);min-height:100svh}.calculator-hero{margin-top:-86px;padding:210px 0 96px}.calculator-eyebrow{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#11111194;margin-bottom:18px;font-size:11px;font-weight:500}.calculator-title{max-width:620px;margin-bottom:24px}.calculator-copy{max-width:560px;margin-bottom:34px}.calculator-actions{flex-wrap:wrap;gap:14px;display:flex}@media (width<=960px){.calculator-hero{padding:174px 0 76px}}@media (width<=640px){.calculator-actions{gap:12px}}.page-header{margin-top:-86px;padding:182px 0 72px}.page-header-inner{flex-direction:column;align-items:flex-start;display:flex}.page-header-eyebrow{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#11111194;margin-bottom:18px;font-size:11px;font-weight:500}.page-header-title{max-width:760px}.page-header-copy{max-width:620px;margin-top:24px}@media (width<=960px){.page-header{padding:162px 0 60px}}.hero-color-tool{background:#111;min-height:100vh}.hero-color-stage{isolation:isolate;background:var(--warm-paper);min-height:100svh;position:relative;overflow:hidden}.hero-color-stage:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(at 12% 18%,#4c3e9a0e,#0000 58%),radial-gradient(at 96% 88%,#efc3a51f,#0000 62%),radial-gradient(at 82% 20%,#4ba9ca0d,#0000 56%);position:absolute;inset:0}.hero-color-stage .navbar{z-index:10;position:relative}.hero-color-stage .hero{z-index:0;background:0 0;position:relative}.hero-color-stage .hero-content{z-index:4}.hero-color-stage .hero-art{z-index:3}.hero-color-stage .hero-title span,.hero-color-stage .hero-rule,.hero-color-stage .hero-subtitle,.hero-color-stage .hero-actions{opacity:1;animation:none;transform:none}.hero-color-stage .hero-contours,.hero-color-stage .hero-glow,.hero-color-stage .hero-marker{opacity:1;animation:none}.hero-color-stage .hero-contours{opacity:.18;transform:translate(42px,150px)}.hero-color-stage .hero-marker{transform:translateY(-50%)}.hero-color-stage .hero-glow{display:none}.hero-color-paint{z-index:1;pointer-events:none;opacity:.98;width:100%;height:100%;position:absolute;inset:0}.hero-color-hit-layer{z-index:30;cursor:crosshair;touch-action:none;position:absolute;inset:0}.hero-color-toolbar{z-index:50;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111111eb;border:1px solid #ffffff1f;border-radius:6px;flex-wrap:wrap;align-items:center;gap:14px;max-width:min(980px,100vw - 28px);padding:12px 14px;display:flex;position:fixed;top:0;left:0;box-shadow:0 24px 54px #1113}.hero-color-drag{color:#ffffffd1;letter-spacing:.08em;text-transform:uppercase;cursor:grab;-webkit-user-select:none;user-select:none;background:#ffffff1a;border-radius:4px;align-items:center;height:30px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.hero-color-drag:active{cursor:grabbing}.hero-color-swatches{align-items:center;gap:8px;display:flex}.hero-color-swatch{cursor:pointer;border:2px solid #ffffff3d;border-radius:999px;width:30px;height:30px}.hero-color-swatch.is-selected{border-color:#fff;box-shadow:0 0 0 2px #ffffff38}.hero-color-field{letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.hero-color-field input{width:130px;accent-color:var(--aqua)}.hero-color-button{color:#fff;font-family:var(--font-sans);letter-spacing:.07em;text-transform:uppercase;cursor:pointer;background:#ffffff14;border:1px solid #ffffff3d;border-radius:4px;padding:8px 11px;font-size:11px;font-weight:700}.hero-color-button:hover,.hero-color-button:focus-visible{background:#ffffff24;border-color:#ffffff80}.hero-color-button--dark{color:#111;background:#fff}.hero-color-output{color:#ffffffd1;width:100%;min-height:210px;font-family:var(--font-mono);resize:vertical;background:#171717;border:0;border-top:1px solid #ffffff14;padding:18px clamp(20px,4vw,58px);font-size:12px;line-height:1.6;display:block}@media (width<=720px){.hero-color-toolbar{gap:10px;right:14px}.hero-color-field input{width:96px}}.walkthrough-page{background:var(--white);min-height:100svh}.walkthrough-shell{--hero-surface-base-fade-start:58%;--hero-surface-paint-fade-start:60%;--hero-surface-paint-fade-end:90%;margin-top:-86px;padding:176px 0 128px}.walkthrough-inner{grid-template-columns:minmax(0,1fr) minmax(360px,500px);align-items:start;gap:clamp(96px,7vw,168px);width:min(100%,1720px);display:grid}.walkthrough-intro{max-width:calc(var(--page-text-start) + 860px);padding-left:var(--page-text-start)}.walkthrough-eyebrow{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#11111194;margin-bottom:18px;font-size:11px;font-weight:500}.walkthrough-intro .section-title--lg{line-height:1.08}.walkthrough-copy{max-width:660px;margin-top:26px}.walkthrough-panel{-webkit-backdrop-filter:blur(18px)saturate(1.08);backdrop-filter:blur(18px)saturate(1.08);background:#f9f6efc7;border:1px solid #6b3f251f;border-radius:8px;justify-self:end;width:100%;padding:30px;box-shadow:0 28px 70px #6b3f2514}.walkthrough-form{flex-direction:column;gap:18px;display:flex}.walkthrough-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.walkthrough-field{color:var(--text-primary);flex-direction:column;gap:8px;font-size:14px;font-weight:600;display:flex}.walkthrough-field input,.walkthrough-field select,.walkthrough-field textarea{width:100%;min-height:48px;color:var(--text-primary);font:inherit;background:#fffffff0;border:1px solid #11111129;border-radius:4px;outline:none;padding:12px 13px;font-weight:500;line-height:1.35;transition:border-color .15s,box-shadow .15s}.walkthrough-field textarea{resize:vertical;min-height:112px}.walkthrough-field input:focus,.walkthrough-field select:focus,.walkthrough-field textarea:focus{border-color:#e84a1cb8;box-shadow:0 0 0 3px #e84a1c1f}.walkthrough-field input[aria-invalid=true],.walkthrough-field textarea[aria-invalid=true]{border-color:var(--coral)}.walkthrough-field small,.walkthrough-alert{color:#9f2f13}.walkthrough-field small{font-size:13px;font-weight:500;line-height:1.35}.walkthrough-alert{margin:0;font-size:15px;line-height:1.45}.walkthrough-submit{cursor:pointer;border:0;justify-content:center;width:100%}.walkthrough-submit:disabled{cursor:not-allowed;opacity:.55;transform:none}.walkthrough-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.walkthrough-turnstile{min-height:65px}.walkthrough-status{color:var(--text-primary);font-family:var(--font-display);letter-spacing:-.035em;margin:0;font-size:clamp(30px,4vw,44px);font-weight:500;line-height:1.05}.walkthrough-slots{flex-direction:column;gap:18px;display:flex}.walkthrough-step-title{color:var(--text-primary);font-family:var(--font-display);letter-spacing:-.035em;margin:0;font-size:clamp(32px,3.2vw,42px);font-weight:500;line-height:1.06}.walkthrough-step-copy{color:var(--text-secondary);margin:0;font-size:18px;line-height:1.55}.walkthrough-slot-list{border:0;gap:10px;margin:2px 0 4px;padding:0;display:grid}.walkthrough-slot{cursor:pointer;background:#ffffffd1;border:1px solid #11111124;border-radius:4px;align-items:center;gap:12px;min-height:56px;padding:14px 15px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.walkthrough-slot:hover,.walkthrough-slot.is-selected{background:#fff;border-color:#e84a1c9e}.walkthrough-slot.is-selected{box-shadow:0 0 0 3px #e84a1c1a}.walkthrough-slot input{width:16px;height:16px;accent-color:var(--coral)}.walkthrough-slot span{color:var(--text-primary);font-size:16px;font-weight:600;line-height:1.25}.walkthrough-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1280px){.walkthrough-inner{grid-template-columns:1fr}.walkthrough-intro{max-width:860px;padding-left:0}.walkthrough-panel{justify-self:start;max-width:640px}}@media (width>=1281px){.walkthrough-panel{transform:translate(clamp(84px,7vw,150px))}}@media (width<=720px){.walkthrough-shell{padding:144px 0 72px}.walkthrough-panel{padding:22px}.walkthrough-grid{grid-template-columns:1fr}}
