:root{--alnexa-bg: #0A0A0A;--alnexa-surface: #141414;--alnexa-text: #F5F5F0;--alnexa-muted: #A3A3A3;--alnexa-gold: #E5C587;--alnexa-gold-hover: #F0D59D;--alnexa-border: #1F1F1F;--alnexa-page-width: 1440px;--font-display: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--ease-alnexa: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--alnexa-bg)}body{margin:0;font-family:var(--font-body);background:var(--alnexa-bg);color:var(--alnexa-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;font-size:16px;line-height:1.6}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}input{font-family:inherit}.font-display{font-family:var(--font-display);letter-spacing:-.02em}.font-mono{font-family:var(--font-mono)}.bg-alnexa{background:var(--alnexa-bg)}.text-alnexa{color:var(--alnexa-text)}.text-muted{color:var(--alnexa-muted)}.text-gold{color:var(--alnexa-gold)}::selection{background:var(--alnexa-gold);color:var(--alnexa-bg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--alnexa-bg)}::-webkit-scrollbar-thumb{background:#e5c58740;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#e5c58780}.container{width:100%;max-width:var(--alnexa-page-width);margin:0 auto;padding:0 24px}@media(min-width:768px){.container{padding:0 48px}}@media(min-width:1024px){.container{padding:0 64px}}.skip-to-content-link{position:absolute;left:-9999px;background:var(--alnexa-gold);color:var(--alnexa-bg);padding:12px 20px;border-radius:999px}.skip-to-content-link:focus{left:12px;top:12px;z-index:999}.overline{font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--alnexa-gold);margin-bottom:24px}.h1{font-family:var(--font-display);font-size:clamp(3rem,8vw,7.5rem);font-weight:300;line-height:.95;letter-spacing:-.03em}.h2{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:300;line-height:1.05;letter-spacing:-.02em}.h3{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.1}em{font-style:italic;color:var(--alnexa-muted);font-weight:200}.btn-gold,.btn-outline{display:inline-flex;align-items:center;gap:12px;padding:16px 20px 16px 28px;border-radius:999px;font-size:14px;font-weight:500;letter-spacing:.02em;transition:all .5s var(--ease-alnexa);cursor:pointer}.btn-gold{background:var(--alnexa-gold);color:var(--alnexa-bg);border:1px solid var(--alnexa-gold)}.btn-gold:hover{background:var(--alnexa-gold-hover);border-color:var(--alnexa-gold-hover)}.btn-outline{background:#ffffff05;border:1px solid rgba(255,255,255,.25);color:var(--alnexa-text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-outline:hover{border-color:#fff9;background:#ffffff0f}.btn-icon{height:32px;width:32px;display:grid;place-items:center;border-radius:999px;background:#0a0a0a1a}.btn-outline .btn-icon{background:#ffffff1a}.btn-gold svg,.btn-outline svg{width:16px;height:16px;stroke-width:1.75}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .5s var(--ease-alnexa);background:transparent}.site-header.scrolled{background:#0a0a0ab3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:80px}.header-logo{font-family:var(--font-display);font-size:22px;letter-spacing:.35em;font-weight:300;color:var(--alnexa-text)}.header-nav{display:none;gap:40px}@media(min-width:1024px){.header-nav{display:flex}}.header-nav a{font-size:13px;letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;font-weight:500;position:relative;transition:color .3s}.header-nav a:after{content:"";position:absolute;left:0;bottom:-4px;height:1px;width:100%;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .5s var(--ease-alnexa)}.header-nav a:hover{color:#fff}.header-nav a:hover:after{transform:scaleX(1);transform-origin:left}.header-actions{display:flex;align-items:center;gap:8px}.header-actions button,.header-actions a{padding:10px;border-radius:999px;transition:background .3s;position:relative;display:inline-flex}.header-actions button:hover,.header-actions a:hover{background:#ffffff0d}.header-actions svg{width:18px;height:18px;stroke-width:1.5;color:#ffffffd9}.cart-count-bubble{position:absolute;top:-2px;right:-2px;height:16px;width:16px;border-radius:999px;background:var(--alnexa-gold);color:var(--alnexa-bg);font-size:10px;font-weight:500;display:grid;place-items:center}.menu-toggle{display:block}@media(min-width:1024px){.menu-toggle{display:none}}.mobile-menu{overflow:hidden;max-height:0;opacity:0;background:#0a0a0af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);transition:all .5s var(--ease-alnexa)}.mobile-menu.open{max-height:500px;opacity:1}.mobile-menu-inner{padding:32px 24px;display:flex;flex-direction:column;gap:24px}.mobile-menu a{font-family:var(--font-display);font-size:24px;color:#ffffffd9}.mobile-menu a:hover{color:var(--alnexa-gold)}.hero{position:relative;min-height:100svh;width:100%;display:flex;align-items:flex-end;overflow:hidden;background:var(--alnexa-bg)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.7}.hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--alnexa-bg),rgba(10,10,10,.6) 40%,rgba(10,10,10,.2))}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(10,10,10,.7),transparent)}.hero-meta{position:absolute;top:96px;left:24px;right:24px;z-index:10;display:flex;justify-content:space-between;align-items:center;font-family:var(--font-mono);font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:#fff6}@media(min-width:768px){.hero-meta{left:48px;right:48px;top:112px}}.hero-content{position:relative;z-index:10;width:100%;padding-bottom:80px}@media(min-width:768px){.hero-content{padding-bottom:112px}}.hero h1{max-width:1100px;color:#fff;margin:0}.hero-sub{margin-top:40px;max-width:560px;font-size:18px;color:#ffffffb3;font-weight:300;line-height:1.6}.hero-ctas{margin-top:48px;display:flex;flex-wrap:wrap;gap:16px}.text-gradient-gold{background:linear-gradient(135deg,#f0d59d,#e5c587,#b99862);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-scroll{position:absolute;bottom:24px;right:48px;z-index:10;display:none;flex-direction:column;align-items:center;gap:8px}@media(min-width:768px){.hero-scroll{display:flex}}.hero-scroll span{font-size:10px;letter-spacing:.4em;text-transform:uppercase;color:#fff6}.hero-scroll-line{height:64px;width:1px;background:linear-gradient(to bottom,rgba(255,255,255,.4),transparent)}.trust-bar{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);background:#0f0f0fcc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;align-items:center;gap:16px;padding:24px 16px;border-right:1px solid rgba(255,255,255,.1)}.trust-item:nth-child(2n){border-right:0}@media(min-width:768px){.trust-item{padding:32px}.trust-item:nth-child(2n){border-right:1px solid rgba(255,255,255,.1)}.trust-item:last-child{border-right:0}}.trust-icon{height:44px;width:44px;border-radius:999px;border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;flex-shrink:0;transition:all .5s var(--ease-alnexa)}.trust-item:hover .trust-icon{border-color:#e5c58780;background:#e5c5870d}.trust-icon svg{width:20px;height:20px;stroke-width:1.5;color:var(--alnexa-gold)}.trust-title{font-size:15px;font-weight:500;color:#fff}.trust-sub{font-size:11px;color:#ffffff80;margin-top:2px}.featured{padding:96px 0;overflow:hidden}@media(min-width:768px){.featured{padding:128px 0}}@media(min-width:1024px){.featured{padding:160px 0}}.featured-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:1024px){.featured-grid{grid-template-columns:1fr 1fr;gap:96px}}.featured-media{position:relative;order:2}@media(min-width:1024px){.featured-media{order:1}}.featured-image{position:relative;aspect-ratio:4/5;border-radius:32px;overflow:hidden;background:linear-gradient(to bottom right,#1a1a1a,#0a0a0a);border:1px solid rgba(255,255,255,.1)}.featured-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.9;transition:transform 1.2s var(--ease-alnexa)}.featured-image:hover img{transform:scale(1.05)}.featured-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.6),transparent)}.featured-badge{position:absolute;background:#141414cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px 20px;display:none}@media(min-width:768px){.featured-badge{display:block}}.featured-badge.top{top:-32px;right:-16px}.featured-badge.bottom{bottom:-24px;left:-16px}.featured-badge-label{font-family:var(--font-mono);font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:#ffffff80}.featured-badge.bottom .featured-badge-label{color:var(--alnexa-gold)}.featured-badge-value{font-family:var(--font-display);font-size:24px;color:#fff;margin-top:4px;font-weight:300}.featured-badge-value span{font-size:14px;color:#ffffff80}.featured-content{order:1}@media(min-width:1024px){.featured-content{order:2}}.featured-content h2{margin:0;color:#fff}.featured-desc{margin-top:32px;max-width:480px;color:#fff9;font-size:17px;font-weight:300;line-height:1.7}.featured-list{margin-top:40px;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px;max-width:440px}.featured-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#fffc}.featured-list svg{width:16px;height:16px;margin-top:4px;flex-shrink:0;color:var(--alnexa-gold);stroke-width:1.5}.featured-buy{margin-top:48px;display:flex;flex-wrap:wrap;align-items:center;gap:24px}.featured-price-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:#fff6}.featured-price{display:flex;align-items:baseline;gap:12px;margin-top:4px}.featured-price .price{font-family:var(--font-display);font-size:44px;color:#fff;font-weight:300}.featured-price .compare{color:#fff6;text-decoration:line-through;font-size:18px}.why{padding:96px 0;border-top:1px solid rgba(255,255,255,.05)}@media(min-width:768px){.why{padding:128px 0}}@media(min-width:1024px){.why{padding:160px 0}}.why-header{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:96px}@media(min-width:768px){.why-header{grid-template-columns:5fr 7fr;gap:48px}}.why-heading{color:#fff;max-width:640px}.why-cards{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.why-cards{grid-template-columns:repeat(3,1fr);gap:32px}}.why-card{position:relative;overflow:hidden;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:32px;min-height:340px;transition:all .7s var(--ease-alnexa)}@media(min-width:768px){.why-card{padding:40px}}.why-card:hover{border-color:#e5c58766;background:#ffffff08}.why-card-num{position:absolute;top:24px;right:32px;font-family:var(--font-display);font-size:128px;font-weight:200;line-height:1;color:#ffffff0a;-webkit-user-select:none;user-select:none;transition:color .7s var(--ease-alnexa)}.why-card:hover .why-card-num{color:#e5c5871a}.why-card-body{position:relative}.why-card-line{height:1px;width:48px;background:var(--alnexa-gold);margin-bottom:32px}.why-card h3{font-family:var(--font-display);font-size:28px;font-weight:400;color:#fff;margin:0;max-width:240px;letter-spacing:-.01em;line-height:1.15}.why-card p{margin-top:24px;font-size:15px;color:#ffffff8c;font-weight:300;line-height:1.7}.lifestyle{padding:96px 0;overflow:hidden}@media(min-width:768px){.lifestyle{padding:128px 0}}@media(min-width:1024px){.lifestyle{padding:160px 0}}.lifestyle-header{display:flex;flex-direction:column;justify-content:space-between;gap:32px;margin-bottom:64px}@media(min-width:768px){.lifestyle-header{flex-direction:row;align-items:flex-end;margin-bottom:80px}}.lifestyle-header p{max-width:400px;color:#ffffff8c;font-size:15px;line-height:1.7;font-weight:300}.lifestyle-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}@media(min-width:768px){.lifestyle-grid{gap:24px}}.lifestyle-tile{position:relative;overflow:hidden;border-radius:16px}@media(min-width:768px){.lifestyle-tile{border-radius:32px}}.lifestyle-tile img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s var(--ease-alnexa)}.lifestyle-tile:hover img{transform:scale(1.05)}.lifestyle-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.6),transparent)}.lifestyle-tile-label{position:absolute;bottom:24px;left:24px;font-family:var(--font-display);font-size:28px;color:#fff;font-weight:300;z-index:2}.lifestyle-tile-1{grid-column:span 12;aspect-ratio:4/3}.lifestyle-tile-2{grid-column:span 6;aspect-ratio:3/4}.lifestyle-tile-3,.lifestyle-tile-4,.lifestyle-tile-5{grid-column:span 6;aspect-ratio:1/1}@media(min-width:768px){.lifestyle-tile-1{grid-column:span 7}.lifestyle-tile-2{grid-column:span 5;aspect-ratio:4/5}.lifestyle-tile-3,.lifestyle-tile-4,.lifestyle-tile-5{grid-column:span 4}}.features{padding:96px 0;border-top:1px solid rgba(255,255,255,.05);background:#0d0d0d}@media(min-width:768px){.features{padding:128px 0}}@media(min-width:1024px){.features{padding:160px 0}}.features-header{max-width:720px;margin-bottom:64px}@media(min-width:768px){.features-header{margin-bottom:80px}}.features-list{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.feature-row{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;padding:32px 16px;align-items:flex-start;transition:background .5s var(--ease-alnexa);border-bottom:1px solid rgba(255,255,255,.1)}.feature-row:last-child{border-bottom:0}.feature-row:hover{background:#ffffff04}@media(min-width:768px){.feature-row{padding:40px 32px;gap:32px;border-radius:16px}}.feature-num{grid-column:span 2;font-family:var(--font-mono);font-size:13px;color:#fff6;padding-top:8px}@media(min-width:768px){.feature-num{grid-column:span 1}}.feature-title-block{grid-column:span 10;display:flex;align-items:center;gap:24px}@media(min-width:768px){.feature-title-block{grid-column:span 5}}.feature-icon{flex-shrink:0;height:56px;width:56px;border-radius:999px;border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;transition:all .5s var(--ease-alnexa)}.feature-row:hover .feature-icon{border-color:#e5c58799;background:#e5c5870d}.feature-icon svg{width:24px;height:24px;stroke-width:1.5;color:var(--alnexa-gold)}.feature-title-block h3{font-family:var(--font-display);font-size:28px;color:#fff;font-weight:300;margin:0}.feature-desc{grid-column:span 12;color:#fff9;font-weight:300;font-size:15px;line-height:1.7;max-width:520px}@media(min-width:768px){.feature-desc{grid-column:span 6;padding-left:32px;border-left:1px solid rgba(255,255,255,.1)}}.reviews{padding:96px 0;border-top:1px solid rgba(255,255,255,.05)}@media(min-width:768px){.reviews{padding:128px 0}}@media(min-width:1024px){.reviews{padding:160px 0}}.reviews-header{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:64px}@media(min-width:768px){.reviews-header{grid-template-columns:5fr 7fr;gap:48px;margin-bottom:80px}}.reviews-heading{color:#fff}.reviews-stats{display:flex;flex-direction:column;justify-content:flex-end}@media(min-width:768px){.reviews-stats{padding-left:32px;border-left:1px solid rgba(255,255,255,.1)}}.stars-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.stars-row svg{width:20px;height:20px;fill:var(--alnexa-gold);color:var(--alnexa-gold)}.stars-row .score{font-family:var(--font-display);font-size:24px;color:#fff;font-weight:300;margin-left:8px}.reviews-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.reviews-grid{grid-template-columns:repeat(3,1fr);gap:32px}}.review-card{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:32px;display:flex;flex-direction:column;transition:all .7s var(--ease-alnexa)}@media(min-width:768px){.review-card{padding:40px}}.review-card:hover{border-color:#e5c5874d;background:#ffffff08}.review-stars{display:flex;gap:6px;margin-bottom:24px}.review-stars svg{width:16px;height:16px;fill:var(--alnexa-gold);color:var(--alnexa-gold)}.review-body{color:#fffc;font-size:15px;font-weight:300;line-height:1.7;flex:1}.review-author{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:16px}.review-avatar{height:44px;width:44px;border-radius:999px;background:var(--alnexa-gold);color:var(--alnexa-bg);display:grid;place-items:center;font-family:var(--font-display);font-size:14px;font-weight:500}.review-name{font-size:14px;color:#fff;font-weight:500}.review-role{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-top:2px}.faq{padding:96px 0;border-top:1px solid rgba(255,255,255,.05)}@media(min-width:768px){.faq{padding:128px 0}}@media(min-width:1024px){.faq{padding:160px 0}}.faq-inner{max-width:768px;margin:0 auto;text-align:center}.faq h2{color:#fff;margin:0 0 64px}.faq-list{text-align:left}.faq-item{border-bottom:1px solid rgba(255,255,255,.1)}.faq-item:last-child{border-bottom:0}.faq-question{width:100%;text-align:left;padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;transition:color .5s}.faq-question:hover{color:var(--alnexa-gold)}.faq-question-text{font-family:var(--font-display);font-size:20px;color:#fff;font-weight:400}.faq-question:hover .faq-question-text{color:var(--alnexa-gold)}.faq-toggle{flex-shrink:0;height:32px;width:32px;border-radius:999px;border:1px solid rgba(255,255,255,.15);display:grid;place-items:center;transition:all .5s var(--ease-alnexa)}.faq-question:hover .faq-toggle{border-color:var(--alnexa-gold);background:#e5c5871a}.faq-toggle svg{width:14px;height:14px;stroke-width:1.5;color:#ffffffb3}.faq-question[aria-expanded=true] .faq-toggle svg{color:var(--alnexa-gold)}.faq-question .faq-icon-minus,.faq-question[aria-expanded=true] .faq-icon-plus{display:none}.faq-question[aria-expanded=true] .faq-icon-minus{display:block}.faq-answer{max-height:0;overflow:hidden;transition:max-height .5s var(--ease-alnexa)}.faq-answer-inner{padding:0 0 28px;max-width:640px;font-size:15px;color:#fff9;font-weight:300;line-height:1.7}.instagram{padding:80px 0;border-top:1px solid rgba(255,255,255,.05)}@media(min-width:768px){.instagram{padding:96px 0}}.instagram-header{display:flex;flex-direction:column;justify-content:space-between;gap:24px;margin-bottom:48px}@media(min-width:768px){.instagram-header{flex-direction:row;align-items:flex-end}}.instagram-header h2{font-family:var(--font-display);font-size:32px;font-weight:300;color:#fff;margin:0}.instagram-header a{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#fff9;transition:color .3s}.instagram-header a:hover{color:var(--alnexa-gold)}.instagram-header a svg{width:16px;height:16px;stroke-width:1.5}.instagram-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media(min-width:768px){.instagram-grid{grid-template-columns:repeat(4,1fr);gap:12px}}.instagram-tile{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:12px}.instagram-tile img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease-alnexa)}.instagram-tile:hover img{transform:scale(1.1)}.instagram-tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a00;display:grid;place-items:center;transition:background .5s}.instagram-tile:hover .instagram-tile-overlay{background:#0a0a0a99}.instagram-tile-overlay svg{width:24px;height:24px;stroke-width:1.5;color:#fff;opacity:0;transition:opacity .5s}.instagram-tile:hover .instagram-tile-overlay svg{opacity:1}.newsletter{padding:96px 0;border-top:1px solid rgba(255,255,255,.05);text-align:center}@media(min-width:768px){.newsletter{padding:128px 0}}.newsletter-inner{max-width:768px;margin:0 auto;padding:0 24px}.newsletter h2{color:#fff;margin:0 0 24px}.newsletter-sub{max-width:480px;margin:0 auto 40px;color:#ffffff8c;font-size:15px;font-weight:300;line-height:1.7}.newsletter-form{max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:12px}@media(min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-form input{flex:1;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:16px 24px;font-size:14px;color:#fff;transition:border-color .3s}.newsletter-form input::placeholder{color:#ffffff59}.newsletter-form input:focus{outline:none;border-color:#e5c58799}.newsletter-form button{white-space:nowrap}.site-footer{padding-top:96px;border-top:1px solid rgba(255,255,255,.1);background:#080808;overflow:hidden}@media(min-width:768px){.site-footer{padding-top:128px}}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;padding-bottom:64px}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(6,1fr);gap:48px;padding-bottom:96px}}.footer-brand{grid-column:span 2}.footer-brand-logo{font-family:var(--font-display);font-size:20px;letter-spacing:.35em;font-weight:300;color:#fff}.footer-brand p{margin-top:24px;max-width:320px;color:#ffffff80;font-size:14px;font-weight:300;line-height:1.7}.footer-socials{display:flex;gap:12px;margin-top:32px}.footer-socials a{height:40px;width:40px;border-radius:999px;border:1px solid rgba(255,255,255,.15);display:grid;place-items:center;transition:all .5s var(--ease-alnexa)}.footer-socials a:hover{border-color:var(--alnexa-gold);background:#e5c5871a}.footer-socials svg{width:16px;height:16px;stroke-width:1.5;color:#ffffffb3}.footer-col-title{font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:#fff6;margin-bottom:20px}.footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.footer-col a{font-size:14px;color:#ffffffbf;transition:color .3s}.footer-col a:hover{color:var(--alnexa-gold)}.footer-legal{border-top:1px solid rgba(255,255,255,.1);padding:32px 0;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:space-between;text-align:center}@media(min-width:768px){.footer-legal{flex-direction:row;text-align:left}}.footer-legal p{font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;color:#fff6;margin:0}.footer-watermark{font-family:var(--font-display);text-align:center;font-weight:200;color:#ffffff08;font-size:clamp(6rem,20vw,20rem);line-height:1;-webkit-user-select:none;user-select:none;margin-top:32px}.password-page{min-height:100vh;display:grid;place-items:center;padding:32px}.password-inner{max-width:560px;text-align:center}.password-heading{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:300;color:#fff;margin:24px 0;line-height:1.05}.password-sub{color:#fff9;margin-bottom:40px}.password-form{display:flex;gap:12px;max-width:400px;margin:0 auto}.password-form input{flex:1;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:16px 24px;color:#fff}.password-form input:focus{outline:none;border-color:var(--alnexa-gold)}.password-error{color:#ff8080;margin-top:16px;font-size:14px}.section-pad{padding:128px 0 96px}@media(min-width:768px){.section-pad{padding:160px 0 128px}}.product-grid{display:grid;grid-template-columns:1fr;gap:48px}@media(min-width:1024px){.product-grid{grid-template-columns:1fr 1fr;gap:96px}}.product-gallery{position:relative}.product-gallery-main img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:32px;border:1px solid rgba(255,255,255,.1)}.product-gallery-thumbs{display:flex;gap:12px;margin-top:16px;overflow-x:auto}.product-gallery-thumbs img{width:88px;height:88px;object-fit:cover;border-radius:16px;opacity:.6;cursor:pointer;transition:opacity .3s;border:1px solid transparent}.product-gallery-thumbs img:hover,.product-gallery-thumbs img.active{opacity:1;border-color:var(--alnexa-gold)}.product-title{color:#fff;margin:24px 0}.product-price{display:flex;align-items:baseline;gap:12px}.product-price .price{font-family:var(--font-display);font-size:40px;color:#fff;font-weight:300}.product-price .compare{text-decoration:line-through;color:#fff6;font-size:18px}.product-desc{color:#ffffffb3;font-weight:300;line-height:1.7;margin:32px 0;max-width:520px}.variant-group{margin:24px 0}.variant-label{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#ffffff80;margin-bottom:12px}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-option{padding:10px 20px;border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:13px;color:#ffffffd9;background:transparent;transition:all .3s}.variant-option:hover,.variant-option[aria-checked=true]{border-color:var(--alnexa-gold);background:#e5c5871a;color:var(--alnexa-gold)}.qty-input{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.15);border-radius:999px;overflow:hidden}.qty-input button{padding:12px 16px;color:#ffffffb3}.qty-input input{width:48px;background:transparent;border:0;text-align:center;color:#fff}.qty-input input:focus{outline:none}.product-cta-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:32px}.collection-header{padding:128px 0 48px}@media(min-width:768px){.collection-header{padding:160px 0 64px}}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding-bottom:96px}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:32px}}.product-card{display:block}.product-card-media{aspect-ratio:4/5;border-radius:24px;overflow:hidden;background:#141414;border:1px solid rgba(255,255,255,.08)}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease-alnexa)}.product-card:hover .product-card-media img{transform:scale(1.05)}.product-card h3{font-family:var(--font-display);font-size:20px;font-weight:400;color:#fff;margin:20px 0 8px}.product-card .price{color:var(--alnexa-gold);font-family:var(--font-mono);font-size:14px}.cart-wrap{padding-bottom:96px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:24px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.1);align-items:center}.cart-item img{width:100px;height:120px;object-fit:cover;border-radius:16px}.cart-item-title{font-family:var(--font-display);font-size:18px;color:#fff}.cart-item-meta{font-size:13px;color:#ffffff80;margin-top:4px}.cart-item-price{font-family:var(--font-display);font-size:20px;color:#fff}.cart-totals{margin-top:48px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}.cart-subtotal-label{font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:#ffffff80}.cart-subtotal-value{font-family:var(--font-display);font-size:36px;color:#fff;margin-top:4px}.empty-state{text-align:center;padding:96px 0;color:#fff9}.empty-state h2{color:#fff;margin-bottom:16px}.reveal{opacity:0;transform:translateY(32px);transition:opacity .9s var(--ease-alnexa),transform .9s var(--ease-alnexa)}.reveal.in-view{opacity:1;transform:translateY(0)}.reveal-1{transition-delay:80ms}.reveal-2{transition-delay:.16s}.reveal-3{transition-delay:.24s}.reveal-4{transition-delay:.32s}.reveal-5{transition-delay:.4s}.alnexa-toast{position:fixed;bottom:24px;right:24px;z-index:100;background:var(--alnexa-surface);border:1px solid rgba(229,197,135,.25);color:#fff;padding:16px 24px;border-radius:16px;font-size:14px;transform:translateY(20px);opacity:0;transition:all .4s var(--ease-alnexa);max-width:360px}.alnexa-toast.show{transform:translateY(0);opacity:1}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}.product-trust{margin-top:32px;border-top:1px solid rgba(255,255,255,.08);padding-top:24px}.trust-item{color:#f5f5f5;font-size:14px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05);letter-spacing:.3px}.trust-item:last-child{border-bottom:none}.product-rating{margin:16px 0 12px;color:#e5c587;font-size:15px;font-weight:600}.product-rating span{color:#fff;margin-left:8px;font-weight:400}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
