:root{
  --bgA:#fbf4e8;
  --bgB:#f4eadb;
  --surface:rgba(255,255,255,.82);
  --text:#1b1b1b;
  --muted:rgba(27,27,27,.72);
  --g1:#ff6a00;
  --g2:#ff2d55;
  --g3:#7c3aed;
  --g4:#00c2ff;
  --shadow:0 18px 50px rgba(0,0,0,.10);
  --radius:18px;
  --border:rgba(27,27,27,.10);
}

*{
  box-sizing:border-box;
}

html,body{
  margin:0;
  padding:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-size:17px;
  color:var(--text);
  background:
    radial-gradient(900px 520px at 12% 14%, rgba(255,106,0,.10), transparent 60%),
    radial-gradient(900px 520px at 88% 18%, rgba(0,194,255,.10), transparent 60%),
    linear-gradient(180deg,var(--bgA),var(--bgB));
}

a{
  color:inherit;
  text-decoration:none;
}

.container{
  width:min(1180px,92%);
  margin:0 auto;
}

/* ===== TOP RIBBON ===== */
.top-ribbon{
  background:linear-gradient(90deg,var(--g1),var(--g2),var(--g3),var(--g4));
  color:#0b0b0b;
  font-weight:900;
  letter-spacing:.2px;
}

.ribbon-inner{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  flex-wrap:wrap;
}

.ribbon-right a{
  opacity:.92;
  font-weight:900;
  text-decoration:none;
}

.ribbon-right a:hover{
  text-decoration:underline;
  text-underline-offset:6px;
}

.dot{
  margin:0 8px;
  opacity:.75;
}

/* ===== HEADER ===== */
.header{
  position:sticky;
  top:0;
  z-index:30;
  backdrop-filter:blur(12px);
  background:rgba(251,244,232,.78);
  border-bottom:1px solid var(--border);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  cursor:pointer;
}

.logoHeader{
  height:64px;
  width:auto;
  display:block;
}

.brand-name{
  font-weight:950;
  font-size:32px;
  letter-spacing:-.25px;
  line-height:1.05;
}

.brand-sub{
  font-size:15px;
  color:var(--muted);
  margin-top:3px;
  font-weight:700;
}

.header-actions{
  display:flex;
  gap:18px;
  align-items:center;
}

.headerLink{
  background:transparent;
  border:none;
  padding:0;
  cursor:pointer;
  font-weight:900;
  font-size:18px;
  letter-spacing:.2px;
  color:rgba(27,27,27,.88);
}

.headerLink:hover{
  color:rgba(27,27,27,1);
  text-decoration:underline;
  text-underline-offset:6px;
}

.headerLink:active{
  transform:translateY(1px);
}

/* ===== BUTTONS ===== */
.btn,
.btn-outline{
  border:1px solid transparent;
  border-radius:12px;
  padding:12px 16px;
  font-weight:900;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:transform .08s ease, opacity .15s ease;
  text-decoration:none;
}

.btn:active,
.btn-outline:active{
  transform:scale(.99);
}

.btn{
  color:#121212;
  background:linear-gradient(135deg, rgba(255,209,102,1), rgba(0,194,255,.95));
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}

.btn:hover{
  opacity:.95;
}

.btn-outline{
  color:var(--text);
  background:rgba(255,255,255,.70);
  border-color:var(--border);
}

.btn-outline:hover{
  opacity:.92;
}

.btn-small{
  padding:10px 12px;
  border-radius:10px;
}

.btn-wide{
  width:100%;
  padding:14px 16px;
}

/* ===== PAGES ===== */
.page{
  display:none;
}

.page.active{
  display:block;
}

/* ===== HOME HERO ===== */
.homeHero{
  padding:34px 0 26px;
}

.homeHeroGrid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:22px;
  align-items:stretch;
}

.heroBanner{
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  background:rgba(255,255,255,.90);
}

