/*
Theme Name: AUREON (Storefront Child)
Theme URI: https://aureon-peptide.com
Description: AUREON Dark/Research-Look als Child-Theme von Storefront. Dunkles Navy/Blau-Design, Jost-Font, Partikel-Hintergrund und 3D-Helix-Startseite. Erfordert das Eltern-Theme "Storefront" und das Plugin "WooCommerce" (empfohlen: zusätzlich "Germanized" für DE-Rechtssicherheit).
Author: AUREON
Template: storefront
Version: 1.2.1
Text Domain: aureon
*/

/* ============================================================
   PALETTE / GRUNDLAGEN
   ============================================================ */
:root{
  --bg:#02050b; --navy:#112840; --blue:#448bca; --blue-light:#7ab3e8;
  --deep:#1d4a7d; --text:#ffffff; --text-dim:#8aa3bd; --line:rgba(68,139,202,.6);
}

body,
body.woocommerce,
body.storefront{
  background:var(--bg);
  color:var(--text);
  font-family:"Futura PT",Futura,Jost,"Century Gothic",sans-serif;
  font-weight:300;
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6{
  font-weight:500;
  color:var(--text);
  letter-spacing:.02em;
}
a{ color:var(--blue-light); }
a:hover{ color:#fff; }
p,li,td,th,label,.price{ color:var(--text-dim); }
::selection{ background:rgba(68,139,202,.4); }

/* Fester Hintergrund-Canvas (Partikel) + Vignette */
#aureon-bg{ position:fixed; inset:0; z-index:-2; width:100%; height:100%; display:block; pointer-events:none; }
.aureon-atmo{
  position:fixed; inset:0; z-index:-1; pointer-events:none;
  background:
    radial-gradient(ellipse 80% 50% at 70% 30%, rgba(68,139,202,.08), transparent 60%),
    radial-gradient(ellipse 120% 90% at 50% 50%, transparent 55%, rgba(3,6,12,.85) 100%);
}
/* Storefront-Container transparent, damit der Hintergrund durchscheint */
#page, .site-content, .col-full, .site-main, .content-area{ background:transparent !important; }

/* ============================================================
   HEADER / NAVIGATION (AUREON: fixierter Header + Overlay-Menü)
   ============================================================ */
/* Storefront-Header-Reste komplett neutralisieren */
.site-header{
  background:transparent !important;
  border:0 !important; padding:0 !important; margin:0 !important;
}
.storefront-breadcrumb{ display:none !important; }

/* Fixierter AUREON-Header wie auf der Original-Seite */
.aureon-header{
  position:fixed; top:0; left:0; right:0; z-index:20;
  display:flex; align-items:center; justify-content:space-between;
  padding:calc(14px + env(safe-area-inset-top)) 22px 14px;
  background:linear-gradient(to bottom, rgba(2,5,11,.85), transparent);
}
/* Admin-Bar nicht überdecken */
body.admin-bar .aureon-header{ top:32px; }
@media(max-width:782px){ body.admin-bar .aureon-header{ top:46px; } }

.aureon-brand{ display:block; text-decoration:none; }
.aureon-brand img{
  height:52px; width:auto; display:block;
  filter:drop-shadow(0 0 14px rgba(68,139,202,.3));
}
.aureon-header-actions{ display:flex; align-items:center; gap:22px; }
.aureon-cart{
  color:var(--text) !important; text-decoration:none; font-size:17px;
  display:flex; align-items:center; gap:6px;
}
.aureon-cart-count{
  background:var(--blue); color:#fff; font-size:10px; font-weight:500;
  min-width:17px; height:17px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
}
.aureon-menu-btn{
  color:var(--text-dim); font-size:10px; letter-spacing:.3em;
  background:none !important; border:0 !important; cursor:pointer; text-transform:uppercase;
  display:flex; align-items:center; gap:10px; padding:0 !important; box-shadow:none !important;
}
.aureon-menu-btn:hover{ color:var(--blue-light); box-shadow:none !important; }
.aureon-menu-btn .dots{ display:grid; grid-template-columns:repeat(2,4px); gap:3px; }
.aureon-menu-btn .dots i{ width:4px; height:4px; background:var(--text-dim); border-radius:1px; }

/* Fullscreen-Overlay-Navigation */
#aureon-nav{
  position:fixed; inset:0; z-index:30;
  background:rgba(2,5,11,.92);
  backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px;
  opacity:0; pointer-events:none; transition:opacity .35s;
}
#aureon-nav.open{ opacity:1; pointer-events:auto; }
#aureon-nav > a{
  color:var(--text) !important; text-decoration:none;
  font-size:clamp(20px,5vw,30px); text-transform:uppercase; letter-spacing:.18em;
  padding:8px 0; transition:color .3s;
}
#aureon-nav > a:hover{ color:var(--blue-light) !important; }
#aureon-nav .sub{
  margin-top:26px; color:var(--blue-light); font-size:10px;
  letter-spacing:.35em; text-transform:uppercase;
}
.aureon-nav-products{
  display:flex; gap:14px; flex-wrap:wrap; justify-content:center; max-width:80vw; margin-top:10px;
}
.aureon-nav-products a{
  color:var(--text-dim) !important; text-decoration:none;
  font-size:12px; letter-spacing:.25em; text-transform:uppercase;
}
.aureon-nav-products a:hover{ color:var(--blue-light) !important; }
#aureonNavClose{
  position:absolute; top:calc(20px + env(safe-area-inset-top)); right:22px;
  background:none !important; border:0 !important; color:var(--text-dim);
  font-size:20px; cursor:pointer; padding:8px !important; box-shadow:none !important;
}
#aureonNavClose:hover{ color:#fff; box-shadow:none !important; }

