.not-found{max-width:760px;text-align:center}.not-found__code{color:var(--teal);font-family:var(--font-display-family);font-size:clamp(6rem,20vw,13rem);font-weight:900;line-height:.75;text-shadow:5px 6px 0 var(--ink);-webkit-text-stroke:3px var(--ink)}.not-found>div:last-child{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem}.announcement{min-height:34px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--ink);padding:.4rem 1rem;background:var(--announcement-bg);color:var(--announcement-text);font-family:var(--font-mono-ui);font-size:.64rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-align:center}.announcement a{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem .8rem;color:inherit;text-decoration:none}.announcement strong{text-decoration:underline;text-underline-offset:3px}.article-page{max-width:920px}.article-page header{max-width:780px;margin-bottom:2rem}.article-page__hero{overflow:hidden;margin-bottom:2.5rem}.article-page__hero img{width:100%}.article-page__body{max-width:760px;margin:auto;font-size:1.05rem}.article-page__body :is(h2,h3){margin-top:2rem}.article-comments{max-width:760px;margin:4rem auto 0;display:grid;gap:1rem}.article-comments .card{padding:1rem}.article-comments form{display:grid;gap:.6rem;margin-top:2rem}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.blog-card{overflow:hidden}.blog-card>a{display:block;aspect-ratio:4 / 3;border-bottom:var(--line)}.blog-card img{width:100%;height:100%;object-fit:cover}.blog-card>div{padding:1.2rem}.blog-card h2{font-size:1.35rem}.blog-card h2 a{text-decoration:none}@media(max-width:850px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.blog-grid{grid-template-columns:1fr}}.cart-page{padding-top:clamp(3rem,6vw,5rem)}.cart-page>.section-heading{margin-bottom:clamp(1.5rem,3vw,2.25rem)}.cart-page>.section-heading h1{font-size:clamp(3.4rem,7vw,6.5rem)}.cart-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.62fr);gap:clamp(1.25rem,2.5vw,2rem);align-items:start}.cart-items{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:150px minmax(0,1fr) 130px;gap:1rem;align-items:start;padding:1rem}.cart-item__image{aspect-ratio:1;overflow:hidden;border:1px solid #e1e1e4;border-radius:8px;background:#fff}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item h2{margin-bottom:.45rem;font-size:1.15rem;line-height:1.2}.cart-item h2 a{text-decoration:none}.cart-item__content p{margin:.25rem 0;font-size:.85rem}.cart-item__remove{color:#a02d25;font-size:.8rem;font-weight:900}.cart-item__controls{display:grid;align-content:start;gap:.5rem}.cart-item__controls label{font-size:.75rem;font-weight:900;text-transform:uppercase}.cart-items__actions{display:flex;justify-content:flex-end}.cart-items__actions .button{min-height:44px;padding-inline:1.1rem;border:1px solid #d2d2d7}.cart-summary{position:sticky;top:1.5rem;padding:1.4rem;background:#fff;box-shadow:0 14px 42px #070a0d14}.cart-summary h2{margin-bottom:1rem;font-size:clamp(2rem,3vw,2.8rem);line-height:1.02}.cart-summary__line{display:flex;justify-content:space-between;gap:1rem;padding-block:.6rem}.cart-summary__total{margin-top:.5rem;border-top:var(--line);font-size:1.2rem}.cart-summary>p{color:var(--muted);font-size:.8rem}.additional-checkout-buttons{margin-top:.75rem}.cart-summary__trust{margin-top:1rem;text-align:center;font-size:.75rem;font-weight:900;line-height:1.8;text-transform:uppercase}@media(max-width:860px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:600px){.cart-page{padding-top:2.25rem}.cart-page>.section-heading h1{font-size:clamp(3rem,15vw,4.1rem)}.cart-item{grid-template-columns:92px minmax(0,1fr)}.cart-item__controls{grid-column:1 / -1;grid-template-columns:100px 1fr;align-items:end}.cart-items__actions .button{width:100%}}.code-uploader{--uploader-card: rgba(255,253,246,.94);--uploader-line: rgba(7,10,13,.18);padding-block:clamp(2.4rem,5vw,4.5rem)}.code-uploader__hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(1rem,3vw,2rem);align-items:end;margin-bottom:clamp(1rem,3vw,1.6rem)}.code-uploader__copy{max-width:760px}.code-uploader h1{max-width:10ch;margin-bottom:.65rem;font-size:clamp(2.8rem,7vw,6.6rem);line-height:.88;letter-spacing:-.035em}.code-uploader__copy .rte{max-width:54ch;color:var(--muted);font-size:clamp(.98rem,1.7vw,1.16rem);font-weight:750}.status-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.browser-pill,.count-pill{min-height:40px;display:inline-flex;align-items:center;border:0;border-radius:999px;padding:.42rem .7rem;background:#fff;box-shadow:0 8px 24px #070a0d0f;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.browser-pill.ready{background:var(--yellow)}.browser-pill.blocked{background:#ffded5}.count-pill{background:var(--blue);color:#fff}.uploader-grid{display:grid;grid-template-columns:minmax(260px,.76fr) minmax(0,1.24fr);gap:clamp(.85rem,2vw,1.2rem);align-items:start}.uploader-panel{min-width:0;border:var(--line);border-radius:var(--radius);background:var(--uploader-card);box-shadow:var(--shadow-sm);overflow:hidden}.project-panel{position:sticky;top:96px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:.85rem;padding:1rem;border-bottom:1px solid #e5e5e7;background:#fff}.panel-heading h2{margin:0;font-size:clamp(1.35rem,2.4vw,2.3rem);letter-spacing:0}.panel-kicker{margin:0 0 .18rem;color:var(--teal-dark);font-size:.66rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.icon-button{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:50%;background:#eef4f8;box-shadow:none;font-size:1.3rem;font-weight:900;transition:transform .16s ease,box-shadow .16s ease}.icon-button:hover{transform:translateY(-1px);background:var(--yellow)}.sketch-list{max-height:min(620px,calc(100svh - 160px));display:grid;gap:.65rem;padding:.75rem;overflow:auto}.sketch-button{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.8rem;align-items:center;border:1px solid #e1e1e4;border-radius:8px;padding:.7rem;background:#fff;color:var(--ink);text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.sketch-button:hover,.sketch-button.active{border-color:#a9c8df;background:#eef4f8;box-shadow:none;transform:translateY(-1px)}.sketch-copy{min-width:0;display:grid;gap:.12rem}.sketch-copy strong{font-family:var(--font-display-ui);font-size:1.12rem;line-height:1}.sketch-copy span{color:var(--muted);font-size:.78rem;font-weight:800;line-height:1.25}.upload-panel{display:grid;gap:0}.upload-heading{align-items:start}.file-control{min-height:42px;display:inline-flex;align-items:center;border:0;border-radius:999px;padding:.48rem .72rem;background:#eef4f8;box-shadow:none;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.file-control input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.selected{display:grid;grid-template-columns:minmax(0,.82fr) minmax(220px,.7fr);gap:clamp(.9rem,2.5vw,1.25rem);align-items:center;padding:clamp(.9rem,2.5vw,1.35rem);background:#fff}.selected h3{margin-bottom:.42rem;font-size:clamp(2rem,5vw,4.6rem);letter-spacing:0}.selected-copy p:not(.panel-kicker){max-width:40ch;color:var(--muted);font-weight:800}.selected-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.8rem}.selected-badges span{border:0;border-radius:999px;padding:.25rem .5rem;background:var(--yellow);font-size:.62rem;font-weight:900;letter-spacing:.1em}.selected-screen{min-width:0;display:grid;justify-items:center}.oled-frame-viewer{width:100%;display:grid;justify-items:center;gap:.75rem}.oled-preview{display:inline-grid;place-items:center;border:3px solid #020609;border-radius:14px;background:#05080d;box-shadow:inset 0 0 0 6px #151c24,0 15px 28px #070a0d52}.oled-preview--small{width:76px;min-height:45px;border-width:2px;border-radius:9px;box-shadow:inset 0 0 0 3px #151c24}.oled-preview--thumb{width:58px;min-height:36px;border-width:2px;border-radius:8px;box-shadow:inset 0 0 0 3px #151c24}.oled-preview--large{width:min(100%,315px);min-height:172px}.oled-preview--portrait.oled-preview--large{width:min(100%,205px);min-height:250px}.oled-preview--portrait.oled-preview--small{width:48px;min-height:76px}.oled-preview--portrait.oled-preview--thumb{width:38px;min-height:58px}.oled-glass{width:calc(100% - 18px);aspect-ratio:128 / 64;display:grid;place-items:center;overflow:hidden;border-radius:7px;background:#010409}.oled-preview--portrait .oled-glass{aspect-ratio:64 / 128}.oled-preview--small .oled-glass,.oled-preview--thumb .oled-glass{width:calc(100% - 8px);border-radius:4px}.oled-image{width:100%;height:100%;object-fit:contain;image-rendering:pixelated}.oled-fallback{display:grid;gap:.18rem;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;line-height:1;text-align:center}.oled-frame-rail{width:100%;display:flex;gap:.5rem;justify-content:center;overflow-x:auto;padding:.25rem .1rem .4rem}.oled-frame-button{flex:0 0 auto;border:0;border-radius:11px;padding:.24rem;background:transparent;transition:transform .16s ease,background .16s ease}.oled-frame-button.active{background:var(--yellow)}.oled-frame-button:hover{transform:translateY(-2px)}.primary{min-height:58px;margin:0 clamp(.9rem,2.5vw,1.35rem);display:inline-flex;align-items:center;justify-content:center;gap:.7rem;border:0;border-radius:999px;background:var(--blue);color:#fff;box-shadow:none;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.primary:hover:not([disabled]){transform:translateY(-1px);box-shadow:none;background:var(--blue-dark)}.button-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#fff}body.is-uploading .code-uploader .button-icon{animation:uploader-pulse .8s ease-in-out infinite alternate}.progress-wrap{display:grid;gap:.45rem;padding:1rem clamp(.9rem,2.5vw,1.35rem)}.progress-bar{height:16px;overflow:hidden;border:0;border-radius:999px;background:#e1e1e4}.progress-fill{width:0;height:100%;background:var(--blue);transition:width .2s ease}.progress-meta{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.console-frame{margin:0 clamp(.9rem,2.5vw,1.35rem) clamp(.9rem,2.5vw,1.35rem);overflow:hidden;border:0;border-radius:8px;background:#070a0d;color:#d5fffb}.console-tabs{display:flex;gap:.35rem;padding:.6rem;border-bottom:1px solid rgba(255,255,255,.13)}.console-tabs span{width:10px;height:10px;border-radius:50%;background:var(--yellow)}.console-tabs span:nth-child(2){background:var(--teal)}.console-tabs span:nth-child(3){background:var(--orange)}.log{min-height:112px;max-height:160px;margin:0;overflow:auto;padding:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;line-height:1.45;white-space:pre-wrap}.empty{margin:0;color:var(--muted);font-weight:800}.uploader-note{display:flex;flex-wrap:wrap;gap:.35rem .65rem;align-items:center;margin-top:clamp(.85rem,2vw,1.1rem);border:0;border-radius:8px;padding:.72rem .9rem;background:#eef4f8;color:var(--muted);font-size:.82rem;font-weight:800}.uploader-note strong{color:var(--ink)}@keyframes uploader-pulse{to{transform:translate(3px)}}@media(max-width:980px){.code-uploader__hero,.uploader-grid{grid-template-columns:1fr}.status-row{justify-content:flex-start}.project-panel{position:static}.sketch-list{max-height:none;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.code-uploader{padding-block:2rem}.code-uploader h1{max-width:11ch;font-size:clamp(2.45rem,11vw,3.65rem)}.selected{grid-template-columns:1fr}.selected-copy{order:2}.selected-screen{order:1}.sketch-list{grid-template-columns:1fr}.panel-heading{padding:.85rem}.upload-heading{align-items:center}.file-control{min-height:40px;padding-inline:.6rem}.selected h3{font-size:clamp(2rem,12vw,3.2rem)}.oled-preview--large{width:min(100%,270px);min-height:152px}.oled-preview--portrait.oled-preview--large{width:min(100%,178px);min-height:224px}.uploader-note{border-radius:5px}}@media(max-width:420px){.code-uploader__copy .rte{font-size:.94rem}.browser-pill,.count-pill{min-height:36px;font-size:.62rem}.sketch-button{grid-template-columns:minmax(0,1fr) auto;gap:.6rem}.sketch-copy strong{font-size:1rem}.sketch-copy span{font-size:.72rem}.oled-preview--small{width:64px;min-height:40px}.oled-preview--portrait.oled-preview--small{width:42px;min-height:66px}}@media(prefers-reduced-motion:reduce){body.is-uploading .code-uploader .button-icon{animation:none}}.collection-page__header{max-width:760px;margin-bottom:2rem}.collection-sort{width:min(280px,100%);display:grid;gap:.35rem;margin:0 0 1.5rem auto}.collection-sort label{font-size:.75rem;font-weight:900;text-transform:uppercase}.collections-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}.collection-card{overflow:hidden;text-decoration:none}.collection-card>div{aspect-ratio:16 / 10;border-bottom:var(--line);background:#fff}.collection-card img,.collection-card svg{width:100%;height:100%;object-fit:cover}.collection-card>span{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.1rem}.collection-card strong{font-family:var(--font-display-family);font-size:1.4rem}.collection-card small{color:var(--muted);font-weight:800}@media(max-width:620px){.collections-grid{grid-template-columns:1fr}}.faq{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(320px,1.25fr);gap:clamp(2rem,7vw,6rem);align-items:start}.faq__items{border-top:var(--line)}.faq__item{border-bottom:var(--line)}.faq__item summary{display:flex;justify-content:space-between;gap:1rem;padding:1.2rem .3rem;list-style:none;font-family:var(--font-display-family);font-size:1.2rem;font-weight:800}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary span{transition:transform .2s ease}.faq__item[open] summary span{transform:rotate(45deg)}.faq__item .rte{padding:0 .3rem 1.3rem;color:var(--muted)}@media(max-width:760px){.faq{grid-template-columns:1fr}}.featured-collection__action{display:flex;justify-content:center;margin-top:2.2rem}.final-cta{background:var(--blue);color:#fff}.final-cta__content{width:min(840px,calc(100% - var(--page-margin) * 2));margin:auto;padding-block:clamp(4rem,8vw,6.5rem);text-align:center}.final-cta .eyebrow{color:var(--blue)}.final-cta .eyebrow{color:var(--teal)}.final-cta h2{margin-bottom:.8rem;font-size:clamp(3rem,7vw,6.5rem)}.final-cta__content>p:not(.eyebrow){max-width:42ch;margin:0 auto 1.6rem;color:#ffffffc7;font-size:1rem;line-height:1.5}.final-cta .button{min-width:min(100%,330px);justify-content:space-between}.final-cta .button strong{font-family:var(--font-mono-ui);font-size:.75rem}.final-cta small{display:block;margin-top:1.2rem;color:#ffffffa6;font-family:var(--font-mono-ui);font-size:.56rem;text-transform:uppercase}.site-footer{margin-top:0;background:var(--ink);color:#fff}.site-footer__support{width:min(var(--page-width),calc(100% - var(--page-margin) * 2));margin:auto;display:flex;justify-content:space-between;gap:2rem;align-items:end;border-bottom:1px solid #464b52;padding-block:clamp(2.5rem,5vw,4rem)}.site-footer__support span,.site-footer__column>strong{color:var(--teal);font-family:var(--font-mono-ui);font-size:.6rem;font-weight:700;text-transform:uppercase}.site-footer__support h2{margin:.35rem 0 0;font-size:clamp(2.1rem,4vw,4rem)}.site-footer__support>a{color:#fff;font-family:var(--font-mono-ui);font-size:clamp(.78rem,1.4vw,1rem);font-weight:700;text-underline-offset:5px}.site-footer__inner{width:min(var(--page-width),calc(100% - var(--page-margin) * 2));margin:auto;display:grid;grid-template-columns:minmax(280px,1.6fr) repeat(3,minmax(130px,.65fr));gap:clamp(2rem,5vw,5rem);padding-block:3rem}.site-footer__brand .brand-mark{margin-bottom:1rem}.site-footer__brand>p{max-width:34ch;color:#b9bec4;font-size:.84rem}.newsletter-form{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;max-width:510px;margin-top:1.4rem}.newsletter-form input{border-color:#59616a;background:#252a30;color:#fff}.newsletter-form input::placeholder{color:#9da4ac}.newsletter-form .button{font-family:var(--font-mono-ui);font-size:.58rem}.site-footer__column{display:grid;align-content:start;gap:.65rem}.site-footer__column>strong{margin-bottom:.35rem}.site-footer__column a{width:fit-content;color:#d7dade;font-size:.76rem;text-decoration:none}.site-footer__column a:hover{color:#fff;text-decoration:underline}.payment-icons{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.65rem}.payment-icons svg{width:34px}.site-footer__bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid #464b52;padding:1rem max(var(--page-margin),calc((100% - var(--page-width)) / 2));color:#8f969e;font-family:var(--font-mono-ui);font-size:.55rem;text-transform:uppercase}@media(max-width:900px){.site-footer__inner{grid-template-columns:1.4fr repeat(2,1fr)}.site-footer__column:last-child{grid-column:2 / -1}}@media(max-width:640px){.site-footer__support{align-items:flex-start;flex-direction:column;gap:1rem}.site-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1rem;padding-block:2.5rem}.site-footer__brand{grid-column:1 / -1}.site-footer__column:last-child{grid-column:auto}.newsletter-form{grid-template-columns:1fr}.site-footer__bottom{align-items:flex-start;flex-direction:column}}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(21,23,26,.14);background:#f4f1e8e6;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%)}.site-header__inner{width:min(var(--page-width),calc(100% - var(--page-margin) * 2));min-height:72px;margin:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.25rem}.site-header__brand{min-width:0;text-decoration:none}.site-header__brand img{max-height:58px;width:auto}.site-header__nav{width:fit-content;justify-self:center;display:flex;justify-content:center;gap:.2rem}.site-header__nav a{border-radius:var(--radius);padding:.62rem .82rem;color:var(--ink);font-family:var(--font-mono-ui);font-size:.66rem;font-weight:700;letter-spacing:.03em;text-decoration:none;text-transform:uppercase;transition:background .18s ease,color .18s ease}.site-header__nav a:hover{background:var(--paper-bright);color:var(--blue)}.site-header__actions{display:flex;align-items:center;gap:.65rem}.site-header__buy{min-height:42px;padding:.55rem .95rem;background:var(--blue);font-family:var(--font-mono-ui);font-size:.64rem}.cart-link{width:42px;min-height:42px;display:grid;place-items:center;position:relative;border:1px solid var(--ink);border-radius:var(--radius);background:var(--paper-bright);color:var(--ink);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.cart-link:hover{transform:translateY(-1px);box-shadow:0 3px 0 var(--ink)}.cart-link strong{min-width:21px;min-height:21px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-size:.68rem}.cart-link svg{position:absolute;opacity:0}.mobile-menu{display:none;position:relative}.mobile-menu summary{width:42px;height:42px;display:grid;align-content:center;gap:5px;border:1px solid var(--ink);border-radius:var(--radius);padding:11px;background:var(--paper-bright);list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{height:2px;background:var(--ink)}.mobile-menu nav{position:absolute;top:calc(100% + .75rem);right:0;width:min(300px,calc(100vw - 28px));display:grid;border:1px solid var(--ink);border-radius:var(--radius-lg);padding:.4rem;background:var(--paper-bright);box-shadow:6px 7px 0 var(--ink)}.mobile-menu nav a{padding:.9rem;border-bottom:1px solid #d7d4cb;font-family:var(--font-mono-ui);font-size:.72rem;font-weight:700;letter-spacing:.03em;text-decoration:none;text-transform:uppercase}.mobile-menu nav a:last-child{border-bottom:0}.mobile-menu nav a:hover{background:var(--paper);color:var(--blue)}.mobile-menu nav .mobile-menu__buy{margin-top:.3rem;border:1px solid var(--ink);border-radius:var(--radius);background:var(--blue);color:#fff;text-align:center}@media(max-width:840px){.site-header__nav,.site-header__buy{display:none}.site-header__inner{grid-template-columns:minmax(0,1fr) auto;gap:.65rem;min-height:66px}.mobile-menu{display:block}}@media(max-width:420px){.site-header__brand{max-width:138px}.site-header__actions{gap:.4rem}.cart-link{width:40px;min-height:40px}.mobile-menu summary{width:40px;height:40px}}.hero-product{overflow:clip;background:var(--paper);color:var(--ink)}.hero-product__inner{width:min(1360px,calc(100% - var(--page-margin) * 2));min-height:min(850px,calc(100svh - 92px));margin:auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.82fr);gap:clamp(2.2rem,6vw,7rem);align-items:center;padding-block:clamp(3rem,6vw,6rem)}.hero-product__media{min-width:0;overflow:hidden;border:1px solid var(--ink);border-radius:var(--radius-lg);background:var(--paper-bright);box-shadow:8px 9px #15171af2}.hero-product__browser-bar,.hero-product__media-footer{min-height:42px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.8rem;padding:.6rem .8rem;font-family:var(--font-mono-ui);font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hero-product__browser-bar{border-bottom:1px solid var(--ink)}.hero-product__browser-dots{display:flex;gap:.32rem}.hero-product__browser-dots i{width:8px;height:8px;border:1px solid var(--ink);border-radius:50%;background:var(--paper)}.hero-product__browser-dots i:first-child{background:var(--orange)}.hero-product__browser-dots i:nth-child(2){background:var(--teal)}.hero-product__browser-url{justify-self:center;color:var(--muted);text-transform:none}.hero-product__browser-live{justify-self:end;display:inline-flex;align-items:center;gap:.35rem;color:#347700}.hero-product__browser-live:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 3px #b6ff3b38}.hero-product__media-stage{height:clamp(430px,44vw,620px);min-height:0;position:relative;overflow:hidden;display:grid;place-items:center;background:#e8e5dc}.hero-product__video,.hero-product__image{width:100%;height:100%;min-height:inherit;object-fit:cover}.hero-product__image--built-in{width:125%;max-width:none;height:150%;min-height:0;object-fit:contain;filter:drop-shadow(18px 24px 14px rgba(21,23,26,.32));transform:translateY(-6%)}.hero-product__uploader{position:absolute;right:clamp(.75rem,3vw,1.5rem);bottom:clamp(.75rem,3vw,1.5rem);width:min(330px,calc(100% - 1.5rem));overflow:hidden;border:1px solid #343a40;border-radius:var(--radius);background:#15171af0;color:#f7f7f3;box-shadow:0 18px 42px #15171a4d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-product__uploader-head{display:flex;justify-content:space-between;align-items:center;padding:.58rem .7rem;border-bottom:1px solid rgba(255,255,255,.15);color:#ffffffb3;font-family:var(--font-mono-ui);font-size:.6rem;letter-spacing:.08em}.hero-product__uploader-head i{width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 12px #b6ff3bcc}.hero-product__uploader-log{display:grid;gap:.38rem;padding:.75rem;font-family:var(--font-mono-ui);font-size:clamp(.58rem,.9vw,.7rem);line-height:1.4}.hero-product__uploader-log span{color:#c9ced3}.hero-product__uploader-log b{color:var(--teal)}.hero-product__uploader-log em{color:var(--teal);font-style:normal}.hero-product__uploader-log strong{margin-top:.25rem;color:var(--teal);font-weight:700}.hero-product__media-hint{position:absolute;top:.75rem;left:.75rem;border:1px solid rgba(21,23,26,.3);border-radius:999px;padding:.35rem .55rem;background:#fffdf7d1;color:var(--muted);font-family:var(--font-mono-ui);font-size:.55rem;font-weight:700;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-product__media-footer{grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink);color:var(--muted)}.hero-product__media-footer span:nth-child(2){text-align:center}.hero-product__media-footer span:last-child{text-align:right}.hero-product__content{min-width:0;max-width:590px}.hero-product h1{max-width:10ch;margin-bottom:1.1rem;font-size:clamp(3.25rem,5.6vw,6.4rem)}.hero-product__copy{max-width:42ch;color:var(--muted);font-size:clamp(1.02rem,1.3vw,1.2rem);font-weight:500;line-height:1.55}.hero-product__specs{display:grid;grid-template-columns:repeat(3,1fr);margin:1.6rem 0;border-block:1px solid #cbc8bf}.hero-product__specs div{padding:.75rem .8rem .75rem 0;border-right:1px solid #cbc8bf}.hero-product__specs div:not(:first-child){padding-left:.8rem}.hero-product__specs div:last-child{border-right:0}.hero-product__specs dt,.hero-product__specs dd{font-family:var(--font-mono-ui);text-transform:uppercase}.hero-product__specs dt{color:var(--muted);font-size:.58rem;letter-spacing:.06em}.hero-product__specs dd{margin:.16rem 0 0;font-size:.74rem;font-weight:700}.hero-product__purchase{display:grid;gap:.75rem}.hero-product__purchase-meta{display:flex;justify-content:space-between;gap:1rem;align-items:center}.hero-product__stock,.hero-product__sku{font-family:var(--font-mono-ui);font-size:.62rem;font-weight:700;text-transform:uppercase}.hero-product__stock{display:inline-flex;align-items:center;gap:.4rem;color:#347700}.hero-product__stock:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--teal)}.hero-product__stock.is-unavailable{color:#a52d2d}.hero-product__stock.is-unavailable:before{background:var(--orange)}.hero-product__sku{color:var(--muted)}.hero-product__purchase form{display:grid;gap:.65rem}.hero-product__field{display:grid;gap:.35rem}.hero-product__field label{font-family:var(--font-mono-ui);font-size:.62rem;font-weight:700;text-transform:uppercase}.hero-product__field select{font-family:var(--font-mono-ui);font-size:.78rem}.hero-product__cta{width:100%;min-height:58px;justify-content:space-between;padding-inline:1.1rem;background:var(--blue);color:#fff;font-family:var(--font-display-ui);font-size:.95rem;text-transform:none}.hero-product__cta strong{font-family:var(--font-mono-ui);font-size:.88rem}.hero-product__links{display:flex;flex-wrap:wrap;gap:.65rem 1.1rem}.hero-product__links a{color:var(--blue);font-size:.76rem;font-weight:700;text-decoration:none}.hero-product__links a:hover{text-decoration:underline}.hero-product__trust{margin:1rem 0 0;color:var(--muted);font-family:var(--font-mono-ui);font-size:.58rem;line-height:1.5;text-transform:uppercase}@media(max-width:980px){.hero-product__inner{grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:2rem}.hero-product__media-stage{min-height:470px}}@media(max-width:820px){.hero-product__inner{min-height:0;grid-template-columns:1fr;gap:2.2rem;padding-block:2rem 3.5rem}.hero-product__media{order:2;box-shadow:5px 6px #15171af2}.hero-product__content{max-width:none;order:1}.hero-product h1{max-width:12ch;font-size:clamp(3rem,14vw,4.6rem)}.hero-product__media-stage{height:min(112vw,500px)}.hero-product__image--built-in{width:138%;height:158%}}@media(max-width:430px){.hero-product__inner{width:calc(100% - 28px)}.hero-product__browser-url{max-width:17ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-product__media-stage{height:390px}.hero-product__uploader{right:.65rem;bottom:.65rem}.hero-product__media-hint{display:none}.hero-product__specs div{padding-inline:.5rem}.hero-product__specs div:first-child{padding-left:0}.hero-product__specs dt{font-size:.52rem}.hero-product__specs dd{font-size:.65rem}}.how-it-works{background:var(--ink);color:#fff}.how-it-works__inner{width:min(var(--page-width),calc(100% - var(--page-margin) * 2));margin:auto}.how-it-works .section-heading{max-width:760px;margin-bottom:clamp(2rem,4vw,3.25rem)}.how-it-works .section-heading .eyebrow{color:var(--teal)}.how-it-works .section-heading .rte{max-width:48ch;color:#b9bec4}.how-it-works__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.8rem,1.6vw,1.3rem)}.build-step{min-width:0;overflow:hidden;border:1px solid #41464d;border-radius:var(--radius-lg);background:var(--night-soft)}.build-step__visual{height:clamp(210px,20vw,285px);position:relative;isolation:isolate;overflow:hidden;border-bottom:1px solid #41464d;background:#1c2025}.build-step__visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.24;background-image:linear-gradient(#59616a 1px,transparent 1px),linear-gradient(90deg,#59616a 1px,transparent 1px);background-size:24px 24px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 88%);mask-image:linear-gradient(to bottom,black,transparent 88%)}.build-step__copy{min-height:190px;display:grid;align-content:start;padding:1.2rem}.build-step__number{margin-bottom:1.2rem;color:var(--teal);font-family:var(--font-mono-ui);font-size:.64rem;font-weight:700}.build-step h3{margin-bottom:.5rem;font-size:clamp(1.35rem,2.1vw,1.8rem)}.build-step p{max-width:31ch;margin:0;color:#c4c8cd;font-size:.88rem;line-height:1.5}.build-step small{margin-top:1rem;color:var(--teal);font-family:var(--font-mono-ui);font-size:.58rem;font-weight:700;text-transform:uppercase}.build-step__part{position:absolute;display:block;filter:drop-shadow(10px 12px 10px rgba(0,0,0,.4))}.build-step__part img{width:100%;height:100%;object-fit:contain}.build-step__part--board{width:62%;left:17%;bottom:-8%;transform:rotate(-4deg)}.build-step__part--screen{width:34%;right:8%;top:6%;transform:rotate(7deg)}.build-step__part--button{width:19%;left:7%;top:12%;transform:rotate(-9deg)}.build-step__browser{width:calc(100% - 2rem);max-width:350px;position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden;border:1px solid #737b84;border-radius:var(--radius);background:#0d1014;box-shadow:0 20px 45px #0000008c,4px 5px 0 var(--blue);font-family:var(--font-mono-ui)}.build-step__browser-bar{min-height:34px;display:flex;align-items:center;gap:.3rem;padding:.48rem .6rem;border-bottom:1px solid #59616a;background:#252a30;color:#c5cad0;font-size:.5rem}.build-step__browser-bar i{width:7px;height:7px;border-radius:50%;background:#59616a}.build-step__browser-bar i:first-child{background:var(--orange)}.build-step__browser-bar i:nth-child(2){background:var(--teal)}.build-step__browser-bar b{margin-left:auto;font-weight:500}.build-step__port,.build-step__file{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-inline:.8rem;color:#e3e6e9;font-size:.58rem}.build-step__port{margin-top:.8rem;border:1px solid #59616a;border-radius:3px;padding:.55rem;background:#181c21}.build-step__port em{border-radius:2px;padding:.18rem .28rem;background:var(--blue);color:#fff;font-size:.45rem;font-style:normal}.build-step__port b{color:var(--teal)}.build-step__file{margin-top:.65rem;color:#aeb5bc}.build-step__file b{color:#fff}.build-step__progress{height:8px;display:block;margin:.65rem .8rem;overflow:hidden;border:1px solid #59616a;border-radius:2px;background:#252a30}.build-step__progress i{width:100%;height:100%;display:block;background:var(--blue);box-shadow:0 0 14px #0069ffcc}.build-step__browser>strong{display:flex;align-items:center;gap:.4rem;padding:0 .8rem .85rem;color:var(--teal);font-size:.6rem;text-transform:uppercase}.build-step__browser>strong i{width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 10px #b6ff3be6}.build-step__editor{width:calc(100% - 2rem);max-width:350px;position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden;border:1px solid #737b84;border-radius:var(--radius);background:#0d1014;box-shadow:0 20px 45px #0000008c,4px 5px 0 var(--blue);font-family:var(--font-mono-ui)}.build-step__editor-tab{min-height:34px;display:flex;align-items:center;justify-content:space-between;padding:.45rem .65rem;border-bottom:1px solid #59616a;background:#252a30;color:#fff;font-size:.55rem}.build-step__editor-tab i{color:#9da4ac;font-style:normal}.build-step__code{margin:0;padding:.8rem 1rem .65rem;background:#0d1014;color:#e4e7ea;font-family:var(--font-mono-ui);font-size:clamp(.6rem,1vw,.74rem);line-height:1.8}.build-step__code span{color:#69717a}.build-step__code b{color:#67a2ff}.build-step__code em{color:var(--teal);font-style:normal}.build-step__code mark{border-radius:2px;padding-inline:.12rem;background:#b6ff3b29;color:var(--teal)}.build-step__editor>small{display:block;border-top:1px solid #343a40;padding:.45rem .65rem;color:#8e969f;font-size:.48rem;text-transform:uppercase}@media(max-width:820px){.how-it-works__steps{grid-template-columns:1fr}.build-step{display:grid;grid-template-columns:minmax(240px,.85fr) minmax(0,1fr)}.build-step__visual{height:260px;border-right:1px solid #41464d;border-bottom:0}.build-step__copy{min-height:260px;align-content:center}}@media(max-width:580px){.build-step{display:block}.build-step__visual{height:210px;border-right:0;border-bottom:1px solid #41464d}.build-step__copy{min-height:0;padding:1rem}.build-step__number{margin-bottom:.8rem}}.kit-breakdown{background:var(--paper-bright)}.kit-breakdown__inner{width:min(var(--page-width),calc(100% - var(--page-margin) * 2));margin:auto}.kit-breakdown__heading{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.kit-breakdown__heading .section-heading{max-width:760px;margin:0}.kit-breakdown__heading .rte{max-width:50ch;color:var(--muted)}.kit-breakdown__count{flex:0 0 auto;border:1px solid var(--ink);border-radius:var(--radius);padding:.45rem .65rem;background:var(--teal);font-family:var(--font-mono-ui);font-size:.62rem;font-weight:700;text-transform:uppercase}.kit-breakdown__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.component-card{min-width:0;overflow:hidden;border:1px solid #d7d4cb;border-radius:var(--radius-lg);background:var(--paper);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.component-card__media{height:clamp(165px,18vw,250px);display:grid;place-items:center;overflow:hidden;padding:clamp(.8rem,2vw,1.5rem);background:#ebe8df}.component-card__media img{width:100%;height:104%;object-fit:contain;filter:drop-shadow(8px 11px 8px rgba(21,23,26,.2));transform:translate3d(0,var(--parallax-y, 0),0);transition:transform .35s cubic-bezier(.16,1,.3,1)}.component-card__meta{min-height:108px;display:grid;align-content:start;position:relative;padding:.9rem;border-top:1px solid #d7d4cb}.component-card__meta span,.component-card__meta small{font-family:var(--font-mono-ui);text-transform:uppercase}.component-card__meta span{color:var(--blue);font-size:.54rem;font-weight:700}.component-card__meta h3{margin:.35rem 2.2rem 0 0;font-size:1rem;line-height:1.1}.component-card__meta small{position:absolute;right:.9rem;bottom:.9rem;color:var(--muted);font-size:.52rem;font-weight:700}.kit-breakdown__note{max-width:70ch;margin:1.25rem 0 0;color:var(--muted);font-family:var(--font-mono-ui);font-size:.6rem;text-transform:uppercase}@media(hover:hover){.component-card:hover{transform:translateY(-3px);border-color:var(--ink);box-shadow:4px 5px 0 var(--ink)}.component-card:hover .component-card__media img{transform:translate3d(0,var(--parallax-y, 0),0) scale(1.04)}}@media(max-width:900px){.kit-breakdown__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.kit-breakdown__heading{display:grid;gap:1rem}.kit-breakdown__count{width:fit-content}.kit-breakdown__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.component-card__media{height:clamp(145px,44vw,190px);padding:.7rem}.component-card__meta{min-height:98px;padding:.7rem}.component-card__meta h3{margin-right:0;font-size:.9rem}.component-card__meta small{position:static;margin-top:.55rem}}.content-page{width:min(820px,100%)}.content-page__body{font-size:1.03rem}.content-page__body :is(h2,h3){margin-top:2rem}.content-page__body img{border:var(--line);border-radius:var(--radius)}.policy-page{width:min(980px,100%)}.policy-page__hero{max-width:760px;margin-bottom:clamp(1.2rem,4vw,2rem)}.policy-page__hero h1{max-width:9ch;font-size:clamp(3.1rem,8vw,7.4rem);letter-spacing:-.04em}.policy-page__hero .rte{max-width:54ch;color:var(--muted);font-size:clamp(1rem,1.6vw,1.16rem);font-weight:750}.policy-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.policy-card{display:grid;gap:.65rem;align-content:start;border:0;border-radius:var(--radius-lg);padding:clamp(1rem,3vw,1.35rem);background:#fff;box-shadow:0 12px 34px #070a0d0f}.policy-card span{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:50%;background:#e2edf7;color:var(--blue);font-size:.76rem;font-weight:900}.policy-card h2{margin:0;font-size:clamp(1.4rem,3vw,2.35rem);letter-spacing:-.02em}.policy-card .rte{color:var(--muted);font-size:.95rem;font-weight:720}.policy-card .rte>*:last-child{margin-bottom:0}@media(max-width:720px){.policy-page__hero h1{max-width:11ch;font-size:clamp(2.8rem,13vw,4.2rem)}.policy-page__grid{grid-template-columns:1fr}}.main-product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:clamp(2rem,6vw,5rem);align-items:start}.product-gallery{min-width:0;position:sticky;top:1.5rem}.product-gallery__stage{overflow:hidden;background:#fff}.product-gallery__media{aspect-ratio:1 / 1}.product-gallery__media>img,.product-gallery__media>video,.product-gallery__media>iframe,.product-gallery__media>model-viewer{width:100%;height:100%;object-fit:contain}.product-gallery__thumbs{display:flex;gap:.7rem;overflow-x:auto;padding:1rem .2rem .4rem}.product-gallery__thumbs button{flex:0 0 78px;aspect-ratio:1;overflow:hidden;border:1px solid #d2d2d7;border-radius:8px;padding:0;background:#fff}.product-gallery__thumbs button[aria-current=true]{border-color:var(--blue);box-shadow:0 0 0 2px var(--blue)}.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.product-details h1{font-size:clamp(2.5rem,5vw,4.7rem)}.product-rating{display:flex;gap:.7rem;margin:1rem 0;color:var(--orange);font-weight:900}.product-rating a{color:var(--ink);font-size:.85rem}.product-details__description{margin:1.3rem 0;color:#343734;font-size:1.04rem}.product-buybox{padding:1.25rem;margin-block:1.5rem;background:#fff;box-shadow:0 14px 42px #070a0d14}.product-buybox form{display:grid;gap:.85rem}.product-buybox label{font-size:.8rem;font-weight:900;text-transform:uppercase}.product-buybox label span{color:var(--muted);text-transform:none}.product-buybox__row{display:grid;grid-template-columns:100px 1fr;gap:.8rem}.dynamic-checkout{--shopify-accelerated-checkout-button-block-size: 50px;--shopify-accelerated-checkout-button-border-radius: 8px}.buybox-promises{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin-top:1rem;font-size:.72rem;font-weight:900;text-transform:uppercase}.product-accordions{border-top:var(--line)}.product-accordions details{border-bottom:var(--line)}.product-accordions summary{display:flex;justify-content:space-between;padding:1rem .25rem;list-style:none;font-weight:900;text-transform:uppercase}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions details[open] summary span{transform:rotate(45deg)}.product-accordions .rte{padding:0 .25rem 1rem}@media(max-width:840px){.main-product{grid-template-columns:1fr}.product-gallery{position:static}}@media(max-width:480px){.product-buybox__row{grid-template-columns:1fr}}.project-gallery{background:var(--paper);color:var(--ink)}.project-gallery__inner{width:min(var(--page-width),calc(100% - var(--page-margin) * 2));margin:auto}.project-gallery__heading{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.project-gallery__heading .section-heading{max-width:760px;margin:0}.project-gallery__heading .rte{max-width:50ch;color:var(--muted)}.project-gallery__uploader-link{flex:0 0 auto;color:var(--blue);font-family:var(--font-mono-ui);font-size:.65rem;font-weight:700;text-decoration:none;text-transform:uppercase}.project-gallery__uploader-link span{display:inline-block;margin-left:.25rem;transition:transform .18s ease}.project-gallery__uploader-link:hover span{transform:translate(2px,-2px)}.project-gallery__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.project-tile{min-width:0;overflow:hidden;border:1px solid #d7d4cb;border-radius:var(--radius-lg);background:var(--paper-bright);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.project-tile__media{aspect-ratio:4 / 3;position:relative;overflow:hidden;border-bottom:1px solid #d7d4cb;background:#d9d6ce}.project-tile__media img{width:100%;height:106%;object-fit:cover;transform:translate3d(0,var(--parallax-y, 0),0) scale(1.01);transition:transform .5s cubic-bezier(.16,1,.3,1)}.project-tile__index,.project-tile__level{position:absolute;top:.7rem;border:1px solid var(--ink);border-radius:3px;padding:.3rem .45rem;background:#fffdf7e6;color:var(--ink);font-family:var(--font-mono-ui);font-size:.52rem;font-weight:700;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.project-tile__index{left:.7rem}.project-tile__level{right:.7rem}.project-tile__copy{min-height:174px;display:grid;align-content:start;padding:1rem}.project-tile__copy>span{color:var(--blue);font-family:var(--font-mono-ui);font-size:.56rem;font-weight:700;text-transform:uppercase}.project-tile__copy h3{margin:.35rem 0;font-size:1.3rem}.project-tile__copy>p{max-width:39ch;margin:0;color:var(--muted);font-size:.82rem;line-height:1.45}.project-tile__warning{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:start;margin-top:.9rem;border:1px solid #e16f32;border-radius:var(--radius);padding:.65rem;background:#fff1e9;color:#6f2b0c;font-family:var(--font-mono-ui);font-size:.55rem;line-height:1.45}.project-tile__warning strong{text-transform:uppercase;white-space:nowrap}.project-tile__warning strong:before{content:"\26a0  "}.project-gallery__footer{display:flex;justify-content:space-between;gap:2rem;align-items:center;margin-top:1.25rem;border-top:1px solid #cbc8bf;padding-top:1.25rem}.project-gallery__footer p{max-width:48ch;margin:0;color:var(--muted);font-size:.8rem}.project-gallery__footer .button{min-height:44px;padding-block:.55rem;font-family:var(--font-mono-ui);font-size:.62rem}@media(hover:hover){.project-tile:hover{transform:translateY(-3px);border-color:var(--ink);box-shadow:4px 5px 0 var(--ink)}.project-tile:hover .project-tile__media img{transform:translate3d(0,var(--parallax-y, 0),0) scale(1.045)}}@media(max-width:900px){.project-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.project-gallery__heading{display:grid;gap:1rem}.project-gallery__grid{width:calc(100% + var(--page-margin));display:grid;grid-auto-flow:column;grid-auto-columns:min(82vw,340px);grid-template-columns:none;gap:.65rem;overflow-x:auto;margin-right:calc(var(--page-margin) * -1);padding:0 var(--page-margin) .8rem 0;scroll-snap-type:x mandatory;scrollbar-width:none}.project-gallery__grid::-webkit-scrollbar{display:none}.project-tile{scroll-snap-align:start}.project-gallery__footer{align-items:stretch;flex-direction:column;gap:1rem}.project-gallery__footer .button{width:100%}}.reviews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.review-card{margin:0;padding:1.5rem}.review-card:nth-child(2){transform:translateY(-12px)}.review-card__stars{color:var(--orange);letter-spacing:.08em}.review-card__stars .is-empty{color:#c9c7bf}.review-card blockquote{margin:1rem 0 1.3rem;font-size:1.05rem;font-weight:750}.review-card figcaption strong,.review-card figcaption span{display:block}.review-card figcaption span{color:var(--muted);font-size:.82rem}@media(max-width:760px){.reviews__grid{grid-template-columns:1fr}.review-card:nth-child(2){transform:none}}.search-form{max-width:720px;display:grid;grid-template-columns:1fr auto;gap:.7rem;margin-bottom:2rem}.search-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.search-card{overflow:hidden}.search-card>a{display:block;aspect-ratio:4 / 3;border-bottom:var(--line);background:#fff}.search-card img{width:100%;height:100%;object-fit:cover}.search-card>div{padding:1rem}.search-card span{color:var(--teal-dark);font-size:.72rem;font-weight:900;text-transform:uppercase}.search-card h2{font-size:1.2rem}.search-card h2 a{text-decoration:none}@media(max-width:800px){.search-results{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){.search-form,.search-results{grid-template-columns:1fr}}.trust-strip{border-block:1px solid var(--ink);background:var(--strip-bg)}.trust-strip__inner{width:min(var(--page-width),calc(100% - var(--page-margin) * 2));margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}.trust-strip__item{min-height:118px;display:flex;align-items:center;gap:.8rem;border-right:1px solid rgba(21,23,26,.35);padding:1rem}.trust-strip__item:first-child{border-left:1px solid rgba(21,23,26,.35)}.trust-strip__item>span{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ink);border-radius:var(--radius);background:var(--paper-bright);color:var(--blue);font-family:var(--font-mono-ui);font-size:.8rem;font-weight:700}.trust-strip strong,.trust-strip small{display:block}.trust-strip strong{font-family:var(--font-display-ui);font-size:.88rem;line-height:1.15}.trust-strip small{margin-top:.25rem;color:#41464d;font-size:.7rem;line-height:1.35}@media(max-width:820px){.trust-strip__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-strip__item{min-width:0;min-height:106px;border-bottom:1px solid rgba(21,23,26,.35)}.trust-strip__item:nth-child(odd){border-left:1px solid rgba(21,23,26,.35)}.trust-strip__item:nth-last-child(-n+2){border-bottom:0}}@media(max-width:520px){.trust-strip__inner{width:calc(100% - 28px)}.trust-strip__item{min-height:116px;align-items:flex-start;gap:.55rem;padding:.75rem .6rem}.trust-strip__item>span{flex-basis:32px;width:32px;height:32px;font-size:.7rem}.trust-strip strong{font-size:.74rem;line-height:1.1}.trust-strip small{font-size:.64rem;line-height:1.25}}.tutorial-previews{background:#fff;color:var(--ink)}.tutorial-previews__inner{width:min(var(--page-width),calc(100% - var(--page-margin) * 2));margin:auto}.tutorial-previews .eyebrow{color:var(--blue)}.tutorial-previews .section-heading{max-width:760px;margin:0 auto clamp(2rem,4vw,3rem);text-align:center}.tutorial-previews .section-heading h2{color:var(--ink);letter-spacing:0}.tutorial-previews .section-heading .rte{max-width:46ch;margin-inline:auto;color:var(--muted);font-weight:600}.tutorial-previews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem)}.tutorial-card{min-width:0;overflow:hidden;border-radius:10px;background:#f5f5f7;color:var(--ink);box-shadow:0 12px 34px #070a0d12;transition:transform .25s ease,box-shadow .25s ease}.tutorial-card__media{position:relative;aspect-ratio:5 / 4;overflow:hidden;background:#e9f0f7}.tutorial-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 -28px 34px #070a0d14;pointer-events:none}.tutorial-card__image{width:100%;height:100%;object-fit:cover;object-position:var(--image-position, center center);transition:transform .5s cubic-bezier(.16,1,.3,1)}.tutorial-placeholder{position:relative;width:100%;height:100%;display:grid;place-content:center;justify-items:center;gap:.3rem;overflow:hidden;padding:.8rem;color:var(--blue)}.tutorial-placeholder__number{color:#0964a524;font-family:var(--font-display-ui);font-size:clamp(4rem,8vw,7rem);font-weight:800;line-height:.9}.tutorial-placeholder strong{font-family:var(--font-display-ui);font-size:1rem}.tutorial-placeholder small{color:var(--muted);font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.tutorial-card__copy{min-height:126px;display:grid;align-content:start;padding:1.15rem 1.15rem 1.3rem}.tutorial-card__copy>span{color:var(--blue);font-size:.64rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tutorial-card__copy h3{margin:.25rem 0 .3rem;font-size:1.28rem;letter-spacing:0}.tutorial-card__copy p{margin:0;color:var(--muted);font-size:.82rem;font-weight:600;line-height:1.4}@media(hover:hover){.tutorial-card:hover{transform:translateY(-4px);box-shadow:0 18px 46px #070a0d1c}.tutorial-card:hover .tutorial-card__image{transform:scale(1.035)}}@media(max-width:760px){.tutorial-previews__grid{grid-template-columns:1fr;gap:.7rem}.tutorial-card{min-height:140px;display:grid;grid-template-columns:minmax(126px,38%) minmax(0,1fr);border-radius:8px}.tutorial-card__media{min-height:140px;aspect-ratio:auto}.tutorial-card__copy{min-height:0}.tutorial-card__copy{align-self:center;padding:.65rem .75rem}.tutorial-card__copy h3{font-size:1.08rem}.tutorial-placeholder{padding:.55rem}.tutorial-placeholder__number{font-size:3.6rem}.tutorial-placeholder strong{font-size:.76rem}.tutorial-placeholder small{display:none}}@media(max-width:380px){.tutorial-card{grid-template-columns:104px minmax(0,1fr)}.tutorial-placeholder__number{top:.45rem;left:.5rem}.tutorial-card__copy p{font-size:.76rem}}.brand-mark{position:relative;width:fit-content;padding:0 0 .2em;color:inherit;font-family:var(--font-display-ui);font-size:clamp(2rem,4vw,3.25rem);font-weight:900;line-height:.9;text-transform:uppercase;letter-spacing:0}.brand-mark:after{content:"";position:absolute;right:0;bottom:0;left:0;height:4px;background:var(--yellow)}.brand-mark--compact{font-size:clamp(1.2rem,2.2vw,1.7rem)}@media(max-width:420px){.brand-mark--compact{font-size:1.18rem}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
