/*
Theme Name: Aura Digital
Description: Blank, customizable digital storefront with cursor particles and native WooCommerce integration.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 7.4
Author: MrYix
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aura-digital
Tags: e-commerce, custom-logo, custom-colors, custom-menu, featured-images, full-width-template
*/
:root{--accent:#d5b66f;--bg:#101111;--panel:#191b1b;--line:#353737;--text:#f3f3ef;--muted:#b9bdbb;--radius:5px;--shell:1320px;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}p{margin:0 0 1.3em}img{max-width:100%;height:auto}button,input,textarea,select{font:inherit}button,a,input,textarea,select{touch-action:manipulation}button,[type=submit]{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button,input,select,textarea{max-width:100%}input:not([type=checkbox]):not([type=radio]):not([type=submit]),textarea,select{background:#1b1e1e;border:1px solid #555c59;border-radius:var(--radius);color:var(--text);padding:12px 14px}input::placeholder,textarea::placeholder{color:#b3b9b6}input[type=checkbox],input[type=radio]{accent-color:var(--accent)}textarea{width:100%;min-height:130px}select option{background:#1b1e1e;color:var(--text)}:focus-visible{outline:2px solid var(--accent);outline-offset:5px}h1,h2,h3,h4{font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.15;letter-spacing:-.035em;overflow-wrap:anywhere}h1{font-size:clamp(2.4rem,5vw,5rem);margin:0 0 24px;font-weight:750}h2{font-size:clamp(1.8rem,3vw,2.7rem);margin:0 0 24px}h3{font-size:1.25rem}.shell{width:min(var(--shell),calc(100% - 80px));margin-inline:auto}.site-frame{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column}.site-frame>main{flex:1}#aura-particles{position:fixed;inset:0;width:100%;height:100%;z-index:20;pointer-events:none}.screen-reader-text,.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;clip:auto;width:auto;height:auto;top:12px;left:12px;z-index:100000;background:var(--accent);color:#111;padding:12px 20px}.announcement{background:var(--accent);color:#111;text-align:center;padding:8px 20px;font-size:.875rem;font-weight:700;letter-spacing:.05em}.announcement p{margin:0}.site-header{background:#101111f7;border-bottom:1px solid var(--line);position:relative;z-index:25}.header-row{display:flex;align-items:center;gap:32px;min-height:104px}.brand{flex:0 1 190px;min-width:70px}.brand-space{display:block;width:150px;height:45px}.custom-logo{object-fit:contain;width:auto;max-width:190px;max-height:64px}.menu{list-style:none;padding:0;margin:0;display:flex;gap:28px}.menu li{position:relative}.menu a{display:block;padding:12px 0;font-size:.9375rem;font-weight:600}.menu .sub-menu{list-style:none;display:none;position:absolute;z-index:40;min-width:220px;padding:18px;background:#202323;border:1px solid var(--line)}.menu li:hover>.sub-menu,.menu li:focus-within>.sub-menu{display:block}.menu .sub-menu a{padding:10px 0}#site-nav{margin:auto}.header-actions{display:flex;gap:24px;align-items:center;font-size:.9375rem;font-weight:600}.cart-link{display:flex;gap:10px;align-items:center}.aura-cart-count{background:var(--accent);color:#151611;min-width:23px;height:23px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:.8125rem}.search-row{padding-bottom:20px}.search-row form{display:flex;max-width:650px;margin:auto}.search-row input[type=search]{width:100%;border-radius:4px 0 0 4px}.search-row button{border-radius:0 4px 4px 0;background:#252929;color:#eee;border:1px solid #555c59;border-left:0;padding:10px 24px}.nav-toggle{display:none}.hero{position:relative;min-height:540px;display:flex;align-items:center;border-bottom:1px solid #37372b;background:radial-gradient(ellipse at 75% 50%,#51462a50,transparent 60%),linear-gradient(120deg,#151817,#111313)}.hero-media{position:absolute;inset:0;overflow:hidden}.hero-media:has(img):after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#000c,#0002)}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-content{position:relative;padding-block:88px}.hero-content h1{max-width:880px}.hero-description{max-width:640px;color:#d2d4cf;font-size:1.125rem}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.2em;font-size:.875rem;font-weight:700}.button,button.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wp-block-button__link{background:var(--accent);color:#151611;border:1px solid transparent;border-radius:var(--radius);font-weight:700;font-size:.9375rem;line-height:1.4;padding:14px 26px;display:inline-block;text-align:center;transition:filter .2s,transform .2s}.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.wp-block-button__link:hover{background:var(--accent);color:#111;filter:brightness(1.12);transform:translateY(-1px)}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--accent);color:#111}.woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover{background:var(--accent);color:#111;filter:brightness(1.1)}.feature-strip{padding:24px 0;text-align:center;border-bottom:1px solid var(--line);color:var(--muted);font-size:.9375rem}.feature-strip p{margin:0}.section{margin:72px 0}.section-heading{display:flex;gap:20px;align-items:center;justify-content:space-between;margin-bottom:28px;min-height:10px}.section-heading h2{margin:0}.section-heading a{margin-left:auto;white-space:nowrap;color:var(--accent);font-size:.875rem}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.category-card{position:relative;min-height:280px;background:linear-gradient(135deg,#333930,#171d1c);border:1px solid #4a4b3e;overflow:hidden;border-radius:var(--radius);display:flex;align-items:flex-end;padding:28px}.category-card:nth-child(2){background:linear-gradient(135deg,#3d3223,#1b1b17)}.category-card:nth-child(3){background:linear-gradient(135deg,#2e323d,#16191d)}.category-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55;transition:transform .4s}.category-card:hover>img{transform:scale(1.035)}.category-card>span{position:relative;display:flex;justify-content:space-between;width:100%;gap:15px;font-size:1.4rem;font-weight:700}.story{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding-top:32px;border-top:1px solid var(--line)}.story-media{min-height:300px;background:linear-gradient(140deg,#292c25,#151a19);border-radius:var(--radius);overflow:hidden}.story-media img{width:100%;display:block;object-fit:cover}.story p{color:var(--muted)}.text-link{border-bottom:1px solid var(--accent);padding-bottom:5px;color:var(--accent)}.faq-preview{max-width:900px;margin-inline:auto}.faq-item{border-bottom:1px solid #3a3e3b;padding:22px 0}.faq-item summary{cursor:pointer;font-size:1.125rem;font-weight:600}.faq-item>div{padding-top:20px;color:var(--muted);max-width:850px}.page-main,.commerce-main{padding-block:54px 80px;min-height:52vh}.entry-content{overflow-wrap:anywhere}.entry-content a:not(.button):not(.woocommerce a){text-decoration:underline;text-underline-offset:4px}.entry-content>p,.entry-content>.wp-block-heading{max-width:900px}.site-footer{border-top:1px solid var(--line);background:#0b0d0c;padding:55px 0 20px;margin-top:35px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr .6fr;gap:45px}.footer-grid p{max-width:380px;color:var(--muted);font-size:.9375rem;margin-top:20px}.footer-grid .menu{display:grid;grid-template-columns:1fr 1fr;gap:4px 20px}.footer-utilities{display:flex;flex-direction:column;gap:12px;font-size:.875rem}.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:45px;padding-top:20px;border-top:1px solid #242b26;color:var(--muted);font-size:.875rem;min-height:55px}.footer-bottom p{margin:0}.motion-toggle{margin-left:auto;background:transparent;border:1px solid #414942;border-radius:4px;color:#bfc6c0;padding:8px 12px;font-size:.875rem}.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin:0 0 32px;padding:0}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:none;width:auto!important;margin:0!important;background:var(--panel);border:1px solid #343934;border-radius:var(--radius);padding:15px;display:flex;flex-direction:column;min-width:0;transition:border-color .2s}.woocommerce ul.products li.product:hover{border-color:var(--accent)}.woocommerce ul.products li.product a img{border-radius:3px;margin:0 0 20px;aspect-ratio:1;object-fit:cover;background:#262b26}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1.125rem;color:var(--text);line-height:1.3;font-weight:600;margin-bottom:10px;padding:0;letter-spacing:-.015em}.woocommerce ul.products li.product .price,.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--accent);font-size:1.125rem}.woocommerce ul.products li.product .price del{color:#b5bcb7;opacity:1;font-size:.875rem}.woocommerce ul.products li.product .button{margin-top:auto;align-self:stretch}.woocommerce ul.products li.product .added_to_cart{margin-top:10px;text-align:center}.woocommerce span.onsale{background:var(--accent);color:#111;border-radius:4px;min-height:0;line-height:1.6;padding:5px 12px;min-width:0}.woocommerce .star-rating{color:var(--accent)}.woocommerce .woocommerce-breadcrumb{color:var(--muted);font-size:.875rem;margin-bottom:30px}.woocommerce .woocommerce-breadcrumb a{color:var(--text)}.woocommerce .woocommerce-result-count{color:var(--muted);padding-block:12px}.woocommerce .woocommerce-ordering{margin-bottom:35px}.woocommerce nav.woocommerce-pagination ul{border:1px solid var(--line)}.woocommerce nav.woocommerce-pagination ul li{border-color:var(--line)}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{padding:14px 18px}.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover{background:var(--accent);color:#111}.woocommerce div.product .product_title{font-size:clamp(2rem,3.6vw,3.5rem)}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;border-bottom:1px solid var(--line);display:flex;flex-wrap:wrap;gap:20px}.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{background:none;border:0;margin:0;padding:0;border-radius:0}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:var(--muted);padding:16px 0}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:none;border-bottom:2px solid var(--accent)}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--accent)}.woocommerce div.product .woocommerce-tabs .panel{padding:20px 0}.woocommerce div.product form.cart .variations label{color:var(--text)}.woocommerce table.shop_table{border:1px solid var(--line);border-radius:var(--radius);background:#151817}.woocommerce table.shop_table td,.woocommerce table.shop_table th{padding:16px;border-color:var(--line)}.woocommerce table.shop_table td{border-top:1px solid var(--line)}.woocommerce a.remove{color:#ffaaa4!important}.woocommerce a.remove:hover{background:#892b2b;color:white!important}.woocommerce .quantity .qty{width:5em;padding:12px 6px}.woocommerce-cart table.cart td.actions .coupon .input-text{width:180px}.woocommerce form .form-row label{line-height:1.6;margin-bottom:6px}.woocommerce form.login,.woocommerce form.register,.woocommerce form.checkout_coupon{border-color:var(--line);background:#151817;border-radius:var(--radius)}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{line-height:1.5}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{min-width:0}.woocommerce-error,.woocommerce-info,.woocommerce-message{background:#252d29;color:var(--text);border-top-color:var(--accent);border-radius:4px}.woocommerce-message::before,.woocommerce-info::before{color:var(--accent)}.woocommerce-error{border-color:#d78178}.woocommerce-error::before{color:#d78178}.woocommerce-checkout #payment{background:#202522;border:1px solid var(--line)}.woocommerce-checkout #payment div.payment_box{background:#313b34;color:var(--text)}.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#313b34}.woocommerce-checkout #payment ul.payment_methods{border-color:var(--line)}.woocommerce-MyAccount-navigation{background:#191e1a;border:1px solid var(--line);border-radius:4px}.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:15px}.woocommerce-MyAccount-navigation a{display:block;padding:12px 16px;border-radius:4px}.woocommerce-MyAccount-navigation .is-active a{background:var(--accent);color:#111}.woocommerce-MyAccount-content{padding-left:20px}.woocommerce-MyAccount-content a:not(.button){text-decoration:underline;text-underline-offset:3px}.select2-container--default .select2-selection--single{background:#1b1e1e;border-color:#555c59;min-height:48px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--text);line-height:46px}.select2-dropdown{background:#1b1e1e;border-color:#555c59}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background:#353d36}.select2-container--default .select2-results__option--highlighted[aria-selected]{background:var(--accent);color:#111}.wc-block-components-form .wc-block-components-text-input input,.wc-block-components-text-input input,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background:#1b1e1e!important;color:var(--text)!important}.wc-block-components-text-input label{color:#c8ceca!important}.wc-block-components-button:not(.is-link){background:var(--accent);color:#111;border-radius:4px}.wc-block-components-checkout-place-order-button{padding:18px}.wc-block-components-totals-wrapper,.wc-block-cart-items,.wc-block-components-sidebar{border-color:var(--line)!important}.wc-block-components-notice-banner{color:#171b17}.wc-block-components-product-metadata{color:var(--muted)}.wp-block-table{overflow-x:auto}.wp-block-image img{border-radius:4px}
@media(min-width:901px){.header-row{flex-wrap:wrap}#site-nav{flex:1;min-width:320px}}
@media(max-width:1000px){.shell{width:calc(100% - 40px)}.header-row{gap:20px}.menu{gap:18px}.header-actions{gap:15px}.brand{flex-basis:130px}.custom-logo{max-width:130px}.woocommerce ul.products{gap:16px}.category-card{padding:20px;min-height:220px}.story{gap:35px}}
@media(max-width:900px){.header-row{min-height:85px;flex-wrap:wrap;padding-block:16px;gap:18px}.brand{flex:1}.nav-toggle{display:block;background:transparent;border:1px solid #444d46;border-radius:4px;padding:8px 14px;color:var(--text)}#site-nav{display:none;order:5;width:100%;margin:0}#site-nav.is-open{display:block}.menu{flex-direction:column;gap:0}.menu .sub-menu{position:static;display:block;padding:0 0 0 20px;background:none;border:0}.header-actions{font-size:.875rem}.hero{min-height:440px}.hero-content{padding-block:65px}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{gap:14px}.category-card>span{font-size:1.15rem}.category-card{min-height:200px}.footer-grid{grid-template-columns:1fr 1fr}.footer-utilities{grid-column:2}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background:#202620}.woocommerce-MyAccount-content{padding-left:0}}
@media(max-width:600px){.shell{width:calc(100% - 32px)}.header-row{gap:12px}.brand-space{width:64px}.brand{min-width:40px}.custom-logo{max-width:90px}.header-actions{gap:12px}.nav-toggle{font-size:.875rem;padding:8px 10px}.search-row button{padding-inline:16px}.hero{min-height:350px}.hero-content{padding-block:50px}.section{margin:44px 0}.category-grid{grid-template-columns:1fr}.category-card{min-height:220px}.story{grid-template-columns:1fr;gap:26px}.story-media{min-height:240px}.woocommerce ul.products{gap:12px}.woocommerce ul.products li.product{padding:10px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1rem}.woocommerce ul.products li.product .button{padding:11px 8px;font-size:.875rem}.section-heading{align-items:flex-start}.footer-grid{grid-template-columns:1fr;gap:25px}.footer-utilities{grid-column:auto}.footer-bottom{align-items:flex-start}.page-main,.commerce-main{padding-top:32px}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none}.woocommerce div.product .woocommerce-tabs ul.tabs{gap:15px}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:.9375rem}.woocommerce form .form-row{padding:3px 0}.woocommerce-cart table.cart td.actions .coupon .input-text{width:48%}.woocommerce table.shop_table td,.woocommerce table.shop_table th{padding:12px}.woocommerce-MyAccount-navigation{margin-bottom:24px}.woocommerce-MyAccount-content{overflow-x:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}#aura-particles{display:none}}
@media(pointer:coarse){#aura-particles{display:none}}
@media print{#aura-particles,.site-header,.site-footer{display:none}body{background:white;color:black}}
/* Native WooCommerce checkout blocks and their floating-label selects. */
.wc-block-components-select .wc-block-components-select__container{background:#1b1e1e;border-color:#555c59;color:var(--text)}
.wc-block-components-select .wc-block-components-select__select{background:#1b1e1e;color:var(--text);border-color:#555c59}
.wc-block-components-select .wc-block-components-select__label{color:#c8ceca}
.wc-block-components-select .wc-block-components-select__expand{fill:var(--text)}
.wc-blocks-components-select .wc-blocks-components-select__container{background:#1b1e1e;color:var(--text);border-color:#555c59}
.wc-blocks-components-select .wc-blocks-components-select__select{background:#1b1e1e;color:var(--text);border-color:#555c59}
.wc-blocks-components-select .wc-blocks-components-select__label{color:#c8ceca}
.wc-blocks-components-select .wc-blocks-components-select__expand{fill:var(--text)}