/* Inhalt unter dem fixierten Header freistellen (außer Startseite: dort Fullscreen-Hero) */
body:not(.home) .site-content{ padding-top:110px; }

/* Suchfeld */
.widget_product_search input[type="search"],
.search-field, input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], textarea, select{
  background:rgba(2,5,11,.6) !important; color:var(--text) !important;
  border:1px solid rgba(68,139,202,.25) !important;
}
input:focus, textarea:focus, select:focus{
  border-color:var(--blue-light) !important; box-shadow:0 0 18px rgba(68,139,202,.2) !important;
}

/* ============================================================
   BUTTONS (AUREON-Stil: Rahmen, Uppercase, › Pfeil)
   ============================================================ */
button, .button, .added_to_cart, input[type="submit"],
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.single_add_to_cart_button, .checkout-button, .wc-block-components-button{
  background:rgba(17,40,64,.45) !important;
  color:var(--text) !important;
  border:1px solid rgba(68,139,202,.55) !important;
  border-radius:0 !important;
  text-transform:uppercase; letter-spacing:.22em; font-size:12px; font-weight:500;
  padding:14px 22px !important;
  transition:.3s;
}
button:hover, .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.single_add_to_cart_button:hover, .checkout-button:hover{
  border-color:var(--blue-light) !important;
  box-shadow:0 0 24px rgba(68,139,202,.4) !important;
  background:rgba(17,40,64,.7) !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover{ background:var(--navy) !important; }

/* ============================================================
   SHOP-GRID / PRODUKT-KARTEN
   ============================================================ */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  background:rgba(2,5,11,.55);
  border:1px solid rgba(68,139,202,.16);
  padding:18px;
  backdrop-filter:blur(7px); -webkit-backdrop-filter:blur(7px);
  transition:border-color .3s, box-shadow .3s;
}
.woocommerce ul.products li.product:hover{
  border-color:rgba(122,179,232,.5); box-shadow:0 0 28px rgba(68,139,202,.15);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  color:var(--text); text-transform:uppercase; letter-spacing:.06em; font-size:16px;
}
.woocommerce ul.products li.product .price{ color:var(--text) !important; font-weight:500; }
.woocommerce ul.products li.product .price del{ color:var(--text-dim) !important; }
.woocommerce .star-rating span{ color:var(--blue-light); }
.woocommerce .onsale{ background:var(--blue); color:#fff; border-radius:0; }

/* ============================================================
   EINZELPRODUKT
   ============================================================ */
.single-product div.product .product_title{ text-transform:uppercase; letter-spacing:.03em; }
.single-product div.product p.price, .single-product div.product span.price{ color:var(--text) !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background:rgba(2,5,11,.55); border:1px solid rgba(68,139,202,.16);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{ background:var(--navy); }
.woocommerce-tabs .panel{ background:rgba(2,5,11,.4); padding:18px; border:1px solid rgba(68,139,202,.12); }
.woocommerce div.product form.cart .quantity .qty{ background:rgba(2,5,11,.6); color:var(--text); }

/* ============================================================
   WARENKORB / KASSE / TABELLEN / HINWEISE
   ============================================================ */
.woocommerce table.shop_table, .woocommerce table.cart, .cart_totals table,
.woocommerce-checkout #order_review, .woocommerce-checkout table{
  background:rgba(2,5,11,.5); border:1px solid rgba(68,139,202,.16);
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{
  border-top:1px solid rgba(68,139,202,.12); color:var(--text-dim);
}
.woocommerce-info, .woocommerce-message, .woocommerce-error, .woocommerce-noreviews{
  background:rgba(17,40,64,.4) !important; border-top-color:var(--blue) !important; color:var(--text) !important;
}
.woocommerce-info::before, .woocommerce-message::before{ color:var(--blue-light); }
.select2-container--default .select2-selection--single{
  background:rgba(2,5,11,.6); border:1px solid rgba(68,139,202,.25); color:var(--text);
}

/* ============================================================
   FOOTER (AUREON: minimal, nur Rechtslinks + Hinweis)
   ============================================================ */
.site-footer{
  background:transparent !important; border:0 !important; padding:0 !important;
}
.aureon-footer{
  text-align:center; padding:60px 22px 40px;
  border-top:1px solid rgba(68,139,202,.14);
  background:linear-gradient(to top, rgba(2,5,11,.85), transparent);
}
.aureon-footer-links{ display:flex; gap:26px; justify-content:center; flex-wrap:wrap; }
.aureon-footer-links a{
  color:var(--text-dim) !important; text-decoration:none;
  font-size:11px; letter-spacing:.25em; text-transform:uppercase; transition:color .3s;
}
.aureon-footer-links a:hover{ color:var(--blue-light) !important; }
.aureon-footer-note{ margin-top:22px; font-size:11px; color:var(--text-dim); letter-spacing:.06em; }
.aureon-footer-copy{ margin-top:6px; font-size:10px; color:rgba(138,163,189,.5); letter-spacing:.2em; }

/* ============================================================
   STARTSEITE: Helix fixiert über die ganze Seite,
   Produkte als Scroll-Sections links/rechts (Original-Look)
   ============================================================ */
#aureon-hero-canvas{
  position:fixed; inset:0; z-index:0; width:100%; height:100%;
  display:block; pointer-events:none;
}
.aureon-scroll{
  position:relative; z-index:5;
  /* Aus dem Storefront-Container auf volle Viewport-Breite ausbrechen */
  width:100vw; margin-left:calc(50% - 50vw);
}
/* Storefront-Innenabstände auf der Startseite neutralisieren */
.home .site-main{ margin:0 !important; padding:0 !important; }
.home .col-full{ max-width:none !important; padding:0 !important; margin:0 !important; }
.home .site-content{ padding:0 !important; }
.home .entry-header, .home .hentry{ margin:0; padding:0; border:0; }
.aureon-sec{
  min-height:100vh; min-height:100svh;
  display:flex; flex-direction:column; justify-content:center;
  padding:0 24px; position:relative;
}
.aureon-sec .eyebrow{
  color:var(--blue-light); font-size:10px; letter-spacing:.35em;
  text-transform:uppercase; margin-bottom:14px;
}
#hero h1{
  font-size:clamp(28px,8vw,54px); line-height:1.12; font-weight:800; letter-spacing:.02em;
  text-transform:uppercase; max-width:11ch; text-shadow:0 0 30px rgba(0,0,10,.9);
}
#hero h1 .hl{ color:var(--blue-light); text-shadow:0 0 24px rgba(77,163,255,.8); }
#hero p{ margin-top:18px; color:var(--text-dim); font-size:13px; line-height:1.7; max-width:34ch; }
.aureon-sec .cta{
  margin-top:26px; display:inline-flex; align-items:center; gap:14px;
  border:1px solid rgba(68,139,202,.55) !important; color:var(--text) !important;
  background:rgba(17,40,64,.35) !important; backdrop-filter:blur(4px);
  font-size:10px; letter-spacing:.3em; text-transform:uppercase; padding:15px 22px;
  text-decoration:none; transition:.3s; width:max-content;
}
.aureon-sec .cta:hover{ border-color:var(--blue-light) !important; box-shadow:0 0 24px rgba(68,139,202,.4); }
.aureon-sec .cta::after{ content:"›"; color:var(--blue-light); font-size:14px; }

