:root{--bg-page:#212121;--bg:#303234;--bg-sunken:#1a1a1a;--tan:#f6dda3;--green:#3f662d;--tan-dim:#f6dda3b8;--ink:#f2f2f0;--ink-dim:#f2f2f0a8;--hairline:#f6dda329;--card-radius:0px;--gutter:8px;--mat-noise:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.16'/%3E%3C/svg%3E")}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body), system-ui, sans-serif;background:var(--bg-page);color:var(--ink);-webkit-font-smoothing:antialiased;font-weight:500}a{color:inherit}::selection{background:var(--green);color:var(--tan)}.split{gap:var(--gutter);padding:var(--gutter);grid-template-columns:minmax(340px,31%) 1fr;align-items:start;display:grid}.panel{top:var(--gutter);height:calc(100vh - 2 * var(--gutter));gap:var(--gutter);flex-direction:column;display:flex;position:sticky}.panel-bar{display:none}.panel-body,.panel-body-inner{display:contents}@media (max-width:900px){.panel-bar{background:var(--bg-sunken);border:1px solid var(--hairline);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.3rem;display:flex}.panel-bar-mark{width:auto;height:34px}.panel-toggle{border:1px solid var(--hairline);width:44px;height:44px;color:var(--tan);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;place-items:center;font-size:1.7rem;line-height:1;transition:transform .3s,border-color .3s;display:grid}.panel--open .panel-toggle{border-color:var(--tan);transform:rotate(45deg)}.panel-body{grid-template-rows:0fr;transition:grid-template-rows .45s;display:grid}.panel--open .panel-body{grid-template-rows:1fr}.panel-body-inner{gap:var(--gutter);flex-direction:column;min-height:0;display:flex;overflow:hidden}.panel-body .wordmark{display:none}.panel-bar-back{color:var(--tan);flex-shrink:0;font-size:1.7rem;line-height:1;text-decoration:none}.panel-body .cs-nav .cs-back,.panel-body .cs-nav-home,.lantern-img,.nf-lantern{display:none}}.panel-main{background:var(--bg);border:1px solid var(--hairline);border-radius:var(--card-radius);flex-direction:column;flex:1;justify-content:space-between;gap:2rem;min-height:0;padding:2.4rem 2.2rem;display:flex}.wordmark{width:clamp(210px,70%,330px);height:auto;display:block}.panel-middle{flex-direction:column;align-items:flex-start;gap:1.4rem;display:flex}.headline{color:var(--tan);font-family:var(--font-display), sans-serif;letter-spacing:.005em;font-size:clamp(2rem,2.9vw,3.1rem);font-weight:800;line-height:1.08}.headline-line{display:block}.rating{color:var(--ink-dim);align-items:baseline;gap:.6rem;font-size:.9rem;text-decoration:none;display:flex}.rating:hover{color:var(--tan)}.stars{color:var(--tan);letter-spacing:.15em;font-size:1rem}.cta{background:var(--green);color:#fff;border-radius:999px;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .15s,filter .15s;display:inline-block}.cta:hover{filter:brightness(1.15);transform:translateY(-2px)}.panel-foot{background:var(--bg);border:1px solid var(--hairline);border-radius:var(--card-radius);flex-direction:column;flex:none;gap:1.2rem;padding:1.5rem 2.2rem;display:flex}.foot-cols{grid-template-columns:repeat(3,1fr);gap:1rem 1.4rem;width:100%;display:grid}.foot-cols h3{text-transform:uppercase;letter-spacing:.12em;color:var(--ink-dim);margin-bottom:.7rem;font-size:.72rem;font-weight:600}.foot-cols a,.foot-cols span{color:var(--ink);opacity:.85;font-size:.85rem;line-height:1.8;text-decoration:none;display:block}.foot-cols a{transition:opacity .15s}.foot-cols a:hover{opacity:1}.foot-cols span,.foot-cols a.foot-muted{color:var(--ink-dim)}.contact-page{gap:var(--gutter);height:100dvh;padding:var(--gutter);grid-template-columns:minmax(0,5fr) minmax(0,7fr);display:grid}.contact-col{gap:var(--gutter);flex-direction:column;min-width:0;min-height:0;display:flex}.contact-card{background:var(--bg-sunken);border:1px solid var(--hairline);flex-direction:column;align-items:flex-start;gap:1.1rem;min-height:0;padding:clamp(1.4rem,2.2vw,2.4rem);display:flex}.contact-card--intro{flex:35;justify-content:center;padding-top:4.2rem;position:relative}.contact-card--intro .cs-back{align-items:center;gap:.55rem;font-size:2.2rem;line-height:1;display:flex;position:absolute;top:1.1rem;left:clamp(1.4rem,2.2vw,2.4rem)}.cs-back-word{letter-spacing:.04em;font-size:1.05rem;transform:translateY(2px)}.cs-back--big{align-items:center;gap:.55rem;font-size:2.2rem;line-height:1;display:flex}.contact-page .contact-headline{font-size:clamp(1.5rem,2.3vw,2.3rem)}.contact-card--form{flex:65;justify-content:center;overflow-y:auto}.contact-card--video{aspect-ratio:2.1;flex:none;padding:0;position:relative}.contact-card--video video{object-fit:cover;object-position:50% 38%;width:100%;height:100%;position:absolute;inset:0}.contact-card--faq{flex:1;padding-top:.9rem;overflow-y:auto}.contact-card--faq .faq-item:first-child{border-top:0}.contact-card--faq .faq-item:first-child .faq-q{padding-top:.3rem}.contact-card--faq .faq-list{width:100%}@media (max-width:900px){.contact-page{grid-template-columns:1fr;height:auto}.contact-card--intro,.contact-card--form,.contact-card--faq{flex:none}}.contact-lede{color:var(--ink-dim);max-width:44ch;font-size:1rem;line-height:1.6}.privacy-copy{flex-direction:column;gap:1rem;display:flex}.privacy-copy p{color:var(--ink-dim);max-width:58ch;font-size:.98rem;line-height:1.6}.rail{gap:var(--gutter);flex-direction:column;min-width:0;display:flex}.card{border-radius:var(--card-radius);scroll-margin-top:var(--gutter);overflow:hidden}.card-title{color:var(--tan);font-family:var(--font-display), sans-serif;text-transform:uppercase;margin-bottom:1.6rem;font-size:clamp(1.8rem,2.4vw,2.6rem);font-weight:800}.card--project{aspect-ratio:16/10;border:1px solid var(--hairline);background-color:var(--mat-bg);background-image:linear-gradient(#0000004d, #0000004d), var(--duo,none);color:var(--mat-fg);background-position:50% 20%;background-size:cover;flex-direction:column;padding:1.8rem 2rem;text-decoration:none;display:flex;position:relative}.card-link{z-index:3;cursor:pointer;position:absolute;inset:0}.shot{z-index:2;filter:drop-shadow(0 18px 34px #00000073);width:82%;margin:auto;transition:transform .2s;display:block;position:relative}.card--project:hover .shot{transform:translateY(-5px)}.shot-chrome{background:#141414d1;border-radius:10px 10px 0 0;align-items:center;gap:5px;height:24px;padding:0 10px;display:flex}.shot-chrome span{background:#ffffff59;border-radius:50%;width:7px;height:7px}.shot-img{aspect-ratio:16/9;border-radius:0 0 10px 10px;display:block;position:relative;overflow:hidden}.shot-img img{object-fit:cover}.project-name-big{color:var(--tan);z-index:2;font-family:var(--font-display), sans-serif;margin:auto;font-size:clamp(2.6rem,5.4vw,5rem);font-weight:800;line-height:1;position:relative}.shot-nav{z-index:4;cursor:pointer;color:#fff;background:#00000073;border:0;border-radius:50%;place-items:center;width:36px;height:36px;padding-bottom:2px;font-size:1.2rem;line-height:1;transition:background .15s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.shot-nav:hover{background:#000000b3}.shot-nav--prev{left:1rem}.shot-nav--next{right:1rem}.card--services{background:var(--bg-page);padding:2.4rem 2.2rem}.services-grid h3{color:var(--tan)}.services-grid p{color:var(--ink-dim)}.services-grid{grid-template-columns:1fr 1fr;gap:1.8rem 2.2rem;list-style:none;display:grid}.services-grid h3{font-family:var(--font-display), sans-serif;margin-bottom:.4rem;font-size:1.35rem;font-weight:700}.services-grid p{opacity:.8;font-size:.92rem;line-height:1.5}.card--pricing{background-color:var(--bg-sunken);background-image:radial-gradient(130% 90% at 12% -12%, #f6dda30f, transparent 55%), var(--mat-noise);border:1px solid var(--hairline);padding:2.6rem 2.4rem 2.2rem}.pricing-lede{color:var(--ink-dim);max-width:48ch;margin:-.9rem 0 2rem;font-size:.95rem}.pricing-menu{grid-template-columns:1fr 1fr;display:grid}.pricing-group{padding-right:clamp(1.4rem,3vw,2.6rem);text-decoration:none;display:block}.pricing-group+.pricing-group{border-left:1px solid var(--hairline);padding-left:clamp(1.4rem,3vw,2.6rem);padding-right:0}.pricing-group-head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.7rem;display:flex}.pricing-group-name{font-family:var(--font-display), sans-serif;text-transform:uppercase;color:var(--tan);font-size:clamp(1.5rem,1.9vw,1.9rem);font-weight:900;line-height:1}.pricing-group-unit{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-dim);font-size:.8rem}.pricing-menu-row{align-items:baseline;gap:.65rem;padding:.7rem 0 .45rem;display:flex}.pricing-item{font-family:var(--font-display), sans-serif;text-transform:uppercase;letter-spacing:.02em;color:var(--ink);font-size:1.02rem;font-weight:700}.pricing-item-meta{color:var(--ink-dim);white-space:nowrap;font-size:.78rem}.pricing-dots{border-bottom:2px dotted #f6dda347;flex:1;min-width:1.5rem;transition:border-color .2s;transform:translateY(-.28em)}.pricing-price{font-family:var(--font-poster), sans-serif;color:var(--tan);letter-spacing:.02em;font-size:1.45rem;line-height:1}.pricing-group-cta{color:var(--ink-dim);margin-top:1.2rem;font-size:.85rem;transition:color .15s,transform .15s;display:inline-block}.pricing-group:hover .pricing-group-cta{color:var(--tan);transform:translate(4px)}.pricing-group:hover .pricing-dots{border-color:#f6dda38c}.pricing-strip{border-top:1px solid var(--hairline);flex-wrap:wrap;align-items:baseline;gap:.4rem 1.6rem;margin-top:2rem;padding-top:1.3rem;text-decoration:none;display:flex}.pricing-strip-label{font-family:var(--font-display), sans-serif;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-dim);font-size:.85rem;font-weight:700}.pricing-strip-item{color:var(--ink-dim);font-size:.88rem}.pricing-strip-item b{font-family:var(--font-poster), sans-serif;color:var(--tan-dim);margin-left:.15rem;font-size:.95rem;font-weight:400}.pricing-strip-arrow{color:var(--ink-dim);margin-left:auto;transition:color .15s,transform .15s}.pricing-strip:hover .pricing-strip-arrow{color:var(--tan);transform:translate(4px)}.pricing-strip:hover .pricing-strip-item b{color:var(--tan)}@media (max-width:700px){.pricing-menu{grid-template-columns:1fr}.pricing-group{padding-right:0}.pricing-group+.pricing-group{border-left:0;border-top:1px solid var(--hairline);margin-top:1.6rem;padding-top:1.6rem;padding-left:0}.pricing-item-meta{display:none}}.card--lantern{background:var(--bg-sunken);border:1px solid var(--hairline);z-index:2;padding:2rem 2.2rem;position:relative;overflow:visible}.lantern-text{flex-direction:column;align-items:flex-start;gap:.9rem;min-width:0;padding-right:clamp(150px,24%,250px);display:flex}.lantern-img{filter:drop-shadow(0 0 34px #f6dda329);transform-origin:50% 0;width:clamp(95px,13.5%,150px);height:auto;animation:3.8s ease-in-out infinite lantern-swing;position:absolute;top:14%;right:clamp(10rem,16%,13.5rem)}.nf-card{min-height:calc(100vh - 2 * var(--gutter));background-color:var(--bg-sunken);background-image:radial-gradient(45% 38% at 76% 24%, #f6dda321, transparent 70%), var(--mat-noise);border:1px solid var(--hairline);flex-direction:column;justify-content:center;align-items:flex-start;gap:1.1rem;padding:clamp(2.4rem,6vw,5.5rem);display:flex;position:relative;overflow:hidden}.nf-lantern{filter:drop-shadow(0 0 44px #f6dda338);transform-origin:50% 0;width:clamp(110px,16%,190px);height:auto;animation:3.8s ease-in-out infinite lantern-swing;position:absolute;top:-6px;right:clamp(3rem,18%,14rem)}.nf-code{font-family:var(--font-poster), sans-serif;color:var(--tan);text-shadow:.03em .03em 0 var(--green), .06em .06em 0 #3f662d73;font-size:clamp(7rem,22vw,16rem);line-height:.95}.nf-headline{font-family:var(--font-display), sans-serif;text-transform:uppercase;color:var(--ink);font-size:clamp(1.6rem,3vw,2.6rem);font-weight:900}.nf-sub{color:var(--ink-dim);max-width:44ch;font-size:1rem;line-height:1.6}.nf-card .cta-row{margin-top:.8rem}@keyframes lantern-swing{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}@media (prefers-reduced-motion:reduce){.lantern-img{animation:none}}.lantern-kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--tan-dim);font-size:.78rem;font-weight:700}.lantern-title{font-family:var(--font-display), sans-serif;text-transform:uppercase;color:var(--tan);font-size:clamp(1.9rem,2.8vw,2.8rem);font-weight:800}.lantern-line{color:var(--ink-dim);max-width:58ch;font-size:.98rem;line-height:1.6}.lantern-note{color:var(--tan);font-size:.9rem;font-weight:600}.card--lantern .cta-row{margin-top:.6rem}.card--logos{place-items:center;min-height:620px;padding:2.4rem 2.2rem;display:grid;position:relative;overflow:hidden}.logos-title{color:var(--tan);font-family:var(--font-display), sans-serif;text-transform:uppercase;text-align:center;flex-direction:column;align-items:center;gap:.7rem;font-size:clamp(1.9rem,2.8vw,3rem);font-weight:800;display:flex}.logos-wordmark{width:auto;height:clamp(2.6rem,4vw,4rem)}@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}.logo-img{--angle:var(--start,0deg);left:calc(50% + 38% * cos(var(--angle)));top:calc(50% + 39% * sin(var(--angle)));object-fit:contain;width:auto;max-width:205px;height:clamp(64px,8.5vw,116px);animation:90s linear infinite logo-orbit;position:absolute;translate:-50% -50%}@keyframes logo-orbit{0%{--angle:var(--start,0deg)}to{--angle:calc(var(--start,0deg) + 360deg)}}.card--reviews{background:var(--bg);border:1px solid var(--hairline);padding:2.4rem 2.2rem}.reviews-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.8rem;display:grid}.reviews-grid blockquote{flex-direction:column;gap:1rem;display:flex}.reviews-grid p{color:var(--ink-dim);font-size:.95rem;line-height:1.6}.reviews-grid footer{align-items:baseline;gap:.6rem;display:flex}.reviews-grid strong{color:var(--tan);font-family:var(--font-display), sans-serif;font-size:1.05rem;font-weight:700}.reviews-grid footer span{color:var(--ink-dim);font-size:.85rem}.reviews-link{color:var(--tan);border-top:1px solid var(--hairline);width:100%;padding-top:1.2rem;font-size:.9rem;text-decoration:none;display:inline-block}.reviews-link:hover{color:#fff}.card--faq{background:var(--bg);border:1px solid var(--hairline);padding:2.4rem 2.2rem}.faq-item{border-top:1px solid var(--hairline)}.faq-q{text-align:left;width:100%;color:var(--tan);font-family:var(--font-display), sans-serif;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;font-size:1.15rem;font-weight:700;display:flex}.faq-q:after{content:"+";font-family:var(--font-body), sans-serif;color:var(--ink-dim);font-size:1.3rem;transition:transform .3s}.faq-item.is-open .faq-q:after{transform:rotate(45deg)}.faq-a{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.faq-item.is-open .faq-a{grid-template-rows:1fr}.faq-a>div{overflow:hidden}.faq-a p{color:var(--ink-dim);max-width:62ch;padding-bottom:1.1rem;font-size:.93rem;line-height:1.55}.faq-contact{border-top:1px solid var(--hairline);flex-direction:column;align-items:flex-start;gap:1.6rem;margin-top:2rem;padding-top:2.4rem;display:flex}.contact-headline{color:var(--tan);font-family:var(--font-display), sans-serif;text-transform:uppercase;font-size:clamp(2.4rem,4.2vw,4rem);font-weight:800;line-height:1.02}.contact-email{color:var(--ink-dim);font-size:.9rem}.wordmark--small{width:clamp(150px,60%,230px)}.cs-nav{justify-content:flex-start;gap:1.8rem;overflow-y:auto}.cs-nav-home{display:block}.cs-nav-list{flex-direction:column;gap:.35rem;display:flex}.study-picker{width:100%}.study-picker-btn{border:1px solid var(--hairline);cursor:pointer;width:100%;color:var(--tan);font-family:var(--font-display), sans-serif;text-transform:uppercase;letter-spacing:.03em;background:0 0;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1rem;font-size:1rem;font-weight:700;transition:border-color .15s;display:flex}.study-picker-btn:hover{border-color:var(--tan)}.study-picker-chev{color:var(--ink-dim);font-size:.95rem;transition:transform .25s}.study-picker.is-open .study-picker-chev{transform:rotate(180deg)}.study-picker-panel{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.study-picker.is-open .study-picker-panel{grid-template-rows:1fr}.study-picker-panel>div{border:1px solid #0000;border-top:0;flex-direction:column;display:flex;overflow:hidden}.study-picker.is-open .study-picker-panel>div{border-color:var(--hairline)}.study-picker-panel a{color:var(--ink-dim);padding:.55rem 1rem;font-size:.92rem;text-decoration:none;transition:color .15s,background .15s}.study-picker-panel a:hover{color:var(--tan);background:#f6dda30d}.study-picker-panel a.is-active{color:var(--tan)}.cs-live{background:#f6dda31a;border:1px solid #f6dda373;justify-content:space-between;align-items:baseline;gap:1rem;padding:1.1rem 2.4rem;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.cs-live:hover{border-color:var(--tan);background:#f6dda32e}.cs-live-label{font-family:var(--font-display), sans-serif;text-transform:uppercase;letter-spacing:.04em;color:var(--tan);font-size:.95rem;font-weight:700}.cs-live-url{color:var(--ink);font-size:1rem;font-weight:600}.cs-live:hover .cs-live-url{color:var(--tan)}.cs-nav-list h2{text-transform:uppercase;letter-spacing:.12em;color:var(--ink-dim);margin:1.1rem 0 .5rem;font-size:.72rem;font-weight:600}.cs-nav-list a{font-family:var(--font-display), sans-serif;color:var(--ink-dim);padding:.2rem 0;font-size:1.25rem;font-weight:700;text-decoration:none;transition:color .15s}.cs-nav-list a:hover{color:var(--ink)}.cs-nav-list a.is-active{color:var(--tan)}.cs-nav-foot{align-items:flex-start}.cs-back{color:var(--ink-dim);font-size:1.2rem;text-decoration:none;transition:color .15s}.cs-back:hover{color:var(--tan)}.cs-hero{background-color:var(--mat-bg);color:var(--mat-fg);flex-direction:column;gap:.8rem;padding:3.2rem 2.4rem;display:flex}.cs-headline{font-family:var(--font-display), sans-serif;text-transform:uppercase;color:inherit;font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:1}.cs-tagline{opacity:.85;font-size:1rem}.cs-visual{aspect-ratio:16/10;background-color:var(--mat-bg);background-image:linear-gradient(#00000059, #00000059), var(--duo,none);color:var(--mat-fg);background-position:50% 20%;background-size:cover;flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden}.cs-visual .shot{width:84%}.cs-visual>span{font-family:var(--font-display), sans-serif;margin:auto;font-size:clamp(2.6rem,5.4vw,5rem);font-weight:800}.cs-meta{background:var(--bg);border:1px solid var(--hairline);padding:1.4rem 2.2rem}.cs-rows{width:100%}.cs-row{grid-template-columns:8rem 1fr;gap:1rem;padding:.7rem 0;font-size:.92rem;display:grid}.cs-row+.cs-row{border-top:1px solid var(--hairline)}.cs-row dt{color:var(--ink-dim)}.cs-row dd a{text-decoration:none}.cs-row dd a:hover{text-decoration:underline}.cs-story{background:var(--bg);border:1px solid var(--hairline);padding:2.6rem 2.2rem}.cs-copy{flex-direction:column;gap:1rem;max-width:68ch;display:flex}.cs-copy p{color:var(--ink-dim);font-size:.98rem;line-height:1.65}.cs-research-card{background:var(--bg-page);flex-direction:column;align-items:flex-start;gap:1rem;padding:2.6rem 2.2rem;display:flex}.cs-research-card p{color:var(--ink-dim);font-size:.95rem}.cs-cta-card{background:var(--bg);border:1px solid var(--hairline);flex-direction:column;align-items:flex-start;gap:1.4rem;padding:3rem 2.2rem;display:flex}.plan-page{flex-direction:column;gap:2rem;padding:3rem clamp(1.5rem,5vw,4rem) 5rem;display:flex}.plan-head{flex-direction:column;align-items:flex-start;gap:1rem;max-width:720px;display:flex}.plan-title{font-family:var(--font-display), sans-serif;text-transform:uppercase;color:var(--tan);font-size:clamp(2.6rem,5vw,4.4rem);font-weight:800;line-height:1}.plan-switch{flex-wrap:wrap;gap:.6rem;display:flex}.plan-switch a{border:1px solid var(--hairline);color:var(--ink-dim);border-radius:999px;padding:.5rem 1.1rem;font-size:.9rem;text-decoration:none;transition:color .15s,border-color .15s}.plan-switch a:hover{color:var(--tan);border-color:var(--tan)}.plan-switch a.is-active{background:var(--green);border-color:var(--green);color:#fff}.tier-grid{gap:var(--gutter);display:grid}.tier-grid--3{grid-template-columns:repeat(3,1fr)}.tier-grid--4{grid-template-columns:repeat(4,1fr)}.tier{background:var(--bg);border:1px solid var(--hairline);flex-direction:column;gap:.9rem;padding:2.2rem 2rem;display:flex;position:relative}.tier--featured{border-color:var(--tan)}.tier-badge{background:var(--tan);color:#1a1a1a;text-transform:uppercase;letter-spacing:.08em;padding:.4rem .8rem;font-size:.7rem;font-weight:700;position:absolute;top:0;right:0}.tier h2{font-family:var(--font-display), sans-serif;color:var(--tan);font-size:1.6rem;font-weight:700}.tier-name{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.tier-numeral{color:var(--ink-dim);opacity:.55;font-size:1.5rem;font-weight:800}.tier-price{font-size:2rem;font-weight:700}.tier-price span{color:var(--ink-dim);font-size:.85rem;font-weight:500}.tier-meta{color:var(--ink-dim);font-size:.85rem}.tier-blurb{color:var(--ink-dim);font-size:.95rem;line-height:1.5}.tier ul{flex-direction:column;gap:.45rem;margin:.4rem 0 1.2rem;font-size:.92rem;list-style:none;display:flex}.tier li:before{content:"✓  ";color:var(--tan)}.tier .cta{align-self:flex-start;margin-top:auto}.plan-research{color:var(--ink-dim);border-top:1px solid var(--hairline);padding-top:1.4rem;text-decoration:none;transition:color .15s}.plan-research:hover{color:var(--tan)}@media (max-width:900px){.split{grid-template-columns:1fr}.panel{height:auto;position:static}.tier-grid--3,.tier-grid--4,.services-grid{grid-template-columns:1fr}.shot{width:92%}.cs{grid-template-columns:1fr}.cs-side{background:var(--bg);order:2;position:static}.cs-main{order:1}}.headline--oneliner{color:var(--ink);max-width:20ch;font-size:clamp(1.5rem,2.1vw,2.2rem);line-height:1.2}.subtag{color:var(--tan);max-width:34ch;font-size:.98rem}.cta-row{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.cta--ghost{border:1px solid var(--hairline);color:var(--ink);background:0 0}.cta--ghost:hover{filter:none;border-color:var(--tan);color:var(--tan)}@property --sweep{syntax:"<angle>";inherits:false;initial-value:218deg}.card--tagline{aspect-ratio:16/9;background-color:#151514;background-image:radial-gradient(130% 110% at 88% -10%, #f6dda30d, transparent 55%), var(--mat-noise);border:1px solid var(--hairline);flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem;padding:3rem clamp(1.6rem,5vw,4.5rem);display:flex;position:relative;overflow:hidden}.lux-beam{pointer-events:none;background:conic-gradient(from var(--sweep) at 86% -12%, transparent 0deg, #f6dda305 6deg, #f6dda321 11deg, #f6dda305 16deg, transparent 22deg);animation:11s ease-in-out infinite alternate lux-sweep;position:absolute;inset:-55%}.lux-glow{pointer-events:none;background:radial-gradient(52% 48% at 38% 46%,#f6dda321,#0000 70%);width:72%;height:78%;animation:7s ease-in-out infinite alternate lux-breathe;position:absolute;top:22%;left:-6%}@keyframes lux-sweep{0%{--sweep:204deg}to{--sweep:246deg}}@keyframes lux-breathe{0%{opacity:.72}to{opacity:1}}.lux-kicker{text-transform:uppercase;letter-spacing:.2em;color:var(--tan-dim);margin-bottom:1.1rem;font-size:.72rem;font-weight:700;position:relative}.lux-line{font-family:var(--font-display), sans-serif;text-transform:uppercase;color:var(--ink);font-size:clamp(1.55rem,3.1vw,3.1rem);font-weight:900;line-height:1.04;position:relative}.lux-line--dim{color:#f2f2f066}.lux-lit{color:var(--tan);text-shadow:0 0 18px #f6dda380,0 0 70px #f6dda347}.lux-cut{-webkit-text-decoration:line-through #f6dda3d9;text-decoration:line-through #f6dda3d9;text-decoration-thickness:.075em}@media (prefers-reduced-motion:reduce){.lux-beam,.lux-glow{animation:none}}.card--about{background:var(--bg);border:1px solid var(--hairline);flex-direction:column;gap:2.2rem;padding:2.4rem 2.2rem;display:flex}.about-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:2.2rem;display:grid}.about-reviews{border-top:1px solid var(--hairline);padding-top:2rem}.about-text p{color:var(--ink-dim);max-width:38ch;font-size:.98rem;line-height:1.6}.about-photos{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.about-photos figure{flex-direction:column;gap:.7rem;display:flex}.about-img{aspect-ratio:1;display:block;position:relative;overflow:hidden}.about-img img{object-fit:cover}.about-photos figcaption{flex-direction:column;gap:.1rem;display:flex}.about-photos strong{font-family:var(--font-display), sans-serif;color:var(--tan);font-size:1rem;font-weight:700}.about-photos figcaption span{color:var(--ink-dim);font-size:.8rem}.cs-heading{font-family:var(--font-display), sans-serif;text-transform:uppercase;letter-spacing:.06em;color:var(--tan);margin-top:.6rem;font-size:1.1rem;font-weight:700}.cs-metric{border:1px solid var(--hairline);flex-direction:column;gap:.3rem;margin-top:.4rem;padding:1rem 1.2rem;display:flex}.cs-metric-num{font-family:var(--font-display), sans-serif;color:var(--tan);font-size:1.15rem;font-weight:700}.cs-metric-note{text-transform:uppercase;letter-spacing:.1em;color:var(--ink-dim);font-size:.75rem}.contact-form{flex-direction:column;gap:1rem;width:100%;max-width:480px;display:flex}.contact-form label{color:var(--ink-dim);flex-direction:column;gap:.4rem;font-size:.85rem;display:flex}.contact-form input,.contact-form select,.contact-form textarea{background:var(--bg);border:1px solid var(--hairline);color:var(--ink);border-radius:0;padding:.75rem .9rem;font-family:inherit;font-size:.95rem}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:2px solid var(--tan);outline-offset:0;border-color:var(--tan)}.contact-form button{cursor:pointer;border:0;align-self:flex-start}.contact-form button:disabled{opacity:.6;cursor:wait}.form-success{color:var(--tan);border:1px solid var(--hairline);padding:1rem 1.2rem;font-size:1rem}.form-error{color:#e8a0a0;font-size:.9rem}.notes-page{flex-direction:column;align-items:flex-start;gap:1.6rem;max-width:760px;padding:3rem clamp(1.5rem,6vw,5rem) 5rem;display:flex}.notes-list{flex-direction:column;gap:3rem;margin-top:1rem;display:flex}.note{border-top:1px solid var(--hairline);flex-direction:column;gap:.8rem;padding-top:2rem;display:flex}.note-date{text-transform:uppercase;letter-spacing:.12em;color:var(--ink-dim);font-size:.75rem}.note h2{font-family:var(--font-display), sans-serif;color:var(--tan);font-size:clamp(1.6rem,2.6vw,2.2rem);font-weight:800}.note-body{color:var(--ink-dim);max-width:62ch;font-size:.98rem;line-height:1.65}.verticals-page{flex-direction:column;gap:2.4rem;padding:3rem clamp(1.5rem,5vw,4rem) 5rem;display:flex}.verticals-head{flex-direction:column;align-items:flex-start;gap:1.2rem;max-width:720px;display:flex}.verticals-grid{gap:var(--gutter);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));display:grid}.vert{flex-direction:column;gap:.9rem;min-height:300px;padding:2.2rem 2rem;display:flex}.vert footer{margin-top:auto}.vert-proof{text-transform:uppercase;letter-spacing:.1em;opacity:.75;font-size:.75rem}.vert--dylan{color:#f3f1ec;background:#1d2420}.vert--dylan .vert-name{font-family:var(--font-display), sans-serif;font-size:2rem;font-style:italic;font-weight:700;line-height:1.1}.vert--dylan .vert-pain{opacity:.7;font-size:.95rem;line-height:1.55}.vert--dylan .vert-play{border-left:2px solid #8fae9a;padding-left:.9rem;font-size:.95rem;line-height:1.55}.vert--baja{color:#f2e3c9;background:#4a3226;font-family:ui-monospace,SF Mono,Menlo,monospace}.vert--baja .vert-name{text-transform:uppercase;letter-spacing:.12em;font-size:1.35rem;font-weight:700;line-height:1.3}.vert--baja .vert-pain{text-transform:uppercase;letter-spacing:.05em;opacity:.75;font-size:.82rem;line-height:1.6}.vert--baja .vert-play{text-transform:uppercase;letter-spacing:.05em;border:1px solid #f2e3c959;border-radius:999px;padding:.7rem 1rem;font-size:.82rem;line-height:1.6}.vert--skopos{color:#2b2b2b;background:#f0e9dc;position:relative;overflow:hidden}.vert--skopos:after{content:"";background:#e07856;border-radius:50%;width:110px;height:110px;position:absolute;top:-30px;right:-30px}.vert--skopos .vert-name{max-width:80%;font-size:1.7rem;font-weight:800;line-height:1.15}.vert--skopos .vert-pain{color:#2b2b2bb3;font-size:.95rem;line-height:1.55}.vert--skopos .vert-play{color:#fff;background:#6b96ee;border-radius:14px;max-width:92%;padding:.8rem 1rem;font-size:.9rem;font-weight:600;line-height:1.5}:focus-visible{outline:2px solid var(--tan);outline-offset:3px}.cta:focus-visible{outline-color:var(--tan)}@media (max-width:900px){.reviews-grid,.about-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.shot,.cta,.shot-nav,.foot-cols a,.reviews-link,.cs-back{transition:none}.logo-img{animation:none}}.preview-page{gap:var(--gutter);flex-direction:column;max-width:1080px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:flex}.preview-label{font-family:var(--font-display), sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-dim);margin:2rem 0 .4rem;font-size:1.2rem;font-weight:800}.cs-block{background:var(--bg);border:1px solid var(--hairline);padding:2.4rem 2.2rem}.type-list{flex-direction:column;display:flex}.type-row{align-items:center;gap:1.8rem;padding:1.4rem 0;display:flex}.type-row+.type-row{border-top:1px solid var(--hairline)}.type-sample{width:96px;color:var(--tan);text-align:center;flex:none;font-size:3.6rem;line-height:1}.type-info h3{color:var(--ink);font-size:1.4rem;font-weight:700}.type-role{text-transform:uppercase;letter-spacing:.12em;color:var(--tan-dim);margin:.2rem 0 .4rem;font-size:.75rem;font-weight:700}.type-why{color:var(--ink-dim);max-width:52ch;font-size:.93rem;line-height:1.55}.swatch-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.4rem;display:grid}.swatch{flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.swatch-chip{aspect-ratio:5/3;border:1px solid #ffffff14;margin-bottom:.3rem;display:block}.swatch strong{color:var(--ink)}.swatch-meta{color:var(--ink-dim);font-size:.78rem}.guide-list{flex-direction:column;list-style:none;display:flex}.guide-list li{align-items:baseline;gap:1.4rem;padding:1.1rem 0;display:flex}.guide-list li+li{border-top:1px solid var(--hairline)}.guide-num{font-family:var(--font-display), sans-serif;color:var(--tan);font-size:1.05rem;font-weight:800}.guide-list p{color:var(--ink);max-width:62ch;font-size:1rem;line-height:1.6}.cs-pack{background-color:var(--mat-bg);background-image:linear-gradient(#00000073, #00000073), var(--duo,none);border:1px solid var(--hairline);color:var(--mat-fg);background-position:50% 20%;background-size:cover;flex-direction:column;align-items:flex-start;gap:1.3rem;padding:2.4rem 2.2rem;display:flex}.cs-pack .card-title{margin-bottom:0}.pack-logo--alt{margin-top:1rem}.pack-logo{background-color:var(--mat-fg);width:150px;height:150px;display:block;-webkit-mask-position:0;mask-position:0;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.pack-strip{border:1px solid #ffffff24;width:min(100%,420px);height:34px;display:flex}.pack-strip span{flex:1}.pack-fonts{color:var(--mat-fg);font-size:.95rem;font-weight:600}.pack-note{color:var(--mat-fg);opacity:.75;max-width:52ch;font-size:.9rem}.cs-gallery{gap:var(--gutter);grid-template-columns:1fr 1fr;display:grid}.cs-gallery img{border:1px solid var(--hairline);width:100%;height:auto;display:block}.cs-gallery img:first-child{grid-column:1/-1}@media (max-width:700px){.cs-gallery{grid-template-columns:1fr}.type-row{flex-direction:column;align-items:flex-start;gap:.8rem}}@media (max-width:900px){.card--tagline,.contact-card--video{background-color:var(--bg-sunken);background-image:url(/hero-type-v2.jpg);background-position:50%;background-size:cover}.contact-card--video{background-position:50% 38%}.card--tagline video,.contact-card--video video,.cs-live-label{display:none}.swatch-grid{grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:.55rem}.swatch{gap:.2rem;font-size:.66rem}.swatch-chip{aspect-ratio:3;margin-bottom:.1rem}.lantern-text{padding-right:0}.split--stack{flex-direction:column;display:flex}.split--stack .panel--studio{display:contents}.split--stack .rail{order:1}.split--stack .panel-foot{order:2}}
@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.138s14ivx2xer.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.3b2emle-7szv-.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.13rul5q9jl2r0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.138s14ivx2xer.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.3b2emle-7szv-.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.13rul5q9jl2r0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.138s14ivx2xer.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.3b2emle-7szv-.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.13rul5q9jl2r0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo Fallback;src:local(Arial);ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.0%;size-adjust:98.7%}.archivo_dd56c3fa-module__9QuEXq__className{font-family:Archivo,Archivo Fallback;font-style:normal}.archivo_dd56c3fa-module__9QuEXq__variable{--font-display:"Archivo", "Archivo Fallback"}
@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(../media/033400d475fad6b1-s.11x_mcju407z-.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(../media/26daee0352f50a5f-s.456c9vb2_utt8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(../media/017d9bea37084d9b-s.p.2fl0vhx7oyatw.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Bricolage Grotesque Fallback;src:local(Arial);ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.0%;size-adjust:105.43%}.bricolage_grotesque_399f38a0-module__BV7p5W__className{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.bricolage_grotesque_399f38a0-module__BV7p5W__variable{--font-body:"Bricolage Grotesque", "Bricolage Grotesque Fallback"}
@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0e7b7e0b829e3eb9-s.0s6677u7501n5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(../media/daf789e4474d0d90-s.3w_oc3nqvqm6n.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9e9f04e3c37952ab-s.p.002ht2t_o636a.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Anton Fallback;src:local(Arial);ascent-override:129.7%;descent-override:36.29%;line-gap-override:0.0%;size-adjust:90.69%}.anton_37416588-module__4Y-2uG__className{font-family:Anton,Anton Fallback;font-style:normal;font-weight:400}.anton_37416588-module__4Y-2uG__variable{--font-poster:"Anton", "Anton Fallback"}