.heroPoster{
  width:100%;
  height:560px;
  display:block;
  object-fit:cover;
  object-position:center;
}

.heroBelowBar{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  padding:14px;
  background:rgba(255,255,255,.78);
  border-top:1px solid var(--border);
}

.heroBelowTag{
  font-weight:950;
  letter-spacing:.8px;
  font-size:13px;
  color:rgba(27,27,27,.85);
  margin-right:auto;
  display:flex;
  align-items:center;
}

.homeHeroCopy{
  border-radius:28px;
  padding:22px;
  background:var(--surface);
  border:1px solid var(--border);
  box-shadow:0 12px 34px rgba(0,0,0,.08);
}

.kicker{
  font-weight:950;
  letter-spacing:2px;
  font-size:12px;
  opacity:.9;
}

.homeHeroCopy h1{
  margin:10px 0 10px;
  font-size:clamp(40px, 4.8vw, 62px);
  line-height:1.02;
  letter-spacing:-.8px;
}

.subtitle{
  margin:0 0 16px;
  color:var(--muted);
  line-height:1.75;
  font-size:18px;
}

.heroActions{
  display:grid;
  gap:10px;
  margin-bottom:14px;
}

.miniRow{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:10px;
}

.miniCard{
  background:rgba(255,255,255,.72);
  border:1px solid var(--border);
  border-radius:14px;
  padding:12px;
}

.miniTitle{
  font-weight:950;
  font-size:13px;
}

.miniText{
  color:var(--muted);
  font-size:13px;
  margin-top:6px;
}

/* ===== GENERAL SECTIONS ===== */
.section{
  padding:58px 0 78px;
}

.sectionHead h2{
  margin:0 0 10px;
  font-size:44px;
  letter-spacing:-.4px;
}

.sectionHead p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
  max-width:980px;
  font-size:18px;
}

.card{
  background:rgba(255,255,255,.76);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:20px;
  box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.card h3{
  margin-top:0;
  font-size:20px;
}

.muted{
  color:var(--muted);
  line-height:1.85;
  font-size:17px;
}

.grid3{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
}

.twoCol{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}

/* ===== PRODUCT TEASER ===== */
.productTeaserCard{
  margin-top:18px;
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:16px;
  background:rgba(255,255,255,.78);
  border:1px solid var(--border);
  border-radius:28px;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.productTeaserImgWrap{
  background:rgba(255,255,255,.92);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.productTeaserImg{
  width:100%;
  max-width:420px;
  height:auto;
  display:block;
  object-fit:contain;
}

.productTeaserInfo{
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.productName{
  font-weight:950;
  font-size:26px;
  letter-spacing:-.2px;
}

.productMeta{
  margin-top:6px;
  color:var(--muted);
  font-weight:800;
}

.productRow{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.productPrice{
  font-weight:950;
  font-size:28px;
}

.tinyNote{
  margin-top:10px;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}

/* ===== VISION ===== */
.visionStack{
  overflow:hidden;
  border-radius:28px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.78);
  box-shadow:var(--shadow);
}

.visionTop{
  position:relative;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid var(--border);
  padding:16px;
}

.visionOverlayBtn{
  position:absolute;
  top:18px;
  right:18px;
  z-index:5;
  border:none;
  cursor:pointer;
  font-weight:950;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(0,0,0,.10);
  backdrop-filter:blur(10px);
}

.visionOverlayBtn:hover{
  opacity:.95;
}

.visionImg{
  width:100%;
  height:420px;
  display:block;
  object-fit:contain;
  background:rgba(255,255,255,.92);
  border-radius:18px;
}

.visionBottom{
  padding:20px;
}

.visionTagline{
  margin-top:14px;
  font-weight:950;
  font-size:22px;
  letter-spacing:-.2px;
  padding:12px 14px;
  border-radius:14px;
  background:linear-gradient(90deg, rgba(255,106,0,.12), rgba(0,194,255,.12));
  border:1px solid rgba(27,27,27,.10);
}

/* ===== COMMUNITY ===== */
.communityBanner{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  background:rgba(255,255,255,.85);
}

.communityImg{
  width:100%;
  height:420px;
  display:block;
  object-fit:cover;
  object-position:center;
}

.communityOverlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  padding:18px;
  background:linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.10) 60%, rgba(0,0,0,0.20) 100%);
}

.communityOverlayInner{
  background:rgba(255,255,255,.85);
  border:1px solid rgba(255,255,255,.60);
  border-radius:18px;
  padding:14px;
  backdrop-filter:blur(10px);
}

.communityTitle{
  font-weight:950;
  font-size:16px;
}

.communityHandle{
  font-weight:950;
  font-size:22px;
  margin-top:4px;
  margin-bottom:10px;
  letter-spacing:-.2px;
}

/* ===== PRODUCT PAGE ===== */
.productCard{
  margin-top:18px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  overflow:hidden;
  border-radius:28px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.76);
  box-shadow:var(--shadow);
}

