.ashara-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.32);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ashara-modal {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 8px 32px rgba(201,168,106,0.12);
  padding: 36px 32px 28px 32px;
  max-width: 360px;
  width: 90vw;
  text-align: center;
  font-size: 18px;
  color: var(--text-body);
  border: 2px solid var(--primary);
}
.ashara-modal .ashara-modal-btn {
  margin-top: 28px;
  padding: 10px 36px;
  font-size: 17px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  border: 2px solid var(--primary);
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.ashara-modal .ashara-modal-btn:hover {
  background: #fff;
  color: var(--primary);
}
.nav-link {
  color: var(--text-body);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  margin: 0 12px;
  transition: color 0.2s;
}
.nav-link:hover {
  color: var(--primary);
}
.nav-accent {
  color: var(--primary);
  font-weight: 600;
}
.cart-badge {
  background: var(--primary);
  color: #fff;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
  display: inline-block;
}
.nav-greeting {
  color: var(--text-body);
  font-size: 16px;
  font-weight: 500;
  margin-right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.gold-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 2px 8px rgba(201,168,106,0.18);
  display: inline-block;
}
/* AshAra Fashion Platform Styles
 * Clean white theme with champagne gold accents
 * Font hierarchy: Playfair Display (headings) + Times New Roman (body)
 * Color system optimized for readability on white backgrounds
 */

:root{
  /* Backgrounds */
  --bg:#ffffff;
  --surface:#ffffff;
  --surface-2:#ffffff;
  
  /* Text colors - optimized for white backgrounds */
  --text:#1a1a1a; /* Legacy, use specific variants below */
  --text-heading:#111111; /* Headings: deep black (high contrast) */
  --text-body:#333333; /* Body text: medium gray (comfortable reading) */
  --muted:#666666; /* Secondary text: clear gray */
  --muted-light:#888888; /* Hints/placeholders: light gray */
  
  /* Brand colors */
  --primary:#c9a86a; /* Champagne Gold */
  --primary-2:#b99654; /* Darker champagne for gradients */
  --accent:#c9a86a;

  /* Dark surface text tokens (for dark-themed sections/pages) */
  --on-dark-heading:#ffffff;
  --on-dark-body:#e2e2e5;
  --on-dark-muted:#b0b0b5;
  --on-dark-hint:#8a8a90;
  
  /* Effects */
  --ring:0 10px 28px rgba(201,168,106,.26);
  --radius:18px;
  --radius-sm:14px;
  --shadow:0 22px 48px rgba(0,0,0,.08);
}
/* Semantic data display helpers */
.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}
.data-block{padding:4px 0}
.data-label{font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);font-weight:600}
.data-value{display:block;margin-top:6px;font-size:20px;font-weight:600;color:var(--text-heading)}
.data-value.brand{color:#7a5cff}
.panel.note p,.panel .helper-text{color:var(--muted);font-size:14px;line-height:1.6}
.panel.soft{background:linear-gradient(135deg,rgba(122,92,255,.08),rgba(201,168,106,.05));border:1px solid rgba(122,92,255,.18)}
.text-heading{color:var(--text-heading)!important}
.text-body{color:var(--text-body)!important}
.text-muted{color:var(--muted)!important}
.text-muted-light{color:var(--muted-light)!important}
/* Accent and status helpers */
.text-accent{color:var(--primary)!important}
.text-on-dark-heading{color:var(--on-dark-heading)!important}
.text-on-dark-body{color:var(--on-dark-body)!important}
.text-on-dark-muted{color:var(--on-dark-muted)!important}
.text-on-dark-hint{color:var(--on-dark-hint)!important}

/* Reusable status badge */
.status-badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;text-transform:uppercase;border:1px solid transparent}
.status-badge.success{background:rgba(76,175,80,0.12);color:#2e7d32;border-color:rgba(76,175,80,0.25)}
.status-badge.warning{background:rgba(255,193,7,0.12);color:#9a6b00;border-color:rgba(255,193,7,0.25)}
.status-badge.danger{background:rgba(244,67,54,0.12);color:#b71c1c;border-color:rgba(244,67,54,0.25)}

/* Unified Navigation Bar Styles */
.nav-link {
  color: var(--text-body);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  margin: 0 12px;
  transition: color 0.2s;
}
.nav-link:hover {
  color: var(--primary);
}
.nav-accent {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.nav-accent:last-of-type {
  background: linear-gradient(135deg, #FF6B6B 0%, #FFD700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cart-badge {
  background: #7a5cff;
  color: #fff;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
  display: inline-block;
}
.nav-greeting {
  color: var(--text-body);
  font-size: 16px;
  font-weight: 500;
  margin-right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.gold-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 2px 8px rgba(201,168,106,0.18);
  display: inline-block;
}
.btn.outline {
  background: none;
  border: 1.5px solid var(--primary);
  color: var(--primary);
  font-weight: 600;
  border-radius: var(--radius-sm);
  padding: 8px 18px;
  margin-left: 8px;
  transition: background 0.2s, color 0.2s;
}
.btn.outline:hover {
  background: var(--primary);
  color: #fff;
}

/* Unified back button style */
.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  background: none;
  border: none;
  color: var(--text-body);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 6px 16px;
  border-radius: var(--radius-sm);
  transition: background 0.2s;
}
.back-btn:hover {
  background: rgba(122,92,255,0.08);
}
.status-badge.info{background:rgba(122,92,255,0.12);color:#6b4ed6;border-color:rgba(122,92,255,0.25)}

/* Order card base (used in Orders and similar summaries) */
.order-card{background:var(--surface);border:1px solid #e5e5e5;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 4px 16px rgba(0,0,0,0.04);transition:box-shadow .18s ease, transform .18s ease}
.order-card:hover{box-shadow:0 10px 28px rgba(0,0,0,0.08);transform:translateY(-2px)}
/* Plan feature utilities */
.plan-features{list-style:none;padding:0;margin:0}
.plan-features li{display:flex;gap:12px;margin-bottom:12px;align-items:flex-start;font-size:14px;line-height:1.6;color:var(--text-body)}
.plan-features li.disabled{color:var(--muted-light)}
.plan-footnote{font-size:12px;text-align:center;margin-top:16px;color:var(--muted)}
.plan-price-note{font-size:12px;margin:4px 0 0 0;color:var(--muted)}
.plan-badge{font-size:12px;font-weight:600;display:inline-block;padding:6px 12px;border-radius:12px}
.icon-check{color:#4caf50;font-size:18px}
.icon-cross{color:var(--muted-light);font-size:18px}

*{box-sizing:border-box}
html{height:100%;overflow-y:auto;overflow-x:hidden;}
body{margin:0;font-family:'Times New Roman', Times, serif;color:var(--text-body);background:#ffffff;min-height:100%;position:relative;overflow-x:hidden;}
.container{max-width:1240px;margin:0 auto;padding:0 20px}.section{padding:96px 0}.section h2{font-size:40px;margin:0 0 12px;color:var(--text-heading)}.lead{color:var(--muted)}
.header-glow{position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg, transparent, rgba(122,92,255,.6), transparent);box-shadow:0 0 80px rgba(122,92,255,.35)}
.btn{display:inline-flex;gap:10px;align-items:center;justify-content:center;background:color-mix(in oklab, var(--surface-2), white 2%);color:#fff;padding:12px 18px;border-radius:14px;text-decoration:none;border:1px solid rgba(255,255,255,.08);box-shadow:var(--ring);transition:.18s transform,.18s background,.18s border-color,.2s box-shadow;cursor:pointer}.btn:hover{transform:translateY(-1.5px);background:#222235;box-shadow:0 14px 30px rgba(122,92,255,.25)}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn.primary{background:linear-gradient(135deg,var(--primary),#c9a86a);border-color:transparent}.btn.primary:hover{background:linear-gradient(135deg,var(--primary-2),#c9a86a)}.btn.ghost{background:transparent;border-color:rgba(255,255,255,.15)}.btn.ghost svg{stroke:#c9a86a}.btn.block{display:block;width:100%}.btn.lg{padding:14px 22px;border-radius:16px;font-weight:700}
.site-header{position:sticky;top:0;backdrop-filter:saturate(130%) blur(16px);background:rgba(13,13,20,.55);border-bottom:1px solid rgba(255,255,255,.06);z-index:50}.nav{display:flex;align-items:center;justify-content:space-between;height:64px;position:relative}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-weight:900;font-size:20px;letter-spacing:.2px}.brand img{width:28px;height:28px;filter:drop-shadow(0 6px 14px rgba(122,92,255,.35))}.nav-links{display:flex;gap:22px}.nav-links a{color:var(--muted);text-decoration:none}.nav-links a:hover{color:#fff}.nav-cta{display:flex;gap:10px;align-items:center}
.hero{padding-top:40px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center}.hero-copy h1{font-size:60px;line-height:1.03;margin:0 0 14px}.hero-copy .accent{color:var(--accent)}.hero-copy .lead{max-width:60ch}.hero-cta{display:flex;gap:12px;margin:24px 0}
.glass{background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.10);backdrop-filter: blur(10px)}.float-up{animation:float 6s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.shimmer{position:relative;overflow:hidden}.shimmer::after{content:'';position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(120deg, transparent, rgba(255,255,255,.22), transparent);animation:shimmer 2.4s infinite}@keyframes shimmer{100%{transform:translateX(100%)}}
.card{background:var(--surface);border:1px solid #e5e5e5;border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.badge{background:rgba(122,92,255,.15);color:#6b4ed6;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600}.card-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:12px}.dress{display:flex;gap:12px;align-items:center}.dress-img{width:72px;height:72px;border-radius:14px;border:1px solid #e5e5e5}.dress-info h4{margin:0 0 4px;color:var(--text-heading)}.dress-info p{margin:0;color:var(--muted);font-size:14px}
.gradient-1{background:linear-gradient(135deg,#ff8fb1,#a787ff)}.gradient-2{background:linear-gradient(135deg,#7dd3fc,#c084fc)}.gradient-3{background:linear-gradient(135deg,#fbd38d,#fda4af)}
.lift{transition:transform .18s cubic-bezier(.2,.6,.2,1), box-shadow .18s}.lift:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(0,0,0,.45)}
.how .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:var(--surface);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-sm);padding:18px}
.catalog .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card.product .product-media{height:200px;border-radius:14px;border:1px solid #d5d5d5;margin-bottom:12px}.product-info h4{margin:0 0 6px;color:var(--text-heading);font-size:16px}.product-info p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.product-actions{display:flex;gap:8px;margin-top:12px}
.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.plan{background:#fafafa;border:1px solid #d5d5d5;border-radius:var(--radius);padding:20px;display:flex;flex-direction:column}.plan h3{color:var(--text-heading)}.plan .price{font-size:32px;margin:8px 0 14px;color:var(--text-heading);font-weight:700}.plan .price span{font-size:15px;color:var(--muted)}.plan ul{margin:0 0 16px 20px;color:var(--text-body);font-size:15px;line-height:1.7}.plan.popular{position:relative;outline:2px solid var(--primary);box-shadow:var(--ring);background:#fff}.plan.popular .tag{position:absolute;top:12px;right:12px;background:var(--primary);padding:6px 12px;border-radius:999px;font-size:12px;color:#fff;font-weight:600}
.cta{background:radial-gradient(1200px 400px at 50% 0, rgba(122,92,255,.15), transparent 60%)}.cta-inner{max-width:820px}.cta-form{display:flex;gap:8px;margin:12px 0}.cta-form input{flex:1;min-width:200px;background:#0f0f16;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px}.note{color:var(--muted);font-size:12px}
.site-footer{border-top:1px solid rgba(255,255,255,.08);padding:24px 0 34px}.foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.brand-min{display:flex;align-items:center;gap:8px}.brand-min img{width:24px;height:24px}.links{display:flex;gap:14px}.copy{color:var(--muted)}
/* Profile pill */.profile-pill{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);padding:8px 10px;border-radius:999px}.avatar-mini{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#c9a86a,#ffb86b);border:1px solid rgba(255,255,255,.15);box-shadow:0 6px 12px rgba(0,0,0,.35)}.hello{font-size:14px;color:#dcdff7}
@media (max-width:1000px){.hero-grid{grid-template-columns:1fr}.catalog .grid{grid-template-columns:repeat(2,1fr)}.plan-grid{grid-template-columns:1fr}.how .steps{grid-template-columns:repeat(2,1fr)}}

/* === Cinematic hero background (college.jpg) === */
.hero{
  position: relative;
  isolation: isolate;
  background: transparent;
  min-height: 72vh;
}
.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(11,11,16,0.25) 0%, rgba(11,11,16,0.55) 45%, rgba(11,11,16,0.85) 100%),
    radial-gradient(1200px 400px at 60% -10%, rgba(122,92,255,.25), transparent 60%),
    url("./assets/college.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(1.05) contrast(1.05) brightness(0.98);
}
.hero::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(800px 260px at 20% 10%, rgba(255,184,107,.18), transparent 55%);
  mix-blend-mode: soft-light;
  pointer-events: none;
}

@media (max-width: 900px){
  .hero{ min-height: 64vh; }
  .hero::before{ background-position: 35% center; }
}

/* Disable hero background on wishlist page */
.wishlist-page main,
.wishlist-page body,
.wishlist-page .section {
  background: transparent !important;
  background-image: none !important;
}
.wishlist-page main::before,
.wishlist-page main::after,
.wishlist-page body::before,
.wishlist-page body::after,
.wishlist-page .section::before,
.wishlist-page .section::after {
  display: none !important;
}


/* === Catalog: video cards + Rent/Buy tabs === */
.card.product{overflow:hidden;position:relative}
.product-media-wrap{position:relative;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);height:260px}
.product-video, .product-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.product-poster{filter:brightness(.95) saturate(1.02) contrast(1.02)}
.price-tabs{display:flex;gap:8px;margin-top:10px}
.price-tabs .tab{flex:1;text-align:center;padding:8px 10px;border-radius:999px;cursor:pointer;
  border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04)}
.price-tabs .tab.active{background:var(--primary);border-color:transparent}
.price-panels{margin-top:10px}
.price-panel{display:none}
.price-panel.active{display:block}
.price-row{display:flex;align-items:center;justify-content:space-between;margin:8px 0;font-size:15px}
.price-row .label{color:var(--muted)}
.price-row .value{font-weight:700;color:var(--text-heading)}
/* === Floating Reveal Header (luxury transparent style) === */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  padding: 14px 0;
  transform: translateY(-100%);
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,0.04); /* very subtle tint */
  border-bottom: 1px solid rgba(255,255,255,0.10);
  transition: transform .18s ease, background .25s ease;
  z-index: 999;
}

/* When nav is revealed */
.site-header.reveal {
  transform: translateY(0);
}

/* Apply stronger tint *only while scrolling* */
.scrolled .site-header.reveal {
  background: rgba(11,11,16,0.55); /* elegant luxury tint */
  border-bottom-color: rgba(255,255,255,0.28);
}

/* Touch devices: header is always visible */
@media (pointer:coarse) {
  .site-header {
    transform: translateY(0);
  }
}





/* === Product detail page === */
.product-page{display:grid;grid-template-columns:1fr 420px;gap:32px;max-width:1100px;margin:0 auto}
.product-media-hero{position:relative;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#000;display:flex;align-items:center;justify-content:center}
.product-media-hero video,.product-media-hero img{width:100%;height:auto;object-fit:contain;display:block}
.product-video{object-fit:contain !important;position:relative !important;inset:unset !important}
.product-poster{object-fit:contain !important;position:relative !important;inset:unset !important}
.media-toggle-btn{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:5;background:rgba(0,0,0,0.7);border:1px solid rgba(255,255,255,0.2);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;pointer-events:none;color:#fff;transition:all 0.18s ease;backdrop-filter:blur(6px);padding:0}
.media-toggle-btn svg{display:none}
.product-info-panel{background:var(--surface);border:1px solid #d5d5d5;border-radius:16px;padding:20px}
.product-title{font-size:26px;margin:0 0 8px;line-height:1.3;color:var(--text-heading)}
.product-desc{color:var(--text-body);margin:0 0 12px;line-height:1.6;font-size:15px}
.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:12px 0}
.option{background:#fafafa;border:1px solid #d5d5d5;border-radius:12px;padding:12px}
.option h4{margin:0 0 6px;color:var(--text-heading);font-size:15px}
.option .price{font-weight:800;font-size:21px;margin:6px 0;color:var(--text-heading)}
.option small{color:var(--muted);font-size:14px}
@media (max-width: 1000px){
  .product-page{grid-template-columns:1fr}
  .product-media-hero video,.product-media-hero img{height:360px}
  .media-toggle-btn{width:16px;height:16px;bottom:12px;left:50%;transform:translateX(-50%)}
  .media-toggle-btn svg{width:14px;height:14px}
}

/* Mobile chat styles */
@media (max-width: 768px) {
  .chat-panel {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100vh;
    border-radius: 0;
    border: none;
  }
  
  .chat-panel.open {
    transform: translateY(0) scale(1);
  }
  
  .ashara-chat-trigger {
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
  }
  
  .ashara-chat-trigger svg {
    width: 24px;
    height: 24px;
  }
}


/* === Video layering & playing state fix === */
.product-media-wrap{position:relative;background:#000}
.product-media-wrap .product-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:2}
.product-media-wrap .product-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:3;transition:opacity .25s ease}
.product-media-wrap.playing .product-poster{opacity:0}

/* === Catalog media toggle button === */
.catalog-media-toggle{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);z-index:5;background:rgba(255,255,255,0.85);border:1px solid rgba(0,0,0,0.08);border-radius:50%;width:14px;height:14px;display:flex;align-items:center;justify-content:center;pointer-events:none;color:#000;transition:all 0.18s ease;backdrop-filter:blur(6px);padding:0}
.catalog-media-toggle svg{display:none}

@media (max-width: 768px){
  .catalog-media-toggle{width:12px;height:12px;bottom:10px}
}


/* === Luxury Animation Mode === */
@keyframes ash-fade-down {
  0% { opacity: 0; transform: translateY(-12px); filter: blur(6px); }
  60% { opacity: 1; transform: translateY(0); filter: blur(0); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes ash-fade-up {
  0% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes ash-shimmer {
  0% { background-position: -180% 0; }
  100% { background-position: 180% 0; }
}

/* Header reveal animation */
.site-header.reveal {
  animation: ash-fade-down .35s cubic-bezier(.2,.6,.2,1);
}

/* Stagger nav link reveal */
.site-header.reveal .nav-links a {
  opacity: 0;
  transform: translateY(-6px);
  animation: ash-fade-up .35s ease forwards;
}
.site-header.reveal .nav-links a:nth-child(1){ animation-delay: .05s; }
.site-header.reveal .nav-links a:nth-child(2){ animation-delay: .10s; }
.site-header.reveal .nav-links a:nth-child(3){ animation-delay: .15s; }
.site-header.reveal .nav-links a:nth-child(4){ animation-delay: .20s; }
.site-header.reveal .nav-links a:nth-child(5){ animation-delay: .25s; }

/* Brand logo shimmer on hover */
.brand{position:relative}
.brand img { position: relative; isolation: isolate; }
.brand:hover img { filter: drop-shadow(0 8px 18px rgba(122,92,255,.45)); }
.brand:hover::after {
  content: "";
  position: absolute;
  inset: -6px -8px -6px -8px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.55) 35%, rgba(255,255,255,0) 70%);
  background-size: 200% 100%;
  animation: ash-shimmer 1s linear infinite;
  border-radius: 12px;
}

/* Buttons micro-interactions */
.btn {
  transition: transform .18s cubic-bezier(.2,.6,.2,1), box-shadow .18s ease, filter .2s;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0,0,0,.45);
  filter: saturate(1.05);
}
.btn:active { transform: translateY(0); }

/* Cards subtle lift on enter */
.card { animation: ash-fade-up .35s ease; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  * { animation: none !important; transition: none !important; }
}

/* === T2 Fonts: Playfair for headings, Times New Roman for body === */
h1,h2,h3,h4,h5,.brand span,.product-title{font-family:'Playfair Display', 'Times New Roman', Times, serif;font-weight:700;letter-spacing:0.2px;color:var(--text-heading)}
.lead, p, a, li, small, button, input, textarea, label, .btn{font-family:'Times New Roman', Times, serif}
p, li{color:var(--text-body)}
a{color:var(--text-body)}
a:hover{color:var(--text-heading)}

/* Clean white cards and subtle borders */
.card,.plan,.product-info-panel,.step{background:#ffffff;border:1px solid #e0e0e0;box-shadow:var(--shadow)}
.product-media-wrap{border:1px solid #e0e0e0;border-radius:14px;overflow:hidden}
.section{padding:88px 0}
.section h2{color:var(--text-heading)}

/* Buttons in champagne gold */
.btn{background:#fff;border:1px solid #d0d0d0;color:var(--text-heading);box-shadow:none}
.btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));border-color:transparent;color:#fff}
.btn.primary:hover{filter:brightness(0.98)}
.btn.ghost{background:#fff;border-color:#d0d0d0;color:var(--text-heading)}
.btn:hover{box-shadow:0 12px 30px rgba(0,0,0,.10)}

/* Header: elegant glass white */
.site-header{backdrop-filter:saturate(120%) blur(10px);background:rgba(255,255,255,.82)!important;border-bottom:1px solid #ececec}
.header-glow{display:none}

/* Links */
.nav-links a{color:var(--text-body)}
.nav-links a:hover{color:var(--text-heading)}

/* Neutralize neon gradients */
.gradient-1,.gradient-2,.gradient-3{background:#f7f7f7}
.shimmer::after{display:none}

/* Hero over background image: add white fade at bottom for text clarity */
.hero::before{filter:brightness(0.96) saturate(1.0) !important}
.hero::after{background:linear-gradient(180deg, rgba(255,255,255,0) 40%, rgba(255,255,255,0.85) 100%) !important;mix-blend-mode:normal!important}

/* Price tabs */
.price-tabs .tab{background:#fff;border:1px solid #e7e7e7;color:#333}
.price-tabs .tab.active{background:var(--primary);color:#fff;border-color:transparent}

/* Footer white */
.site-footer{background:#fff;border-top:1px solid #e0e0e0}
.copy{color:var(--muted)}

/* Form inputs */
.cta-form input{background:#fff;color:var(--text-body);border:1px solid #d0d0d0;font-size:15px;padding:12px}
.cta-form input::placeholder{color:var(--muted-light)}
.cta-form input:focus{outline:2px solid var(--primary);border-color:var(--primary)}


/* Scroll accent on white header */
.scrolled .site-header{background:rgba(255,255,255,.95)!important;border-bottom-color:#e0e0e0}

/* === Occasion Filters === */
.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 22px}
.filter-chip{
  appearance:none;border:1px solid #d0d0d0;background:#fff;color:var(--text-body);
  border-radius:999px;padding:9px 16px;cursor:pointer;transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  font-family:'Times New Roman', Times, serif;font-size:15px;font-weight:500;
}
.filter-chip:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,.08);color:var(--text-heading)}
.filter-chip.active{background:linear-gradient(135deg,var(--primary),var(--primary-2));border-color:transparent;color:#fff;font-weight:600}
.filter-chip:focus{outline:none;box-shadow:0 0 0 3px rgba(201,168,106,.3)}
.filter-spacer{flex:1}
.filter-count{color:var(--muted);font-size:15px;align-self:center;font-weight:500}


/* === Occasion Journeys === */
.journeys{padding:56px 0 24px;background:#fff}
.journeys .section-title{margin-bottom:16px}
.journey-row{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns: minmax(220px, 1fr);
  gap:14px;
  overflow-x:auto;
  padding:8px 2px 8px 2px;
  scroll-snap-type:x mandatory;
}
.journey-card{
  display:block; background:#fff; border:1px solid #d5d5d5; border-radius:16px; overflow:hidden;
  text-decoration:none; color:var(--text-body); scroll-snap-align:start;
  transition:transform .18s ease, box-shadow .18s ease;
  position: relative;
}
.journey-card:hover{ 
  transform: translateY(-4px); 
  box-shadow: 0 14px 34px rgba(0,0,0,.15); 
  border-color: rgba(122,92,255,0.3);
}
.journey-card:active{ transform: translateY(-2px); }
.journey-media{ 
  height:140px; 
  background:#f7f7f7; 
  position: relative;
  transition: transform 0.3s ease;
}
.journey-card:hover .journey-media {
  transform: scale(1.05);
}
.journey-media::after {
  content: '→';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  font-weight: 300;
}
.journey-card:hover .journey-media::after {
  opacity: 1;
}
.journey-meta{ 
  padding:12px 14px; 
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(10px);
}
/* ===== Sustainable page: static, no-animation styles ===== */
.sustainable-page{padding:40px 20px; color:#111; background:#fff; line-height:1.7}
.sustainable-page .hero{padding:20px 0 16px}
.sustainable-page .hero h1{font-size:clamp(32px,5vw,48px);margin:0 0 16px;color:#111;font-weight:700;line-height:1.2}
.sustainable-page .lead{color:#333;font-size:clamp(17px,2vw,20px);line-height:1.65;margin-bottom:20px}
.sustainable-page .hero-card{margin-top:24px;display:flex;gap:16px;flex-wrap:wrap}
.sustainable-page .stat{padding:18px 20px;border-radius:12px;background:#f8f9ff;border:1px solid #dde1f5;min-width:200px;box-shadow:0 2px 8px rgba(0,0,0,0.04)}
.sustainable-page .stat b{font-size:28px;color:#111;display:block;margin-bottom:6px}
.sustainable-page .muted-small{color:#555;font-size:15px;line-height:1.5}
.sustainable-page .card{border-radius:14px;padding:24px;border:1px solid #ddd;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,0.06);margin-bottom:20px}
.sustainable-page .card h2{font-size:clamp(22px,3vw,28px);margin:0 0 16px;color:#111;font-weight:700}
.sustainable-page .card p{margin:12px 0;font-size:16px;line-height:1.7;color:#333}
.sustainable-page .card p strong{color:#111;font-weight:700}
.sustainable-page .list{margin:12px 0;padding-left:24px;font-size:16px;line-height:1.8}
.sustainable-page .list li{margin:10px 0;color:#333}
.sustainable-page .list li b{color:#111;font-weight:700}
.sustainable-page .three{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.sustainable-page .lifecycle{width:100%;height:100px;margin-top:12px}
.sustainable-page .cta-row{display:flex;gap:10px;margin-top:12px}
.sustainable-page .btn{padding:8px 12px;border-radius:10px}
.sustainable-page .btn.ghost{background:#fff;border:1px solid #e7e7e7;color:#111}
.sustainable-page .steps{margin-top:16px}
.sustainable-page .step{padding:16px 16px 16px 50px;margin:10px 0;font-size:15px;line-height:1.6;color:#333}
.sustainable-page .step b{color:#111;font-weight:700}
.sustainable-page footer{margin-top:40px;padding-top:24px;border-top:2px solid #e0e0e0}
@media(max-width:800px){
  .sustainable-page .three{grid-template-columns:1fr}
  .sustainable-page .hero-card{flex-direction:column}
  .sustainable-page .stat{min-width:100%}
}

/* Ensure no page-specific animations apply here */
.sustainable-page *{animation:none !important; transition:none !important}
.journey-meta h3{ 
  font-family:'Playfair Display', 'Times New Roman', Times, serif; 
  font-size:18px; 
  margin:0 0 4px; 
  color:var(--text-heading);
  font-weight: 600;
}
.journey-meta p{ 
  font-family:'Times New Roman', Times, serif; 
  font-size:15px; 
  color:var(--muted); 
  margin:0; 
}
@media (min-width: 920px){
  .journey-media{ height:180px; }
}

/* Real occasion images from web */
.journey-card .jm1{ 
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1606800052052-a08af7148866?w=600&q=80');
  background-size: cover;
  background-position: center;
}
.journey-card .jm2{ 
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1609081219090-a6d81d3085bf?w=600&q=80');
  background-size: cover;
  background-position: center;
}
.journey-card .jm3{ 
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1583391733956-3750e0ff4e8b?w=600&q=80');
  background-size: cover;
  background-position: center;
}
.journey-card .jm4{ 
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1515372039744-b8f02a3ae446?w=600&q=80');
  background-size: cover;
  background-position: center;
}
.journey-card .jm5{ 
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1566174053879-31528523f8ae?w=600&q=80');
  background-size: cover;
  background-position: center;
}
.journey-card .jm6{ 
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1610735385934-e2c8f8d036ef?w=600&q=80');
  background-size: cover;
  background-position: center;
}
.journey-card .jm7{ 
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=600&q=80');
  background-size: cover;
  background-position: center;
}
.journey-card .jm8{ 
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1523381210434-271e8be1f52b?w=600&q=80');
  background-size: cover;
  background-position: center;
}

/* === Experience (Trust + Steps) === */
.experience{padding:72px 0;background:#fff}
.section-title{font-family:'Playfair Display';font-size:34px;text-align:center;margin-bottom:32px;color:#111}

.trust-bar{display:flex;justify-content:center;gap:24px;font-size:14px;color:#666;margin-bottom:40px;flex-wrap:wrap}
.trust-bar span{display:flex;align-items:center;gap:6px;color:#333}

.steps{display:flex;gap:36px;flex-wrap:wrap;justify-content:center}
.step{text-align:center;max-width:260px}
.step h3{font-family:'Playfair Display';font-size:20px;color:#111;margin-bottom:6px}
.step p{font-family:'Times New Roman';font-size:15px;color:#444;line-height:1.5}


/* === Hero Readability & Experience Alignment Fix === */
.hero h1, .hero h2 { color:#0f0f0f !important; }
.hero .lead, .hero p.lead{
  color:#111 !important;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 10px 14px;
  border-radius: 12px;
  display:inline-block;
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}
.hero::before{
  box-shadow:
    inset 0 80px 140px rgba(0,0,0,.20),
    inset 0 -140px 200px rgba(255,255,255,.85);
}
.experience{padding:56px 0 48px;background:#fff}
.experience .section-title{margin-bottom:18px;text-align:center}
.experience .trust-bar{margin-bottom:0;justify-content:center;gap:24px}


/* === M1 Styles: Rent/Buy switch, price panel, CTA row === */
.rentbuy-switch{display:flex;gap:8px;margin:6px 0 10px}
.switch-tab{appearance:none;border:1px solid #e7e7e7;background:#fff;color:#333;padding:8px 14px;border-radius:999px;cursor:pointer;font-family:'Times New Roman', Times, serif;transition:transform .15s ease, box-shadow .15s ease}
.switch-tab:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,.07)}
.switch-tab.active{background:linear-gradient(135deg,var(--primary),var(--primary-2));border-color:transparent;color:#fff}
.price-wrap{border:1px solid #ececec;border-radius:14px;padding:10px 12px;background:#fff;margin-bottom:12px}
.price-line{display:flex;justify-content:space-between;align-items:center;padding:6px 2px;color:#111}
.price-line .label{color:#666}
.cta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}

/* === M2 Styles: Try at Home modal === */
body.modal-open{overflow:hidden}
.modal-overlay[aria-hidden="true"]{display:none}
.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);backdrop-filter:blur(2px);display:grid;place-items:center;z-index:9999}
.modal{width:min(560px,92vw);background:#fff;border:1px solid #d5d5d5;border-radius:16px;box-shadow:0 34px 66px rgba(0,0,0,.25);padding:18px 18px 16px}
.modal h3{font-family:'Playfair Display','Times New Roman', Times, serif;margin:0 0 8px;color:var(--text-heading)}
.modal p{margin:0 0 12px;color:var(--text-body)}
.modal-close{position:absolute;right:18px;top:6px;background:transparent;border:none;font-size:28px;line-height:1;cursor:pointer;color:var(--muted)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.form-grid label{display:flex;flex-direction:column;font-size:14px;color:var(--text-body)}
.form-grid input,.form-grid select,.form-grid textarea{border:1px solid #d0d0d0;border-radius:10px;padding:10px;background:#fff;color:var(--text-body);font-family:'Times New Roman', Times, serif;font-size:15px}
.form-grid input::placeholder,.form-grid textarea::placeholder{color:var(--muted-light)}
.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{outline:2px solid var(--primary);border-color:var(--primary)}
.form-grid textarea{grid-column:1/-1}
.modal-ctas{display:flex;gap:10px;margin-top:8px}

/* === M3 Styles: ensure catalog videos fit === */
.card.product video{width:100%;height:auto;display:block;border-radius:10px}

/* === M4 Styles: hero parallax base === */
.hero{background-attachment:scroll; background-position:center 0; background-repeat:no-repeat; background-size:cover}


/* === Luxury Hero Readability Polish === */
.hero{position:relative; color:#0f0f0f;}
/* top vignette + bottom fade for contrast without killing the image */
.hero::after{
  content:"";
  position:absolute; inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.12) 18%, rgba(0,0,0,0.00) 40%),
    linear-gradient(0deg, rgba(255,255,255,0.90) 94%, rgba(255,255,255,0.00) 100%);
  mix-blend-mode:normal;
  z-index:0;
}
.hero .container, .hero .content{position:relative; z-index:1;}
.hero h1, .hero h2{color:#0b0b0b; text-shadow:0 2px 18px rgba(0,0,0,.15)}
/* tagline pill for busy backgrounds */
.hero .lead, .hero p.lead{
  color:#141414;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 10px 14px;
  border-radius: 12px;
  display: inline-block;
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
}


/* === Metallic Gold Headline (Option A) === */
.hero h1, .hero h2{
  color: #d4b36c; /* fallback */
  background: linear-gradient(92deg, #b99156 0%, #e7d09b 38%, #caa25c 55%, #f2deaf 78%, #b99156 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  text-shadow: 0 2px 4px rgba(0,0,0,0.30), 0 10px 28px rgba(0,0,0,0.18);
}


/* === Header Readability Fix === */
.site-header{
  background: rgba(255,255,255,0.94) !important;
  backdrop-filter: saturate(120%) blur(8px);
  -webkit-backdrop-filter: saturate(120%) blur(8px);
  border-bottom: 1px solid #e6e6e6;
  color: #111 !important;
}
.site-header .nav-links a,
.site-header .auth a,
.site-header .brand,
.site-header .brand span{
  color:#111 !important;
  text-shadow: none !important;
}
.scrolled .site-header{
  background: rgba(255,255,255,0.98) !important;
  border-bottom-color:#ddd;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}


/* === Header Readability Ultimate === */
.site-header{
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: saturate(130%) blur(10px);
  -webkit-backdrop-filter: saturate(130%) blur(10px);
  border-bottom: 1px solid #e5e5e5;
  color:#111 !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.05);
  z-index: 9999;
}
.site-header .brand, 
.site-header .brand *, 
.site-header .nav-links a, 
.site-header .auth a, 
.site-header .auth span, 
.site-header .user, 
.site-header .user *, 
.site-header .user-greeting, 
.site-header .signin-pill, 
.site-header .user-pill{
  color:#111 !important;
  text-shadow:none !important;
}
.site-header .signin-pill, .site-header .user-pill{
  background: rgba(255,255,255,0.9);
  border:1px solid #e1e1e1;
  padding:6px 10px;
  border-radius:999px;
}
.scrolled .site-header{
  background: rgba(255,255,255,0.985) !important;
  border-bottom-color:#dbdbdb;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}


/* === Chat Interface Styles === */
.chat-panel {
  position: fixed;
  bottom: 90px;
  right: 24px;
  width: 380px;
  max-width: calc(100vw - 48px);
  height: 600px;
  max-height: calc(100vh - 140px);
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
              transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0.3s;
  border: 1px solid rgba(0,0,0,0.08);
  pointer-events: auto;
  will-change: transform, opacity;
}

.chat-panel.open {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
  z-index: 9999;
}

.chat-header {
  padding: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header h3 {
  margin: 0;
  font-size: 16px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0 8px;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.msg {
  padding: 12px;
  border-radius: 8px;
  max-width: 80%;
}

.msg.user {
  background: #f0f0f0;
  align-self: flex-end;
}

.msg.bot {
  background: #f8f2ff;
  align-self: flex-start;
}

.chat-input {
  padding: 16px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 8px;
}

.chat-input input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.chat-settings {
  padding: 12px 16px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 8px;
}

.chat-settings input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

/* Suggestion cards inside chat */
.suggestions{display:flex;flex-direction:column;gap:10px;margin-top:8px}
.suggestion-item{display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px;background:#fff;border:1px solid #f0f0f0}
.suggestion-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;flex:1}
.suggestion-thumb{width:56px;height:56px;object-fit:cover;border-radius:8px;border:1px solid #eee}
.suggestion-title{font-size:14px;font-weight:600}
.suggestion-open{padding:6px 10px;background:var(--primary);border-radius:8px;color:#fff;text-decoration:none;border:none}
.suggestion-open:hover{background:var(--primary-2)}

/* Small button variant */
.btn.small{padding:6px 10px;font-size:13px;border-radius:8px}

/* Grounding block style */
.grounding-block{background:#fbfbfe;border:1px solid #f0eff8;padding:8px;border-radius:8px;margin-top:8px}
.grounding-block pre{white-space:pre-wrap;font-size:12px;color:#333;margin:6px 0 0;padding:6px;background:#fff;border-radius:6px;border:1px solid #f4f4f6}

.ashara-chat-trigger {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  padding: 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 4px 16px rgba(122,92,255,0.3), 0 2px 8px rgba(0,0,0,0.1);
  z-index: 9998;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.ashara-chat-trigger:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(122,92,255,0.4), 0 3px 10px rgba(0,0,0,0.12);
}

.ashara-chat-trigger:active {
  transform: scale(0.95);
}

button#ashara-send,
button#ashara-save {
  padding: 8px 16px;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

button#ashara-send:hover,
button#ashara-save:hover {
  background: var(--primary-2);
}

/* === Header Readability Ultimate (Full Fix) === */
.site-header{
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: saturate(130%) blur(10px);
  -webkit-backdrop-filter: saturate(130%) blur(10px);
  border-bottom: 1px solid #e5e5e5;
  color:#111 !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.05);
  z-index: 9999;
}
.site-header .brand, 
.site-header .brand *, 
.site-header .nav-links a, 
.site-header .auth a, 
.site-header .auth span, 
.site-header .user, 
.site-header .user *, 
.site-header .user-greeting, 
.site-header .signin-pill, 
.site-header .user-pill{
  color:#111 !important;
  text-shadow:none !important;
}
.site-header .signin-pill, .site-header .user-pill{
  background: rgba(255,255,255,0.9);
  border:1px solid #e1e1e1;
  padding:6px 10px;
  border-radius:999px;
}
.scrolled .site-header{
  background: rgba(255,255,255,0.985) !important;
  border-bottom-color:#dbdbdb;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
}

/* Metallic Gold Headline (Option A) */
.hero h1, .hero h2{
  color: #d4b36c; /* fallback */
  background: linear-gradient(92deg, #b99156 0%, #e7d09b 38%, #caa25c 55%, #f2deaf 78%, #b99156 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  text-shadow: 0 2px 4px rgba(0,0,0,0.30), 0 10px 28px rgba(0,0,0,0.18);
}

/* Tagline pill */
.hero .lead, .hero p.lead{
  color: #141414 !important;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 12px 18px;
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(0,0,0,0.14);
  font-family: "Times New Roman", serif;
}

/* Chat trigger SVG sizing */
.ashara-chat-trigger svg {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}

/* Trust Score Badge Styles */
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(122, 92, 255, 0.2);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.trust-badge:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(122, 92, 255, 0.3);
}

.trust-badge.bronze {
  border-color: #cd7f32;
  background: rgba(205, 127, 50, 0.15);
}

.trust-badge.silver {
  border-color: #c0c0c0;
  background: rgba(192, 192, 192, 0.15);
}

.trust-badge.gold {
  border-color: #ffd700;
  background: rgba(255, 215, 0, 0.15);
}

.trust-badge.platinum {
  border-color: #e5e4e2;
  background: rgba(229, 228, 226, 0.15);
}

/* Trust Score Accelerometer Gauge */
.trust-accelerometer {
  position: relative;
  width: 300px;
  height: 200px;
  margin: 0 auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}

.trust-accelerometer::before {
  display: none;
}

.trust-accelerometer:hover::before {
  display: none;
}

.gauge-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.gauge-track {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 28;
  stroke-linecap: round;
  opacity: 0.3;
}

.gauge-progress {
  fill: none;
  stroke-width: 28;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.gauge-needle {
  transform-origin: center bottom;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.gauge-center-dot {
  fill: #d0d0d5;
  stroke: none;
}

.gauge-text {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 800;
  fill: #1a1a1a;
  text-anchor: middle;
  font-size: 52px;
  letter-spacing: -2px;
}

.gauge-subtitle {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 11px;
  fill: #999;
  text-anchor: middle;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.gauge-ofmax {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  fill: #bbb;
  text-anchor: middle;
  letter-spacing: 1px;
  font-weight: 500;
}

.gauge-label {
  font-family: 'Times New Roman', serif;
  font-size: 10px;
  fill: rgba(255, 255, 255, 0.6);
  text-anchor: middle;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gauge-tick {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 2;
}

.gauge-tick.major {
  stroke-width: 3;
  stroke: rgba(255, 255, 255, 0.5);
}

@keyframes pulse-text {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

@keyframes gauge-glow {
  0%, 100% { filter: drop-shadow(0 0 8px currentColor); }
  50% { filter: drop-shadow(0 0 16px currentColor); }
}

.trust-level-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 13px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trust-level-icon {
  font-size: 20px;
  animation: bounce-icon 2s ease-in-out infinite;
}

@keyframes bounce-icon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* Reveal / entry inspired by motion.js */
.luxy-enter { opacity: 0; transform: translateY(8px); transition: opacity .6s ease, transform .6s ease; }
.is-in .luxy-enter, .luxy-enter.is-in, .trust-accelerometer.is-in { opacity: 1; transform: translateY(0); }
.trust-accelerometer.reveal { opacity:0; transform:translateY(14px) scale(.96); transition:opacity .8s cubic-bezier(.4,0,.2,1), transform .9s cubic-bezier(.4,0,.2,1); }
.trust-accelerometer.reveal.is-in { opacity:1; transform:translateY(0) scale(1); }
.trust-accelerometer.is-in::before { opacity: 1; }

/* Deposit Discount Breakdown */
  #deposit-breakdown {
    animation: slideIn 0.4s ease-out;
  }

  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  #deposit-breakdown > div {
    line-height: 1.6;
  }

/* Tier change shimmer flash */
.trust-accelerometer.tier-flash::after{
  content:""; position:absolute; inset:-2px; border-radius:20px; pointer-events:none;
  background: conic-gradient(from 0deg, rgba(122,92,255,.0), rgba(201,168,106,.35), rgba(255,184,107,.0));
  filter: blur(10px); opacity: 0; animation: tierShimmer 1.2s ease-out forwards;
}
@keyframes tierShimmer{
  0%{ opacity:0; transform: rotate(0deg); }
  20%{ opacity:1; }
  100%{ opacity:0; transform: rotate(180deg); }
}