/* Produkt-Karten am Scroll-Pfad */
.aureon-sec.product{ align-items:flex-start; }
.aureon-sec.product.right{ align-items:flex-end; }
.aureon-sec .label{
  max-width:min(72vw,300px);
  opacity:0; transform:translateY(26px);
  transition:opacity .7s ease, transform .7s ease;
  background:rgba(2,5,11,.55);
  backdrop-filter:blur(7px); -webkit-backdrop-filter:blur(7px);
  border:1px solid rgba(68,139,202,.16);
  padding:16px 18px;
}
.aureon-sec.visible .label{ opacity:1; transform:none; }
.aureon-sec .tag{
  color:var(--blue-light); font-size:10px; letter-spacing:.32em; text-transform:uppercase;
  display:flex; align-items:center; gap:10px; margin-bottom:10px; white-space:nowrap;
}
.aureon-sec .tag::before{
  content:""; width:7px; height:7px; border-radius:50%;
  background:var(--blue-light); box-shadow:0 0 12px var(--blue-light); flex:none;
}
.aureon-sec .tag::after{ content:""; height:1px; background:var(--line); flex:1; min-width:34px; }
.aureon-sec.product.right .tag{ flex-direction:row-reverse; }
.aureon-sec.product.right .label{ text-align:right; }
.aureon-sec .label p{
  color:var(--text-dim); font-size:12px; line-height:1.75;
  text-shadow:0 0 14px rgba(0,0,8,.95);
}
.aureon-sec .label .more{
  display:inline-block; margin-top:12px; color:var(--text) !important;
  font-size:9.5px; letter-spacing:.28em; text-transform:uppercase; text-decoration:none;
  border-bottom:1px solid rgba(68,139,202,.6); padding-bottom:5px;
}
.aureon-sec .label .more:hover{ color:var(--blue-light) !important; }
.aureon-sec .thumb{
  aspect-ratio:16/10;
  background:linear-gradient(135deg, rgba(17,40,64,.6), rgba(29,74,125,.25));
  border:1px solid rgba(68,139,202,.18); display:grid; place-items:center;
  overflow:hidden; position:relative; margin-bottom:12px;
}
.aureon-sec .thumb img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; z-index:2;
}

/* End-Section */
#end{ align-items:center; text-align:center; }
#end h2{
  font-size:clamp(20px,6vw,34px); text-transform:uppercase;
  letter-spacing:.06em; max-width:16ch;
}

@media(min-width:760px){
  .aureon-sec{ padding:0 9vw; }
  .aureon-sec .label{ max-width:330px; }
}