.productMedia{
  padding:18px;
}

.productInfo{
  padding:18px;
  border-left:1px solid var(--border);
}

.productImageWrap{
  border-radius:20px;
  overflow:hidden;
  border:1px solid var(--border);
  background:rgba(255,255,255,.92);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
}

.productPageImg{
  width:100%;
  max-width:520px;
  height:auto;
  display:block;
  object-fit:contain;
}

.badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(255,106,0,.16), rgba(0,194,255,.14));
  border:1px solid rgba(27,27,27,.10);
  font-weight:950;
  font-size:12px;
  margin-bottom:10px;
}

.bullets{
  margin:12px 0 0;
  padding-left:18px;
  color:rgba(27,27,27,.88);
  font-size:16px;
}

.bullets li{
  margin:8px 0;
}

.priceRow{
  margin-top:14px;
  display:flex;
  align-items:baseline;
  gap:10px;
}

.price{
  font-size:42px;
  font-weight:950;
}

.small{
  color:var(--muted);
  font-weight:900;
  font-size:13px;
}

.btnStack{
  margin-top:14px;
  display:grid;
  gap:10px;
}

/* ===== FOOTER ===== */
.siteFooter{
  margin-top:26px;
  border-top:1px solid rgba(27,27,27,.10);
  padding-top:18px;
}

.footerTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.logoFooter{
  height:90px;
  width:auto;
  display:block;
}

.footerLinks{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.linkBtn{
  border:none;
  background:transparent;
  color:rgba(27,27,27,.88);
  padding:0;
  cursor:pointer;
  font-weight:900;
  font-size:16px;
}

.linkBtn:hover{
  text-decoration:underline;
  text-underline-offset:6px;
  color:rgba(27,27,27,1);
}

.footerBottom{
  margin-top:14px;
  color:rgba(27,27,27,.68);
  font-size:14px;
}

/* ===== MENU DRAWER ===== */
.overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.35);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
  z-index:60;
}

.overlay.open{
  opacity:1;
  pointer-events:auto;
}

.sideMenu{
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:min(380px,92vw);
  transform:translateX(-105%);
  transition:transform .22s ease;
  z-index:70;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(16px);
  border-right:1px solid var(--border);
  box-shadow:18px 0 50px rgba(0,0,0,.12);
  display:flex;
  flex-direction:column;
}

.sideMenu.open{
  transform:translateX(0);
}

.sideMenuHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px;
  border-bottom:1px solid var(--border);
}

.sideMenuTitle{
  font-weight:950;
  font-size:18px;
}

.iconBtn{
  width:38px;
  height:38px;
  border-radius:12px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.90);
  color:var(--text);
  cursor:pointer;
  font-weight:950;
}

