:root{
  --bg:#0b0b0e; --fg:#e7e5e3; --muted:#b6b1ab; --gold:#c8a96b; --gold-2:#b28b44; --accent:#8fb9ff;
}
*{box-sizing:border-box}
html,body{height:100%}
html{scroll-behavior:smooth}
body{
  margin:0; background:#0b0b0e;
  color:var(--fg); font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; line-height:1.6;
}

#loader{position:fixed;inset:0;display:grid;place-items:center;background:#0b0b0e;z-index:999}
.logo-mark img{width:92px;height:92px;filter:drop-shadow(0 6px 18px rgba(200,169,107,.35))}
.loader-bar{position:absolute;bottom:18%;left:50%;transform:translateX(-50%);height:3px;width:220px;background:#1b1b20;overflow:hidden;border-radius:3px}
.loader-bar::after{content:"";position:absolute;inset:0;width:30%;background:linear-gradient(90deg,transparent, var(--gold), transparent);animation:load 1.6s infinite}
@keyframes load{0%{left:-30%}100%{left:100%}}

.site-header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:14px 22px;background:rgba(7,7,9,.55);border-bottom:1px solid rgba(255,255,255,.06);z-index:50}
.site-header .brand{display:flex;gap:10px;align-items:center;font-family:Marcellus, serif;letter-spacing:.5px}
.site-header .brand img{width:28px;height:28px;filter:drop-shadow(0 2px 8px rgba(200,169,107,.35))}
.site-header .brand a{color:inherit;text-decoration:none}
.site-header .brand a:visited{color:inherit}
.site-header .brand a:hover{text-decoration:none}
.site-header nav a{color:var(--muted);text-decoration:none;margin-left:16px}
.site-header nav a:hover{color:var(--fg)}
@media (max-width:600px){
  .site-header nav{display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .site-header nav a{flex:0 0 auto;padding:8px 6px}
}

.cta-row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
canvas#gearsCanvas{position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:0.4}

/* Removed mouse light effects */

/* Animated stars background */
.stars-container{position:fixed;inset:0;z-index:-2;pointer-events:none;overflow:hidden}
canvas#starsCanvas{position:fixed;inset:0;width:100%;height:100%;z-index:-3}
canvas#gearsCanvas{position:fixed;inset:0;width:100%;height:100%;z-index:-2}

/* Shooting stars */
/* Disable continuous sweeping light; use occasional meteors via JS */
.stars::before, .stars2::before, .stars3::before{ content:none }

/* Meteor visuals */
.meteor{
  position:fixed; width:2px; height:2px; background:#fff; border-radius:50%;
  box-shadow:0 0 8px rgba(255,255,255,.9), 0 0 18px rgba(200,169,107,.6);
  transform:translate(0,0) rotate(35deg);
  transition:transform 3.2s linear, opacity .6s ease;
  z-index:-2;
}
.meteor::after{
  content:''; position:absolute; left:-120px; top:-1px; width:120px; height:2px;
  background:linear-gradient(90deg, rgba(255,255,255,.0), rgba(255,255,255,.9));
  filter:blur(1px);
}

.hero{position:relative}

.hero{min-height:100svh;display:grid;place-items:center;padding:120px 20px 40px}
.hero .hero-copy{text-align:center;max-width:960px}
.hero h1{
  font: 400 64px/1.04 Marcellus, serif; letter-spacing:1px; margin:0 0 12px; color:#fff;
  text-shadow: 0 2px 20px rgba(200,169,107,.12);
  background: linear-gradient(180deg, #ffffff 0%, #e8e6e3 40%, #d9d4cc 60%, #c8a96b 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p{
  color:#d1cdc6; font-size:20px; margin:0 0 26px;
  text-shadow: 0 1px 12px rgba(0,0,0,.3);
}
.cta{
  display:inline-block; position:relative; overflow:hidden;
  background:linear-gradient(135deg,var(--gold),var(--gold-2)); color:#0b0b0e;
  padding:12px 20px; border-radius:999px; text-decoration:none; font-weight:700; letter-spacing:.3px;
  box-shadow:0 12px 34px rgba(200,169,107,.28), inset 0 0 0 1px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.cta.outline{background:transparent;color:var(--fg);border:1px solid rgba(200,169,107,.6)}

/* Luxury hover/click effects for buttons */
.cta, .wa{ position:relative; overflow:hidden; transform:translateZ(0); }
.cta::before, .wa::before{
  content:""; position:absolute; top:-150%; left:-30%; width:60%; height:400%;
  background:linear-gradient(120deg, rgba(255,255,255,0), rgba(255,255,255,.45), rgba(255,255,255,0));
  transform:skewX(-20deg) translateX(-120%);
  transition: transform .6s cubic-bezier(.22,.61,.36,1);
}
.cta:hover::before, .wa:hover::before{ transform:skewX(-20deg) translateX(220%); }
.cta:hover, .wa:hover{ box-shadow:0 18px 46px rgba(200,169,107,.36); filter:saturate(1.08) contrast(1.05); transform:translateY(-2px) }
.cta:active, .wa:active{ transform:translateY(1px) scale(.985); box-shadow:0 12px 28px rgba(200,169,107,.26) }

.section{padding:120px 24px;max-width:1200px;margin:0 auto}
.mono-banner{height:36px;margin:10px 0;background:
  linear-gradient(90deg, rgba(255,255,255,.02), rgba(255,255,255,.04));
  position:relative; overflow:hidden; border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.06)
}
.mono-banner::before,
.mono-banner::after{
  content:"CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP CP ";
  position:absolute; inset:0; white-space:nowrap; will-change:transform; pointer-events:none
}
.mono-banner::before{
  color:rgba(200,169,107,.32); letter-spacing:18px;
  font:700 13px/36px Marcellus, serif; transform:translateX(0);
  animation:monoscrollA 18s linear infinite
}
.mono-banner::after{
  color:rgba(200,169,107,.14); letter-spacing:26px;
  font:700 18px/36px Marcellus, serif; transform:translateX(0);
  animation:monoscrollB 28s linear infinite
}
@keyframes monoscrollA{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes monoscrollB{0%{transform:translateX(-25%)}100%{transform:translateX(-75%)}}
.section.dark{background:linear-gradient(180deg, rgba(200,169,107,.06), transparent 35%), radial-gradient(600px 300px at 20% 0%, rgba(255,255,255,.04), transparent 60%)}
.section h2{font:400 40px/1.1 Marcellus, serif;margin:0 0 8px}
.section h3{font:400 28px/1.2 Marcellus, serif;margin:0 0 8px}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}
.two-col .copy .cta-row{justify-content:flex-start;margin-top:12px}
.two-col .visual img{width:100%;border-radius:14px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.video-frame{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.08)}
.video-frame::before{content:"";position:absolute;inset:0;border-radius:16px;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(200,169,107,.25), inset 0 0 60px rgba(200,169,107,.08)}
.heritage-video{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}

.preview-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px,1fr));gap:16px;margin-top:20px}
.card{position:relative;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:14px;overflow:hidden}
.card-link{display:block;color:inherit;text-decoration:none}
.card img{width:100%;height:320px;object-fit:cover;display:block;filter:saturate(1.1) contrast(1.05)}
.card .card-body{padding:12px 12px 16px}
.card .title{font-family:Marcellus, serif;margin-bottom:8px}
.card .muted{margin-bottom:12px}
.card-actions{margin-top:12px}
.details-btn{display:inline-block;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#0b0b0e;padding:8px 16px;border-radius:999px;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease;box-shadow:0 4px 15px rgba(200,169,107,.2)}
.details-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(200,169,107,.35);color:#0b0b0e;text-decoration:none}
.chip{display:inline-block;font-size:12px;color:#cfc9bf;background:rgba(200,169,107,.15);border:1px solid rgba(200,169,107,.35);padding:4px 8px;border-radius:999px}

.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.product-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;transition:transform .4s ease, box-shadow .4s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 60px rgba(0,0,0,.35)}
.product-card{position:relative}
/* Card sheen effect (transform-only render via gradient move) */
.product-card::before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.12) 45%, transparent 60%);
  transform:translateX(-120%);
  transition:transform .6s ease;
}
.product-card:hover::before{ transform:translateX(120%); }
/* Gold edge glow */
.product-card::after{
  content:""; position:absolute; inset:0; pointer-events:none; border-radius:14px;
  box-shadow:inset 0 0 0 1px rgba(200,169,107,.35), 0 0 30px rgba(200,169,107,.12);
}
.product-card img{width:100%;height:340px;object-fit:cover;display:block}
.product-card .meta{padding:12px}
.desc-list{margin:8px 0 0 0; padding:0 0 0 0; list-style:none}
.desc-list li{margin:4px 0; color:#d9d4cc}
.desc-list .label{color:#e7e5e3; font-weight:600}
.product-card .actions{display:flex;justify-content:space-between;align-items:center;padding:12px}
.wa{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border-radius:999px;text-decoration:none;color:#0b0b0e;background:linear-gradient(135deg,var(--gold),var(--gold-2));font-weight:700}

.site-footer{
  padding: 60px 22px 40px;
  border-top: 1px solid rgba(255,255,255,.06);
  color: var(--muted);
  background: linear-gradient(180deg, rgba(11,11,14,0.8), rgba(7,7,9,0.95));
  backdrop-filter: blur(10px);
}
.footer-content{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.footer-badges{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 800px;
  justify-items: center;
}
.badge{
  padding: 20px 24px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  transition: all .3s ease;
  width: 100%;
  max-width: 250px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.badge::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(200,169,107,0.1), transparent);
  transition: left 0.6s ease;
}
.badge:hover::before{
  left: 100%;
}
.badge:hover{
  background: rgba(255,255,255,.05);
  border-color: rgba(200,169,107,.3);
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(200,169,107,0.15);
}
.badge-text{
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 1;
}
.badge-title{
  font-weight: 600;
  color: var(--fg);
  font-size: 15px;
  letter-spacing: 0.5px;
}
.badge-desc{
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}
.footer-bottom{
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.04);
  font-size: 14px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.footer-social{display:flex;flex-direction:column;gap:10px;align-items:center;color:var(--fg)}
.footer-social .ig{display:inline-flex;gap:8px;align-items:center;color:var(--fg);text-decoration:none;padding:8px 12px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.03);transition:all .25s ease}
.footer-social .ig:hover{border-color:rgba(200,169,107,.35);background:rgba(255,255,255,.05);color:var(--gold)}
.footer-social .ig svg{display:block}
.footer-social .founder{font-size:13px;color:var(--muted)}
.footer-bottom p{
  margin: 0;
  opacity: 0.8;
}
.footer-links{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.footer-links a{
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 13px;
}
.footer-links a:hover{
  color: var(--gold);
}

@media (max-width:768px){
  .site-footer{
    padding: 40px 16px 30px;
  }
  .footer-content{
    gap: 30px;
  }
  .footer-badges{
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 400px;
  }
  .badge{
    padding: 16px 20px;
    max-width: 100%;
  }
  .footer-links{
    gap: 20px;
    flex-direction: column;
  }
  .footer-links a{
    font-size: 12px;
  }
}

@media (max-width:900px){
  .two-col{grid-template-columns:1fr}
  .hero h1{font-size:44px}
  .heritage-video{aspect-ratio:16/9}
}

/* Enhanced carousel for multi-images */
.carousel{position:relative;overflow:hidden;background:rgba(255,255,255,.02);cursor:grab;user-select:none}
.carousel:active{cursor:grabbing}
.carousel-track{display:flex;transition:transform .4s cubic-bezier(.22,.61,.36,1);will-change:transform}
.carousel img{width:100%;height:340px;object-fit:cover;flex:0 0 100%;pointer-events:none}
.carousel .dots{position:absolute;right:10px;top:10px;transform:none;display:flex;gap:6px;z-index:3}
.carousel .dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25);cursor:pointer;transition:all .2s ease;border:2px solid transparent}
.carousel .dot:hover{background:rgba(255,255,255,.4);transform:scale(1.2)}
.carousel .dot.active{background:var(--gold);border-color:rgba(200,169,107,.5);transform:scale(1.1)}

/* Specs panel (transform-only reveal) */
.specs-panel{position:absolute;inset:auto 0 0 0;transform:translateY(100%);background:rgba(0,0,0,.4);backdrop-filter:blur(6px);padding:12px 14px;border-top:1px solid rgba(255,255,255,.08);transition:transform .35s ease; z-index:2}
.product-card:hover .specs-panel,.card:hover .specs-panel{transform:translateY(0)}
.specs-row{display:flex;flex-wrap:wrap;gap:10px}
.spec{display:flex;gap:6px;align-items:center;padding:6px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.02);font-size:12px;color:#e8e6e3}
.spec b{font-weight:700;color:#fff}
.highlight{background:linear-gradient(90deg,#fef6d0,#e7c987,#c8a96b);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}

/* Make hero and grids more responsive */
@media (max-width:600px){
  .hero{padding:100px 16px 30px}
  .hero h1{font-size:34px}
  .card img{height:260px}
  .product-card img, .carousel img{height:280px}
  .product-card::before{transform:translateX(-140%)}
  .site-header{padding:10px 14px}
}

/* Configurator responsive */
@media (max-width:900px){
  .config-wrap{grid-template-columns:1fr}
}


