:root{--bone-100: #FAF7F0;--bone-200: #F5F1E8;--bone-300: #EDE8DA;--bone-400: #DDD7C5;--bone-500: #C4BCA6;--ink-900: #1A1916;--ink-800: #2B2A26;--ink-700: #3D3B36;--ink-600: #56544D;--ink-500: #76736A;--ink-400: #9A968B;--ink-300: #BAB6A9;--accent: #B8431F;--accent-hover: #9F3819;--accent-soft: #E8C4B5;--serif: "Fraunces", "GT Sectra", "Canela", Georgia, serif;--sans: "Inter Tight", "Söhne", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--mono: "JetBrains Mono", "IBM Plex Mono", "SF Mono", ui-monospace, monospace;--density-section: 160px;--density-block: 80px;--border: rgba(26, 25, 22, .12);--border-strong: rgba(26, 25, 22, .22);--surface: #FFFFFF;--surface-soft: rgba(255, 255, 255, .4);--dot-color: rgba(26, 25, 22, .025);--grid-line: rgba(26, 25, 22, .04);--nav-bg: rgba(245, 241, 232, .78);--promo-bar-h: 0px}[data-theme=dark]{--bone-100: #14130F;--bone-200: #1A1916;--bone-300: #232220;--bone-400: #2D2C28;--bone-500: #3D3B36;--ink-900: #F5F1E8;--ink-800: #EDE8DA;--ink-700: #DDD7C5;--ink-600: #BAB6A9;--ink-500: #9A968B;--ink-400: #76736A;--ink-300: #56544D;--accent: #DA7756;--accent-hover: #E68A6E;--accent-soft: rgba(218, 119, 86, .22);--border: rgba(245, 241, 232, .1);--border-strong: rgba(245, 241, 232, .2);--surface: #1F1E1B;--surface-soft: rgba(245, 241, 232, .04);--dot-color: rgba(245, 241, 232, .04);--grid-line: rgba(245, 241, 232, .04);--nav-bg: rgba(20, 19, 15, .82)}.ccsf-root,.ccsf-root *{box-sizing:border-box}.ccsf-root{margin:0;padding:0}.ccsf-root{font-family:var(--sans);background:var(--bone-200);color:var(--ink-900);font-size:16px;line-height:1.55;font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;scroll-behavior:smooth}.ccsf-root:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;background-image:radial-gradient(var(--dot-color) 1px,transparent 1px);background-size:4px 4px;opacity:.6;mix-blend-mode:multiply}[data-theme=dark] .ccsf-root:before{mix-blend-mode:screen;opacity:.5}.ccsf-root .shell{max-width:1440px;margin:0 auto;padding:0 48px;position:relative}@media(max-width:768px){.ccsf-root .shell{padding:0 24px}}.ccsf-root .section{padding:var(--density-section) 0;position:relative}.ccsf-root .section--tight{padding:var(--density-block) 0}.ccsf-root .eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-500);font-weight:500}.ccsf-root .eyebrow .num{color:var(--accent);margin-right:10px;font-weight:600}.ccsf-root .display{font-family:var(--serif);font-weight:300;letter-spacing:-.025em;line-height:.98;color:var(--ink-900);font-feature-settings:"ss01";margin:0}.ccsf-root .display em{font-style:italic;color:var(--accent);font-weight:300}.ccsf-root h1.display{font-size:clamp(48px,8vw,124px)}.ccsf-root h2.display{font-size:clamp(40px,6vw,88px);line-height:1}.ccsf-root h3.display{font-size:clamp(28px,3.6vw,48px);line-height:1.05}.ccsf-root .lead{font-family:var(--sans);font-size:clamp(16px,1.4vw,19px);line-height:1.5;color:var(--ink-700);max-width:56ch;font-weight:400;margin:0}.ccsf-root .btn{display:inline-flex;align-items:center;gap:10px;padding:16px 26px;font-family:var(--sans);font-size:14px;font-weight:500;letter-spacing:.01em;border:1px solid transparent;cursor:pointer;transition:all .22s cubic-bezier(.2,.7,.2,1);text-decoration:none;background:none;border-radius:0;white-space:nowrap}.ccsf-root .btn--primary,.ccsf-root a.btn--primary,.ccsf-root a.btn--primary:link,.ccsf-root a.btn--primary:visited,.ccsf-root a.btn--primary:hover,.ccsf-root a.btn--primary:focus,.ccsf-root a.btn--primary:active{background:var(--accent);color:#fff!important;border-color:var(--accent);text-shadow:0 1px 0 rgba(0,0,0,.18);font-weight:600}.ccsf-root .btn--primary .arrow{color:#fff!important}.ccsf-root .btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.ccsf-root .section-cta{margin-top:32px;align-self:flex-start}.ccsf-root .btn--ghost{background:transparent;color:var(--ink-900);border-color:var(--border-strong)}.ccsf-root .btn--ghost:hover{background:var(--ink-900);color:var(--bone-100);border-color:var(--ink-900)}.ccsf-root .btn .arrow{transition:transform .24s ease}.ccsf-root .btn:hover .arrow{transform:translate(4px)}.ccsf-root .measure-line{display:flex;align-items:center;gap:12px;font-family:var(--mono);font-size:11px;color:var(--ink-500);letter-spacing:.08em}.ccsf-root .measure-line:after{content:"";flex:1;height:1px;background:var(--border)}.ccsf-root .measure-line--full:before{content:"";flex:1;height:1px;background:var(--border)}.ccsf-root .section-divider{border-top:1px solid var(--border);position:relative}.ccsf-root .section-divider:before{content:"";position:absolute;top:-1px;left:0;width:32px;height:1px;background:var(--accent)}.ccsf-root .grid-overlay{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(to right,var(--grid-line) 1px,transparent 1px);background-size:calc(100% / 12) 100%;z-index:0}.ccsf-root .tag{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-700);padding:5px 10px;border:1px solid var(--border-strong);background:#fff6}.ccsf-root .tag .dot{width:6px;height:6px;background:var(--accent);border-radius:50%;display:inline-block}.ccsf-root .artifact{background:var(--bone-100);border:1px solid var(--border);position:relative}[data-theme=dark] .ccsf-root .artifact{background:var(--surface)}.ccsf-root .artifact-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);font-family:var(--mono);font-size:11px;color:var(--ink-500);letter-spacing:.06em}.ccsf-root .artifact-dots{display:flex;gap:6px}.ccsf-root .artifact-dots span{width:8px;height:8px;border-radius:50%;background:var(--bone-400)}.ccsf-root .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.ccsf-root .reveal.in{opacity:1;transform:translateY(0)}.ccsf-root .skip-link{position:absolute;top:0;left:12px;padding:12px 20px;background:var(--accent);color:#fff;font-family:var(--mono);font-size:13px;font-weight:600;letter-spacing:.04em;text-decoration:none;border-radius:0 0 8px 8px;z-index:200;transform:translateY(-110%);transition:transform .18s ease}.ccsf-root .skip-link:focus,.ccsf-root .skip-link:focus-visible{transform:translateY(0);outline:3px solid rgba(218,119,86,.6);outline-offset:2px}.ccsf-root main:focus{outline:none}.ccsf-root .nav{position:fixed;top:var(--promo-bar-h, 0px);left:0;right:0;z-index:50;padding:18px 48px;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--nav-bg);border-bottom:1px solid transparent;transition:border-color .24s ease,padding .24s ease,background .24s ease}.ccsf-root .nav.scrolled{border-bottom-color:var(--border);padding:14px 48px}.ccsf-root .nav-mark{display:flex;align-items:center;gap:10px;font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--ink-900);text-decoration:none}.ccsf-root .nav-mark .glyph{width:22px;height:22px;border:1.5px solid var(--ink-900);display:grid;place-items:center;font-family:var(--serif);font-style:italic;font-size:13px;font-weight:500}.ccsf-root .nav-links{display:flex;gap:36px;align-items:center}.ccsf-root .nav-links a{font-family:var(--sans);font-size:13px;color:var(--ink-700);text-decoration:none;transition:color .2s}.ccsf-root .nav-links a:hover{color:var(--accent)}@media(max-width:768px){.ccsf-root .nav,.ccsf-root .nav.scrolled{padding:14px 24px}.ccsf-root .nav-links{display:none}}.ccsf-root .nav-burger{display:none;background:transparent;border:1px solid var(--border-strong);width:40px;height:40px;padding:0;cursor:pointer;position:relative;z-index:60;flex-direction:column;align-items:center;justify-content:center;gap:5px}.ccsf-root .nav-burger span{display:block;width:18px;height:1.5px;background:var(--ink-900);transition:transform .22s ease,opacity .18s ease,background .22s ease}.ccsf-root .nav-burger--open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.ccsf-root .nav-burger--open span:nth-child(2){opacity:0}.ccsf-root .nav-burger--open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}@media(max-width:768px){.ccsf-root .nav{background:transparent;border-bottom-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}.ccsf-root .nav.scrolled{background:var(--nav-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--border);pointer-events:auto}.ccsf-root .nav-mark,.ccsf-root .theme-toggle,.ccsf-root .nav-burger{pointer-events:auto}.ccsf-root .nav-burger{display:inline-flex;position:fixed;top:calc(var(--promo-bar-h, 0px) + 16px);right:16px;z-index:210;border-color:transparent;background:transparent}.ccsf-root .nav-burger--open{border-color:var(--border-strong);background:color-mix(in srgb,var(--bone-100) 64%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.ccsf-root .promo-bar{position:fixed;top:0;left:0;right:0;z-index:55;height:32px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 44px;background:#1a1916;color:#f5f1e8;font:500 12px/1 var(--sans);letter-spacing:.01em;border-bottom:1px solid rgba(0,0,0,.25)}.ccsf-root .promo-bar-text{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.ccsf-root .promo-bar-amount{color:#da7756;font-weight:600}.ccsf-root .promo-bar-sep{opacity:.45}.ccsf-root .promo-bar-label{color:#f5f1e8;opacity:.78}.ccsf-root .promo-bar-code{display:inline-flex;align-items:center;gap:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:4px;padding:3px 8px;font:500 11px/1 var(--mono);color:#f5f1e8;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.ccsf-root .promo-bar-code:hover{background:#ffffff29;border-color:#ffffff47}.ccsf-root .promo-bar-code:focus-visible{outline:2px solid #DA7756;outline-offset:2px}.ccsf-root .promo-bar-code[data-copied=true]{background:#da7756;border-color:#da7756;color:#fff}.ccsf-root .promo-bar-toast{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.ccsf-root .promo-bar-close{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:transparent;border:0;color:#f5f1e88c;font-size:20px;line-height:1;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .16s ease}.ccsf-root .promo-bar-close:hover{color:#f5f1e8}.ccsf-root .promo-bar-close:focus-visible{outline:2px solid #DA7756;outline-offset:2px;border-radius:4px}@media(max-width:480px){.ccsf-root .promo-bar{padding:0 36px 0 12px;gap:8px;font-size:11.5px}.ccsf-root .promo-bar-text{gap:6px}.ccsf-root .promo-bar-sep,.ccsf-root .promo-bar-label{display:none}.ccsf-root .promo-bar-code{padding:3px 6px;font-size:10.5px}}.ccsf-root .nav-mobile{position:fixed;inset:0;z-index:200;background:var(--bone-100);padding:80px 28px 24px;display:flex;flex-direction:column;gap:0;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .2s ease,transform .22s ease;overflow-y:auto;height:100vh;height:100dvh;-webkit-overflow-scrolling:touch}.ccsf-root .nav-mobile-theme{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border)}.ccsf-root .nav-mobile-theme-label{font-family:var(--serif);font-size:22px;letter-spacing:-.01em;color:var(--ink-900)}body[data-menu-open=true] .floating-video{display:none!important}.ccsf-root .nav-mobile--open{opacity:1;pointer-events:auto;transform:translateY(0)}.ccsf-root .nav-mobile a{font-family:var(--serif);font-size:22px;letter-spacing:-.01em;color:var(--ink-900);text-decoration:none;padding:12px 0;border-bottom:1px solid var(--border)}.ccsf-root .nav-mobile a.btn{font-family:var(--sans);font-size:14px;letter-spacing:.01em;border-bottom:1px solid var(--accent);margin-top:16px;justify-content:center}.ccsf-root .nav-mobile-cta{width:100%;padding:14px 20px}@media(min-width:769px){.ccsf-root .nav-mobile{display:none}}.ccsf-root .theme-toggle{background:none;border:none;padding:4px;cursor:pointer;color:var(--ink-700);display:inline-flex;align-items:center;justify-content:center}.ccsf-root .theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ccsf-root .theme-toggle-track{position:relative;width:52px;height:26px;border-radius:999px;background:var(--surface-soft);border:1px solid var(--border-strong);display:inline-flex;align-items:center;justify-content:space-between;padding:0 6px;transition:background .22s ease,border-color .22s ease}.ccsf-root .theme-toggle-icon{font-size:12px;line-height:1;color:var(--ink-500);transition:color .22s ease,opacity .22s ease}.ccsf-root .theme-toggle-icon--sun{color:#b07700}.ccsf-root .theme-toggle-icon--moon{color:var(--ink-400)}[data-theme=dark] .ccsf-root .theme-toggle-icon--sun{color:var(--ink-400);opacity:.5}[data-theme=dark] .ccsf-root .theme-toggle-icon--moon{color:#ddd7c5;opacity:1}.ccsf-root .theme-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:var(--ink-900);box-shadow:0 1px 2px #00000040;transition:transform .24s cubic-bezier(.4,0,.2,1),background .22s ease}[data-theme=dark] .ccsf-root .theme-toggle-thumb{transform:translate(24px);background:var(--accent)}.ccsf-root .theme-toggle:hover .theme-toggle-track{border-color:var(--accent)}.ccsf-root .theme-toggle--mobile{display:none}@media(max-width:768px){.ccsf-root .theme-toggle--nav{display:none}.ccsf-root .theme-toggle--mobile{display:inline-flex;position:fixed;top:calc(var(--promo-bar-h, 0px) + 19px);right:64px;z-index:210;pointer-events:auto}body[data-menu-open=true] .ccsf-root .theme-toggle--mobile{display:none}}.ccsf-root .sticky-enroll{position:fixed;right:24px;bottom:24px;z-index:45;display:inline-flex;align-items:center;gap:10px;padding:14px 22px;background:var(--accent);color:#fff;font-family:var(--sans);font-size:14px;font-weight:500;letter-spacing:.01em;text-decoration:none;border:1px solid var(--accent);box-shadow:0 14px 30px -12px #b8431f8c,0 4px 10px #1a19162e;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .24s ease,transform .28s cubic-bezier(.2,.7,.2,1),background .2s ease}.ccsf-root .sticky-enroll:visited,.ccsf-root .sticky-enroll:hover,.ccsf-root .sticky-enroll:focus,.ccsf-root .sticky-enroll:active{color:#fff}.ccsf-root .sticky-enroll:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.ccsf-root .sticky-enroll--show{opacity:1;pointer-events:auto;transform:translateY(0)}.ccsf-root .sticky-enroll .arrow{transition:transform .22s ease}.ccsf-root .sticky-enroll:hover .arrow{transform:translate(4px)}@media(max-width:640px){.ccsf-root .sticky-enroll{left:16px;right:16px;bottom:16px;justify-content:center;padding:16px 20px;font-size:14px}}.ccsf-root .video-testimonial{margin:96px auto 0;max-width:1100px;text-align:center}.ccsf-root .video-testimonial-head{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.ccsf-root .video-testimonial-head .eyebrow,.ccsf-root .video-testimonial-head .block-head-meta{text-align:center}.ccsf-root .video-testimonial-headline{margin:18px auto 36px;font-size:clamp(36px,4.4vw,64px);line-height:1.04;letter-spacing:-.02em;color:var(--ink-900);max-width:22ch;text-align:center}.ccsf-root .video-testimonial-headline em{font-style:italic;color:var(--accent)}.ccsf-root .video-testimonial-frame{margin:0 auto;position:relative;background:#14130f;border:1px solid var(--border-strong);box-shadow:0 32px 80px -42px #1a191673,0 12px 24px -18px #1a19163d;overflow:hidden}.ccsf-root .video-testimonial-aspect{position:relative;padding-top:56.25%}.ccsf-root .video-testimonial-aspect iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.ccsf-root .video-testimonial-caption{margin-top:18px;font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-500);text-align:center}@media(max-width:640px){.ccsf-root .video-testimonial{margin-top:64px}.ccsf-root .video-testimonial-headline{margin-bottom:24px}}.ccsf-root .escape-grid{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:56px;align-items:start;margin-top:32px}.ccsf-root .escape-bullets{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 40px;max-width:100%}.ccsf-root .escape-bullets .friction-item{break-inside:avoid}.ccsf-root .escape-rocket{position:relative;width:100%;max-width:240px;aspect-ratio:200 / 380;margin:24px auto 0}.ccsf-root .escape-rocket svg{width:100%;height:100%;display:block}.ccsf-root .escape-rocket .rocket-body{transform-origin:100px 220px;animation:rocket-drift 4.2s ease-in-out infinite}.ccsf-root .escape-rocket .rocket-flame{transform-origin:100px 230px;animation:rocket-flame .35s ease-in-out infinite alternate}.ccsf-root .escape-rocket .rocket-smoke{animation:rocket-smoke 1.4s linear infinite}@keyframes rocket-drift{0%,to{transform:translateZ(0) rotate(-1.2deg)}50%{transform:translate3d(0,-10px,0) rotate(1.2deg)}}@keyframes rocket-flame{0%{transform:scaleY(1) scaleX(1);opacity:.55}to{transform:scaleY(1.18) scaleX(.92);opacity:.9}}@keyframes rocket-smoke{0%{stroke-dashoffset:0;opacity:.3}to{stroke-dashoffset:26;opacity:.18}}@media(prefers-reduced-motion:reduce){.ccsf-root .escape-rocket .rocket-body,.ccsf-root .escape-rocket .rocket-flame,.ccsf-root .escape-rocket .rocket-smoke{animation:none}}@media(max-width:900px){.ccsf-root .escape-grid{grid-template-columns:minmax(0,1fr);gap:32px}.ccsf-root .escape-rocket{max-width:180px;margin:0 auto}}@media(max-width:560px){.ccsf-root .escape-bullets{grid-template-columns:minmax(0,1fr);gap:16px}.ccsf-root .escape-rocket{max-width:140px;margin:8px auto 16px}}.ccsf-root .footer{--bone-100: #FAF7F0;--bone-300: #EDE8DA;--bone-400: #DDD7C5;--ink-400: #9A968B;border-top:1px solid rgba(245,241,232,.1);background:#1a1916;color:#ede8da;padding:80px 0 0;position:relative;z-index:2;overflow:hidden}.ccsf-root .footer-bigmark{font-family:var(--serif);font-style:italic;font-weight:400;font-size:clamp(80px,22vw,320px);line-height:.85;letter-spacing:-.04em;text-align:center;white-space:nowrap;margin:40px 0 -.18em;padding:0 16px;color:transparent;background:linear-gradient(180deg,#f5f1e81a,#f5f1e808 60%,#f5f1e800);-webkit-background-clip:text;background-clip:text;-webkit-user-select:none;user-select:none;pointer-events:none}@media(max-width:600px){.ccsf-root .footer-bigmark{font-size:clamp(64px,26vw,180px)}}.ccsf-root .footer .display{color:var(--bone-100)}.ccsf-root .footer a{color:var(--bone-300);text-decoration:none;transition:color .2s}.ccsf-root .footer a:hover{color:var(--accent)}.ccsf-root .muted{color:var(--ink-500)}.ccsf-root .accent{color:var(--accent)}.ccsf-root .serif-italic{font-family:var(--serif);font-style:italic;font-weight:300}.ccsf-root .hero{padding-top:calc(120px + var(--promo-bar-h, 0px));padding-bottom:80px;position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.ccsf-root .hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:80px;align-items:center}.ccsf-root .hero-copy h1.display{font-size:clamp(48px,5.35vw,82px);line-height:.96}@media(max-width:980px){.ccsf-root .hero-grid{grid-template-columns:1fr;gap:60px}.ccsf-root .hero{min-height:auto;padding-top:calc(100px + var(--promo-bar-h, 0px))}}@media(max-width:640px){.ccsf-root .hero{padding-top:calc(92px + var(--promo-bar-h, 0px));padding-bottom:56px}.ccsf-root .hero-copy h1.display{font-size:clamp(44px,15vw,62px);line-height:.94}.ccsf-root .hero-meta--coords-only{margin-bottom:24px}}.ccsf-root .hero-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:16px;border-bottom:1px solid var(--border)}.ccsf-root .hero-meta--coords-only{justify-content:flex-end;margin-bottom:34px}.ccsf-root .hero-coords{display:flex;gap:8px;font-family:var(--mono);font-size:11px;color:var(--ink-500);letter-spacing:.06em}.ccsf-root .hero-ctas{display:flex;gap:16px;margin-top:48px;flex-wrap:wrap}.ccsf-root .hero-proof{display:grid;grid-template-columns:repeat(3,1fr);margin-top:64px;padding-top:28px;border-top:1px solid var(--border);gap:24px}.ccsf-root .proof-item{display:flex;flex-direction:column;gap:6px}.ccsf-root .proof-num{font-family:var(--mono);font-size:10px;letter-spacing:.12em;color:var(--accent);font-weight:600}.ccsf-root .proof-label{font-size:13px;color:var(--ink-700);line-height:1.4}.ccsf-root .hero-footer{margin-top:60px}.ccsf-root .hero-comp{position:relative;width:100%;aspect-ratio:600 / 640;max-width:600px;margin:0 auto}.ccsf-root .hero-annotations,.ccsf-root .hero-connectors{position:absolute;inset:0;width:100%;height:100%;z-index:1}.ccsf-root .hero-card{position:absolute;z-index:3;box-shadow:0 30px 60px -30px #1a19162e,0 4px 14px -8px #1a19161f;transition:transform .6s cubic-bezier(.2,.7,.2,1),box-shadow .6s ease}.ccsf-root .hero-card:hover{transform:translate(-2px,-4px);box-shadow:0 40px 80px -30px #1a191638,0 8px 20px -8px #1a19162e}.ccsf-root .hero-card--prompt{top:4%;left:4%;width:64%}.ccsf-root .hero-card--meta{top:36%;left:30%;width:56%}.ccsf-root .hero-card--output{top:70%;left:8%;width:70%}.ccsf-root .hero-corner-tag{position:absolute;bottom:-8px;right:0;z-index:4}@media(max-width:640px){.ccsf-root .hero-comp{max-width:420px;aspect-ratio:auto;height:auto;overflow:visible;display:flex;flex-direction:column;gap:14px;padding-bottom:36px}.ccsf-root .hero-annotations,.ccsf-root .hero-connectors{display:none}.ccsf-root .hero-card,.ccsf-root .hero-card--prompt,.ccsf-root .hero-card--meta,.ccsf-root .hero-card--output{position:static;top:auto;left:auto;width:100%;box-shadow:0 14px 28px -22px #1a191647;transform:none}.ccsf-root .hero-card:hover{transform:none}.ccsf-root .hero-card .artifact-header{padding:10px 12px;font-size:10px;gap:12px}.ccsf-root .hero-card .artifact-header>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.ccsf-root .hero-card .artifact-header>span:last-child{white-space:nowrap;flex-shrink:0}.ccsf-root .hero-card--prompt>div:last-child{padding:14px 16px!important;font-size:12px!important}.ccsf-root .hero-card--output>div:last-child{padding:14px 16px!important;font-size:11px!important;overflow-x:auto}.ccsf-root .hero-corner-tag{position:static;align-self:flex-end;margin-top:4px;font-size:10px}}.ccsf-root .cursor-blink{animation:ccsf-blink 1.1s infinite;color:var(--accent);margin-left:2px}@keyframes ccsf-blink{50%{opacity:0}}.ccsf-root .meta-tree{font-family:var(--mono);font-size:11.5px;color:var(--ink-700)}.ccsf-root .meta-row{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px dashed rgba(26,25,22,.06)}.ccsf-root .meta-row:last-child{border-bottom:none}.ccsf-root .meta-row--child{padding-left:16px;color:var(--ink-500);font-size:10.5px}.ccsf-root .meta-key{letter-spacing:.02em}.ccsf-root .meta-val{color:var(--accent);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.ccsf-root .block-head{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:20px;margin-bottom:64px;border-bottom:1px solid var(--border)}.ccsf-root .block-head-meta{font-family:var(--mono);font-size:11px;color:var(--ink-500);letter-spacing:.08em}@media(max-width:640px){.ccsf-root .block-head{flex-direction:column;gap:8px;align-items:flex-start}}.ccsf-root .friction-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}@media(max-width:900px){.ccsf-root .friction-grid{grid-template-columns:1fr;gap:48px}}.ccsf-root .friction-list{list-style:none;margin:0;padding:0}.ccsf-root .friction-item{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:28px 0;border-top:1px solid var(--border)}.ccsf-root .friction-item:last-child{border-bottom:1px solid var(--border)}.ccsf-root .friction-num{font-family:var(--mono);font-size:11px;color:var(--accent);font-weight:600;letter-spacing:.1em;padding-top:4px}.ccsf-root .friction-title{font-family:var(--serif);font-size:22px;font-weight:400;letter-spacing:-.01em;margin:0 0 8px;color:var(--ink-900)}.ccsf-root .friction-text{font-size:14.5px;color:var(--ink-600);line-height:1.55;max-width:50ch;margin:0}@media(max-width:640px){.ccsf-root .friction-item{grid-template-columns:36px 1fr;gap:12px;padding:22px 0}.ccsf-root .friction-num{padding-top:6px}.ccsf-root .friction-title{font-size:20px}.ccsf-root .friction-text{font-size:14px}}.ccsf-root .model-intro{margin-bottom:80px;max-width:1100px}.ccsf-root .model-typewriter-headline{min-height:2em}.ccsf-root .typewriter-word{display:inline-block;min-width:9.8ch;color:var(--accent);position:relative;white-space:nowrap}.ccsf-root .typewriter-word:after{content:"";display:inline-block;width:.045em;height:.86em;margin-left:.08em;transform:translateY(.08em);background:currentColor;animation:ccsf-caret-blink .9s steps(2,start) infinite}@keyframes ccsf-caret-blink{0%,45%{opacity:1}46%,to{opacity:0}}@media(prefers-reduced-motion:reduce){.ccsf-root .typewriter-word:after{animation:none}}@media(max-width:720px){.ccsf-root .typewriter-word{min-width:0}.ccsf-root .model-typewriter-headline{min-height:0}}.ccsf-root .model-diagram{display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin-top:60px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:32px 0}@media(max-width:1100px){.ccsf-root .model-diagram{grid-template-columns:repeat(3,1fr);gap:32px 0}}@media(max-width:640px){.ccsf-root .model-diagram{grid-template-columns:repeat(2,1fr)}}.ccsf-root .model-stage{position:relative;display:flex;flex-direction:column;padding:8px 16px;min-width:0}.ccsf-root .model-stage-num{font-family:var(--mono);font-size:10px;color:var(--accent);letter-spacing:.1em;margin-bottom:12px}.ccsf-root .model-stage-card{display:flex;flex-direction:column;gap:6px}.ccsf-root .model-stage-code{font-family:var(--mono);font-size:9.5px;letter-spacing:.1em;color:var(--ink-400)}.ccsf-root .model-stage-label{font-family:var(--serif);font-size:22px;font-weight:400;color:var(--ink-900);letter-spacing:-.01em}.ccsf-root .model-stage-body{font-size:12.5px;color:var(--ink-600);line-height:1.45;max-width:22ch}.ccsf-root .model-arrow{position:absolute;right:-6px;top:50%;transform:translateY(-50%);color:var(--accent);font-size:18px}@media(max-width:1100px){.ccsf-root .model-arrow{display:none}}.ccsf-root #model{padding-bottom:96px}.ccsf-root #headless{padding-top:112px;padding-bottom:104px}.ccsf-root .headless-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:clamp(48px,6vw,96px);align-items:center}.ccsf-root .headless-copy{max-width:760px}.ccsf-root .headless-copy h2.display{font-size:clamp(46px,6.2vw,92px)}.ccsf-root .headless-body{margin-top:30px;display:flex;flex-direction:column;gap:18px;max-width:62ch}.ccsf-root .headless-body p{margin:0;font-size:clamp(16px,1.35vw,19px);line-height:1.62;color:var(--ink-700)}.ccsf-root .headless-media{margin:0;position:relative}.ccsf-root .headless-image-wrap{position:relative;overflow:hidden;border:1px solid var(--border-strong);background:var(--ink-900);box-shadow:0 34px 80px -42px #1a19166b,0 10px 24px -16px #1a191638}.ccsf-root .headless-image{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;filter:grayscale(1) contrast(1.12) brightness(.78);transform:scale(1.01)}.ccsf-root .headless-scanlines{position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(to bottom,rgba(250,247,240,.12) 0,rgba(250,247,240,.12) 1px,transparent 1px,transparent 4px),linear-gradient(90deg,rgba(184,67,31,.22),transparent 42%);mix-blend-mode:screen;opacity:.7}.ccsf-root .headless-caption{position:absolute;left:18px;bottom:14px;font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);z-index:2}.ccsf-root .headless-tweet{position:absolute;left:22px;right:22px;bottom:48px;z-index:3;padding:16px 18px;border:1px solid rgba(250,247,240,.2);background:#14130fb8;color:#faf7f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ccsf-root .headless-tweet-meta{display:flex;justify-content:space-between;gap:18px;font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.ccsf-root .headless-tweet p{margin:0;max-width:54ch;font-family:var(--serif);font-size:clamp(16px,1.55vw,22px);line-height:1.32;letter-spacing:-.01em}@media(max-width:980px){.ccsf-root .headless-grid{grid-template-columns:1fr;gap:42px}.ccsf-root .headless-media{max-width:720px}}@media(max-width:560px){.ccsf-root .headless-copy h2.display{font-size:clamp(42px,13vw,54px)}.ccsf-root .headless-body{gap:14px}.ccsf-root .headless-image{aspect-ratio:4 / 3}.ccsf-root .headless-tweet{left:14px;right:14px;bottom:34px;padding:12px 14px}.ccsf-root .headless-tweet-meta{font-size:8.5px;gap:10px}.ccsf-root .headless-tweet p{font-family:var(--sans);font-size:12.5px;line-height:1.35}.ccsf-root .headless-caption{left:14px;bottom:11px;font-size:8.5px}}.ccsf-root .model-files{margin-top:96px;padding-top:48px;border-top:1px solid var(--border)}.ccsf-root .model-files-meta{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:40px}@media(max-width:640px){.ccsf-root .model-files-meta{flex-direction:column;gap:8px;align-items:flex-start}}.ccsf-root .model-files-grid{display:grid;grid-template-columns:.95fr 1.1fr;gap:64px;align-items:start}@media(max-width:1000px){.ccsf-root .model-files-grid{grid-template-columns:1fr;gap:48px}}.ccsf-root .model-files-copy h3.display{font-size:clamp(28px,3.4vw,44px)}.ccsf-root .files-list{list-style:none;margin:40px 0 0;padding:0;border-top:1px solid var(--border)}.ccsf-root .files-item{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:22px 0;border-bottom:1px solid var(--border)}.ccsf-root .files-item-num{font-family:var(--mono);font-size:11px;color:var(--accent);font-weight:600;letter-spacing:.12em;padding-top:4px}.ccsf-root .files-item-name{margin-bottom:4px}.ccsf-root .files-mono{font-family:var(--mono);font-size:13px;color:var(--ink-900);font-weight:600;letter-spacing:.02em}.ccsf-root .files-item-label{font-family:var(--serif);font-size:18px;color:var(--ink-900);margin-bottom:4px;font-weight:400;letter-spacing:-.01em}.ccsf-root .files-item-body{font-size:13.5px;color:var(--ink-600);line-height:1.6}.ccsf-root .files-closer{margin-top:28px;font-family:var(--serif);font-style:italic;font-size:18px;color:var(--ink-800)}.ccsf-root .vscode{--bone-100: #FAF7F0;--bone-200: #F5F1E8;--bone-300: #EDE8DA;--bone-400: #DDD7C5;--ink-900: #1A1916;--ink-700: #3D3B36;--ink-500: #76736A;--ink-400: #9A968B;background:#1a1916;color:#ede8da;border:1px solid rgba(0,0,0,.4);font-family:var(--mono);font-size:12px;box-shadow:0 30px 60px -30px #1a191647,0 6px 18px -8px #1a19162e;display:flex;flex-direction:column}.ccsf-root .vscode-titlebar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:9px 14px;background:#15140f;border-bottom:1px solid rgba(0,0,0,.5);font-size:11px;color:var(--ink-400);letter-spacing:.04em}.ccsf-root .vscode-traffic{display:inline-flex;gap:6px}.ccsf-root .vscode-traffic span{width:10px;height:10px;border-radius:50%;background:var(--ink-700)}.ccsf-root .vscode-traffic span:nth-child(1){background:#c45a2a}.ccsf-root .vscode-traffic span:nth-child(2){background:#bab6a9;opacity:.5}.ccsf-root .vscode-traffic span:nth-child(3){background:#76736a;opacity:.6}.ccsf-root .vscode-titlebar-text{text-align:center;color:var(--bone-400)}.ccsf-root .vscode-titlebar-meta{font-size:10px;color:var(--ink-500);letter-spacing:.1em;text-transform:uppercase}.ccsf-root .vscode-body{display:grid;grid-template-columns:38px 180px 1fr;min-height:380px}@media(max-width:560px){.ccsf-root .vscode-body{grid-template-columns:32px 140px 1fr;min-height:340px}}.ccsf-root .vscode-activitybar{background:#0f0e0b;border-right:1px solid rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center;padding:14px 0;gap:16px;color:var(--ink-500);font-size:16px}.ccsf-root .vscode-act{width:22px;height:22px;display:grid;place-items:center;border-left:2px solid transparent;margin-left:-2px;padding-left:2px}.ccsf-root .vscode-act--active{color:var(--bone-200);border-left-color:var(--accent)}.ccsf-root .vscode-sidebar{background:#1b1a16;border-right:1px solid rgba(0,0,0,.5);padding:12px 0;font-size:12px}.ccsf-root .vscode-sidebar-h{font-size:10px;letter-spacing:.16em;color:var(--ink-400);padding:0 14px 10px;text-transform:uppercase;font-weight:600}.ccsf-root .vscode-sidebar-folder,.ccsf-root .vscode-sidebar-file{padding:4px 14px;color:var(--bone-300);font-size:12px;display:flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ccsf-root .vscode-sidebar-folder{color:var(--bone-400);font-weight:500}.ccsf-root .vscode-sidebar-folder--collapsed{color:var(--ink-500)}.ccsf-root .vscode-sidebar-file{padding-left:28px}.ccsf-root .vscode-sidebar-file--active{background:#b8431f2e;color:var(--bone-100);border-left:2px solid var(--accent);padding-left:26px}.ccsf-root .vscode-fi{display:inline-grid;place-items:center;width:16px;height:16px;border:1px solid rgba(245,241,232,.18);font-size:8px;color:var(--bone-400);letter-spacing:0;flex-shrink:0}.ccsf-root .vscode-sidebar-file--active .vscode-fi{border-color:var(--accent);color:var(--accent)}.ccsf-root .vscode-editor{background:#0e0d0a;display:flex;flex-direction:column;min-width:0}.ccsf-root .vscode-tabs{background:#15140f;border-bottom:1px solid rgba(0,0,0,.5);display:flex;font-size:11px;color:var(--ink-400)}.ccsf-root .vscode-tab{padding:9px 18px;border-right:1px solid rgba(0,0,0,.5);cursor:default}.ccsf-root .vscode-tab--active{background:#0e0d0a;color:var(--bone-200);border-bottom:1px solid var(--accent)}.ccsf-root .vscode-code{margin:0;padding:18px 22px;font-family:var(--mono);font-size:12px;line-height:1.7;color:var(--bone-300);white-space:pre-wrap;overflow-x:auto;flex:1}.ccsf-root .vscode-statusbar{background:var(--accent);color:var(--bone-100);padding:5px 14px;font-size:10px;letter-spacing:.08em;display:flex;gap:18px;text-transform:uppercase}.ccsf-root .build-intro{max-width:600px}.ccsf-root .build-intro-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:center;margin-bottom:80px}@media(max-width:1000px){.ccsf-root .build-intro-grid{grid-template-columns:1fr;gap:48px}}.ccsf-root .backlog-mock{display:flex;flex-direction:column;gap:14px}.ccsf-root .backlog-mock-frame{background:var(--surface);border:1px solid var(--border);box-shadow:0 24px 50px -28px #1a191638,0 6px 14px -6px #1a19161a;font-family:var(--sans);overflow:hidden}[data-theme=dark] .ccsf-root .backlog-mock-frame{box-shadow:0 24px 50px -28px #0009,0 6px 14px -6px #0006}.ccsf-root .backlog-mock-pill,.ccsf-root .backlog-mock-search{background:var(--surface)}.ccsf-root .backlog-mock-toolbar,.ccsf-root .backlog-mock-row--head,.ccsf-root .backlog-mock-row--head:hover{background:var(--surface-soft)}[data-theme=dark] .ccsf-root .backlog-mock-tab{color:#4da8e8;border-bottom-color:#4da8e8}[data-theme=dark] .ccsf-root .backlog-mock-tab-icon{background:#4da8e8}[data-theme=dark] .ccsf-root .backlog-mock-tabs{background:linear-gradient(to bottom,#4da8e81a,#4da8e800)}[data-theme=dark] .ccsf-root .backlog-mock-id{color:#4da8e8}[data-theme=dark] .ccsf-root .backlog-mock-row:hover{background:#4da8e80f}.ccsf-root .backlog-mock-tabs{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 16px 0;background:linear-gradient(to bottom,#0176d30f,#0176d300);border-bottom:1px solid var(--border)}.ccsf-root .backlog-mock-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 14px 12px;font-size:13px;font-weight:600;color:#0176d3;border-bottom:2px solid #0176D3;margin-bottom:-1px}.ccsf-root .backlog-mock-tab-icon{width:18px;height:18px;display:grid;place-items:center;background:#0176d3;color:#fff;font-size:10px;border-radius:3px}.ccsf-root .backlog-mock-tab-meta{font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;color:var(--ink-500);padding-bottom:10px}.ccsf-root .backlog-mock-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);background:#f5f1e866}.ccsf-root .backlog-mock-pill{font-size:12px;color:var(--ink-700);padding:6px 10px;border:1px solid var(--border-strong);background:#fff;border-radius:3px}.ccsf-root .backlog-mock-search{font-family:var(--mono);font-size:11px;color:var(--ink-500);padding:6px 10px;border:1px solid var(--border);background:#fff;border-radius:3px;flex:1;max-width:260px;text-align:left}.ccsf-root .backlog-mock-table{display:flex;flex-direction:column}.ccsf-root .backlog-mock-row{display:grid;grid-template-columns:64px 56px 1fr 100px 56px 64px;gap:12px;padding:10px 16px;align-items:center;border-bottom:1px solid var(--border);font-size:12.5px;color:var(--ink-800)}.ccsf-root .backlog-mock-row:last-child{border-bottom:none}.ccsf-root .backlog-mock-row:hover{background:#0176d30a}.ccsf-root .backlog-mock-row--head{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-500);background:#f5f1e899}.ccsf-root .backlog-mock-row--head:hover{background:#f5f1e899}.ccsf-root .backlog-mock-row--more{color:var(--ink-500)}.ccsf-root .backlog-mock-row--more:hover{background:transparent}.ccsf-root .backlog-mock-id{font-family:var(--mono);font-size:11px;color:#0176d3}.ccsf-root .backlog-mock-pri{display:inline-block;font-family:var(--mono);font-size:10px;letter-spacing:.04em;text-transform:uppercase;font-weight:700;padding:2px 8px;border-radius:2px;border:1px solid}.ccsf-root .backlog-mock-pri--high{color:#b8431f;background:#b8431f14;border-color:#b8431f66}.ccsf-root .backlog-mock-pri--med{color:#b07700;background:#ffb3471f;border-color:#b0770059}.ccsf-root .backlog-mock-pri--low{color:#2e7d5b;background:#2e7d5b14;border-color:#2e7d5b4d}.ccsf-root .backlog-mock-subject{color:var(--ink-900);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ccsf-root .backlog-mock-owner{color:var(--ink-700);font-size:12px}.ccsf-root .backlog-mock-age{font-family:var(--mono);font-size:11px;color:var(--ink-500)}.ccsf-root .backlog-mock-type{font-family:var(--mono);font-size:10px;letter-spacing:.08em;color:var(--ink-500);text-transform:uppercase}.ccsf-root .backlog-mock-caption{display:flex;justify-content:space-between;gap:12px;font-family:var(--mono);font-size:10.5px;color:var(--ink-500);letter-spacing:.06em;padding:0 4px}.ccsf-root .backlog-mock-caption-eyebrow{color:var(--accent)}@media(max-width:720px){.ccsf-root .backlog-mock-row{grid-template-columns:50px 50px 1fr 60px;font-size:11.5px}.ccsf-root .backlog-mock-row>div:nth-child(4),.ccsf-root .backlog-mock-row>div:nth-child(5){display:none}.ccsf-root .backlog-mock-tab-meta,.ccsf-root .backlog-mock-search{display:none}}.ccsf-root .build-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px 48px}@media(max-width:900px){.ccsf-root .build-grid{grid-template-columns:1fr;gap:56px}}.ccsf-root .build-panel{display:flex;flex-direction:column;gap:28px}.ccsf-root .build-panel-meta{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid var(--border)}.ccsf-root .build-panel h3.display{font-size:clamp(28px,3.2vw,38px)}.ccsf-root .build-panel-artifact{margin-top:8px}.ccsf-root .build-prompt{display:grid;grid-template-columns:80px 1fr;padding:16px 18px;border-bottom:1px solid var(--border);background:var(--bone-200)}.ccsf-root .build-prompt-label,.ccsf-root .build-output-label{font-family:var(--mono);font-size:10px;letter-spacing:.12em;color:var(--ink-500);font-weight:600;padding-top:2px}.ccsf-root .build-prompt-text{font-family:var(--serif);font-style:italic;font-size:15px;line-height:1.5;color:var(--ink-800)}.ccsf-root .build-output{display:grid;grid-template-columns:80px 1fr;padding:16px 18px}.ccsf-root .build-output-code{font-family:var(--mono);font-size:11.5px;line-height:1.65;color:var(--ink-800);white-space:pre-wrap;word-break:break-word;margin:0}.ccsf-root .build-track{position:relative;padding:56px 0 120px}.ccsf-root .build-sticky-shell{width:100%;display:flex;flex-direction:column;gap:28px}.ccsf-root .build-stack-meta{position:sticky;top:72px;z-index:60;display:flex;justify-content:space-between;align-items:baseline;padding:0 0 14px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bone-100) 86%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] .ccsf-root .build-stack-meta{background:color-mix(in srgb,var(--bg) 86%,transparent)}.ccsf-root .build-stack{position:relative;display:flex;flex-direction:column;gap:42vh;padding-top:28px;padding-bottom:18vh}.ccsf-root .build-stack-card{position:sticky;top:calc(118px + (var(--card-index) * 14px));display:flex;flex-direction:column;min-height:min(620px,calc(100vh - 170px));transform-origin:top center;transform:translateY(calc(var(--card-index) * -7px)) rotate(calc((var(--card-index) - 1.5) * .35deg));will-change:transform}.ccsf-root .build-stack-card:before,.ccsf-root .build-stack-card:after{content:"";position:absolute;inset:-7px 14px auto;height:18px;border:1px solid var(--border-strong);background:color-mix(in srgb,var(--accent) 18%,var(--bone-100));opacity:.28;transform:translateY(-6px) rotate(calc((var(--card-index) - 1.5) * -.45deg));pointer-events:none}.ccsf-root .build-stack-card:after{inset-inline:30px;opacity:.18;transform:translateY(-13px) rotate(calc((var(--card-index) - 1.5) * .4deg))}[data-theme=dark] .ccsf-root .build-stack-card:before,[data-theme=dark] .ccsf-root .build-stack-card:after{background:color-mix(in srgb,var(--accent) 22%,var(--surface))}.ccsf-root .build-stack-card.is-active{transform:translateY(calc(var(--card-index) * -8px)) rotate(0)}.ccsf-root .build-stack-card.is-future{transform:translateY(calc(var(--card-index) * -5px)) rotate(calc((var(--card-index) - 1.5) * .35deg))}.ccsf-root .build-stack-card.is-past{transform:translateY(calc(var(--card-index) * -12px)) scale(.985)}.ccsf-root .build-stack-card .build-panel{background:var(--bone-100);border:1px solid var(--border-strong);padding:32px 36px;height:100%;display:flex;flex-direction:column;gap:20px;overflow:hidden;box-shadow:0 34px 70px -34px #1a191657,0 9px 24px -14px #1a191629;position:relative}[data-theme=dark] .ccsf-root .build-stack-card .build-panel{background:var(--surface)}.ccsf-root .build-stack-card .build-panel-artifact{flex:1;min-height:0;display:flex;flex-direction:column}.ccsf-root .build-stack-card .build-output{flex:1;overflow:auto}.ccsf-root .build-stack-card h3.display{font-size:clamp(24px,2.6vw,36px)}.ccsf-root .build-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 0 0}.ccsf-root .build-progress-step{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:8px 4px 12px;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;color:var(--ink-500);border-top:1px solid var(--border);position:relative;transition:color .22s ease}.ccsf-root .build-progress-step:before{content:"";position:absolute;top:-1px;left:0;height:1px;width:0;background:var(--accent);transition:width .32s ease}.ccsf-root .build-progress-step.is-past:before,.ccsf-root .build-progress-step.is-active:before{width:100%}.ccsf-root .build-progress-step.is-active{color:var(--ink-900)}.ccsf-root .build-progress-num{font-family:var(--mono);font-size:10.5px;letter-spacing:.12em;color:var(--accent);font-weight:600}.ccsf-root .build-progress-label{font-family:var(--serif);font-size:14px;font-style:italic;letter-spacing:-.01em}@media(max-width:800px){.ccsf-root .build-track{padding:40px 0 72px}.ccsf-root .build-stack-meta{top:58px;z-index:30;align-items:baseline;background:color-mix(in srgb,var(--bone-200) 88%,transparent)}.ccsf-root .build-scroll-hint{display:none}.ccsf-root .build-stack{gap:32vh;padding-top:18px;padding-bottom:10vh}.ccsf-root .build-stack-card,.ccsf-root .build-stack-card.is-active,.ccsf-root .build-stack-card.is-past,.ccsf-root .build-stack-card.is-future{position:sticky;top:calc(96px + (var(--card-index) * 10px));min-height:auto;transform:translateY(calc(var(--card-index) * -5px))!important}.ccsf-root .build-stack-card:before,.ccsf-root .build-stack-card:after{display:block;height:12px;inset-inline:10px}.ccsf-root .build-stack-card .build-panel{padding:22px;gap:16px;height:auto;max-height:calc(100vh - 132px);overflow:auto}.ccsf-root .build-stack-card h3.display{font-size:clamp(25px,8vw,34px)}.ccsf-root .build-panel-meta{gap:12px;align-items:flex-start}.ccsf-root .build-panel-artifact .artifact-header{align-items:flex-start;gap:12px}.ccsf-root .build-panel-artifact .artifact-header span:first-child{min-width:0;overflow-wrap:anywhere}.ccsf-root .build-prompt,.ccsf-root .build-output{grid-template-columns:1fr;gap:10px;padding:14px}.ccsf-root .build-prompt-text{font-size:14px}.ccsf-root .build-output-code{font-size:10.5px;line-height:1.55}.ccsf-root .build-progress{display:none}}.ccsf-root .walkthrough-intro{max-width:760px;margin-bottom:64px}.ccsf-root .walkthrough-frame{margin-top:24px}.ccsf-root .walkthrough-video{position:relative;aspect-ratio:16 / 9;background:var(--ink-900);overflow:hidden}.ccsf-root .walkthrough-video video,.ccsf-root .walkthrough-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.ccsf-root .walkthrough-video-placeholder{background:linear-gradient(180deg,#0a0a0a,#161616)}.floating-video{will-change:top,left,width,height}.floating-video.is-mini{border:1px solid rgba(255,255,255,.12)}.floating-video iframe{pointer-events:auto}.floating-video-close{position:absolute;top:6px;right:6px;z-index:2;width:28px;height:28px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:#000000a8;color:#fff;font-size:18px;font-weight:600;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .15s ease,transform .15s ease;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.floating-video-close:hover{background:#000000d9;transform:scale(1.05)}@media(max-width:720px){.floating-video.is-mini{border-width:1px}}@media(prefers-reduced-motion:reduce){.floating-video{transition:none!important}}.ccsf-root .walkthrough-poster{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:radial-gradient(ellipse at center,rgba(184,67,31,.18) 0%,transparent 60%),var(--ink-900);color:var(--bone-200);text-align:center;padding:24px}.ccsf-root .walkthrough-poster-button{border:0;width:100%;font:inherit;cursor:pointer;transition:background .25s ease}.ccsf-root .walkthrough-poster.has-thumb{padding:0;background:var(--ink-900)}.ccsf-root .walkthrough-poster.has-thumb:before{display:none}.ccsf-root .walkthrough-poster-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.ccsf-root .walkthrough-poster-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center,#0a0a0a26,#0a0a0a8c 70%,#0a0a0ab3);transition:background .25s ease}.ccsf-root .walkthrough-poster-button.has-thumb:hover .walkthrough-poster-overlay,.ccsf-root .walkthrough-poster-button.has-thumb:focus-visible .walkthrough-poster-overlay{background:radial-gradient(ellipse at center,#0a0a0a0d,#0a0a0a66 70%,#0a0a0a99)}.ccsf-root .walkthrough-poster.has-thumb .walkthrough-play,.ccsf-root .walkthrough-poster.has-thumb .walkthrough-poster-label,.ccsf-root .walkthrough-poster.has-thumb .walkthrough-poster-sub{position:relative;z-index:1}.ccsf-root .walkthrough-poster.has-thumb .walkthrough-play{background:#0a0a0a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ccsf-root .walkthrough-poster.has-thumb .walkthrough-poster-label,.ccsf-root .walkthrough-poster.has-thumb .walkthrough-poster-sub{text-shadow:0 1px 2px rgba(0,0,0,.6)}.ccsf-root .walkthrough-poster-button:hover .walkthrough-play,.ccsf-root .walkthrough-poster-button:focus-visible .walkthrough-play{background:var(--accent);border-color:var(--accent);color:var(--ink-900);transform:scale(1.04)}.ccsf-root .walkthrough-poster-button:focus-visible{outline:2px solid var(--accent);outline-offset:-4px}.ccsf-root .walkthrough-play{transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease}.ccsf-root .video-modal-overlay{position:fixed;inset:0;z-index:1000;background:#0a0a0ae0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px;animation:ccsf-modal-fade .18s ease}@keyframes ccsf-modal-fade{0%{opacity:0}to{opacity:1}}.ccsf-root .video-modal-frame{position:relative;width:100%;max-width:1100px}.ccsf-root .video-modal-aspect{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;border-radius:4px;overflow:hidden;box-shadow:0 30px 80px #0009}.ccsf-root .video-modal-aspect iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.ccsf-root .video-modal-close{position:absolute;top:-44px;right:0;width:36px;height:36px;display:grid;place-items:center;background:transparent;color:var(--bone-200);border:1px solid rgba(245,241,232,.3);border-radius:50%;font-size:22px;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.ccsf-root .video-modal-close:hover,.ccsf-root .video-modal-close:focus-visible{background:var(--accent);color:var(--ink-900);border-color:var(--accent);outline:none}@media(max-width:640px){.ccsf-root .video-modal-overlay{padding:12px;align-items:center}.ccsf-root .video-modal-frame{max-width:100%;padding-top:44px}.ccsf-root .video-modal-close{top:4px;right:4px;background:#0a0a0ab3;border-color:#f5f1e880}}.ccsf-root .walkthrough-poster:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,rgba(245,241,232,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(245,241,232,.04) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.ccsf-root .walkthrough-play{position:relative;width:72px;height:72px;border:1.5px solid var(--bone-300);border-radius:50%;display:grid;place-items:center;font-size:22px;color:var(--accent);padding-left:4px}.ccsf-root .walkthrough-poster-label{position:relative;font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--bone-400)}.ccsf-root .walkthrough-poster-sub{position:relative;font-family:var(--serif);font-style:italic;font-size:18px;color:var(--bone-200)}.ccsf-root .walkthrough-caption{display:grid;grid-template-columns:100px 1fr;gap:24px;padding:18px 22px;border-top:1px solid var(--border);align-items:baseline}@media(max-width:600px){.ccsf-root #walkthrough{padding-bottom:72px}.ccsf-root .walkthrough-intro{margin-bottom:36px}.ccsf-root .walkthrough-frame{margin-inline:-4px}.ccsf-root .walkthrough-frame .artifact-header{gap:10px;align-items:flex-start}.ccsf-root .walkthrough-frame .artifact-header span:first-child{min-width:0;overflow-wrap:anywhere}.ccsf-root .walkthrough-frame .artifact-header span:last-child{white-space:nowrap}.ccsf-root .walkthrough-video{aspect-ratio:4 / 3}.ccsf-root .walkthrough-play{width:58px;height:58px;font-size:18px}.ccsf-root .walkthrough-poster-label{font-size:10px}.ccsf-root .walkthrough-poster-sub{font-size:16px;max-width:18ch;line-height:1.25}.ccsf-root .walkthrough-caption{grid-template-columns:1fr;gap:8px;padding:16px}.ccsf-root .walkthrough-caption span:last-child{font-size:15px!important;line-height:1.45}}.ccsf-root .walkthrough-beats{margin-top:64px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border)}@media(max-width:1100px){.ccsf-root .walkthrough-beats{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.ccsf-root .walkthrough-beats{grid-template-columns:1fr}.ccsf-root .walkthrough-beats{margin-top:36px}}.ccsf-root .walkthrough-beat{display:flex;flex-direction:column;gap:10px;padding:32px 28px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.ccsf-root .walkthrough-beat-meta{display:flex;gap:16px;align-items:baseline}.ccsf-root .walkthrough-beat:last-child{border-right:none}@media(max-width:1100px){.ccsf-root .walkthrough-beat:nth-child(2){border-right:none}.ccsf-root .walkthrough-beat:nth-child(3){border-right:1px solid var(--border)}}@media(max-width:600px){.ccsf-root .walkthrough-beat,.ccsf-root .walkthrough-beat:nth-child(3){border-right:none}.ccsf-root .walkthrough-beat{padding:24px 26px}}.ccsf-root .walkthrough-beat-num{font-family:var(--mono);font-size:11px;color:var(--accent);font-weight:600;letter-spacing:.12em}.ccsf-root .walkthrough-beat-time{font-family:var(--mono);font-size:11px;color:var(--ink-500);letter-spacing:.08em}.ccsf-root .walkthrough-beat-label{font-family:var(--serif);font-size:22px;font-weight:400;letter-spacing:-.01em;line-height:1.2;color:var(--ink-900);margin-top:6px}.ccsf-root .walkthrough-beat-body{font-size:13.5px;color:var(--ink-600);line-height:1.6}.ccsf-root .curriculum-intro{max-width:800px;margin-bottom:80px}.ccsf-root .curriculum{border-top:1px solid var(--border)}.ccsf-root .phase{border-bottom:1px solid var(--border);transition:background .24s ease}.ccsf-root .phase--open{background:#fff6}.ccsf-root .phase-head{width:100%;display:grid;grid-template-columns:1fr auto;align-items:center;padding:32px 24px;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:padding .2s ease;color:inherit}.ccsf-root .phase-head:hover{padding-left:32px}.ccsf-root .phase-head-l{display:flex;align-items:baseline;gap:32px}.ccsf-root .phase-tag{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-weight:600;min-width:80px}.ccsf-root .phase-title{font-family:var(--serif);font-size:clamp(28px,3.4vw,42px);font-weight:300;letter-spacing:-.02em;color:var(--ink-900)}.ccsf-root .phase-head-r{display:flex;align-items:center;gap:28px;font-family:var(--mono);font-size:11px;color:var(--ink-500);letter-spacing:.06em}.ccsf-root .phase-toggle{font-family:var(--serif);font-size:28px;font-weight:300;color:var(--accent);width:32px;height:32px;display:grid;place-items:center}.ccsf-root .phase-body{overflow:hidden;transition:max-height .5s cubic-bezier(.2,.7,.2,1)}.ccsf-root .phase-body-inner{padding:8px 24px 36px}.ccsf-root .module{display:grid;grid-template-columns:80px 1fr;gap:24px;padding:18px 0;border-top:1px dashed var(--border)}.ccsf-root .module-n{font-family:var(--mono);font-size:12px;color:var(--accent);font-weight:600}.ccsf-root .module-t{font-family:var(--serif);font-size:18px;color:var(--ink-900);margin-bottom:4px;font-weight:400;letter-spacing:-.01em}.ccsf-root .module-d{font-size:13.5px;color:var(--ink-600);line-height:1.5}@media(max-width:700px){.ccsf-root #curriculum{padding-top:72px}.ccsf-root .curriculum-intro{margin-bottom:42px}.ccsf-root .phase-head{padding:24px 0}.ccsf-root .phase-head:hover{padding-left:0}.ccsf-root .phase-head-l,.ccsf-root .phase-head-r{gap:12px}.ccsf-root .phase-head-r .phase-duration,.ccsf-root .phase-head-r .phase-count{display:none}.ccsf-root .phase-title{font-size:clamp(25px,8vw,34px)}.ccsf-root .phase-body-inner{padding:0 0 28px}.ccsf-root .module{grid-template-columns:44px 1fr;gap:12px;padding:16px 0}}.ccsf-root .demo-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:64px;align-items:start}@media(max-width:980px){.ccsf-root .demo-grid{grid-template-columns:1fr;gap:40px}}.ccsf-root .demo-examples{margin-top:32px;display:flex;flex-direction:column;gap:8px}.ccsf-root .demo-ex{display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:start;text-align:left;padding:12px 14px;background:#fff6;border:1px solid var(--border);font-family:var(--sans);font-size:13px;color:var(--ink-700);line-height:1.5}.ccsf-root .demo-ex-arrow{color:var(--accent)}.ccsf-root .demo-input-wrap{padding:16px 18px;border-bottom:1px solid var(--border)}.ccsf-root .demo-input{font-family:var(--mono);font-size:13px;line-height:1.6;color:var(--ink-900);white-space:pre-wrap;margin:0}.ccsf-root .demo-output{padding:18px;min-height:200px}.ccsf-root .demo-output-code{font-family:var(--mono);font-size:12px;line-height:1.65;color:var(--ink-800);white-space:pre-wrap;word-break:break-word;margin:0}.ccsf-root .safety-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}@media(max-width:900px){.ccsf-root .safety-grid{grid-template-columns:1fr;gap:40px}}.ccsf-root .safety-list{display:flex;flex-direction:column}.ccsf-root .safety-item{display:grid;grid-template-columns:60px 1fr;gap:20px;padding:24px 0;border-top:1px solid var(--border)}.ccsf-root .safety-item:last-child{border-bottom:1px solid var(--border)}.ccsf-root .safety-n{font-family:var(--mono);font-size:11px;color:var(--accent);font-weight:600;padding-top:4px}.ccsf-root .safety-t{font-family:var(--serif);font-size:22px;font-weight:400;letter-spacing:-.01em;color:var(--ink-900);margin:0 0 6px}.ccsf-root .safety-d{font-size:14px;color:var(--ink-600);line-height:1.55;margin:0}.ccsf-root .section--dark{background:var(--bone-300)}.ccsf-root .section--dark .block-head{border-bottom-color:var(--border-strong)}.ccsf-root .instructor-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}@media(max-width:900px){.ccsf-root .instructor-grid{grid-template-columns:1fr;gap:48px}}.ccsf-root .portrait-frame{--bone-100: #FAF7F0;--bone-300: #EDE8DA;background:#1a1916;color:#faf7f0;aspect-ratio:4 / 5;position:relative;overflow:hidden}.ccsf-root .portrait-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 22%;z-index:1;filter:grayscale(.15) contrast(1.02)}.ccsf-root .portrait-grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(245,241,232,.06) 1px,transparent 1px),linear-gradient(to bottom,rgba(245,241,232,.06) 1px,transparent 1px);background-size:32px 32px;z-index:2;pointer-events:none}.ccsf-root .portrait-caption{position:absolute;bottom:16px;left:16px;right:16px;display:flex;justify-content:space-between;font-family:var(--mono);font-size:11px;color:var(--bone-300);letter-spacing:.08em;z-index:2}.ccsf-root .instructor-creds{margin-top:28px;display:flex;flex-wrap:wrap;gap:14px}.ccsf-root .cred{display:inline-flex;align-items:baseline;gap:6px;padding:8px 14px;border:1px solid var(--border-strong);background:var(--bone-100);font-size:12px;color:var(--ink-700)}.ccsf-root .cred-n{color:var(--accent);font-weight:600;font-family:var(--mono)}.ccsf-root .instructor-note{padding-top:20px}.ccsf-root .instructor-body{margin-top:40px;max-width:56ch;font-size:16px;line-height:1.65;color:var(--ink-700);display:flex;flex-direction:column;gap:18px}.ccsf-root .instructor-body p{margin:0}.ccsf-root .instructor-sign{font-family:var(--serif);font-style:italic;font-size:22px;color:var(--ink-900);margin-top:16px}.ccsf-root .instructor-work-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.ccsf-root .instructor-work-pills span{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid var(--border-strong);background:color-mix(in srgb,var(--bone-100) 62%,transparent);font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;color:var(--ink-700)}@media(max-width:640px){.ccsf-root .instructor-note h2.display{font-size:clamp(39px,12vw,50px)}.ccsf-root .instructor-body{margin-top:28px}.ccsf-root .instructor-work-pills{gap:8px}.ccsf-root .instructor-work-pills span{width:100%;justify-content:space-between}}.ccsf-root .instructor-more-link{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;width:max-content;margin-top:24px;padding:10px 18px;border:1px solid var(--border-strong);border-radius:999px;background:transparent;font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-900);text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .2s ease}.ccsf-root .instructor-more-link:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translate(2px)}.ccsf-root .instructor-more-link span{font-size:14px}.ccsf-root .pricing-card{background:var(--bone-100);border:1px solid var(--border);display:grid;grid-template-columns:1.3fr 1fr;position:relative}[data-theme=dark] .ccsf-root .pricing-card{background:var(--surface)}.ccsf-root .pricing-card:before{content:"";position:absolute;top:0;left:0;width:64px;height:1px;background:var(--accent)}@media(max-width:900px){.ccsf-root .pricing-card{grid-template-columns:1fr}}.ccsf-root .pricing-l{padding:64px;border-right:1px solid var(--border)}@media(max-width:900px){.ccsf-root .pricing-l{border-right:none;border-bottom:1px solid var(--border);padding:40px}}.ccsf-root .pricing-r{padding:64px 48px;display:flex;flex-direction:column;gap:20px}@media(max-width:900px){.ccsf-root .pricing-r{padding:40px 20px}}@media(max-width:560px){.ccsf-root .pricing-r{padding:32px 12px}}@media(max-width:560px){.ccsf-root .pricing-thrivecart-wrap{margin-left:-6px;margin-right:-6px}.ccsf-root .tc-v2-embeddable-target,.ccsf-root .tc-v2-embeddable-target iframe{width:100%;min-height:560px}}.ccsf-root .tc-v2-embeddable-target iframe{width:100%!important;min-width:100%!important}.ccsf-root .ccsf-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ccsf-root .ccsf-thrivecart-skeleton{display:flex;flex-direction:column;gap:14px;padding:18px 16px;min-height:540px;background:var(--bone-100);border:1px solid var(--border);border-radius:6px}.ccsf-root .ccsf-thrivecart-skel-row{height:44px;border-radius:6px;background:linear-gradient(90deg,#1a19160d,#1a19161a,#1a19160d);background-size:200% 100%;animation:ccsf-skel-shimmer 1.4s ease-in-out infinite}.ccsf-root .ccsf-thrivecart-skel-row--tabs{height:36px}.ccsf-root .ccsf-thrivecart-skel-row--cta{height:52px;margin-top:auto}@keyframes ccsf-skel-shimmer{0%,to{background-position:200% 0}50%{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.ccsf-root .ccsf-thrivecart-skel-row{animation:none}}.ccsf-root .tc-v2-embeddable-target:has(iframe){display:block;padding:0;background:transparent;border:0;min-height:0}.ccsf-root .tc-v2-embeddable-target:has(iframe) .ccsf-thrivecart-skel-row{display:none}.ccsf-root .pricing-includes{margin-top:40px;list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.ccsf-root .pricing-includes li{display:grid;grid-template-columns:22px 1fr;font-size:14.5px;color:var(--ink-700);align-items:baseline}.ccsf-root .pricing-check{color:var(--accent);font-weight:700}.ccsf-root .pricing-price-block{padding-bottom:28px;border-bottom:1px solid var(--border);margin-bottom:12px}.ccsf-root .pricing-price{display:flex;align-items:flex-start;font-family:var(--serif);font-weight:300;color:var(--ink-900);margin-top:12px;line-height:1}.ccsf-root .pricing-price .dollar{font-size:40px;padding-top:12px}.ccsf-root .pricing-price .num{font-size:96px;letter-spacing:-.04em}.ccsf-root .pricing-price .reg{font-family:var(--mono);font-size:14px;color:var(--ink-500);text-decoration:line-through;align-self:flex-start;padding-top:18px;margin-left:12px;letter-spacing:.08em}.ccsf-root .pricing-sub{font-family:var(--mono);font-size:11px;color:var(--ink-500);letter-spacing:.06em;margin-top:8px}.ccsf-root .pricing-reimburse{margin-top:14px;font-family:var(--mono);font-size:13px;line-height:1.55;color:var(--accent);max-width:42ch;letter-spacing:.01em}.ccsf-root .pricing-reimburse .tw-caret{display:inline-block;margin-left:1px;color:var(--accent);animation:tw-blink .9s steps(1) infinite}.ccsf-root .pricing-reimburse .tw-caret-done{animation-duration:1.4s}@keyframes tw-blink{50%{opacity:0}}@media(prefers-reduced-motion:reduce){.ccsf-root .pricing-reimburse .tw-caret{animation:none;opacity:0}}.ccsf-root .pricing-cta{width:100%;justify-content:center}.ccsf-root .pricing-guarantee{margin-top:16px;padding-top:20px;border-top:1px dashed var(--border)}.ccsf-root .pricing-thrivecart-wrap{margin-top:4px;padding-top:20px;border-top:1px dashed var(--border)}.ccsf-root .pricing-thrivecart-label{font-family:var(--mono);font-size:10px;letter-spacing:.12em;color:var(--ink-500);text-transform:uppercase;font-weight:600;margin-bottom:12px}.ccsf-root .testimonials-intro{max-width:760px;margin-bottom:64px}.ccsf-root .testimonials-wall{display:flex;flex-direction:column;gap:30px;margin-left:max(-48px,calc((100vw - 1440px)/-2 - 48px));margin-right:max(-48px,calc((100vw - 1440px)/-2 - 48px));margin-bottom:48px;overflow:hidden;padding:16px 0 18px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.ccsf-root .testimonials-marquee{display:flex;width:100%;overflow:hidden}.ccsf-root .testimonials-marquee-track{display:flex;gap:32px;width:max-content;padding:0 16px;will-change:transform;animation:ccsf-testimonials-left 34s linear infinite}.ccsf-root .testimonials-marquee--right .testimonials-marquee-track{animation-name:ccsf-testimonials-right}.ccsf-root .testimonials-marquee:hover .testimonials-marquee-track{animation-play-state:paused}.ccsf-root .testimonial-paper{position:relative;flex:0 0 clamp(360px,30vw,460px);min-height:188px;background:#faf7f0;color:#2b2a26;padding:22px 22px 18px;margin:0;transform:rotate(var(--rot));transition:transform .32s cubic-bezier(.2,.7,.2,1),box-shadow .32s ease;box-shadow:0 1px 1px #1a19160a,0 14px 28px -16px #1a191633,0 4px 10px -8px #1a19161a;background-image:radial-gradient(at 10% 20%,rgba(0,0,0,.025) 0%,transparent 35%),radial-gradient(at 70% 8%,rgba(0,0,0,.02) 0%,transparent 30%),radial-gradient(at 30% 90%,rgba(0,0,0,.025) 0%,transparent 30%),radial-gradient(at 90% 60%,rgba(0,0,0,.018) 0%,transparent 28%),linear-gradient(135deg,#00000003,#0000 50%);border-radius:1px}.ccsf-root .testimonial-paper:before,.ccsf-root .testimonial-paper:after{content:"";position:absolute;inset:0;pointer-events:none;background-repeat:no-repeat}.ccsf-root .testimonial-paper:before{background-image:linear-gradient(102deg,transparent 38%,rgba(0,0,0,.04) 39%,transparent 40%),linear-gradient(85deg,transparent 70%,rgba(0,0,0,.03) 71%,transparent 72%),linear-gradient(120deg,transparent 12%,rgba(0,0,0,.03) 13%,transparent 14%);mix-blend-mode:multiply;opacity:.7}.ccsf-root .testimonial-paper:after{top:0;right:0;width:22px;height:22px;background:linear-gradient(225deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.04) 50%,transparent 60%);clip-path:polygon(100% 0,100% 100%,0 100%)}.ccsf-root .testimonial-paper:hover{transform:rotate(0) translateY(-4px);box-shadow:0 1px 1px #1a19160a,0 28px 50px -22px #1a19164d,0 8px 18px -10px #1a191629;z-index:5}.ccsf-root .testimonial-paper-body{margin:0 0 20px;font-family:var(--sans);font-size:15px;line-height:1.55;color:#2b2a26;font-weight:400}.ccsf-root .testimonial-paper-cap{display:flex;align-items:center;gap:12px;padding-top:14px;border-top:1px dashed rgba(26,25,22,.18)}.ccsf-root .testimonial-paper-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ddd7c5,#c4bca6);color:#1a1916;display:grid;place-items:center;font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.04em;box-shadow:inset 0 0 0 1px #1a191614;flex-shrink:0}.ccsf-root .testimonial-paper-meta{display:flex;flex-direction:column;gap:2px}.ccsf-root .testimonial-paper-name{font-size:13px;font-weight:600;color:#1a1916}.ccsf-root .testimonial-paper-role{font-family:var(--mono);font-size:10.5px;letter-spacing:.04em;color:#56544d}[data-theme=dark] .ccsf-root .testimonial-paper{background:#f5f1e8;color:#2b2a26}@keyframes ccsf-testimonials-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - 16px))}}@keyframes ccsf-testimonials-right{0%{transform:translate(calc(-50% - 16px))}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.ccsf-root .testimonials-marquee-track{animation:none;flex-wrap:wrap;justify-content:center}.ccsf-root .testimonials-marquee-track .testimonial-paper[aria-hidden=true]{display:none}}@media(max-width:640px){.ccsf-root .testimonials-wall{margin-left:-24px;margin-right:-24px;gap:22px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.ccsf-root .testimonial-paper{flex-basis:min(82vw,360px);min-height:210px}}.ccsf-root .testimonials-foot{display:flex;gap:14px;align-items:baseline;font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;color:var(--ink-500);border-top:1px dashed var(--border);padding-top:18px;flex-wrap:wrap;max-width:780px}.ccsf-root .testimonials-foot-eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.14em;font-weight:600}.ccsf-root .pricing-bonuses{margin-top:80px;padding-top:64px;border-top:1px solid var(--border);position:relative}.ccsf-root .pricing-bonuses:before{content:"";position:absolute;top:-1px;left:0;width:64px;height:1px;background:var(--accent)}.ccsf-root .pricing-bonuses-head{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:16px;margin-bottom:32px;border-bottom:1px solid var(--border)}@media(max-width:640px){.ccsf-root .pricing-bonuses-head{flex-direction:column;gap:8px;align-items:flex-start}}.ccsf-root .pricing-bonuses-intro{max-width:760px;margin-bottom:56px}.ccsf-root .pricing-bonuses-intro h3.display{font-size:clamp(32px,4vw,56px)}.ccsf-root .pricing-bonuses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:1000px){.ccsf-root .pricing-bonuses-grid{grid-template-columns:1fr;gap:20px}}.ccsf-root .bonus-card{background:var(--bone-100);border:1px solid var(--border);padding:28px 26px 24px;display:flex;flex-direction:column;gap:14px;position:relative;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}[data-theme=dark] .ccsf-root .bonus-card{background:var(--surface)}.ccsf-root .bonus-card:before{content:"";position:absolute;top:0;left:0;width:32px;height:2px;background:var(--accent)}.ccsf-root .bonus-card:hover{transform:translateY(-3px);border-color:var(--accent-soft);box-shadow:0 24px 48px -28px #b8431f4d}@media(hover:hover)and (pointer:fine){.ccsf-root .bonus-card{transform-origin:center}.ccsf-root .bonus-card:nth-child(1):hover{transform:translateY(-8px) rotate(-1.1deg)}.ccsf-root .bonus-card:nth-child(2):hover{transform:translateY(-8px) rotate(.9deg)}.ccsf-root .bonus-card:nth-child(3):hover{transform:translateY(-8px) rotate(-.7deg)}}.ccsf-root .bonus-card-icon{width:40px;height:40px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;box-shadow:0 4px 10px -4px #1a19162e;margin-bottom:-4px}.ccsf-root .bonus-card-head{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--mono);font-size:10.5px;letter-spacing:.12em;color:var(--ink-500)}.ccsf-root .bonus-card-tag{color:var(--accent);font-weight:600}.ccsf-root .bonus-card-worth{color:var(--ink-500)}.ccsf-root .bonus-card-worth strong{color:var(--ink-900);font-weight:600;font-family:var(--mono);margin-left:6px}.ccsf-root .bonus-card-label{font-family:var(--mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-500);margin-top:4px}.ccsf-root .bonus-card-title{font-family:var(--serif);font-weight:400;font-size:26px;letter-spacing:-.01em;line-height:1.15;color:var(--accent);margin:0}.ccsf-root .bonus-card-sub{font-family:var(--serif);font-style:italic;font-size:15px;color:var(--ink-900);margin-top:-6px}.ccsf-root .bonus-card-body{font-size:14px;line-height:1.6;color:var(--ink-700);margin:0;flex:1}.ccsf-root .bonus-card-foot{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:16px;border-top:1px dashed var(--border);font-family:var(--mono);font-size:10.5px;letter-spacing:.08em}.ccsf-root .bonus-card-included{color:var(--accent);font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ccsf-root .bonus-card-tagline{color:var(--ink-500)}.ccsf-root .pricing-bonuses-stack{margin-top:56px;padding:28px 32px;border:1px solid var(--border);background:var(--surface-soft);display:flex;flex-direction:column;gap:0;max-width:720px;margin-left:auto;margin-right:auto}.ccsf-root .bonus-stack-row{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0;border-bottom:1px dashed var(--border);font-size:14px;color:var(--ink-700)}.ccsf-root .bonus-stack-row:last-child{border-bottom:none}.ccsf-root .bonus-stack-val{font-family:var(--mono);font-size:13px;color:var(--ink-800);letter-spacing:.04em}.ccsf-root .bonus-stack-row--total{margin-top:6px;padding-top:16px;border-top:1px solid var(--border-strong);border-bottom:none;font-weight:600;color:var(--ink-900)}.ccsf-root .bonus-stack-row--total .bonus-stack-val{color:var(--ink-500);text-decoration:line-through}.ccsf-root .bonus-stack-row--your{font-family:var(--serif);font-size:18px;color:var(--ink-900);padding-top:14px;border-top:1px solid var(--border)}.ccsf-root .bonus-stack-val--accent{color:var(--accent)!important;font-family:var(--serif);font-size:22px;font-weight:500;letter-spacing:-.01em;text-decoration:none!important}.ccsf-root .bonus-stack-included{font-family:var(--mono);font-size:11.5px;color:var(--ink-500);letter-spacing:.04em;text-transform:uppercase}.ccsf-root .faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:64px;align-items:start}@media(max-width:900px){.ccsf-root .faq-grid{grid-template-columns:1fr;gap:32px}}.ccsf-root .faq-list{border-top:1px solid var(--border)}.ccsf-root .faq-item{border-bottom:1px solid var(--border)}.ccsf-root .faq-q{width:100%;display:grid;grid-template-columns:60px 1fr 32px;align-items:center;padding:22px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:padding .2s;color:inherit}.ccsf-root .faq-q:hover{padding-left:8px}.ccsf-root .faq-q-num{font-family:var(--mono);font-size:11px;color:var(--accent);letter-spacing:.1em}.ccsf-root .faq-q-text{font-family:var(--serif);font-size:clamp(18px,1.6vw,22px);font-weight:400;color:var(--ink-900);letter-spacing:-.01em}.ccsf-root .faq-toggle{font-family:var(--serif);font-size:24px;font-weight:300;color:var(--accent);text-align:center}.ccsf-root .faq-a-wrap{overflow:hidden;transition:max-height .4s cubic-bezier(.2,.7,.2,1)}.ccsf-root .faq-a{padding:4px 0 28px 60px;font-size:14.5px;line-height:1.65;color:var(--ink-600);max-width:70ch}@media(max-width:600px){.ccsf-root .faq-q{grid-template-columns:40px 1fr 24px}.ccsf-root .faq-a{padding-left:40px}}.ccsf-root .final-cta{--bone-100: #FAF7F0;--bone-300: #EDE8DA;--bone-400: #DDD7C5;--ink-900: #1A1916;--ink-400: #9A968B;background:#1a1916;color:#faf7f0;position:relative;z-index:2}[data-theme=dark] .ccsf-root .final-cta{background:#0f0e0b}.ccsf-root .final-cta-inner{padding:80px 0;display:flex;flex-direction:column;align-items:flex-start;gap:40px;border-top:1px solid rgba(245,241,232,.1);border-bottom:1px solid rgba(245,241,232,.1)}.ccsf-root .final-cta .eyebrow{color:var(--bone-400)}.ccsf-root .final-cta .eyebrow .num{color:var(--accent)}.ccsf-root .final-cta-title{color:var(--bone-100)}.ccsf-root .final-cta-title em{color:var(--accent)}.ccsf-root .final-cta-buttons{display:flex;gap:16px;flex-wrap:wrap}.ccsf-root .footer-grid{display:grid;grid-template-columns:1fr 2fr;gap:48px;padding-bottom:60px}@media(max-width:800px){.ccsf-root .footer-grid{grid-template-columns:1fr;gap:40px}}.ccsf-root .footer-mark{display:flex;gap:18px;align-items:flex-start}.ccsf-root .footer-glyph{width:56px;height:56px;border:1.5px solid var(--bone-300);display:grid;place-items:center;font-family:var(--serif);font-style:italic;font-size:22px;color:var(--bone-100)}.ccsf-root .footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:600px){.ccsf-root .footer-cols{grid-template-columns:repeat(2,1fr)}}.ccsf-root .footer-col{display:flex;flex-direction:column;gap:10px}.ccsf-root .footer-col-h{font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:var(--ink-400);margin-bottom:6px;text-transform:uppercase}.ccsf-root .footer-col a{font-size:13.5px}.ccsf-root .footer-bottom{border-top:1px solid rgba(245,241,232,.1);padding-top:24px;display:flex;justify-content:space-between;font-family:var(--mono);font-size:11px;color:var(--ink-400);letter-spacing:.05em;flex-wrap:wrap;gap:12px}
