@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{overflow-x:hidden}#root{min-height:100vh}a{color:inherit;text-decoration:none}ul{list-style:none}img,video{max-width:100%;display:block}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}:root{--black:#0a0a0a;--off-black:#111;--white:#fff;--cream:#f7f5f2;--teal:#0abab5;--teal-hover:#089990;--teal-deep:#1b4744;--teal-mid:#163d3a;--gray:#6b7280;--gray-light:#9ca3af;--serif:"Playfair Display", Georgia, serif;--sans:"Inter", system-ui, sans-serif;--nav-h:72px;--ease-out:cubic-bezier(.16, 1, .3, 1)}[data-animate]{opacity:0;transition:opacity .75s var(--ease-out), transform .75s var(--ease-out);transform:translateY(28px)}[data-animate].is-visible{opacity:1;transform:none}[data-animate][data-delay="1"]{transition-delay:.1s}[data-animate][data-delay="2"]{transition-delay:.2s}[data-animate][data-delay="3"]{transition-delay:.3s}@media (prefers-reduced-motion:reduce){[data-animate]{opacity:1;transform:none;transition:none!important}}body{font-family:var(--sans);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wrap{width:100%;max-width:1160px;margin:0 auto;padding:0 48px}.label{font-family:var(--sans);letter-spacing:.28em;text-transform:uppercase;color:var(--gray-light);margin-bottom:1.5rem;font-size:.625rem;font-weight:600;display:block}.label--light{color:#fff6}.h2{font-family:var(--serif);letter-spacing:-.01em;font-size:clamp(2.4rem,4vw,3.8rem);font-weight:400;line-height:1.08}.h2 em{color:var(--teal);font-style:italic}.h2--light{color:var(--white)}.h2--light em{color:#ffffff8c}.btn{font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;padding:1rem 2.25rem;font-size:.6875rem;font-weight:500;line-height:1;transition:background .22s,color .22s,border-color .22s;display:inline-block}.btn--white-outline{color:var(--white);background:0 0;border-color:#ffffff8c}.btn--white-outline:hover{background:var(--white);border-color:var(--white);color:var(--black)}.btn--outline{border-color:var(--black);color:var(--black);background:0 0}.btn--outline:hover{background:var(--black);color:var(--white)}.btn--black{background:var(--black);border-color:var(--black);color:var(--white)}.btn--black:hover{background:#2a2a2a}.btn--teal{background:var(--teal);border-color:var(--teal);color:var(--white)}.btn--teal:hover{background:var(--teal-hover);border-color:var(--teal-hover)}.btn--sm{padding:.75rem 1.75rem;font-size:.625rem}.nav{z-index:200;height:var(--nav-h);background:0 0;justify-content:space-between;align-items:center;padding:0 48px;transition:background .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s;display:flex;position:fixed;inset:0 0 auto}.nav--solid{-webkit-backdrop-filter:blur(12px);background:#0a0a0af5;border-bottom:1px solid #ffffff0d}.nav__logo{font-family:var(--serif);color:var(--white);letter-spacing:.01em;z-index:201;font-size:1.25rem;font-weight:500;position:relative}.nav__logo em{color:var(--teal);font-style:normal}.nav__links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav__links a{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:#ffffff80;font-size:.625rem;font-weight:500;transition:color .18s}.nav__links a:hover{color:var(--white)}.nav__right{z-index:201;align-items:center;gap:1.5rem;display:flex;position:relative}.nav__cta{font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;color:var(--white);background:var(--teal);padding:.6rem 1.4rem;font-size:.625rem;font-weight:600;transition:background .2s}.nav__cta:hover{background:var(--teal-hover)}.nav__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.nav__burger span{background:var(--white);transform-origin:50%;width:22px;height:1.5px;transition:transform .3s,opacity .3s;display:block}.nav__burger.is-open span:first-child{transform:translateY(6.5px)rotate(45deg)}.nav__burger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav__burger.is-open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.nav__drawer{inset:var(--nav-h) 0 0 0;background:var(--off-black);opacity:0;pointer-events:none;z-index:199;flex-direction:column;justify-content:center;align-items:center;gap:3rem;transition:opacity .3s;display:flex;position:fixed}.nav__drawer.is-open{opacity:1;pointer-events:auto}.nav__drawer-list{flex-direction:column;align-items:center;gap:2rem;list-style:none;display:flex}.nav__drawer-list a{font-family:var(--serif);color:var(--white);font-size:2.25rem;font-weight:400;transition:color .2s}.nav__drawer-list a:hover{color:var(--teal)}.nav__drawer-cta{margin-top:.5rem}@media (width<=860px){.nav__links,.nav__cta{display:none}.nav__burger{display:flex}.nav{padding:0 24px}}.hero{text-align:center;background:linear-gradient(#0c0c0c 0%,#151515 100%);justify-content:center;align-items:center;min-height:85vh;display:flex;position:relative;overflow:hidden}.hero__body{z-index:1;padding:calc(var(--nav-h) + 24px) 24px 40px;flex-direction:column;justify-content:center;align-items:center;gap:2rem;max-width:920px;margin:0 auto;display:flex;position:relative}.hero__label{font-family:var(--sans);letter-spacing:.3em;text-transform:uppercase;color:#fff6;font-size:.625rem;font-weight:500}.hero__h1{font-family:var(--serif);color:var(--white);letter-spacing:-.01em;font-size:clamp(3.5rem,8.5vw,7rem);font-weight:400;line-height:1.04}.hero__sub{font-family:var(--sans);letter-spacing:.12em;color:#ffffff4d;margin-top:-.25rem;font-size:.6875rem;font-weight:300}.statement{background:var(--white);text-align:center;padding:72px 48px}.statement__text{font-family:var(--serif);color:var(--black);max-width:780px;margin:0 auto 80px;font-size:clamp(1.5rem,2.4vw,2.1rem);font-style:italic;font-weight:400;line-height:1.6}.statement__stats{border-top:1px solid #00000014;border-bottom:1px solid #00000014;justify-content:center;max-width:800px;margin:0 auto;display:flex}.stat{border-right:1px solid #00000014;flex-direction:column;flex:1;align-items:center;gap:.5rem;padding:2.5rem 1rem;display:flex}.stat:last-child{border-right:none}.stat__n{font-family:var(--serif);color:var(--black);font-size:3.1rem;font-weight:400;line-height:1}.stat__l{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--gray-light);font-size:.5625rem;font-weight:500}@media (width<=600px){.statement__stats{flex-wrap:wrap}.stat{flex-basis:50%}.stat:nth-child(2){border-right:none}}.process{background:var(--cream);padding:72px 0}.process__top{margin-bottom:72px}.process__grid{border-top:1px solid #00000017;grid-template-columns:repeat(4,1fr);display:grid}.process__step{border-right:1px solid #00000017;padding:3rem 2.5rem 3rem 0}.process__step:last-child{border-right:none;padding-right:0}.process__step:not(:first-child){padding-left:2.5rem}.process__n{font-family:var(--serif);color:#5ddfd9;margin-bottom:1.5rem;font-size:4.5rem;font-weight:600;line-height:1;display:block}.process__t{font-family:var(--serif);color:var(--black);margin-bottom:.75rem;font-size:1.5rem;font-weight:500}.process__b{font-family:var(--sans);color:var(--gray);font-size:.8125rem;font-weight:300;line-height:1.85}@media (width<=920px){.process__grid{grid-template-columns:1fr 1fr}.process__step{border-bottom:1px solid #00000017;border-right:none!important;padding:2.5rem 0!important}.process__step:last-child{border-bottom:none}}@media (width<=560px){.process__grid{grid-template-columns:1fr}}.book{grid-template-columns:55% 45%;min-height:85vh;display:grid}.book__media{background:var(--teal-deep);min-height:500px;position:relative;overflow:hidden}.book__video{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.book__media:after{content:"";background:linear-gradient(90deg,#0000004d,#0000);width:6px;position:absolute;top:0;bottom:0;left:0}.book__content{background:var(--black);flex-direction:column;justify-content:center;gap:2.25rem;padding:80px 72px;display:flex}.book__list{flex-direction:column;gap:.875rem;display:flex}.book__list li{font-family:var(--sans);color:#ffffff8c;padding-left:1.25rem;font-size:.8125rem;font-weight:300;line-height:1.6;position:relative}.book__list li:before{content:"";background:var(--teal);border-radius:50%;width:4px;height:4px;position:absolute;top:.52em;left:0}@media (width<=900px){.book{grid-template-columns:1fr}.book__media{min-height:420px}.book__content{padding:64px 36px}}.occ{background:var(--white);padding:128px 0 80px}.occ__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:48px;display:flex}.occ__nav{flex-shrink:0;align-items:center;gap:.85rem;display:flex}.occ__counter{font-family:var(--serif);color:var(--gray-light);text-align:center;min-width:4rem;font-size:1.125rem;font-weight:400}.occ__nav-hint{font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-light);font-size:.62rem}@keyframes occFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.occ__stage{min-height:66vh;animation:occFade .4s var(--ease-out) both;touch-action:pan-y;grid-template-columns:minmax(180px,1fr) minmax(620px,2.2fr) minmax(180px,1fr);align-items:center;gap:1.2rem;padding:2rem 1.5rem;display:grid;position:relative;overflow:hidden}.occ__stage--next .occ__feature{animation:occFeatureInNext .42s var(--ease-out) both}.occ__stage--prev .occ__feature{animation:occFeatureInPrev .42s var(--ease-out) both}.occ__stage--out.occ__stage--next .occ__feature{animation:.2s cubic-bezier(.4,0,1,1) both occFeatureOutNext}.occ__stage--out.occ__stage--prev .occ__feature{animation:.2s cubic-bezier(.4,0,1,1) both occFeatureOutPrev}.occ__stage--in.occ__stage--next .occ__feature{animation:.32s cubic-bezier(.22,1,.36,1) both occFeatureInNext}.occ__stage--in.occ__stage--prev .occ__feature{animation:.32s cubic-bezier(.22,1,.36,1) both occFeatureInPrev}.occ__stage--next .occ__preview--left,.occ__stage--next .occ__preview--right,.occ__stage--prev .occ__preview--left,.occ__stage--prev .occ__preview--right{animation:occPreviewFade .35s var(--ease-out) both}@keyframes occFeatureInNext{0%{opacity:1;transform:translate(110px)}to{opacity:1;transform:translate(0)}}@keyframes occFeatureInPrev{0%{opacity:1;transform:translate(-110px)}to{opacity:1;transform:translate(0)}}@keyframes occFeatureOutNext{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(-110px)}}@keyframes occFeatureOutPrev{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(110px)}}@keyframes occPreviewFade{0%{opacity:.2}to{opacity:.7}}.occ__stage-bg{background:radial-gradient(#15262538 0%,#0a0a0ae6 70%),linear-gradient(#111 0%,#080808 100%);position:absolute;inset:0}.occ__preview,.occ__feature{z-index:1;position:relative}.occ__preview{appearance:none;text-align:left;opacity:.7;cursor:pointer;background:#141414;border:1px solid #ffffff14;border-radius:14px;min-height:360px;padding:0;transition:opacity .22s,transform .25s,border-color .2s;overflow:hidden;box-shadow:0 18px 40px #00000059}.occ__preview--left{transform:translate(-18%)}.occ__preview--right{transform:translate(18%)}.occ__preview:hover{opacity:.92;border-color:#ffffff42}.occ__preview--left:hover{transform:translate(-15%)}.occ__preview--right:hover{transform:translate(15%)}.occ__preview:focus-visible{outline-offset:2px;outline:2px solid #ffffff8c}.occ__preview-top{color:#fffc;font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid #ffffff14;justify-content:space-between;gap:.6rem;padding:.8rem .9rem;font-size:.56rem;display:flex}.occ__preview-surface{min-height:308px}.occ__feature{background:#101010;border:1px solid #ffffff1a;border-radius:18px;overflow:hidden;box-shadow:0 26px 65px #00000073}.occ__feature-top{background:#0d0d0d;border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1.2rem;display:flex}.occ__feature-badge{color:#ffffffd1;font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;font-size:.58rem}.occ__feature-controls{align-items:center;gap:.5rem;display:flex}.occ__feature-btn{color:#ffffffd9;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,border-color .2s,color .2s;display:flex}.occ__feature-btn:hover{color:var(--white);background:#ffffff1f;border-color:#fff6}.occ__feature-surface{flex-direction:column;justify-content:flex-end;gap:1.25rem;min-height:440px;padding:4rem 3.5rem;display:flex;position:relative}.occ__feature-heading{z-index:2;font-family:var(--serif);color:var(--white);font-size:clamp(2rem,4vw,4rem);font-weight:400;line-height:1.12;position:relative}.occ__feature-heading em{color:#ffffffb3;font-style:italic}.occ__feature-body{z-index:2;font-family:var(--sans);color:#ffffffbf;max-width:520px;font-size:.85rem;font-weight:300;line-height:1.85;position:relative}.occ__feature-surface .btn{z-index:2;position:relative}.occ__feature-img{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.occ__feature-img-overlay{z-index:1;background:linear-gradient(#0000001a 0%,#0000004d 45%,#000000b8 100%);position:absolute;inset:0}.occ__feature-caption{z-index:2;font-family:var(--sans);letter-spacing:.02em;color:#ffffff8c;font-size:.72rem;font-style:italic;position:relative}.occ__dots{justify-content:center;gap:8px;padding:40px 0 0;display:flex}.occ__dot{cursor:pointer;background:#00000026;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .25s,transform .25s}.occ__dot--active{background:var(--teal);transform:scale(1.4)}.occ__dot:hover:not(.occ__dot--active){background:#00000059}@media (width<=900px){.occ__stage{grid-template-columns:1fr;min-height:auto;padding:1rem}.occ__preview,.occ__nav-hint{display:none}.occ__feature-surface{min-height:360px;padding:2.5rem 1.5rem}.occ__header{flex-direction:column;align-items:flex-start}}.pricing{background:var(--white);padding:128px 0}.pricing__top{max-width:520px;margin-bottom:56px}.pricing__sub{font-family:var(--sans);color:var(--gray);margin-top:1rem;font-size:.8125rem;font-weight:300;line-height:1.9}.pricing__grid{border:1px solid #00000017;grid-template-columns:repeat(4,1fr);display:grid}.tier{border-right:1px solid #00000017;flex-direction:column;gap:1.125rem;padding:2.5rem 2rem;display:flex;position:relative}.tier:last-child{border-right:none}.tier--featured{background:var(--black)}.tier--featured .tier__name{color:#fff6}.tier--featured .tier__price{color:var(--white)}.tier--featured .tier__cap{color:#fff6;border-color:#ffffff14}.tier--featured .tier__features li{color:#fff9}.tier__tag{background:var(--teal);color:var(--white);font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;padding:.3rem 1rem;font-size:.5625rem;font-weight:600;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.tier__name{font-family:var(--sans);letter-spacing:.22em;text-transform:uppercase;color:var(--gray-light);font-size:.5625rem;font-weight:600}.tier__price{font-family:var(--serif);color:var(--black);font-size:2.75rem;font-weight:400;line-height:1}.tier__cap{font-family:var(--sans);color:var(--gray);border-top:1px solid #00000014;padding-top:1rem;font-size:.6875rem;font-weight:300}.tier__features{flex-direction:column;flex:1;gap:.75rem;display:flex}.tier__features li{font-family:var(--sans);color:#444;padding-left:1rem;font-size:.75rem;font-weight:300;line-height:1.5;position:relative}.tier__features li:before{content:"";background:var(--teal);border-radius:50%;width:3px;height:3px;position:absolute;top:.52em;left:0}@media (width<=900px){.pricing__grid{grid-template-columns:1fr 1fr}.tier{border-bottom:1px solid #00000017}}@media (width<=560px){.pricing__grid{grid-template-columns:1fr}.tier{border-right:none!important}}.testimonials{background:var(--cream);padding:128px 0}.testimonials__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:60px;display:flex}.rating__n{font-family:var(--serif);color:var(--black);font-size:3.5rem;font-weight:400;line-height:1;display:block}.rating__l{font-family:var(--sans);letter-spacing:.15em;text-transform:uppercase;color:var(--gray-light);margin-top:.4rem;font-size:.5625rem;display:block}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.review{background:var(--white);padding:2.75rem}.review--featured{background:var(--black)}.review__q{font-family:var(--serif);color:var(--gray);margin-bottom:2rem;font-size:1.125rem;font-style:italic;font-weight:400;line-height:1.7}.review--featured .review__q{color:#ffffffb3}.review__a{font-family:var(--sans);color:var(--gray-light);font-size:.6875rem;font-weight:300;line-height:1.6}.review__a strong{color:var(--black);font-weight:600}.review--featured .review__a{color:#ffffff59}.review--featured .review__a strong{color:#fffc}@media (width<=900px){.testimonials__grid{grid-template-columns:1fr}}.founder{grid-template-columns:1fr 1fr;min-height:80vh;display:grid}.founder__media{background:#161616;min-height:500px;overflow:hidden}.founder__content{background:var(--white);flex-direction:column;justify-content:center;gap:1.75rem;padding:80px 72px;display:flex}.founder__body{flex-direction:column;gap:1.25rem;display:flex}.founder__body p{font-family:var(--sans);color:var(--gray);font-size:.875rem;font-weight:300;line-height:1.95}.founder__body strong{color:var(--black);font-weight:500}.founder__photo{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .8s;display:block}.founder__media:hover .founder__photo{transform:scale(1.03)}.founder__originals{grid-template-columns:1fr 1fr;gap:8px;margin-top:.5rem;display:grid}.founder__orig-item{aspect-ratio:4/3;overflow:hidden}.founder__orig-item img{object-fit:cover;width:100%;height:100%;transition:transform .55s;display:block}.founder__orig-item:hover img{transform:scale(1.04)}.founder__caption{font-family:var(--sans);letter-spacing:.12em;color:var(--gray-light);margin-top:-.5rem;font-size:.625rem;font-style:italic;font-weight:400}@media (width<=900px){.founder{grid-template-columns:1fr}.founder__media{order:-1;min-height:360px}.founder__content{padding:64px 36px}}.cta{background:var(--off-black);text-align:center;flex-direction:column;align-items:center;gap:2rem;padding:140px 48px;display:flex}.cta__label{font-family:var(--sans);letter-spacing:.28em;text-transform:uppercase;color:#ffffff4d;font-size:.625rem;font-weight:500}.cta__h{font-family:var(--serif);color:var(--white);max-width:720px;font-size:clamp(2.75rem,5.5vw,5.25rem);font-weight:400;line-height:1.1}.cta__h em{color:var(--teal);font-style:italic}.cta__small{font-family:var(--sans);letter-spacing:.14em;color:#fff3;margin-top:.25rem;font-size:.625rem}.footer{background:var(--black);padding:64px 48px 32px}.footer__inner{border-bottom:1px solid #ffffff0d;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;max-width:1160px;margin:0 auto 32px;padding-bottom:48px;display:grid}.footer__logo{font-family:var(--serif);color:var(--white);margin-bottom:1rem;font-size:1.25rem;font-weight:500}.footer__logo em{color:var(--teal);font-style:normal}.footer__tagline{font-family:var(--sans);color:#ffffff47;max-width:240px;font-size:.75rem;font-weight:300;line-height:1.85}.footer__phone{font-family:var(--serif);color:var(--teal);margin-top:1.5rem;font-size:1.0625rem;transition:color .2s;display:block}.footer__phone:hover{color:#0abab5b3}.footer__col{flex-direction:column;gap:.75rem;display:flex}.footer__col-title{font-family:var(--sans);letter-spacing:.22em;text-transform:uppercase;color:#ffffff38;margin-bottom:.25rem;font-size:.5625rem;font-weight:600}.footer__col a{font-family:var(--sans);color:#fff6;font-size:.75rem;font-weight:300;transition:color .2s}.footer__col a:hover{color:var(--teal)}.footer__bottom{max-width:1160px;font-family:var(--sans);color:#ffffff29;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;font-size:.625rem;font-weight:300;display:flex}.footer__bottom a{color:#ffffff29;margin-left:1.5rem;transition:color .2s}.footer__bottom a:hover{color:#fff6}@media (width<=900px){.footer__inner{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=560px){.footer__inner{grid-template-columns:1fr}.footer{padding:56px 24px 28px}}@media (width<=480px){.wrap{padding:0 24px}.statement{padding:80px 24px}.cta{padding:100px 24px}.nav{padding:0 20px}}.carousel3d-section{background:#000}.carousel3d-stage{width:100%;height:680px;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;background:#000;position:relative;overflow:hidden}.carousel3d-container{perspective:2000px;width:300px;height:400px;position:absolute;top:44%;left:50%;transform:translate(-50%,-50%)}.carousel3d-ring{width:100%;height:100%;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;touch-action:none;position:absolute}.carousel3d-img{width:100%;height:100%;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;background-size:cover;position:absolute}
