@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-void:#fff;--bg-elevated:#f6f6f4;--bg-elevated-2:#efefec;--bg-dark:#121212;--line:#0d0d0d17;--line-strong:#0d0d0d29;--text-primary:#0d0d0d;--text-muted:#5b5b58;--text-faint:#8a8a86;--text-on-dark:#f5f5f3;--accent-current:#fc4502;--accent-current-hover:#e13d00;--accent-gold:#faea07;--status-live:#1fae5c;--status-out:#e0413a;--font-display:"Space Grotesk", "Arial Narrow", sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"JetBrains Mono", "IBM Plex Mono", monospace;--fs-display-xl:clamp(2.75rem, 5vw + 1rem, 5.5rem);--fs-display-lg:clamp(2.25rem, 3vw + 1rem, 3.5rem);--fs-display-md:clamp(1.5rem, 1.5vw + 1rem, 2.25rem);--fs-body-lg:1.125rem;--fs-body:1rem;--fs-small:.875rem;--fs-mono:.8125rem;--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2.5rem;--space-6:4rem;--space-7:6rem;--space-8:9rem;--radius-sm:6px;--radius-md:10px;--radius-lg:18px;--container-w:1240px;--ease-grid:cubic-bezier(.16, 1, .3, 1);--navbar-topbar:var(--accent-current);--glass-bg-light:#ffffffd1}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body{background:var(--bg-void);color:var(--text-primary);font-family:var(--font-body);font-size:var(--fs-body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;margin:0;font-weight:600;line-height:1.08}p{color:var(--text-muted);margin:0}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer}ul{margin:0;padding:0;list-style:none}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--accent-current);outline-offset:3px}.container{width:100%;max-width:var(--container-w);padding:0 var(--space-4);margin:0 auto}.eyebrow{font-family:var(--font-mono);font-size:var(--fs-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-current);align-items:center;gap:var(--space-2);display:inline-flex}.eyebrow:before{content:"";background:var(--accent-current);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #ff6a1a2e}.btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);font-weight:600;font-size:var(--fs-body);transition:transform .2s var(--ease-grid), background .2s ease, border-color .2s ease;border:1px solid #0000;padding:.85rem 1.6rem;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent-current);color:#fff}.btn-primary:hover{background:var(--accent-current-hover)}.btn-ghost{border-color:var(--line-strong);color:var(--text-primary);background:0 0}.btn-ghost:hover{border-color:var(--accent-current);color:var(--accent-current)}section{padding:var(--space-7) 0}.hero{padding:var(--space-8) 0 var(--space-6);overflow:hidden}.hero__grid{align-items:center;gap:var(--space-6);grid-template-columns:1fr 1fr;display:grid}.hero__content{max-width:540px}.hero__title{font-size:var(--fs-display-xl);margin-bottom:var(--space-4)}.hero__subtitle{font-size:var(--fs-body-lg);color:var(--text-muted);max-width:46ch;margin-bottom:var(--space-5)}.hero__actions{align-items:center;gap:var(--space-3);display:flex}.hero__visual{width:100%;position:relative}.hero__blob{width:100%;position:relative;overflow:hidden}.hero__blob img{object-fit:cover;width:100%;height:100%}.hero__badge{color:#fff;font-size:var(--fs-small);-webkit-backdrop-filter:blur(10px);background:#1e1e1eb8;border-radius:999px;align-items:center;gap:6px;padding:.45rem .9rem;font-weight:600;display:inline-flex;position:absolute;box-shadow:0 8px 24px #0000002e}.hero__badge--location{top:32%;right:-6px}.hero__badge-icon{background:var(--accent-gold);color:#121212;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.hero__badge--stats{color:var(--text-primary);gap:var(--space-2);background:#fff;padding:.6rem 1.1rem;bottom:-20px;right:24px}.hero__avatars{align-items:center;display:flex}.hero__avatar{object-fit:cover;border:2px solid #fff;border-radius:50%;width:28px;height:28px;margin-left:-10px}.hero__avatar:first-child{margin-left:0}.hero__stats-text{align-items:baseline;gap:6px;display:flex}.hero__stats-number{font-family:var(--font-display);color:var(--text-primary);font-size:1.1rem;font-weight:700}.hero__stats-label{color:var(--text-muted);font-size:.7rem;font-weight:500;line-height:1.2}@media (width<=960px){.hero__grid{grid-template-columns:1fr}.hero__content{order:1;max-width:none}.hero__visual{order:2}.hero__badge--stats{bottom:-16px;right:12px}}@media (width<=560px){.hero__actions{flex-direction:column;align-items:stretch}}.trusted-by{padding:var(--space-6) 0;overflow:hidden}.trusted-by__label{text-align:center;font-family:var(--font-display);font-weight:600;font-size:var(--fs-small);letter-spacing:.02em;color:var(--text-primary);margin-bottom:var(--space-5)}.trusted-by__marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.trusted-by__track{align-items:center;gap:var(--space-7);width:max-content;animation:28s linear infinite trusted-by-scroll;display:flex}.trusted-by__marquee:hover .trusted-by__track{animation-play-state:paused}.trusted-by__item{flex-shrink:0;justify-content:center;align-items:center;height:32px;display:flex}.trusted-by__logo{object-fit:contain;filter:grayscale();opacity:.75;width:auto;height:100%;transition:filter .25s,opacity .25s}.trusted-by__item:hover .trusted-by__logo{filter:grayscale(0%);opacity:1}@keyframes trusted-by-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.trusted-by__track{animation:none}}.about{padding:var(--space-7) 0}.about__header{max-width:620px;margin-bottom:var(--space-6)}.about__title{font-size:var(--fs-display-md);margin-bottom:var(--space-3)}.about__subtitle{font-size:var(--fs-body-lg);color:var(--text-muted)}.about__grid{gap:var(--space-4);grid-template-columns:1.1fr 1fr;align-items:stretch;display:grid}.about__stats{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.about__card{border-radius:var(--radius-md);padding:var(--space-4);cursor:default;flex-direction:column;justify-content:space-between;max-height:300px;transition:box-shadow .3s;display:flex;position:relative;overflow:hidden}.about__card:before{content:"";background:radial-gradient(120px 120px at var(--mx,50%) var(--my,0%), #ffffff29, transparent 70%);opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.about__card:hover:before{opacity:1}.about__card:hover{box-shadow:0 16px 40px #0d0d0d1a}.about__card--yellow{background:var(--accent-gold)}.about__card--gray{background:var(--bg-elevated-2)}.about__card--orange{background:var(--accent-current)}.about__stat-value{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:clamp(2rem,2.5vw + 1rem,2.75rem);font-weight:700;line-height:1}.about__card--orange .about__stat-value{color:var(--text-on-dark)}.about__card-footer{padding-top:var(--space-3);margin-top:var(--space-4);border-top:1px solid #0d0d0d1f}.about__card--orange .about__card-footer{border-top-color:#ffffff40}.about__card-label{font-size:var(--fs-small);color:var(--text-muted);font-weight:600}.about__card--orange .about__card-label{color:#ffffffd9}.about__image{border-radius:var(--radius-md);overflow:hidden}.about__image img{object-fit:cover;width:100%;height:100%;max-height:500px;transition:transform .6s var(--ease-grid)}.about__image:hover img{transform:scale(1.04)}@media (width<=860px){.about__grid{grid-template-columns:1fr}.about__image img{min-height:280px}}@media (width<=560px){.about__stats{grid-template-columns:1fr}}.services{padding:var(--space-7) 0;background:var(--bg-elevated)}.services__header{max-width:620px;margin-bottom:var(--space-6)}.services__title{font-size:var(--fs-display-md);margin-bottom:var(--space-3)}.services__subtitle{font-size:var(--fs-body-lg);color:var(--text-muted)}.services__bento{gap:var(--space-4);grid-template-columns:repeat(6,1fr);display:grid}.services__card{border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-5);cursor:default;min-height:300px;transition:border-color .35s ease, box-shadow .35s ease, transform .35s var(--ease-grid);background:#fff;flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.services__card:hover{border-color:#fc450240;transform:translateY(-4px);box-shadow:0 18px 44px #0d0d0d17}.services__card--lg{grid-column:span 3}.services__card--sm{grid-column:span 2}.services__card-art{width:100%;max-width:220px;margin-bottom:var(--space-4);align-self:flex-start}.services__card-art img{width:100%;height:auto;display:block}.services__card-body{z-index:1;text-align:right;position:relative}.services__card-title{margin-bottom:var(--space-2);font-size:1.15rem;font-weight:700}.services__card-desc{font-size:var(--fs-small);color:var(--text-muted);max-width:34ch;margin-left:auto;margin-right:0}.services__card-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#fc450224,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:-40%;right:-20%}@media (width<=960px){.services__card--lg,.services__card--sm{grid-column:span 6}}@media (width<=560px){.services__bento{gap:var(--space-3)}.services__card{min-height:260px;padding:var(--space-4)}}.product-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;transition:border-color .3s,box-shadow .3s;overflow:hidden}.product-card:hover{border-color:var(--line-strong);box-shadow:0 18px 44px #0d0d0d14}.product-card__image{background:var(--bg-elevated);height:240px;margin:var(--space-3);border-radius:var(--radius-md);width:calc(100% - var(--space-3) * 2);overflow:hidden}.product-card__image img{object-fit:cover;width:100%;height:100%}.product-card__body{padding:0 var(--space-4) var(--space-4)}.product-card__top{justify-content:space-between;align-items:center;gap:var(--space-2);margin-bottom:var(--space-1);display:flex}.product-card__name{font-size:1.05rem;font-weight:700}.product-card__stock{font-size:var(--fs-small);white-space:nowrap;font-style:italic;font-weight:600}.product-card__stock.is-in{color:var(--status-live)}.product-card__stock.is-out{color:var(--status-out)}.product-card__desc{font-size:var(--fs-small);color:var(--text-muted);margin-bottom:var(--space-3)}.product-card__stepper{justify-content:center;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);display:flex}.product-card__step-btn{background:var(--accent-gold);width:26px;height:26px;color:var(--text-primary);border:none;border-radius:6px;justify-content:center;align-items:center;transition:transform .2s,background .2s;display:inline-flex}.product-card__step-btn:hover{background:#e8d900;transform:scale(1.08)}.product-card__step-btn:active{transform:scale(.94)}.product-card__qty{font-weight:600;font-size:var(--fs-small);text-align:center;min-width:1.2ch}.product-card__footer{justify-content:space-between;align-items:center;gap:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--line);display:flex}.product-card__price{flex-direction:column;gap:2px;display:flex}.product-card__price-label{font-size:var(--fs-mono);font-family:var(--font-mono);color:var(--text-faint)}.product-card__price-value{font-size:1rem;font-weight:700}.product-card__purchase{border-radius:var(--radius-sm);padding:.65rem 1.4rem}.product-card__purchase:disabled{opacity:.5;cursor:not-allowed}.modal__backdrop{-webkit-backdrop-filter:blur(4px);z-index:100;background:#0d0d0d80;position:fixed;inset:0}.modal__wrap{z-index:101;padding:var(--space-4,1.5rem);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.modal__panel{width:100%;max-width:560px;max-height:calc(100vh - var(--space-6,4rem));background:var(--bg-void,#fff);border-radius:var(--radius-lg,18px);overflow-y:auto;box-shadow:0 30px 80px #0d0d0d40}.modal__header{padding:var(--space-4,1.5rem) var(--space-4,1.5rem) 0;justify-content:space-between;align-items:center;display:flex}.modal__header h2{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary,#0d0d0d);margin:0;font-size:1.25rem;font-weight:600}.modal__close{background:var(--bg-elevated,#f6f6f4);width:32px;height:32px;color:var(--text-muted,#5b5b58);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.modal__close:hover{background:var(--bg-elevated-2,#efefec);color:var(--text-primary,#0d0d0d)}.modal__body{padding:var(--space-4,1.5rem)}.modal__body .admin-product-form{background:0 0;border:none;max-width:none;padding:0}@media (width<=560px){.modal__wrap{align-items:flex-end;padding:0}.modal__panel{border-radius:var(--radius-lg,18px) var(--radius-lg,18px) 0 0;max-width:none;max-height:92vh}}.purchase-flow{position:relative}.purchase-flow__step{gap:var(--space-4,1.5rem);flex-direction:column;display:flex}.purchase-flow__item-summary{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);background:var(--bg-elevated,#f6f6f4);border-radius:var(--radius-sm,6px);margin:0;padding:.7rem .9rem}.purchase-flow__item-summary strong{color:var(--text-primary,#0d0d0d)}.purchase-flow__field{gap:var(--space-2,.5rem);flex-direction:column;display:flex}.purchase-flow__field label{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-faint,#8a8a86);font-weight:500}.purchase-flow__field input,.purchase-flow__field textarea{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-body,1rem);color:var(--text-primary,#0d0d0d);background:var(--bg-void,#fff);border:1px solid var(--line-strong,#0d0d0d29);border-radius:var(--radius-sm,6px);resize:none;outline:none;padding:.65rem .85rem;transition:border-color .2s}.purchase-flow__field input:focus,.purchase-flow__field textarea:focus{border-color:var(--accent-current,#fc4502)}.purchase-flow__submit{justify-content:center;width:100%}.purchase-flow__back{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);background:0 0;border:none;align-self:flex-start;align-items:center;gap:4px;font-weight:600;display:inline-flex}.purchase-flow__back:hover{color:var(--text-primary,#0d0d0d)}.purchase-flow__summary-card{background:var(--bg-elevated,#f6f6f4);border-radius:var(--radius-md,10px);padding:var(--space-3,1rem) var(--space-4,1.5rem)}.purchase-flow__summary-card h4{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-faint,#8a8a86);margin:0 0 6px;font-weight:600}.purchase-flow__summary-card p{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-primary,#0d0d0d);margin:0 0 2px}.purchase-flow__summary-row{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);padding-bottom:var(--space-2,.5rem);margin-bottom:var(--space-2,.5rem);border-bottom:1px solid var(--line,#0d0d0d17);justify-content:space-between;align-items:center;display:flex}.purchase-flow__summary-total{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary,#0d0d0d);justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.purchase-flow__error{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--status-out,#e0413a);margin:0}.purchase-flow__spin{animation:.8s linear infinite purchase-flow-spin}@keyframes purchase-flow-spin{to{transform:rotate(360deg)}}.purchase-flow__success{text-align:center;padding:var(--space-4,1.5rem) 0;align-items:center}.purchase-flow__success-icon{color:var(--status-live,#1fae5c)}.purchase-flow__success h3{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary,#0d0d0d);margin:0;font-size:1.25rem;font-weight:600}.purchase-flow__success p{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);margin:0;line-height:1.6}@media (prefers-reduced-motion:reduce){.purchase-flow__spin{animation:none!important}}.product-preview{padding:var(--space-7) 0}.product-preview__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.product-preview__title{font-size:var(--fs-display-md);margin-bottom:var(--space-2)}.product-preview__subtitle{font-size:var(--fs-body-lg);color:var(--text-muted)}.product-preview__view-all{background:var(--bg-dark);color:var(--text-on-dark);font-weight:600;font-size:var(--fs-small);white-space:nowrap;transition:background .25s ease, transform .25s var(--ease-grid);border-radius:999px;align-items:center;padding:.8rem 1.5rem;display:inline-flex}.product-preview__view-all:hover{background:#000;transform:translateY(-2px)}.product-preview__grid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.product-preview__state{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);padding:var(--space-5,2.5rem) 0;align-items:center;gap:8px;display:flex}.product-preview__state--error{color:var(--status-out,#e0413a)}.product-preview__spin{animation:.8s linear infinite product-preview-spin}@keyframes product-preview-spin{to{transform:rotate(360deg)}}@media (width<=960px){.product-preview__grid{gap:var(--space-4);grid-template-columns:1fr}.product-preview__header{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.product-preview__spin{animation:none!important}}.how-it-works{padding:var(--space-7) 0;overflow:hidden}.how-it-works__header{max-width:620px;margin-bottom:var(--space-6)}.how-it-works__title{font-size:var(--fs-display-md);margin-bottom:var(--space-3)}.how-it-works__subtitle{font-size:var(--fs-body-lg);color:var(--text-muted)}.how-it-works__chart{aspect-ratio:1160/500;width:100%;position:relative}.how-it-works__svg{width:100%;height:100%;position:absolute;inset:0}.how-it-works__dot{fill:#b3b1b1;stroke:#fff;stroke-width:6px}.how-it-works__labels{position:absolute;inset:0}.how-it-works__label{max-width:260px;padding-top:var(--space-6);position:absolute;transform:translate(-8%,14%)}.how-it-works__label-number{font-family:var(--font-display);color:var(--bg-elevated-2);z-index:-1;-webkit-user-select:none;user-select:none;margin-top:30px;font-size:4rem;font-weight:700;line-height:1;position:absolute;top:-2.6rem;left:-.4rem}.how-it-works__label-title{margin-bottom:var(--space-1);z-index:1;font-size:1.1rem;font-weight:700;position:relative}.how-it-works__label-desc{font-size:var(--fs-small);color:var(--text-muted);z-index:1;position:relative}@media (width<=960px){.how-it-works__chart{aspect-ratio:auto}.how-it-works__svg{display:none}.how-it-works__labels{gap:var(--space-5);flex-direction:column;display:flex;position:static}.how-it-works__label{max-width:none;padding-left:var(--space-4);border-left:2px solid var(--accent-current);position:static;transform:none}.how-it-works__label-number{margin-bottom:var(--space-1);font-size:2.5rem;display:block;position:static}}.portfolio{padding:var(--space-7) 0}.portfolio__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.portfolio__title{font-size:var(--fs-display-md);margin-bottom:var(--space-2)}.portfolio__subtitle{font-size:var(--fs-body-lg);color:var(--text-muted);max-width:560px}.portfolio__view-all{background:var(--bg-dark);color:var(--text-on-dark);font-weight:600;font-size:var(--fs-small);white-space:nowrap;border-radius:999px;align-items:center;padding:.8rem 1.5rem;transition:background .25s;display:inline-flex}.portfolio__view-all:hover{background:#000}.portfolio__list{gap:var(--space-5);flex-direction:column;display:flex}.portfolio__card{align-items:center;gap:var(--space-6);border-radius:var(--radius-lg);padding:var(--space-5);border:1px solid #fc450247;transition:box-shadow .35s,border-color .35s;display:flex}.portfolio__card:hover{box-shadow:0 16px 40px #0d0d0d14}.portfolio__card--reverse{flex-direction:row-reverse}.portfolio__image{border-radius:var(--radius-md);aspect-ratio:16/10;flex:0 0 44%;overflow:hidden}.portfolio__image img{object-fit:cover;width:100%;height:100%}.portfolio__content{flex:1}.portfolio__project-title{margin-bottom:var(--space-1);font-size:1.4rem;font-weight:700}.portfolio__handle{font-size:var(--fs-small);color:var(--text-faint);margin-bottom:var(--space-3);display:block}.portfolio__desc{font-size:var(--fs-body);color:var(--text-muted);max-width:46ch}@media (width<=860px){.portfolio__header{flex-direction:column;align-items:flex-start}.portfolio__card,.portfolio__card--reverse{align-items:stretch;gap:var(--space-4);flex-direction:column}.portfolio__image{aspect-ratio:16/9;flex:none}}.wcu-section{box-sizing:border-box;background:#fff;width:100%;padding:100px 24px}.wcu-container{grid-template-columns:1fr 1fr .2fr 1fr;align-items:start;gap:0;max-width:1180px;margin:0 auto;display:grid}.wcu-left{padding-top:4px;padding-right:48px}.wcu-heading{color:#1a1a1a;letter-spacing:-.01em;margin:0 0 20px;font-size:40px;font-weight:800;line-height:1.15}.wcu-subheading{color:#6b6f76;margin:0 0 40px;font-size:16px;font-weight:400}.wcu-cta-row{align-items:center;gap:32px;display:flex}.wcu-cta{color:#e35b25;cursor:pointer;align-items:center;gap:6px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.wcu-cta-arrow{align-items:center;display:inline-flex}.wcu-col{flex-direction:column;gap:24px;min-width:260px;max-width:300px;display:flex}.wcu-col-middle{margin-top:150px;margin-left:auto;padding-right:50px}.wcu-feature{flex-direction:column;gap:6px;display:flex}.wcu-feature:not(:last-child){border-bottom:1px solid #e7e7e9;padding-bottom:28px}.wcu-icon-wrap{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.wcu-icon{color:#e35b25;width:34px;height:34px}.wcu-feature-title{color:#1a1a1a;margin:0 0 6px;font-size:16px;font-weight:700}.wcu-feature-desc{color:#7a7d84;max-width:240px;margin:0;font-size:14px;line-height:1.55}.wcu-divider{background:#e0e0e2;align-self:stretch;width:1px;height:100%}@media (width<=900px){.wcu-container{grid-template-columns:1fr}.wcu-left{margin-bottom:48px;padding-right:0}.wcu-divider{display:none}.wcu-col-middle,.wcu-col-right{max-width:none;margin:0;padding:0}.wcu-col-right{margin-top:8px}.wcu-heading{font-size:32px}}@media (width<=520px){.wcu-section{padding:64px 20px}.wcu-cta-row{flex-wrap:wrap;gap:24px}.wcu-col{min-width:0;max-width:none}.wcu-feature-desc{max-width:none}.wcu-heading{font-size:28px}}@media (prefers-reduced-motion:reduce){.wcu-section *{transition:none!important;animation:none!important}}.tst-section{box-sizing:border-box;background:#fff;width:100%;padding:96px 24px;overflow:hidden}.tst-container{max-width:1180px;margin:0 auto}.tst-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:48px;display:flex}.tst-heading-block{max-width:560px}.tst-heading{color:#1a1a1a;letter-spacing:-.01em;margin:0 0 12px;font-size:34px;font-weight:800}.tst-subheading{color:#7a7d84;margin:0;font-size:15px;line-height:1.6}.tst-nav{flex-shrink:0;align-items:center;gap:12px;margin-top:6px;display:flex}.tst-nav-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;padding:0;transition:opacity .2s,background .2s,color .2s;display:flex}.tst-nav-btn--prev{color:#1a1a1a;background:#fff;border:1.5px solid #d9dadd}.tst-nav-btn--prev:hover:not(:disabled){border-color:#1a1a1a}.tst-nav-btn--next{color:#fff;background:#171717}.tst-nav-btn--next:hover:not(:disabled){background:#e35b25}.tst-nav-btn:disabled{opacity:.35;cursor:not-allowed}.tst-track-wrap{width:100%;position:relative}.tst-cards{gap:24px;display:grid}.tst-card{background:#fdece2;border-radius:16px;flex-direction:column;min-height:340px;padding:32px 28px 28px;display:flex}.tst-quote-icon{color:#e88a5c;width:26px;height:26px;margin-bottom:18px}.tst-quote-text{color:#2b2b2e;flex-grow:1;margin:0 0 auto;font-size:15px;line-height:1.7}.tst-person{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;gap:16px;margin-top:28px;padding-top:20px;display:flex}.tst-person-info{flex-direction:column;gap:4px;display:flex}.tst-person-name{color:#1a1a1a;font-size:15px;font-weight:700}.tst-person-role{color:#8a8d94;font-size:13px;line-height:1.4}.tst-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.tst-dots{justify-content:center;gap:8px;margin-top:32px;display:none}.tst-dot{cursor:pointer;background:#e2e2e5;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.tst-dot--active{background:#e35b25;transform:scale(1.25)}@media (width<=1080px){.tst-heading{font-size:28px}}@media (width<=720px){.tst-section{padding:64px 20px}.tst-header{flex-direction:column;align-items:flex-start;gap:20px}.tst-nav{margin-top:0}.tst-card{min-height:0}.tst-dots{display:flex}}@media (prefers-reduced-motion:reduce){.tst-section *{transition:none!important;animation:none!important}}.faq{padding:var(--space-7) 0}.faq__grid{gap:var(--space-6);grid-template-columns:.85fr 1.15fr;align-items:start;display:grid}.faq__left{gap:var(--space-6);flex-direction:column;display:flex}.faq__eyebrow{margin-bottom:var(--space-3)}.faq__title{font-size:var(--fs-display-md)}.faq__cta-card{border-radius:var(--radius-lg);padding:var(--space-5);background:linear-gradient(160deg, var(--bg-elevated), var(--bg-elevated-2));border:1px solid var(--line)}.faq__cta-title{margin-bottom:var(--space-2);font-size:1.2rem}.faq__cta-desc{font-size:var(--fs-small);color:var(--text-muted);margin-bottom:var(--space-4);max-width:34ch}.faq__cta-btn{border-radius:999px;padding:.7rem 1.5rem}.faq__right{gap:var(--space-3);flex-direction:column;display:flex}.faq__row{background:var(--bg-elevated);border-radius:var(--radius-md);border:1px solid #0000;transition:border-color .25s,background .25s;overflow:hidden}.faq__row.is-open{border-color:var(--line-strong);background:#fff;box-shadow:0 12px 32px #0d0d0d0f}.faq__row-header{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-4);text-align:left;background:0 0;border:none;display:flex}.faq__question{font-size:var(--fs-body);color:var(--text-primary);font-weight:700}.faq__icon{background:var(--accent-gold);color:#121212;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.faq__row.is-open .faq__icon{background:var(--accent-current);color:#fff}.faq__answer-wrap{overflow:hidden}.faq__answer{padding:0 var(--space-4) var(--space-4);font-size:var(--fs-small);color:var(--text-muted);max-width:60ch}@media (width<=860px){.faq__grid{grid-template-columns:1fr}}.cta-card{isolation:isolate;border-radius:28px;width:90%;max-width:1180px;margin:0 auto;padding-bottom:30px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000040}.cta-bg{z-index:-2;background-position:50%;background-size:cover;position:absolute;inset:0}.cta-overlay{z-index:-1;background:linear-gradient(100deg,#0a0a0ae0 0%,#0a0a0ab8 38%,#0a0a0a59 68%,#0a0a0a8c 100%);position:absolute;inset:0}.cta-content{justify-content:space-between;align-items:flex-start;gap:var(--space-4,2rem);flex-wrap:wrap;padding:64px 48px 40px;display:flex}.cta-main{max-width:480px}.cta-heading{color:#fff;letter-spacing:-.01em;margin:0 0 20px;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;line-height:1.08}.cta-subheading{color:#ffffffbf;max-width:34ch;margin:0;font-size:14px;line-height:1.6}.cta-list{text-align:right;flex-direction:column;gap:12px;margin:0;padding:6px 0 0;list-style:none;display:flex}.cta-list-item{letter-spacing:.06em;text-transform:uppercase;color:#fffc;font-size:12px;font-weight:600}.cta-banner{background:#f4e409;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:26px 32px;display:flex}.cta-banner-text{color:#171717;max-width:30ch;margin:0;font-size:16px;font-weight:700;line-height:1.35}.cta-banner-btn{white-space:nowrap;background:var(--text-primary);color:var(--text-on-dark);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:14px 28px;font-size:14px;font-weight:700;display:inline-flex}@media (width<=760px){.cta-card{border-radius:20px}.cta-content{padding:44px 28px 32px}.cta-list{text-align:left;width:100%}.cta-banner{padding:22px 24px}.cta-banner-text{max-width:none}}@media (width<=480px){.cta-banner{flex-direction:column;align-items:flex-start}.cta-banner-btn{width:100%}}@media (prefers-reduced-motion:reduce){.cta-card *{transition:none!important}}.footer{background:var(--bg-dark);padding-top:var(--space-7);margin-top:50px;overflow:hidden}.footer__container{max-width:1440px;padding:0 var(--space-5,3rem);margin:0 auto}.footer__top{justify-content:space-between;align-items:flex-start;gap:var(--space-6,4rem);padding-bottom:var(--space-6,4rem);flex-wrap:wrap;display:flex}.footer__left{margin-left:var(--space-2,.75rem)}.footer__tagline{color:#f5f5f3a6;font-size:var(--fs-body);max-width:32ch;margin-bottom:var(--space-4)}.footer__socials{gap:var(--space-2);margin-bottom:var(--space-4);display:flex}.footer__social-btn{width:34px;height:34px;color:var(--text-on-dark);background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.footer__social-btn:hover{background:var(--accent-current);color:#fff}.footer__copyright{font-size:var(--fs-mono);font-family:var(--font-mono);color:#f5f5f366;display:block}.footer__columns{gap:var(--space-6,4rem);flex-wrap:wrap;display:flex}.footer__column-heading{color:var(--text-on-dark);font-size:var(--fs-body);margin-bottom:var(--space-3);font-weight:700}.footer__column-links{gap:var(--space-2);flex-direction:column;display:flex}.footer__link{font-size:var(--fs-small);color:#f5f5f38c;transition:color .2s}.footer__link:hover{color:var(--accent-current)}.footer__wordmark-wrap{width:100%;padding:0 var(--space-4,2rem);overflow:hidden;container-type:inline-size}.footer__wordmark{width:100%;font-family:var(--font-display,inherit);letter-spacing:-.01em;padding-top:var(--space-4,2rem);color:#fc450259;flex-wrap:nowrap;justify-content:space-between;align-items:baseline;margin:0;font-size:clamp(2.5rem,15vw,10rem);font-weight:700;line-height:.85;display:flex}@supports (container-type:inline-size){.footer__wordmark{font-size:clamp(2.5rem,14cqw,10rem)}}@supports (-webkit-text-stroke:1px) or (text-stroke:1px){.footer__wordmark{color:#0000;-webkit-text-stroke:1.5px #fc450259;text-stroke:1.5px #fc450259}}@media (width<=860px){.footer__top{flex-direction:column}.footer__columns{gap:var(--space-5,3rem)}}@media (width<=560px){.footer__columns{gap:var(--space-5,3rem);flex-direction:column}.footer__wordmark{align-items:flex-start;gap:var(--space-2,.75rem);flex-direction:column}}.navbar{z-index:50;width:100%;padding:var(--space-4) 0;position:fixed;top:0}.navbar__outer{width:80%}.navbar__inner{width:100%;max-width:var(--container-w);justify-content:space-between;align-items:center;gap:var(--space-4);border:1px solid var(--line);z-index:51;transition:background .35s ease, box-shadow .35s ease, backdrop-filter .35s ease, transform .35s var(--ease-grid);background:#fff;border-radius:999px;margin:0 auto;padding:.65rem 1.75rem .65rem 2.25rem;display:flex;position:relative;box-shadow:0 8px 30px #0d0d0d14}.navbar--scrolled .navbar__inner{background:var(--glass-bg-light);-webkit-backdrop-filter:blur(20px)saturate(180%);transform:scale(.99);box-shadow:0 12px 40px #0d0d0d1a}.navbar__logo{flex-shrink:0;align-items:center;display:inline-flex}.navbar__logo-img{object-fit:contain;width:auto;height:30px}.navbar__links{align-items:center;gap:var(--space-5);display:flex}.navbar__link{font-size:var(--fs-small);color:var(--text-faint);padding:var(--space-2) 0;font-weight:600;transition:color .2s;position:relative}.navbar__link:after{content:"";background:var(--accent-current);transform-origin:0;width:100%;height:1.5px;transition:transform .25s var(--ease-grid);position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.navbar__link:hover{color:var(--text-primary)}.navbar__link:hover:after,.navbar__link.active:after{transform:scaleX(1)}.navbar__link.active{color:var(--text-primary)}.navbar__actions{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.navbar__cta{font-size:var(--fs-small);border-radius:999px;padding:.7rem 1.4rem}.navbar__toggle{cursor:pointer;background:0 0;border:none;flex-shrink:0;width:32px;height:32px;padding:0;display:none;position:relative}.navbar__toggle span{background:var(--text-primary);transform-origin:50%;border-radius:2px;height:2px;position:absolute;top:50%;left:6px;right:6px}.navbar__backdrop{-webkit-backdrop-filter:blur(8px);z-index:45;background:#0d0d0d40;position:fixed;inset:0}.btn-mobile{display:none}@media (width<=860px){.navbar__inner{padding:.6rem .6rem .6rem 1rem}.navbar__cta{display:none}.btn-mobile{display:flex}.btn-nav{display:none}.navbar__toggle{display:block}.navbar__links{top:calc(100% + 8px);left:var(--space-4);right:var(--space-4);background:var(--glass-bg-light);-webkit-backdrop-filter:blur(20px);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-4);align-items:flex-start;gap:var(--space-3);z-index:50;flex-direction:column;display:none;position:absolute}.navbar__links--open{display:flex}}.dtc-section{background:var(--bg-void,#fff);padding:var(--space-7,6rem) 0}.dtc-header{text-align:center;margin-bottom:var(--space-5,2.5rem)}.dtc-eyebrow{font-family:var(--font-mono,"JetBrains Mono", monospace);font-size:var(--fs-mono,.8125rem);letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint,#8a8a86);margin-bottom:var(--space-2,.5rem);display:inline-block}.dtc-heading{font-family:var(--font-display,"Space Grotesk", sans-serif);font-size:var(--fs-display-lg,clamp(2.25rem, 3vw + 1rem, 3.5rem));letter-spacing:-.01em;color:var(--text-primary,#0d0d0d);margin:0;font-weight:600;line-height:1.08}.dtc-grid{gap:var(--space-4,1.5rem);margin-bottom:var(--space-5,2.5rem);grid-template-columns:2fr 1fr;display:grid}.dtc-photo-card{border-radius:var(--radius-lg,18px);background-position:50%;background-size:cover;align-items:flex-end;min-height:380px;display:flex;position:relative;overflow:hidden}.dtc-photo-overlay{background:linear-gradient(#0d0d0d00 25%,#0d0d0d59 55%,#0d0d0dd1 100%);position:absolute;inset:0}.dtc-photo-content{z-index:1;padding:var(--space-4,1.5rem);max-width:320px;position:relative}.dtc-photo-heading{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-on-dark,#f5f5f3);margin:0 0 var(--space-3,1rem);font-weight:600;line-height:1.2}.h{font-size:1.375rem}.p{font-size:.775rem}.dtc-photo-cta{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-on-dark,#f5f5f3);border-bottom:1px solid #f5f5f366;align-items:center;gap:6px;padding-bottom:2px;font-weight:600;transition:border-color .2s,color .2s,gap .2s;display:inline-flex}.dtc-photo-cta:hover{color:var(--accent-current,#fc4502);border-color:var(--accent-current,#fc4502);gap:9px}.dtc-stats-card{border:1px solid var(--accent-current);border-radius:var(--radius-lg,18px);padding:var(--space-4,1.5rem);background:#ff44000a;flex-direction:column;display:flex}.dtc-stats-label{font-family:var(--font-mono,"JetBrains Mono", monospace);font-size:var(--fs-mono,.8125rem);letter-spacing:.06em;color:var(--status-live,#1fae5c);margin-bottom:var(--space-4,1.5rem)}.dtc-stats-list{gap:var(--space-3,1rem);flex-direction:column;flex-grow:1;justify-content:space-between;display:flex}.dtc-stat{padding-bottom:var(--space-3,1rem);border-bottom:1px solid #1fae5c38;flex-direction:column;gap:4px;display:flex}.dtc-stat:last-child{border-bottom:none;padding-bottom:0}.dtc-stat-value{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary,#0d0d0d);font-size:1.75rem;font-weight:600}.dtc-stat-label{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58)}.dtc-mission-row{gap:var(--space-4,1.5rem);padding-top:var(--space-4,1.5rem);border-top:1px solid var(--line,#0d0d0d17);grid-template-columns:repeat(4,1fr);display:grid}.dtc-mission-title{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary,#0d0d0d);margin:0 0 6px;font-size:.9375rem;font-weight:600}.dtc-mission-desc{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);margin:0;line-height:1.55}@media (width<=860px){.dtc-grid{grid-template-columns:1fr}.dtc-mission-row{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.dtc-section{padding:var(--space-6,4rem) 0}.dtc-photo-card{min-height:300px}.dtc-mission-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.dtc-photo-cta{transition:none!important}}.dte-section{background:var(--bg-elevated,#f6f6f4);padding:var(--space-7,6rem) 0}.dte-container{width:100%;max-width:var(--container-w,1240px);padding:0 var(--space-4,1.5rem);margin:0 auto}.dte-header{margin-bottom:var(--space-5,2.5rem);max-width:760px}.dte-marker{align-items:center;gap:var(--space-2,.5rem);margin-bottom:var(--space-3,1rem);display:inline-flex}.dte-marker-icon{color:var(--accent-current,#fc4502)}.dte-dot{background:var(--accent-current,#fc4502);border-radius:50%;width:6px;height:6px}.dte-dot--mid{opacity:.5}.dte-dot--faint{opacity:.22}.dte-heading{font-family:var(--font-display,"Space Grotesk", sans-serif);font-size:var(--fs-display-md,clamp(1.5rem, 1.5vw + 1rem, 2.25rem));letter-spacing:-.01em;color:var(--text-primary,#0d0d0d);margin:0 0 var(--space-3,1rem);font-weight:600;line-height:1.08}.dte-subheading{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-body,1rem);color:var(--text-muted,#5b5b58);max-width:68ch;margin:0;line-height:1.6}.dte-grid{gap:var(--space-4,1.5rem);grid-template-columns:repeat(3,1fr);display:grid}.dte-card{background:var(--bg-void,#fff);border:1px solid var(--line,#0d0d0d17);border-radius:var(--radius-lg,18px);padding:var(--space-4,1.5rem) var(--space-4,1.5rem) var(--space-4,1.5rem) calc(var(--space-4,1.5rem) + 4px);transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 1px 2px #0d0d0d0a}.dte-card:hover{border-color:var(--line-strong,#0d0d0d29);box-shadow:0 12px 28px #0d0d0d14}.dte-card:before{content:"";background:linear-gradient(180deg, var(--accent-current,#fc4502) 0%, #fc450240 45%, #fc450200 85%);width:3px;height:100%;position:absolute;top:0;left:0}.dte-card-number{font-family:var(--font-mono,"JetBrains Mono", monospace);font-size:var(--fs-mono,.8125rem);letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint,#8a8a86);margin-bottom:var(--space-4,1.5rem);display:block}.dte-card-title{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary,#0d0d0d);margin:0 0 var(--space-2,.5rem);letter-spacing:-.005em;font-size:1.0625rem;font-weight:600;line-height:1.15}.dte-card-desc{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);margin:0;line-height:1.65}@media (width<=900px){.dte-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.dte-section{padding:var(--space-6,4rem) 0}.dte-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.dte-card{transition:none!important}}.about-hero{background-color:#0c1210;border-radius:20px;align-items:center;width:95%;max-width:1180px;min-height:480px;max-height:66vh;margin:32px auto 0;display:flex;position:relative;overflow:hidden}.about-hero__bg{z-index:0;will-change:transform;background-color:#1a2621;background-position:50%;background-size:cover;position:absolute;inset:0}.about-hero__overlay{z-index:1;background:linear-gradient(100deg,#060c0aeb 0%,#060c0abd 38%,#060c0a66 68%,#060c0a2e 100%);position:absolute;inset:0}.about-hero__content{z-index:2;max-width:760px;margin-top:20px;padding:4rem clamp(1.5rem,6vw,5rem);position:relative}.about-hero__heading{color:#fff;letter-spacing:-.01em;margin:0 0 1.25rem;font-size:clamp(2rem,4vw,3.25rem);font-weight:700;line-height:1.15}.about-hero__heading-line{display:block}.about-hero__heading-line--sub{color:var(--accent-gold);margin-top:.4rem;font-size:clamp(1.1rem,2.2vw,1.6rem);font-weight:600}.about-hero__subtext{color:#ffffffd1;max-width:560px;font-size:var(--fs-body-lg);margin:0;font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.7}@media (width<=640px){.about-hero{min-height:420px;max-height:none;margin-top:20px}.about-hero__content{padding:3rem 1.25rem}}@media (prefers-reduced-motion:reduce){.about-hero__bg{transform:none!important}}.our-story{background:var(--bg-elevated,#f6f6f4);width:100%;padding:clamp(3.5rem,8vw,6.5rem) clamp(1.5rem,6vw,5rem);position:relative}.our-story__inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(2.5rem,6vw,5rem);max-width:1180px;margin:0 auto;display:grid}.our-story__heading{color:#14201c;letter-spacing:-.01em;margin:0 0 1.5rem;font-size:clamp(2rem,3.4vw,2.9rem);font-weight:700;line-height:1.1}.our-story__paragraph{color:#4a534e;max-width:560px;margin:0 0 1.1rem;font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.75}.our-story__paragraph:last-of-type{margin-bottom:2rem}.our-story__cta{background-color:var(--text-primary);color:var(--text-on-dark);border-radius:999px;align-items:center;gap:.6rem;padding:.9rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .25s,color .25s;display:inline-flex}.our-story__cta:hover{background-color:var(--accent-current-hover);color:var(--text-on-dark)}.our-story__cta-arrow{width:18px;height:18px}.our-story__gallery{justify-content:center;align-items:center;gap:1rem;min-height:400px;display:flex}.our-story__photo{border-radius:30px;flex-shrink:0;overflow:hidden}.our-story__photo img{object-fit:cover;width:100%;height:100%;display:block}.our-story__photo--main{width:140px;height:300px;margin-top:40px}.our-story__photo--top{width:150px;height:360px}.our-story__photo--bottom{width:120px;height:290px;margin-top:-30px}@media (width<=900px){.our-story__inner{grid-template-columns:1fr}.our-story__photo--main{width:100px}.our-story__photo--top{width:120px}.our-story__photo--bottom{width:100px}.our-story__gallery{order:-1;min-height:340px}}@media (width<=480px){.our-story__gallery{grid-template-columns:1fr 1fr 1fr;width:90%;min-height:280px;margin:auto}.our-story__photo--top,.our-story__photo--bottom{margin:0}}@media (prefers-reduced-motion:reduce){.our-story__cta{transition:none}}.pbanner{border-radius:var(--radius-lg,20px);outline:none;width:100%;margin:32px auto;position:relative;overflow:hidden}.pbanner:focus-visible{box-shadow:0 0 0 3px var(--accent-current,#2f6fed)}.pbanner__viewport{aspect-ratio:8/3;width:100%;position:relative}.pbanner__slide{display:block;position:absolute;inset:0}.pbanner__media{width:100%;height:100%;display:block;position:absolute;inset:0}.pbanner__img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.pbanner__arrow{z-index:3;width:38px;height:38px;color:var(--text-primary,#0d0d0d);cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pbanner__arrow:hover{background:#fff;transform:translateY(-50%)scale(1.06)}.pbanner__arrow--prev{left:var(--space-4,1rem)}.pbanner__arrow--next{right:var(--space-4,1rem)}@media (width<=599px){.pbanner__arrow{width:32px;height:32px}}.pbanner__dots{bottom:var(--space-4,1rem);z-index:3;gap:.4rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.pbanner__dot{cursor:pointer;width:8px;height:8px;transition:width .25s var(--ease-grid,ease), background .25s ease;background:#ffffff80;border:none;border-radius:999px;padding:0}.pbanner__dot.is-active{background:#fff;width:22px}.product-search{background:var(--bg-void,#fff);border:1px solid var(--line-strong,#0d0d0d29);border-radius:999px;align-items:center;max-width:640px;margin:32px auto;padding:.4rem .4rem .4rem 1.25rem;display:flex;box-shadow:0 8px 24px #0d0d0d0f}.product-search__field{align-items:center;gap:var(--space-2,.5rem);flex:1;min-width:0;display:flex}.product-search__icon{color:var(--text-faint,#8a8a86);flex-shrink:0}.product-search__field input{min-width:0;font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-body,1rem);color:var(--text-primary,#0d0d0d);background:0 0;border:none;outline:none;flex:1;padding:.6rem 0}.product-search__field input::placeholder{color:var(--text-faint,#8a8a86)}.product-search__clear{background:var(--bg-elevated-2,#efefec);width:22px;height:22px;color:var(--text-muted,#5b5b58);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.product-search__clear:hover{background:var(--line-strong,#0d0d0d29)}.product-search__divider{background:var(--line,#0d0d0d17);width:1px;height:24px;margin:0 var(--space-2,.5rem);flex-shrink:0}.product-search__filter{flex-shrink:0;position:relative}.product-search__filter-btn{white-space:nowrap;background:var(--bg-elevated,#f6f6f4);color:var(--text-primary,#0d0d0d);font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);border:none;border-radius:999px;align-items:center;gap:6px;padding:.6rem 1rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.product-search__filter-btn:hover{background:var(--bg-elevated-2,#efefec)}.product-search__filter-btn--active{color:var(--accent-current,#fc4502);background:#fc45021a}.product-search__chevron{align-items:center;display:inline-flex}.product-search__dropdown{z-index:20;background:var(--bg-void,#fff);border:1px solid var(--line,#0d0d0d17);border-radius:var(--radius-md,10px);min-width:220px;padding:var(--space-2,.5rem);margin:0;list-style:none;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 16px 40px #0d0d0d1f}.product-search__option{text-align:left;width:100%;font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);border-radius:var(--radius-sm,6px);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.6rem .75rem;display:flex}.product-search__option:hover{background:var(--bg-elevated,#f6f6f4);color:var(--text-primary,#0d0d0d)}.product-search__option--selected{color:var(--accent-current,#fc4502);font-weight:600}@media (width<=560px){.product-search{border-radius:var(--radius-lg,18px);gap:var(--space-2,.5rem);flex-wrap:wrap;padding:.6rem}.product-search__field{width:100%;padding:0 .5rem}.product-search__divider{display:none}.product-search__filter{width:100%}.product-search__filter-btn{justify-content:space-between;width:100%}.product-search__dropdown{min-width:0;left:0;right:0}}@media (prefers-reduced-motion:reduce){.product-search__filter-btn,.product-search__clear{transition:none!important}}.products-grid-section{padding:var(--space-5,2.5rem) 0 var(--space-7,6rem)}.products-grid-section__search{margin-bottom:var(--space-6,4rem)}.products-grid-section__grid{gap:var(--space-4,1.5rem);grid-template-columns:repeat(3,1fr);display:grid}.products-grid-section__state{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);padding:var(--space-6,4rem) 0;justify-content:center;align-items:center;gap:8px;display:flex}.products-grid-section__state--error{color:var(--status-out,#e0413a)}.products-grid-section__spin{animation:.8s linear infinite products-grid-spin}@keyframes products-grid-spin{to{transform:rotate(360deg)}}@media (width<=900px){.products-grid-section__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.products-grid-section__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.products-grid-section__spin{animation:none!important}}.products-hero{background:var(--bg-void,#fff);padding-top:var(--space-6,4rem);padding-bottom:var(--space-5,2.5rem);text-align:center;margin:32px auto;position:relative;overflow:hidden}.products-hero__glow{pointer-events:none;background:radial-gradient(circle,#fc45021a 0%,#fc450200 70%);border-radius:50%;width:560px;height:400px;position:absolute;top:-160px;left:50%;transform:translate(-50%)}.products-hero__content{flex-direction:column;align-items:center;max-width:680px;margin:0 auto;display:flex}.products-hero__heading{font-family:var(--font-display,"Space Grotesk", sans-serif);font-size:var(--fs-display-lg,clamp(2.25rem, 3vw + 1rem, 3.5rem));letter-spacing:-.01em;color:var(--text-primary,#0d0d0d);margin:var(--space-3,1rem) 0 var(--space-3,1rem);font-weight:600;line-height:1.08}.products-hero__desc{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-body-lg,1.125rem);color:var(--text-muted,#5b5b58);max-width:56ch;margin:0;line-height:1.65}@media (width<=640px){.products-hero{padding-top:var(--space-5,2.5rem);padding-bottom:var(--space-4,1.5rem)}.products-hero__glow{width:340px;height:260px;top:-120px}}.contact-form-card{background:var(--bg-elevated,#f6f6f4);border:1px solid var(--line,#0d0d0d17);border-radius:var(--radius-lg,18px);padding:var(--space-5,2.5rem)}.contact-form-heading{font-family:var(--font-display,"Space Grotesk", sans-serif);font-size:var(--fs-display-md,clamp(1.5rem, 1.5vw + 1rem, 2.25rem));letter-spacing:-.01em;color:var(--text-primary,#0d0d0d);margin:0 0 var(--space-2,.5rem);font-weight:600}.contact-form-desc{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);margin:0 0 var(--space-5,2.5rem);max-width:46ch;line-height:1.6}.contact-form{gap:var(--space-4,1.5rem);flex-direction:column;display:flex}.contact-form-row{gap:var(--space-4,1.5rem);grid-template-columns:1fr 1fr;display:grid}.contact-form-field{gap:var(--space-2,.5rem);flex-direction:column;display:flex}.contact-form-field label{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-faint,#8a8a86);font-weight:500}.contact-form-field input,.contact-form-field textarea{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-body,1rem);color:var(--text-primary,#0d0d0d);border:none;border-bottom:1px solid var(--line-strong,#0d0d0d29);padding:var(--space-2,.5rem) 0;resize:none;background:0 0;outline:none;transition:border-color .2s}.contact-form-field input::placeholder,.contact-form-field textarea::placeholder{color:var(--text-faint,#8a8a86)}.contact-form-field input:focus,.contact-form-field textarea:focus{border-bottom-color:var(--accent-current,#fc4502)}.contact-form-field input:disabled,.contact-form-field textarea:disabled{opacity:.6;cursor:not-allowed}.contact-form-footer{align-items:center;gap:var(--space-4,1.5rem);margin-top:var(--space-2,.5rem);flex-wrap:wrap;display:flex}.contact-form-submit{justify-content:center;align-items:center;gap:var(--space-2,.5rem);border-radius:var(--radius-sm,6px);font-family:var(--font-body,"Inter", sans-serif);font-weight:600;font-size:var(--fs-body,1rem);background:var(--accent-current,#fc4502);color:#fff;border:none;padding:.85rem 1.6rem;transition:background .2s,opacity .2s;display:inline-flex}.contact-form-submit:hover:not(:disabled){background:var(--accent-current-hover,#e13d00)}.contact-form-submit:disabled{opacity:.7;cursor:not-allowed}.contact-form-spin{animation:.8s linear infinite contact-form-spin}@keyframes contact-form-spin{to{transform:rotate(360deg)}}.contact-form-status{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);align-items:center;gap:6px;font-weight:500;display:inline-flex}.contact-form-status--success{color:var(--status-live,#1fae5c)}.contact-form-status--error{color:var(--status-out,#e0413a)}@media (width<=640px){.contact-form-card{padding:var(--space-4,1.5rem)}.contact-form-row{gap:var(--space-4,1.5rem);grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.contact-form-spin{animation:none!important}.contact-form-field input,.contact-form-field textarea,.contact-form-submit{transition:none!important}}.contact-hero{background-color:#0c1210;border-radius:20px;align-items:center;width:95%;max-width:1180px;min-height:260px;margin:32px auto;display:flex;position:relative;overflow:hidden}.contact-hero__bg{z-index:0;will-change:transform;background-color:#1a2621;background-position:50%;background-size:cover;position:absolute;inset:0}.contact-hero__overlay{z-index:1;background:linear-gradient(100deg,#060c0ae0 0%,#060c0a9e 42%,#060c0a47 75%,#060c0a1a 100%);position:absolute;inset:0}.contact-hero__content{z-index:2;max-width:560px;padding:var(--space-5,2.5rem) 0;position:relative}.contact-hero__heading{font-family:var(--font-display,"Space Grotesk", sans-serif);font-size:var(--fs-display-md,clamp(1.5rem, 1.5vw + 1rem, 2.25rem));letter-spacing:-.01em;color:var(--text-on-dark,#f5f5f3);margin:var(--space-3,1rem) 0 var(--space-2,.5rem);font-weight:600;line-height:1.1}.contact-hero__desc{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-body,1rem);color:#f5f5f3cc;max-width:50ch;margin:0;line-height:1.6}@media (width<=640px){.contact-hero{min-height:220px;margin-top:20px}.contact-hero__content{padding:var(--space-4,1.5rem) 0}}@media (prefers-reduced-motion:reduce){.contact-hero__bg{transform:none!important}}.map-section{padding-top:var(--space-6,4rem);border-radius:20px;width:95%;margin:0 auto;padding-bottom:35px}.map-header{max-width:560px;margin-bottom:var(--space-5,2.5rem)}.map-heading{font-family:var(--font-display,"Space Grotesk", sans-serif);font-size:var(--fs-display-md,clamp(1.5rem, 1.5vw + 1rem, 2.25rem));letter-spacing:-.01em;color:var(--text-primary,#0d0d0d);margin:0 0 var(--space-3,1rem);font-weight:600}.map-desc{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-body,1rem);color:var(--text-muted,#5b5b58);margin:0;line-height:1.65}.map-frame-wrap{width:100%;height:420px;position:relative;overflow:hidden}.map-iframe{filter:grayscale(.15)contrast(1.02);border:0;width:100%;height:100%;display:block}.map-info-card{top:var(--space-4,1.5rem);left:var(--space-4,1.5rem);z-index:1;background:var(--bg-void,#fff);border:1px solid var(--line,#0d0d0d17);border-radius:var(--radius-md,10px);padding:var(--space-3,1rem) var(--space-4,1.5rem);max-width:280px;position:absolute;box-shadow:0 12px 32px #0d0d0d1f}.map-info-top{align-items:center;gap:8px;margin-bottom:6px;display:flex}.map-info-icon{color:var(--accent-current,#fc4502);justify-content:center;align-items:center;display:inline-flex}.map-info-name{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary,#0d0d0d);font-size:.9375rem;font-weight:600}.map-info-address{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);margin:0 0 var(--space-2,.5rem);line-height:1.5}.map-info-directions{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--accent-current,#fc4502);align-items:center;gap:4px;font-weight:600;transition:gap .2s;display:inline-flex}.map-info-directions:hover{gap:7px}@media (width<=640px){.map-frame-wrap{height:320px}.map-info-card{top:var(--space-3,1rem);left:var(--space-3,1rem);right:var(--space-3,1rem);max-width:none}}@media (prefers-reduced-motion:reduce){.map-info-directions{transition:none!important}}.admin-login{background:var(--bg-elevated,#f6f6f4);min-height:100vh;padding:var(--space-4,1.5rem);justify-content:center;align-items:center;display:flex}.admin-login__card{background:var(--bg-void,#fff);border:1px solid var(--line,#0d0d0d17);border-radius:var(--radius-lg,18px);width:100%;max-width:380px;padding:var(--space-5,2.5rem);gap:var(--space-4,1.5rem);flex-direction:column;display:flex;box-shadow:0 20px 50px #0d0d0d14}.admin-login__heading{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary,#0d0d0d);margin:0;font-size:1.5rem;font-weight:600}.admin-login__desc{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);margin:-.75rem 0 0}.admin-login__field{gap:var(--space-2,.5rem);flex-direction:column;display:flex}.admin-login__field label{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-faint,#8a8a86);font-weight:500}.admin-login__field input{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-body,1rem);color:var(--text-primary,#0d0d0d);background:var(--bg-void,#fff);border:1px solid var(--line-strong,#0d0d0d29);border-radius:var(--radius-sm,6px);outline:none;padding:.7rem .9rem;transition:border-color .2s}.admin-login__field input:focus{border-color:var(--accent-current,#fc4502)}.admin-login__field input:disabled{opacity:.6;cursor:not-allowed}.admin-login__error{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--status-out,#e0413a);margin:0}.admin-login__submit{justify-content:center;width:100%}.admin-login__spin{animation:.8s linear infinite admin-login-spin}@keyframes admin-login-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.admin-login__spin{animation:none!important}}.require-admin__loading{min-height:100vh;font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);justify-content:center;align-items:center;gap:8px;display:flex}.require-admin__spin{animation:.8s linear infinite require-admin-spin}@keyframes require-admin-spin{to{transform:rotate(360deg)}}.require-admin__denied{text-align:center;justify-content:center;align-items:center;gap:var(--space-3,1rem);max-width:420px;min-height:100vh;padding:var(--space-4,1.5rem);flex-direction:column;margin:0 auto;display:flex}.require-admin__denied h2{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary,#0d0d0d);font-size:1.375rem}.require-admin__denied p{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);line-height:1.6}@media (prefers-reduced-motion:reduce){.require-admin__spin{animation:none!important}}.admin-product-form{background:var(--bg-elevated,#f6f6f4);border:1px solid var(--line,#0d0d0d17);border-radius:var(--radius-lg,18px);padding:var(--space-5,2.5rem);gap:var(--space-4,1.5rem);flex-direction:column;max-width:560px;display:flex}.admin-product-form__heading{font-family:var(--font-display,"Space Grotesk", sans-serif);font-size:var(--fs-display-md,clamp(1.5rem, 1.5vw + 1rem, 2.25rem));color:var(--text-primary,#0d0d0d);margin:0;font-weight:600}.admin-product-form__row{gap:var(--space-4,1.5rem);grid-template-columns:1fr 1fr;display:grid}.admin-product-form__field{gap:var(--space-2,.5rem);flex-direction:column;display:flex}.admin-product-form__field label{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-faint,#8a8a86);font-weight:500}.admin-product-form__field input,.admin-product-form__field textarea,.admin-product-form__field select{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-body,1rem);color:var(--text-primary,#0d0d0d);background:var(--bg-void,#fff);border:1px solid var(--line-strong,#0d0d0d29);border-radius:var(--radius-sm,6px);resize:none;outline:none;padding:.65rem .85rem;transition:border-color .2s}.admin-product-form__field input:focus,.admin-product-form__field textarea:focus,.admin-product-form__field select:focus{border-color:var(--accent-current,#fc4502)}.admin-product-form__field input:disabled,.admin-product-form__field textarea:disabled,.admin-product-form__field select:disabled{opacity:.6;cursor:not-allowed}.admin-product-form__upload{padding:var(--space-4,1.5rem);border:1.5px dashed var(--line-strong,#0d0d0d29);border-radius:var(--radius-md,10px);color:var(--text-faint,#8a8a86);font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;transition:border-color .2s,color .2s;display:flex}.admin-product-form__upload:hover{border-color:var(--accent-current,#fc4502);color:var(--accent-current,#fc4502)}.admin-product-form__preview{border-radius:var(--radius-md,10px);border:1px solid var(--line,#0d0d0d17);width:160px;height:120px;position:relative;overflow:hidden}.admin-product-form__preview img{object-fit:cover;width:100%;height:100%}.admin-product-form__preview-remove{color:#fff;background:#0d0d0db3;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:absolute;top:6px;right:6px}.admin-product-form__toggle{align-items:center;gap:var(--space-2,.5rem);font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-primary,#0d0d0d);cursor:pointer;width:fit-content;font-weight:500;display:inline-flex}.admin-product-form__toggle input{width:16px;height:16px;accent-color:var(--accent-current,#fc4502)}.admin-product-form__footer{align-items:center;gap:var(--space-3,1rem);flex-wrap:wrap;display:flex}.admin-product-form__spin{animation:.8s linear infinite admin-product-form-spin}@keyframes admin-product-form-spin{to{transform:rotate(360deg)}}.admin-product-form__status{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);align-items:center;gap:6px;font-weight:500;display:inline-flex}.admin-product-form__status--success{color:var(--status-live,#1fae5c)}.admin-product-form__status--error{color:var(--status-out,#e0413a)}@media (width<=560px){.admin-product-form{padding:var(--space-4,1.5rem)}.admin-product-form__row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.admin-product-form__spin{animation:none!important}}.admin-product-list{gap:var(--space-4,1.5rem);flex-direction:column;display:flex}.admin-product-list__search{align-items:center;gap:var(--space-2,.5rem);background:var(--bg-void,#fff);border:1px solid var(--line-strong,#0d0d0d29);border-radius:var(--radius-sm,6px);max-width:360px;color:var(--text-faint,#8a8a86);padding:.6rem .85rem;display:flex}.admin-product-list__search input{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-body,1rem);color:var(--text-primary,#0d0d0d);background:0 0;border:none;outline:none;flex:1}.admin-product-list__state{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);padding:var(--space-4,1.5rem) 0;align-items:center;gap:8px;display:flex}.admin-product-list__state--error{color:var(--status-out,#e0413a)}.admin-product-list__spin{animation:.8s linear infinite admin-product-list-spin}@keyframes admin-product-list-spin{to{transform:rotate(360deg)}}.admin-product-list__table{border-collapse:collapse;width:100%;font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem)}.admin-product-list__table th{text-align:left;font-size:var(--fs-mono,.8125rem);font-family:var(--font-mono,"JetBrains Mono", monospace);text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint,#8a8a86);padding:0 var(--space-3,1rem) var(--space-2,.5rem);border-bottom:1px solid var(--line,#0d0d0d17)}.admin-product-list__table td{padding:var(--space-3,1rem);border-bottom:1px solid var(--line,#0d0d0d17);color:var(--text-primary,#0d0d0d);vertical-align:middle}.admin-product-list__product{align-items:center;gap:var(--space-2,.5rem);font-weight:600;display:flex}.admin-product-list__product img,.admin-product-list__thumb-placeholder{border-radius:var(--radius-sm,6px);object-fit:cover;background:var(--bg-elevated-2,#efefec);flex-shrink:0;width:40px;height:40px}.admin-product-list__stock-toggle{font-size:var(--fs-mono,.8125rem);cursor:pointer;border:none;border-radius:999px;padding:.35rem .8rem;font-weight:600}.admin-product-list__stock-toggle.is-in{color:var(--status-live,#1fae5c);background:#1fae5c1f}.admin-product-list__stock-toggle.is-out{color:var(--status-out,#e0413a);background:#e0413a1a}.admin-product-list__stock-toggle:disabled{opacity:.6;cursor:not-allowed}.admin-product-list__actions{align-items:center;gap:var(--space-2,.5rem);display:flex}.admin-product-list__actions button{border-radius:var(--radius-sm,6px);border:1px solid var(--line,#0d0d0d17);background:var(--bg-void,#fff);width:30px;height:30px;color:var(--text-muted,#5b5b58);justify-content:center;align-items:center;display:inline-flex}.admin-product-list__actions button:hover:not(:disabled){border-color:var(--line-strong,#0d0d0d29);color:var(--text-primary,#0d0d0d)}.admin-product-list__delete:hover:not(:disabled){border-color:var(--status-out,#e0413a)!important;color:var(--status-out,#e0413a)!important}.admin-product-list__actions button:disabled{opacity:.5;cursor:not-allowed}@media (width<=700px){.admin-product-list__table{white-space:nowrap;display:block;overflow-x:auto}}@media (prefers-reduced-motion:reduce){.admin-product-list__spin{animation:none!important}}.admin-orders{gap:var(--space-4,1.5rem);flex-direction:column;display:flex}.admin-orders__search input{width:100%;max-width:360px;font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-body,1rem);color:var(--text-primary,#0d0d0d);background:var(--bg-void,#fff);border:1px solid var(--line-strong,#0d0d0d29);border-radius:var(--radius-sm,6px);outline:none;padding:.65rem .85rem}.admin-orders__search input:focus{border-color:var(--accent-current,#fc4502)}.admin-orders__state{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);padding:var(--space-4,1.5rem) 0;align-items:center;gap:8px;display:flex}.admin-orders__state--error{color:var(--status-out,#e0413a)}.admin-orders__spin{animation:.8s linear infinite admin-orders-spin}@keyframes admin-orders-spin{to{transform:rotate(360deg)}}.admin-orders__list{gap:var(--space-3,1rem);flex-direction:column;display:flex}.admin-orders__card{background:var(--bg-void,#fff);border:1px solid var(--line,#0d0d0d17);border-radius:var(--radius-md,10px);padding:var(--space-4,1.5rem);gap:var(--space-3,1rem);flex-direction:column;display:flex}.admin-orders__card-top{justify-content:space-between;align-items:flex-start;gap:var(--space-3,1rem);display:flex}.admin-orders__card-top h3{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary,#0d0d0d);margin:0 0 2px;font-size:1rem;font-weight:600}.admin-orders__date{font-family:var(--font-mono,"JetBrains Mono", monospace);font-size:var(--fs-mono,.8125rem);color:var(--text-faint,#8a8a86)}.admin-orders__payment-badge{font-family:var(--font-mono,"JetBrains Mono", monospace);font-size:var(--fs-mono,.8125rem);text-transform:capitalize;border-radius:999px;flex-shrink:0;padding:.3rem .7rem;font-weight:600}.admin-orders__payment-badge.is-paid{color:var(--status-live,#1fae5c);background:#1fae5c1f}.admin-orders__payment-badge.is-pending{color:#8a7900;background:#faea072e}.admin-orders__payment-badge.is-failed{color:var(--status-out,#e0413a);background:#e0413a1a}.admin-orders__contact{gap:var(--space-3,1rem);font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-muted,#5b5b58);flex-wrap:wrap;display:flex}.admin-orders__contact a{color:var(--text-muted,#5b5b58);align-items:center;gap:5px;display:inline-flex}.admin-orders__contact a:hover{color:var(--accent-current,#fc4502)}.admin-orders__address{align-items:center;gap:5px;display:inline-flex}.admin-orders__items{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);color:var(--text-primary,#0d0d0d);padding-top:var(--space-2,.5rem);border-top:1px solid var(--line,#0d0d0d17)}.admin-orders__card-footer{justify-content:space-between;align-items:center;gap:var(--space-3,1rem);flex-wrap:wrap;display:flex}.admin-orders__total{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary,#0d0d0d);font-size:1.05rem;font-weight:700}.admin-orders__status-select{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-small,.875rem);border:1px solid var(--line-strong,#0d0d0d29);background:var(--bg-void,#fff);color:var(--text-primary,#0d0d0d);border-radius:999px;padding:.4rem .9rem;font-weight:600}.admin-orders__status-select.is-new{border-color:var(--accent-current,#fc4502);color:var(--accent-current,#fc4502)}.admin-orders__status-select.is-fulfilled{border-color:var(--status-live,#1fae5c);color:var(--status-live,#1fae5c)}.admin-orders__status-select:disabled{opacity:.6}@media (prefers-reduced-motion:reduce){.admin-orders__spin{animation:none!important}}.admin-page{padding:var(--space-6,4rem) 0;min-height:100vh}.admin-page__header{justify-content:space-between;align-items:center;gap:var(--space-3,1rem);margin-bottom:var(--space-5,2.5rem);flex-wrap:wrap;display:flex}.admin-page__header h1{font-family:var(--font-display,"Space Grotesk", sans-serif);font-size:var(--fs-display-md,clamp(1.5rem, 1.5vw + 1rem, 2.25rem));color:var(--text-primary,#0d0d0d);margin:0;font-weight:600}.admin-page__tabs{gap:var(--space-2,.5rem);border-bottom:1px solid var(--line,#0d0d0d17);margin-bottom:var(--space-5,2.5rem);display:flex;overflow-x:auto}.admin-page__tab{font-family:var(--font-body,"Inter", sans-serif);font-size:var(--fs-body,1rem);color:var(--text-faint,#8a8a86);margin-right:var(--space-4,1.5rem);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem .25rem;font-weight:600;transition:color .2s,border-color .2s}.admin-page__tab:hover{color:var(--text-primary,#0d0d0d)}.admin-page__tab.is-active{color:var(--accent-current,#fc4502);border-bottom-color:var(--accent-current,#fc4502)}.admin-page__panel-header{justify-content:space-between;align-items:center;gap:var(--space-3,1rem);margin-bottom:var(--space-4,1.5rem);flex-wrap:wrap;display:flex}.admin-page__panel-header h2{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary,#0d0d0d);margin:0;font-size:1.25rem;font-weight:600}.admin-page__add-btn{align-items:center;gap:6px;display:inline-flex}@media (width<=560px){.admin-page__header,.admin-page__panel-header{flex-direction:column;align-items:flex-start}.admin-page__add-btn{justify-content:center;width:100%}}
