:root{--color-background: 0 0% 0%;--color-foreground: 0 0% 100%;--color-card: 240 5% 12%;--color-card-alt: 240 5% 8%;--color-muted: 240 5% 20%;--color-muted-foreground: 0 0% 60%;--color-border: 240 5% 20%;--color-primary: 75 100% 50%;--color-primary-foreground: 0 0% 0%;--color-accent: 17 100% 60%;--color-destructive: 0 84% 60%;--radius: .75rem;--radius-sm: .5rem;--radius-lg: 1rem;--glow-primary: 0 0 60px hsl(75 100% 50% / .3);--glow-primary-strong: 0 0 100px hsl(75 100% 50% / .4);--container-max: 1280px;--container-pad: 1.5rem;--font-display: "Bebas Neue", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--header-height: 80px;--transition: .2s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:hsl(var(--color-background));color:hsl(var(--color-foreground));font-family:var(--font-body);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{padding-top:var(--header-height)}body.template-index{padding-top:0}body.template-index .hero{padding-top:calc(var(--header-height) + clamp(2rem,6vw,5rem))}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:.02em;font-weight:400;line-height:1.05;margin:0 0 .5em}h1{font-size:clamp(2.5rem,6vw,5rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.5rem,2.5vw,2.25rem)}h4{font-size:1.25rem}p{margin:0 0 1rem;color:hsl(var(--color-foreground) / .85)}a{color:inherit;text-decoration:none;transition:color var(--transition)}a:hover{color:hsl(var(--color-primary))}img,svg{display:block;max-width:100%;height:auto}button{font-family:inherit;cursor:pointer}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}.skip-to-content{position:absolute;left:-9999px;top:0;padding:1rem;background:hsl(var(--color-primary));color:hsl(var(--color-primary-foreground));z-index:999}.skip-to-content:focus{left:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:.9375rem;letter-spacing:.01em;border:1px solid transparent;transition:all var(--transition);text-transform:uppercase;white-space:nowrap;cursor:pointer}.btn--primary{background:hsl(var(--color-primary));color:hsl(var(--color-primary-foreground));box-shadow:var(--glow-primary)}.btn--primary:hover{box-shadow:var(--glow-primary-strong);transform:translateY(-1px);color:hsl(var(--color-primary-foreground))}.btn--outline{background:transparent;color:hsl(var(--color-foreground));border-color:hsl(var(--color-border))}.btn--outline:hover{border-color:hsl(var(--color-primary));color:hsl(var(--color-primary))}.btn--ghost{background:transparent;color:hsl(var(--color-foreground))}.btn--ghost:hover{background:hsl(var(--color-muted))}.btn--ghost-light{background:#ffffff0f;color:hsl(var(--color-foreground));border-color:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.btn--ghost-light:hover{background:#ffffff1f;border-color:#ffffff40;color:hsl(var(--color-foreground))}.btn[disabled],.btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.header{position:fixed;top:0;left:0;right:0;z-index:50;padding-top:env(safe-area-inset-top,0);pointer-events:none}.header__container{margin:0 auto;padding:1rem 1rem 0;transition:padding .3s ease-out}@media(min-width:640px){.header__container{padding:1rem 1.5rem 0}}.header__pill{pointer-events:auto;max-width:64rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem;height:4rem;padding-left:1rem;padding-right:.625rem;border-radius:9999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;-webkit-backdrop-filter:blur(40px) saturate(2);backdrop-filter:blur(40px) saturate(2);box-shadow:inset 0 1px #ffffff14,0 8px 32px -12px #00000080;transition:height .3s ease-out,background-color .3s ease-out}.header.is-scrolled .header__pill{height:3.25rem;background:#ffffff12}.header__brand{display:inline-flex;align-items:center;gap:.625rem;padding-left:.25rem;margin:-.25rem 0;flex-shrink:0}.header__brand-logo{width:2.25rem;height:2.25rem;border-radius:.5rem;transition:width .3s ease-out,height .3s ease-out}.header.is-scrolled .header__brand-logo{width:2rem;height:2rem}.header__brand-wordmark{height:1.25rem;width:auto}@media(max-width:480px){.header__brand-wordmark{height:1rem}}.header__nav{display:none;align-items:center;gap:.25rem;list-style:none;padding:0;margin:0}@media(min-width:900px){.header__nav{display:flex}}.header__nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 .875rem;border-radius:9999px;font-size:.875rem;font-weight:500;letter-spacing:-.01em;color:hsl(var(--color-muted-foreground));transition:color .2s,background-color .2s}.header__nav-link:hover{color:hsl(var(--color-foreground));background:#ffffff0d}.header__nav-link--active{color:hsl(var(--color-foreground));background:#ffffff1a;box-shadow:inset 0 1px #ffffff14}.header__actions{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.header__cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;height:2.75rem;width:2.75rem;border-radius:9999px;color:hsl(var(--color-muted-foreground));transition:color .2s,background-color .2s}.header__cart-btn:hover{color:hsl(var(--color-foreground));background:#ffffff0d}.header__cart-count{position:absolute;top:.25rem;right:.25rem;display:inline-flex;align-items:center;justify-content:center;min-width:1.125rem;height:1.125rem;padding:0 .3125rem;border-radius:999px;background:hsl(var(--color-primary));color:hsl(var(--color-primary-foreground));font-size:.6875rem;font-weight:700;line-height:1}.header__cart-count[hidden]{display:none}.header__menu-btn{display:inline-flex;align-items:center;justify-content:center;height:2.75rem;width:2.75rem;border-radius:9999px;background:transparent;border:0;color:hsl(var(--color-muted-foreground));transition:color .2s,background-color .2s}.header__menu-btn:hover{color:hsl(var(--color-foreground));background:#ffffff0d}@media(min-width:900px){.header__menu-btn{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.mobile-menu[hidden]{display:none}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .2s ease-out}.mobile-menu__panel{position:absolute;top:0;right:0;bottom:0;width:min(360px,100%);background:hsl(var(--color-background));border-left:1px solid hsl(var(--color-border));padding:1.5rem;padding-top:calc(1.5rem + env(safe-area-inset-top,0));display:flex;flex-direction:column;gap:.25rem;animation:slideInRight .3s cubic-bezier(.32,.72,0,1)}.mobile-menu__close{align-self:flex-end;height:2.75rem;width:2.75rem;border-radius:9999px;background:transparent;border:0;color:hsl(var(--color-foreground));display:inline-flex;align-items:center;justify-content:center}.mobile-menu__close:hover{background:hsl(var(--color-muted))}.mobile-menu__list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.25rem}.mobile-menu__link{display:block;padding:1rem .5rem;font-family:var(--font-display);font-size:1.75rem;letter-spacing:.02em;color:hsl(var(--color-foreground))}.mobile-menu__link:hover{color:hsl(var(--color-primary))}.mobile-menu__link--muted{font-family:var(--font-body);font-size:1rem;font-weight:500;letter-spacing:0;color:hsl(var(--color-muted-foreground));padding:.625rem .5rem}.mobile-menu__link--muted:hover{color:hsl(var(--color-foreground))}.mobile-menu__divider{height:1px;background:hsl(var(--color-border));margin:1rem 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.hero{position:relative;min-height:clamp(560px,80vh,820px);display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:linear-gradient(180deg,#000,#0f0f10)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(ellipse at center,transparent 0%,hsl(0 0% 0% / .5) 70%,hsl(0 0% 0% / .85) 100%),linear-gradient(180deg,hsl(0 0% 0% / .3) 0%,transparent 30%,transparent 60%,hsl(0 0% 0% / .6) 100%)}.hero__glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 80% 50% at 50% 20%,hsl(var(--color-primary) / .1),transparent 60%),radial-gradient(ellipse 60% 40% at 50% 80%,hsl(var(--color-primary) / .04),transparent 60%);pointer-events:none}.hero__glow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,hsl(var(--color-foreground) / .02) 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(ellipse 80% 50% at center,black,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 50% at center,black,transparent 70%)}.hero__inner{position:relative;z-index:2;padding:clamp(2rem,6vw,4rem) 0}.hero__eyebrow{display:inline-block;padding:.375rem .875rem;margin-bottom:1.5rem;border-radius:999px;border:1px solid hsl(var(--color-primary) / .4);background:hsl(var(--color-primary) / .08);color:hsl(var(--color-primary));font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__title{max-width:14ch;margin-inline:auto;font-size:clamp(3rem,8vw,6rem);text-shadow:0 4px 32px hsl(0 0% 0% / .6)}.hero__subtitle{max-width:56ch;margin:1.5rem auto 2.5rem;font-size:clamp(1rem,1.5vw,1.125rem);color:hsl(var(--color-foreground) / .85);text-shadow:0 2px 16px hsl(0 0% 0% / .5)}.hero__actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.hero__scroll{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:2;display:inline-flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--color-foreground) / .5);animation:bobble 2.5s ease-in-out infinite}@keyframes bobble{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,6px)}}.tiles{padding:clamp(3rem,6vw,5rem) 0}.tiles__header{text-align:center;margin-bottom:2.5rem}.tiles__heading{margin:0 0 .5rem}.tiles__subheading{margin:0;color:hsl(var(--color-muted-foreground));font-size:1rem}.tiles__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:700px){.tiles__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(min-width:1024px){.tiles__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.tile{position:relative;display:block;aspect-ratio:4 / 5;border-radius:var(--radius-lg);overflow:hidden;background:hsl(var(--color-card));border:1px solid hsl(var(--color-border));transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .2s}.tile:hover{border-color:hsl(var(--color-primary) / .5);transform:translateY(-4px)}.tile__media{position:absolute;top:0;right:0;bottom:0;left:0}.tile__image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.tile__image--placeholder{background:linear-gradient(135deg,hsl(var(--color-card)),hsl(var(--color-card-alt)))}.tile:hover .tile__image{transform:scale(1.05)}.tile__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,hsl(0 0% 0% / .5) 70%,hsl(0 0% 0% / .9) 100%)}.tile__body{position:absolute;left:0;right:0;bottom:0;padding:1.5rem 1.75rem 1.75rem;color:hsl(var(--color-foreground))}.tile__label{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:hsl(var(--color-primary));margin-bottom:.5rem}.tile__title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);letter-spacing:.02em;line-height:1;margin:0 0 .875rem}.tile__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--color-foreground));transition:gap .2s,color .2s}.tile:hover .tile__cta{gap:.75rem;color:hsl(var(--color-primary))}.editorial{padding:clamp(3rem,6vw,5rem) 0}.editorial__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:900px){.editorial__grid{grid-template-columns:1fr 1fr;gap:4rem}}.editorial__media{border-radius:var(--radius-lg);overflow:hidden;background:hsl(var(--color-card));aspect-ratio:4 / 5}.editorial__media img{width:100%;height:100%;object-fit:cover}.editorial__placeholder{width:100%;height:100%;background:radial-gradient(ellipse at center,hsl(var(--color-primary) / .1),transparent 60%),linear-gradient(135deg,hsl(var(--color-card)),hsl(var(--color-card-alt)))}.editorial--right .editorial__media{order:2}.editorial--right .editorial__body{order:1}@media(max-width:899px){.editorial--right .editorial__media,.editorial--right .editorial__body{order:initial}}.editorial__eyebrow{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--color-primary));margin-bottom:1rem}.editorial__heading{margin:0 0 1.25rem;font-size:clamp(2rem,4vw,3rem)}.editorial__text{color:hsl(var(--color-foreground) / .8);line-height:1.7;font-size:1rem}.editorial__text p{margin:0 0 1rem}.editorial__text p:last-child{margin-bottom:0}.product-grid-section{padding:clamp(3rem,6vw,5rem) 0}.section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.section-header__title{margin:0}.section-header__link{font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--color-primary))}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:700px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1100px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:block;background:hsl(var(--color-card));border:1px solid hsl(var(--color-border));border-radius:var(--radius);overflow:hidden;transition:all var(--transition)}.product-card:hover{border-color:hsl(var(--color-primary) / .5);transform:translateY(-2px)}.product-card__media{position:relative;aspect-ratio:1;background:hsl(var(--color-card-alt));overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .625rem;background:hsl(var(--color-primary));color:hsl(var(--color-primary-foreground));border-radius:var(--radius-sm);font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.product-card__body{padding:1rem 1.25rem 1.25rem}.product-card__title{font-family:var(--font-body);font-size:.9375rem;font-weight:600;letter-spacing:0;margin:0 0 .375rem;color:hsl(var(--color-foreground))}.product-card__price{font-size:.875rem;color:hsl(var(--color-foreground) / .85)}.product-card__price--sale{color:hsl(var(--color-primary));font-weight:600}.product-card__price--compare{text-decoration:line-through;color:hsl(var(--color-muted-foreground));margin-left:.5rem}.product{padding:clamp(2rem,5vw,4rem) 0}.product__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2.5rem}@media(min-width:900px){.product__grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:4rem;align-items:start}}.product__gallery{display:flex;flex-direction:column;gap:.75rem;width:100%;min-width:0}@media(min-width:900px){.product__gallery{position:sticky;top:calc(var(--header-height) + 1rem)}}.product__media{width:100%;background:hsl(var(--color-card));border:1px solid hsl(var(--color-border));border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1}.product__media img{width:100%;height:100%;object-fit:cover;display:block}.product__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;width:100%}@media(max-width:600px){.product__thumbs{grid-template-columns:repeat(4,1fr)}}.product__thumb{background:hsl(var(--color-card));border:1px solid hsl(var(--color-border));border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:1;cursor:pointer;padding:0;transition:border-color var(--transition),transform var(--transition)}.product__thumb:hover{border-color:hsl(var(--color-foreground) / .4);transform:translateY(-1px)}.product__thumb[aria-current=true]{border-color:hsl(var(--color-primary))}.product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product__info{min-width:0}.product__title{margin:0 0 .75rem}.product__price{font-size:1.5rem;font-weight:600;font-family:var(--font-body);margin-bottom:1.5rem}.product__price--compare{text-decoration:line-through;color:hsl(var(--color-muted-foreground));margin-left:.75rem;font-weight:400;font-size:1.125rem}.product__option{margin-bottom:1.5rem}.product__option-label{display:block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--color-muted-foreground));margin-bottom:.625rem}.product__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.product__option-value{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;height:2.75rem;padding:0 1rem;border:1px solid hsl(var(--color-border));border-radius:var(--radius-sm);background:transparent;color:hsl(var(--color-foreground));font-size:.875rem;font-weight:500;transition:all var(--transition)}.product__option-value:hover{border-color:hsl(var(--color-foreground))}.product__option-value input{position:absolute;opacity:0;pointer-events:none}.product__option-value:has(input:checked){background:hsl(var(--color-primary));color:hsl(var(--color-primary-foreground));border-color:hsl(var(--color-primary))}.product__description{margin-top:2rem;padding-top:2rem;border-top:1px solid hsl(var(--color-border));color:hsl(var(--color-foreground) / .85);line-height:1.8}.product__description h2,.product__description h3,.product__description h4{font-family:var(--font-body);letter-spacing:0;font-weight:600;color:hsl(var(--color-foreground));margin:2rem 0 .75rem}.product__description h2{font-size:1.25rem}.product__description h3{font-size:1.0625rem}.product__description p{margin:0 0 .875rem}.product__description strong{color:hsl(var(--color-foreground));font-weight:600}.rte table,.product__description table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem;background:transparent!important;border:1px solid hsl(var(--color-border));border-radius:var(--radius-sm);overflow:hidden}.rte table tbody,.rte table thead,.rte table tr,.rte table th,.rte table td,.product__description table tbody,.product__description table thead,.product__description table tr,.product__description table th,.product__description table td{background-color:transparent!important;color:hsl(var(--color-foreground) / .85)!important;border-color:hsl(var(--color-border))!important}.rte table th,.rte table td,.product__description table th,.product__description table td{padding:.75rem 1rem;border:1px solid hsl(var(--color-border));text-align:left;vertical-align:middle}.rte table th,.product__description table th{font-weight:600;color:hsl(var(--color-foreground))!important;background-color:hsl(var(--color-card-alt))!important;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.rte table tbody tr:nth-child(2n) td,.product__description table tbody tr:nth-child(2n) td{background-color:hsl(var(--color-card) / .5)!important}.rte table tbody tr td:first-child,.product__description table tbody tr td:first-child{font-weight:600;color:hsl(var(--color-foreground))!important}.rte img,.product__description img{max-width:100%;height:auto;border-radius:var(--radius-sm);margin:1rem 0}.cart{padding:clamp(2rem,5vw,4rem) 0;max-width:980px;margin-left:auto;margin-right:auto}.cart__title{margin-bottom:2rem}.cart__items{display:flex;flex-direction:column;gap:1rem}.cart__item{display:grid;grid-template-columns:96px 1fr auto;gap:1rem;padding:1rem;background:hsl(var(--color-card));border:1px solid hsl(var(--color-border));border-radius:var(--radius)}.cart__item-image{aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;background:hsl(var(--color-card-alt))}.cart__item-image img{width:100%;height:100%;object-fit:cover}.cart__item-title{font-weight:600;margin:0 0 .25rem}.cart__item-variant{color:hsl(var(--color-muted-foreground));font-size:.8125rem;margin:0 0 .75rem}.qty{display:inline-flex;align-items:center;border:1px solid hsl(var(--color-border));border-radius:var(--radius-sm);overflow:hidden}.qty button{width:2rem;height:2rem;background:transparent;border:0;color:hsl(var(--color-foreground));font-size:1rem}.qty button:hover{background:hsl(var(--color-muted));color:hsl(var(--color-primary))}.qty input{width:3rem;height:2rem;background:transparent;border:0;color:hsl(var(--color-foreground));text-align:center;font:inherit;-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart__summary{margin-top:2rem;padding:1.5rem;background:hsl(var(--color-card));border:1px solid hsl(var(--color-border));border-radius:var(--radius)}.cart__row{display:flex;justify-content:space-between;padding:.5rem 0}.cart__row--total{border-top:1px solid hsl(var(--color-border));margin-top:.5rem;padding-top:1rem;font-size:1.125rem;font-weight:600}.footer{margin-top:4rem}.footer__inner{background:hsl(var(--color-card));padding:2.5rem 0 2rem}@media(min-width:640px){.footer__inner{padding:4rem 0}}.footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(4,1fr);gap:3rem}}@media(min-width:1024px){.footer__grid{grid-template-columns:repeat(5,1fr);margin-bottom:3rem}}.footer__brand-col{grid-column:span 2;text-align:center}@media(min-width:768px){.footer__brand-col{grid-column:span 4}}@media(min-width:1024px){.footer__brand-col{grid-column:span 1;text-align:left}}.footer__brand{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.footer__brand-logo{width:2.25rem;height:2.25rem;border-radius:.5rem}@media(min-width:640px){.footer__brand-logo{width:2.5rem;height:2.5rem}}.footer__brand-wordmark{height:1.25rem;width:auto}@media(min-width:640px){.footer__brand-wordmark{height:1.5rem}}.footer__tagline{color:hsl(var(--color-muted-foreground));font-size:.875rem;max-width:20rem;margin:0 auto 1rem}@media(min-width:1024px){.footer__tagline{margin-left:0;margin-right:0}}.footer__app-link{display:inline-block;transition:opacity .2s}.footer__app-link:hover{opacity:.8}.footer__col{text-align:center}@media(min-width:768px){.footer__col{text-align:left}}.footer__col-title{font-family:var(--font-display);font-size:1rem;letter-spacing:.05em;margin:0 0 .75rem;color:hsl(var(--color-foreground))}@media(min-width:640px){.footer__col-title{font-size:1.125rem;margin-bottom:1rem}}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){.footer__links{gap:.75rem}}.footer__links a{display:inline-flex;align-items:center;min-height:44px;padding:.25rem 0;font-size:.875rem;color:hsl(var(--color-muted-foreground));transition:color .2s}.footer__links a:hover{color:hsl(var(--color-foreground))}@media(min-width:640px){.footer__links a{font-size:1rem}}.footer__link-with-badge{gap:.5rem}.footer__badge{display:inline-flex;align-items:center;padding:.125rem .375rem;border-radius:.25rem;background:hsl(var(--color-primary) / .2);color:hsl(var(--color-primary));font-size:.625rem;font-weight:600;letter-spacing:.02em;transition:background-color .2s}.footer__link-with-badge:hover .footer__badge{background:hsl(var(--color-primary) / .3)}.footer__bottom{padding-top:1.5rem;border-top:1px solid hsl(var(--color-border) / .5);display:flex;flex-direction:column-reverse;align-items:center;gap:1rem}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;padding-top:2rem}}.footer__copyright{margin:0;font-size:.75rem;color:hsl(var(--color-muted-foreground))}@media(min-width:640px){.footer__copyright{font-size:.875rem}}.footer__socials{display:flex;align-items:center;gap:1.25rem}.footer__socials a{color:hsl(var(--color-muted-foreground));transition:color .2s;display:inline-flex}.footer__socials a:hover{color:hsl(var(--color-foreground))}.form-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-field label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--color-muted-foreground))}.form-field input,.form-field textarea,.form-field select{width:100%;padding:.75rem 1rem;background:hsl(var(--color-card));border:1px solid hsl(var(--color-border));border-radius:var(--radius-sm);color:hsl(var(--color-foreground));font:inherit;transition:border-color var(--transition)}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:hsl(var(--color-primary));box-shadow:0 0 0 3px hsl(var(--color-primary) / .15)}.newsletter{padding:clamp(3rem,6vw,5rem) 0;text-align:center}.newsletter__form{display:flex;gap:.5rem;max-width:480px;margin:1.5rem auto 0}.newsletter__form input{flex:1;padding:.875rem 1rem;background:hsl(var(--color-card));border:1px solid hsl(var(--color-border));border-radius:var(--radius-sm);color:hsl(var(--color-foreground));font:inherit}.newsletter__form input:focus{outline:none;border-color:hsl(var(--color-primary))}.empty-state{padding:4rem 0;text-align:center;color:hsl(var(--color-muted-foreground))}.empty-state h2{color:hsl(var(--color-foreground));margin-bottom:1rem}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/6/assets/base.css.map */