.sideMenuBody{
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.menuLink{
  text-align:left;
  padding:0;
  border:none;
  background:transparent;
  color:rgba(27,27,27,.90);
  font-weight:900;
  cursor:pointer;
  font-size:18px;
}

.menuLink:hover{
  text-decoration:underline;
  text-underline-offset:6px;
}

.menuDivider{
  height:1px;
  background:var(--border);
  margin:6px 0;
}

/* ===== CART DRAWER ===== */
.drawer-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.40);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
  z-index:80;
}

.drawer-backdrop.open{
  opacity:1;
  pointer-events:auto;
}

.drawer{
  position:fixed;
  top:0;
  right:0;
  height:100%;
  width:min(460px,92vw);
  background:rgba(255,255,255,.98);
  color:#121212;
  border-left:1px solid rgba(0,0,0,.08);
  box-shadow:-18px 0 50px rgba(0,0,0,.18);
  transform:translateX(105%);
  transition:transform .22s ease;
  z-index:90;
  display:flex;
  flex-direction:column;
}

.drawer.open{
  transform:translateX(0);
}

.drawer-head{
  padding:16px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  border-bottom:1px solid rgba(0,0,0,.08);
  background:linear-gradient(90deg, rgba(255,106,0,.10), rgba(0,194,255,.10));
}

.drawer-title{
  font-weight:950;
  font-size:18px;
}

.drawer-sub{
  color:rgba(0,0,0,.60);
  font-weight:900;
  font-size:13px;
  margin-top:4px;
}

.drawer-close{
  width:38px;
  height:38px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.9);
  cursor:pointer;
  font-weight:950;
}

.drawer-body{
  padding:16px;
  overflow:auto;
}

.loading{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:center;
  justify-content:center;
  padding:40px 0;
  color:rgba(0,0,0,.62);
  font-weight:900;
}

.spinner{
  width:28px;
  height:28px;
  border-radius:999px;
  border:3px solid rgba(0,0,0,.12);
  border-top-color:rgba(124,58,237,.95);
  animation:spin .9s linear infinite;
}

@keyframes spin{
  to{
    transform:rotate(360deg);
  }
}

.drawer-content{
  display:none;
}

.drawer-content.show{
  display:block;
}

.summary-card{
  background:rgba(0,0,0,.04);
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:14px;
  margin-bottom:14px;
}

.summary-row{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:8px 0;
  border-bottom:1px dashed rgba(0,0,0,.12);
}

.summary-row:last-child{
  border-bottom:none;
}

.label{
  color:rgba(0,0,0,.56);
  font-weight:900;
  font-size:12px;
}

.value{
  font-weight:950;
  font-size:14px;
}

.qty-row{
  margin-top:10px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}

.qty-label{
  font-weight:950;
}

.qty-controls{
  display:flex;
  align-items:center;
  gap:10px;
}

.qty-btn{
  width:38px;
  height:38px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  cursor:pointer;
  font-size:18px;
  font-weight:950;
}

.qty{
  width:28px;
  text-align:center;
  font-weight:950;
}

.total-row{
  margin-top:12px;
  display:flex;
  justify-content:space-between;
  align-items:baseline;
}

.total-label{
  color:rgba(0,0,0,.56);
  font-weight:950;
}

.total-value{
  font-weight:950;
  font-size:22px;
}

/* ===== FAQ ===== */
.faqGrid{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}

/* ===== LEGAL / TEXT PAGES ===== */
.sectionCard{
  max-width:900px;
  margin:30px auto;
  background:#fffdf8;
  padding:32px;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0, 0, 0, 0.08);
  line-height:1.8;
}

.sectionCard h2{
  margin-top:24px;
  margin-bottom:10px;
  font-size:1.3rem;
  color:#6f4e37;
}

.sectionCard p{
  margin-bottom:16px;
  color:#333;
}

.legalCard{
  text-align:left;
}

.pageBanner{
  text-align:center;
  padding:40px 20px 10px;
}

.pageBanner h1{
  font-size:2.2rem;
  margin-bottom:10px;
}

.pageBanner p{
  font-size:1rem;
  color:#666;
}

