:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#080808;--surface:#0d0d0d;--surface-raised:#111;--border:#242424;--border-strong:#333;--text:#ededed;--muted:#969696;--subtle:#666;--accent:#ffc400;--max-width:1120px;--radius:10px;--font:Inter, Geist, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);min-width:320px;min-height:100svh;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;flex-direction:column;margin:0;font-size:15px;line-height:1.6;display:flex}.particle-field{z-index:0;pointer-events:none;position:fixed;inset:0}main{z-index:1;flex:1;position:relative}body::selection{background:var(--text);color:var(--background)}a{color:inherit;-webkit-tap-highlight-color:transparent;text-decoration:none}button{font:inherit;-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}.section-shell{width:min(calc(100% - 40px), var(--max-width));margin-inline:auto}.site-header{z-index:10;border-bottom:1px solid var(--border);grid-template-columns:1fr auto 1fr;align-items:center;width:min(100% - 40px,1280px);height:64px;margin-inline:auto;display:grid;position:relative}.brand{width:max-content;color:var(--text);letter-spacing:-.01em;justify-self:start;align-items:center;gap:10px;font-size:13px;font-weight:600;display:inline-flex}.brand-logo{object-fit:contain;width:27px;height:27px}.desktop-nav{align-items:center;gap:5px;display:flex;position:relative}.desktop-nav a,.nav-dropdown-trigger,.header-action{color:var(--muted);border-radius:6px;font-size:13px;font-weight:500;line-height:32px;transition:background-color .14s,color .14s}.desktop-nav a,.nav-dropdown-trigger{padding:0 11px}.nav-dropdown{position:relative}.nav-dropdown-panel{border:1px solid var(--border-strong);z-index:20;background:#0b0b0b;border-radius:7px;gap:2px;min-width:176px;padding:4px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 32px #00000073}.nav-dropdown-panel[hidden]{display:none}.nav-dropdown-panel a{min-height:32px;color:var(--text);border-radius:4px;outline:none;align-items:center;padding:0 9px;line-height:1.2;display:flex}.nav-dropdown-panel a:hover,.nav-dropdown-panel a:focus-visible{background:var(--surface-raised);color:var(--text)}.nav-dropdown-trigger{cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;display:inline-flex}.nav-dropdown-trigger svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:14px;height:14px;transition:transform .14s}.nav-dropdown-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.desktop-nav a:hover,.desktop-nav a.active,.header-action:hover,.header-action.active,.nav-dropdown-trigger:hover,.nav-dropdown-trigger.active,.nav-dropdown-trigger[aria-expanded=true],.desktop-nav a:hover,.desktop-nav a.active,.header-action:hover,.header-action.active{background:var(--surface-raised);color:var(--text)}.header-cart{justify-self:end;position:relative}.header-action{cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0 7px 0 11px;display:inline-flex}.header-action>svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75px;width:15px;height:15px}.header-action [data-cart-count]{border:1px solid var(--border-strong);min-width:20px;height:20px;color:var(--text);border-radius:5px;place-items:center;padding-inline:5px;font-size:11px;line-height:1;display:grid}.site-footer{z-index:1;border-top:1px solid var(--border);min-height:120px;color:var(--subtle);grid-template-columns:1fr auto 1fr;align-items:center;font-size:11px;display:grid;position:relative}.site-footer p{margin:0}.site-footer>span{justify-self:center}.site-footer .brand{color:var(--muted)}.site-footer .footer-links{justify-self:end;align-items:center;gap:24px;display:flex}.site-footer .footer-links a{color:var(--subtle);letter-spacing:.02em;font-size:12px;text-decoration:none}.site-footer .footer-links a:hover,.site-footer .footer-links a:focus{color:var(--text);opacity:.95;text-decoration:none}.site-footer .footer-links a+a:before{content:"•";color:var(--subtle);margin-left:-12px;margin-right:12px;font-size:12px}@media (max-width:900px){.site-footer .footer-links{grid-column:1/-1;justify-self:center;gap:12px;margin-top:8px}.site-header{grid-template-columns:1fr auto}.desktop-nav{display:none}.site-footer{grid-template-columns:1fr auto}.site-footer p{display:none}}@media (max-width:620px){.section-shell,.site-header{width:min(calc(100% - 32px), var(--max-width))}.site-header{height:58px}.brand span{display:none}.site-footer{min-height:96px}.site-footer>span{text-align:right}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
.button,.checkout-button{border:1px solid var(--text);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;height:40px;font-size:13px;font-weight:600;transition:background-color .14s,border-color .14s,color .14s;display:inline-flex}.button{gap:10px;padding-inline:15px}.button-primary,.checkout-button{background:var(--text);color:var(--background)}.button-primary:hover,.checkout-button:hover:not(:disabled){background:#fff;border-color:#fff}.button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:15px;height:15px}.section-kicker{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px;font-size:11px;font-weight:600;line-height:1.4}.customer-avatar,.review-avatar{border:1px solid var(--border-strong);background:var(--surface-raised);color:var(--muted);border-radius:50%;flex:none;place-items:center;font-size:10px;font-weight:600;display:grid;position:relative;overflow:hidden}.customer-avatar img,.review-avatar img{object-fit:cover;filter:none;width:100%;height:100%;position:absolute;inset:0}.cart-popover[hidden]{display:none}.cart-popover{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:min(380px,100vw - 32px);position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 18px 50px #00000073}.cart-popover-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:56px;padding-inline:18px;display:flex}.cart-popover-heading strong{font-size:13px;font-weight:600}.cart-popover-heading span,.cart-popover-detail small{color:var(--subtle);font-size:11px}.cart-popover-items{max-height:320px;padding-inline:16px;overflow-y:auto}.cart-popover-item{border-bottom:1px solid var(--border);grid-template-columns:48px minmax(0,1fr) auto 28px;align-items:center;gap:12px;min-height:84px;display:grid}.cart-popover-item:last-child{border-bottom:0}.cart-popover-image{aspect-ratio:1;border:1px solid var(--border);width:48px;color:var(--subtle);background:#090909;border-radius:6px;place-items:center;font-size:12px;font-weight:600;display:grid;overflow:hidden}.cart-popover-image img{object-fit:cover;width:100%;height:100%}.cart-popover-detail{gap:2px;min-width:0;display:grid}.cart-popover-detail strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.cart-popover-detail small{font-size:10px}.cart-popover-price{font-size:12px;font-weight:600}.cart-popover-remove{width:28px;height:28px;color:var(--subtle);cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;padding:0;display:grid}.cart-popover-remove:hover{background:var(--surface-raised);color:var(--text)}.cart-popover-remove svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:14px;height:14px}.cart-popover-empty{min-height:130px;color:var(--muted);place-items:center;font-size:12px;display:grid}.cart-popover-footer{border-top:1px solid var(--border);background:#0a0a0a;padding:16px}.cart-popover-total{justify-content:space-between;align-items:center;margin-bottom:14px;font-size:12px;display:flex}.cart-popover-total span{color:var(--muted)}.cart-popover-total strong{font-size:14px}.cart-popover-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.cart-popover-actions a,.cart-popover-actions button{border:1px solid var(--border-strong);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;height:38px;font-size:12px;font-weight:600;display:inline-flex}.cart-popover-actions a{color:var(--text);background:0 0}.cart-popover-actions button{background:var(--text);color:var(--background)}.cart-popover-actions button:disabled{cursor:default;opacity:.4}.cart-popover-error{color:#e07777;text-align:center;margin:10px 0 0;font-size:10px;line-height:1.5}
.hero{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:clamp(56px,8vw,112px);min-height:620px;padding-block:96px;display:grid}.hero-content{max-width:640px}.hero h1{letter-spacing:-.08em;margin-bottom:24px;font-size:clamp(50px,6.4vw,82px);font-weight:700;line-height:1.02}.hero h1 em.hero-subhead{color:var(--muted);letter-spacing:normal;margin-top:.28em;font-family:inherit;font-size:.75em;font-style:italic;font-weight:400;line-height:1.2;display:block}.hero-copy{max-width:500px;color:var(--muted);margin-bottom:30px;font-size:17px;line-height:1.65}.hero-actions{align-items:center;gap:12px;display:flex}.recent-purchases{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);-webkit-overflow-scrolling:touch;max-height:420px;padding:12px 0;overflow-y:auto}.activity-topline{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;min-height:70px;padding:16px 18px;display:flex}.activity-topline>div{gap:1px;display:grid}.recent-title{font-size:13px;font-weight:600}.activity-topline small,.customer-detail small,.data-note{color:var(--subtle);font-size:11px}.data-note{line-height:20px}.payment-list{padding-inline:18px}.payment-empty{color:var(--subtle);justify-content:space-between;align-items:center;gap:16px;padding-block:28px;font-size:12px;display:flex}.payment-empty p{margin:0}.payment-empty-action{border:1px solid var(--border-strong);color:var(--text);font:inherit;cursor:pointer;background:0 0;border-radius:6px;flex:none;padding:7px 10px;text-decoration:none}.payment-empty-action:hover{background:var(--surface-raised)}.payment-row{border-bottom:1px solid var(--border);grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;display:grid}.payment-row:last-child{border-bottom:0}.customer-avatar{width:34px;height:34px}.customer-detail{min-width:0;display:grid}.customer-detail strong,.customer-detail small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-detail strong{font-size:13px;font-weight:550}.payment-price{font-size:12px;font-weight:550}.process,.products,.testimonials,.catalog-products{border-top:1px solid var(--border)}.process{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(64px,10vw,144px);padding-block:112px;display:grid}.process-copy h2,.section-heading h2,.catalog-heading h2{letter-spacing:-.055em;margin-bottom:22px;font-size:clamp(34px,4.6vw,54px);font-weight:600;line-height:1.05}.process-copy>p:last-child{max-width:440px;color:var(--muted);margin-bottom:0}.process-list{margin:0;padding:0;list-style:none}.process-list li{border-bottom:1px solid var(--border);grid-template-columns:50px 1fr;gap:16px;padding-block:23px;display:grid}.process-list li:first-child{border-top:1px solid var(--border)}.process-list li>span{color:var(--subtle);font-size:11px}.process-list li div{gap:2px;display:grid}.process-list strong{font-size:14px;font-weight:600}.process-list small{color:var(--muted);font-size:13px}.products,.testimonials,.catalog-products{padding-block:112px}.section-heading{margin-bottom:48px}.section-heading h2{margin-bottom:0}.section-label-row{align-items:center;gap:16px;display:flex}.section-label-row .section-kicker{margin-bottom:0}.testimonial-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.product-card,.testimonial-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-width:0}.product-card{flex-direction:column;padding:8px;scroll-margin-top:88px;transition:border-color .14s,background-color .14s;display:flex}.product-card:hover,.product-card:focus-visible,.product-card:target{border-color:var(--border-strong);background:var(--surface-raised)}.product-card:focus-visible{outline:1px solid var(--text);outline-offset:3px}.featured-product-link{cursor:pointer}.product-visual{aspect-ratio:16/10;color:var(--subtle);background:#0a0a0a;border:1px solid #1b1b1b;border-radius:7px;place-items:center;font-size:24px;font-weight:600;display:grid;position:relative;overflow:hidden}.product-visual img{object-fit:contain;object-position:center;width:100%;height:100%}.product-type{color:var(--subtle);letter-spacing:.08em;text-transform:uppercase;margin:18px 12px 7px;font-size:10px;font-weight:600}.product-card h3{letter-spacing:-.02em;margin:0 12px 9px;font-size:16px;font-weight:600;line-height:1.3}.product-card>p{min-height:44px;color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 12px 22px;font-size:13px;line-height:1.65;display:-webkit-box;overflow:hidden}.product-footer{border-top:1px solid var(--border);color:var(--subtle);justify-content:space-between;align-items:center;gap:12px;margin:auto 12px 14px;padding-top:14px;font-size:11px;display:flex}.product-footer strong{color:var(--text);font-size:13px;font-weight:600}.add-cart-button{border:1px solid var(--border-strong);width:100%;height:38px;color:var(--text);cursor:pointer;background:0 0;border-radius:6px;font-size:12px;font-weight:600;transition:background-color .14s,border-color .14s}.add-cart-button:hover{background:#181818;border-color:#444}.product-loading,.product-error{border:1px solid var(--border);border-radius:var(--radius);color:var(--muted);text-align:center;grid-column:1/-1;padding:48px}.testimonial-card{flex-direction:column;min-height:252px;padding:24px;display:flex}.review-stars{color:var(--accent);letter-spacing:.16em;margin-bottom:26px;font-size:12px}.testimonial-card blockquote{color:#d0d0d0;margin:0 0 30px;font-size:14px;line-height:1.75}.testimonial-meta{border-top:1px solid var(--border);align-items:center;gap:11px;margin-top:auto;padding-top:18px;display:flex}.review-avatar{width:32px;height:32px}.testimonial-meta>div{line-height:1.4;display:grid}.testimonial-meta strong{font-size:12px;font-weight:600}.testimonial-meta span{color:var(--subtle);font-size:11px}.catalog-heading{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:48px;display:flex}.catalog-heading h2{margin-bottom:0}.catalog-count{color:var(--subtle);margin-bottom:5px;font-size:12px}@media (max-width:900px){.hero{grid-template-columns:1fr;gap:64px;min-height:auto;padding-block:100px}.hero-content{max-width:680px}.recent-purchases{max-width:640px}.process{grid-template-columns:1fr;gap:56px}.testimonial-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-card:last-child{grid-column:1/-1}}@media (max-width:620px){.hero{gap:52px;padding-block:76px}.hero h1{margin-bottom:22px;font-size:clamp(42px,13vw,58px)}.hero-copy{font-size:15px}.process,.products,.testimonials,.catalog-products{padding-block:80px}.section-heading,.catalog-heading{margin-bottom:34px;display:block}.section-heading h2,.process-copy h2,.catalog-heading h2{font-size:38px}.catalog-count{margin-top:16px;display:block}.testimonial-grid,.product-grid{grid-template-columns:1fr}.testimonial-card:last-child{grid-column:auto}}
.cart-layout{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:24px;padding-block:72px 112px;display:grid}.cart-panel,.cart-summary{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.cart-panel{overflow:hidden}.cart-panel-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:60px;padding-inline:20px;font-size:13px;font-weight:600;display:flex}.cart-panel-heading button,.remove-cart-item{color:var(--subtle);cursor:pointer;background:0 0;border:0;padding:0;font-size:11px;transition:color .14s}.cart-panel-heading button:hover:not(:disabled),.remove-cart-item:hover{color:var(--text)}.remove-cart-item{border-radius:5px;place-items:center;width:28px;height:28px;display:grid}.remove-cart-item:hover{background:var(--surface-raised)}.remove-cart-item svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:14px;height:14px}.cart-panel-heading button:disabled{cursor:default;opacity:.45}.cart-items{padding-inline:20px}.cart-item{border-bottom:1px solid var(--border);grid-template-columns:74px minmax(0,1fr) auto auto;align-items:center;gap:18px;min-height:110px;display:grid}.cart-item:last-child{border-bottom:0}.cart-item-visual{aspect-ratio:16/10;border:1px solid var(--border);background:#090909;border-radius:6px;place-items:center;width:74px;display:grid;overflow:hidden}.cart-item-visual img{object-fit:cover;width:100%;height:100%}.cart-item-detail{gap:3px;min-width:0;display:grid}.cart-item-detail small{color:var(--subtle);letter-spacing:.06em;text-transform:uppercase;font-size:10px}.cart-item-detail strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.cart-item-price{font-size:13px;font-weight:600}.cart-summary{padding:24px;position:sticky;top:24px}.cart-summary .section-kicker{margin-bottom:26px}.summary-line{border-bottom:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;padding-block:13px;font-size:12px;display:flex}.summary-line.total{color:var(--text);border-bottom:0;margin-bottom:20px}.summary-line.total strong{font-size:17px}.checkout-button{width:100%}.checkout-button:disabled{cursor:default;opacity:.4}.checkout-note,.checkout-error{color:var(--subtle);text-align:center;margin:14px 0 0;font-size:11px;line-height:1.55}.checkout-error{color:#e07777}.cart-empty{min-height:260px;color:var(--muted);text-align:center;place-items:center;gap:8px;font-size:13px;display:grid}.cart-empty strong{color:var(--text);font-weight:600}.cart-empty a{color:var(--muted);text-underline-offset:4px;text-decoration:underline}@media (max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width:620px){.cart-layout{padding-block:48px 80px}.cart-items{padding-inline:16px}.cart-item{grid-template-columns:64px minmax(0,1fr) auto;gap:12px;min-height:104px}.cart-item-visual{width:64px}.cart-item-price{grid-area:1/3}.remove-cart-item{grid-column:2/-1;justify-self:start;margin-top:-34px}}
.custom-work{grid-template-columns:minmax(260px,.7fr) minmax(480px,1.3fr);gap:clamp(56px,9vw,120px);padding-block:112px;display:grid}.custom-work-intro h1{letter-spacing:-.06em;margin-bottom:20px;font-size:clamp(42px,5vw,64px);font-weight:600;line-height:1.04}.custom-work-intro p{max-width:420px;color:var(--muted);margin:0}.request-form{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:24px}.field-set{border:0;min-width:0;margin:0;padding:0}.field-set legend{padding:0;font-size:16px;font-weight:600}.field-description{color:var(--subtle);margin:4px 0 0;font-size:11px;line-height:1.5}.field-set>.field-description{margin-bottom:24px}.field-group,.field{display:grid}.field-group{gap:20px}.field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.field{align-content:start;gap:7px}.field label{font-size:12px;font-weight:600}.field input,.field select,.field textarea{border:1px solid var(--border-strong);width:100%;color:var(--text);font:inherit;background:#090909;border-radius:6px;outline:none;font-size:13px;transition:border-color .14s,box-shadow .14s}.field input,.field select{height:40px;padding-inline:11px}.field textarea{resize:vertical;min-height:160px;padding:10px 11px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#666;box-shadow:0 0 0 2px #ffffff14}:is(.field input:user-invalid,.field select:user-invalid,.field textarea:user-invalid){border-color:#8f4444}.form-actions{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding-top:20px;display:flex}.form-status{color:var(--muted);margin:0;font-size:11px}@media (max-width:900px){.custom-work{grid-template-columns:1fr;gap:48px}}@media (max-width:620px){.custom-work{padding-block:76px}.request-form{padding:18px}.field-row{grid-template-columns:1fr}.form-actions{flex-direction:column;align-items:stretch}}
.legal-page{padding-block:88px 112px}.legal-document{max-width:760px;color:var(--muted);font-size:14px;line-height:1.75}.legal-header{margin-bottom:52px}.legal-document h1{color:var(--text);letter-spacing:-.055em;margin:0 0 12px;font-size:clamp(40px,6vw,64px);font-weight:600;line-height:1}.legal-updated{color:var(--subtle);margin:0 0 32px;font-size:12px}.legal-intro{max-width:640px;color:var(--text);font-size:16px}.legal-document section+section{margin-top:48px}.legal-document h2{color:var(--text);letter-spacing:-.025em;margin:0 0 14px;font-size:19px;font-weight:600;line-height:1.3}.legal-document p{margin:0}.legal-document p+p{margin-top:14px}.legal-document ul{margin:14px 0 0;padding-left:22px}.legal-document li+li{margin-top:8px}.legal-document strong{color:var(--text);font-weight:500}.legal-document a{color:var(--text);text-underline-offset:3px;word-break:break-word;text-decoration:underline}@media (max-width:620px){.legal-page{padding-block:64px 80px}.legal-document h1{font-size:40px}.legal-document section+section{margin-top:40px}}
.success-page{place-items:center;display:grid}.success-content{text-align:center;padding-block:96px}.success-icon{border:1px solid var(--border-strong);background:var(--surface);border-radius:50%;place-items:center;width:44px;height:44px;margin:0 auto 28px;display:grid}.success-icon svg{fill:none;width:20px;height:20px;stroke:var(--text);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75px}.success-content h1{letter-spacing:-.06em;margin-bottom:20px;font-size:clamp(42px,6vw,68px);font-weight:600;line-height:1}.success-content>p:not(.section-kicker){max-width:560px;color:var(--muted);margin:0 auto 30px;font-size:15px}.success-actions{justify-content:center;align-items:center;gap:10px;display:flex}.success-secondary{border:1px solid var(--border-strong);border-radius:7px;justify-content:center;align-items:center;height:40px;padding-inline:15px;font-size:13px;font-weight:600;display:inline-flex}.success-secondary:hover{background:var(--surface-raised)}@media (max-width:620px){.success-content{padding-block:72px}.success-content h1{font-size:44px}.success-actions{flex-direction:column;align-items:stretch;max-width:260px;margin-inline:auto}}