/* ===== EXPLORE PAGE ===== */
#page-explore{
  background:linear-gradient(180deg, #f7efe3 0%, #fffaf3 100%);
  min-height:100vh;
}

.exploreHero{
  padding:90px 20px 40px;
  text-align:center;
}

.exploreHeroContent{
  max-width:900px;
  margin:0 auto;
}

.exploreEyebrow{
  font-size:0.95rem;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#9a6b2f;
  margin-bottom:14px;
  font-weight:700;
}

.exploreHero h1{
  font-size:3rem;
  line-height:1.1;
  margin:0 0 14px;
  color:#1f1a17;
}

.exploreSubtitle{
  font-size:1.1rem;
  color:#5f5248;
  margin:0;
}

.exploreWrap{
  max-width:1100px;
  margin:0 auto;
  padding:20px 20px 80px;
}

.exploreCard{
  background:#fffdf8;
  border:1px solid rgba(184, 150, 94, 0.2);
  border-radius:24px;
  padding:42px 34px;
  box-shadow:0 18px 45px rgba(0, 0, 0, 0.08);
}

.exploreCard h2{
  font-size:2rem;
  line-height:1.2;
  margin:0 0 14px;
  color:#2a2018;
}

.exploreLine{
  width:90px;
  height:4px;
  background:linear-gradient(to right, #b8863b, #e0c28a);
  border-radius:999px;
  margin:0 0 26px;
}

.exploreCard p{
  font-size:1.08rem;
  line-height:1.9;
  color:#3f342c;
  margin-bottom:22px;
}

.exploreCard p:last-child{
  margin-bottom:0;
}

/* ===== CONTACT PAGE ===== */
.contactCard{
  max-width:900px;
  margin:30px auto;
  background:#fffdf8;
  border:1px solid rgba(184, 150, 94, 0.2);
  border-radius:24px;
  padding:32px;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.contactGrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
  margin-top:20px;
}

.contactItem{
  background:rgba(255,255,255,.78);
  border:1px solid var(--border);
  border-radius:18px;
  padding:18px;
}

.contactLabel{
  font-size:13px;
  font-weight:900;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color:#9a6b2f;
  margin-bottom:8px;
}

.contactText{
  font-size:1.05rem;
  line-height:1.8;
  color:#2b211a;
  font-weight:700;
}

/* ===== RESPONSIVE ===== */
@media (max-width:980px){
  .homeHeroGrid{
    grid-template-columns:1fr;
  }

  .miniRow{
    grid-template-columns:1fr;
  }

  .grid3{
    grid-template-columns:1fr;
  }

  .twoCol{
    grid-template-columns:1fr;
  }

  .productCard{
    grid-template-columns:1fr;
  }

  .productInfo{
    border-left:none;
    border-top:1px solid var(--border);
  }

  .heroPoster{
    height:520px;
  }

  .communityImg{
    height:360px;
  }

  .brand-name{
    font-size:28px;
  }

  .logoHeader{
    height:58px;
  }

  .faqGrid{
    grid-template-columns:1fr;
  }

  .contactGrid{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .exploreHero{
    padding:70px 18px 30px;
  }

  .exploreHero h1{
    font-size:2.2rem;
  }

  .exploreWrap{
    padding:16px 16px 50px;
  }

  .exploreCard{
    padding:26px 20px;
    border-radius:18px;
  }

  .exploreCard h2{
    font-size:1.5rem;
  }

  .exploreCard p{
    font-size:1rem;
    line-height:1.75;
  }

  .sectionCard{
    padding:24px 20px;
  }

  .contactCard{
    padding:24px 20px;
  }

  .pageBanner h1{
    font-size:1.9rem;
  }

  .header-actions{
    gap:10px;
  }

  .brand-name{
    font-size:24px;
  }

  .brand-sub{
    font-size:13px;
  }

  .logoFooter{
    height:72px;
  }
}