  :root{
    /* 22K Radiant Heritage Gold (Malabar & Tanishq) */
    --gold: #C8A248;
    --gold-light: #F8F1E5;
    --gold-bright: #E4C276;
    --gold-dark: #8E6D22;
    --gold-rich: #B58C32;
    --gold-subtle: rgba(200, 162, 72, 0.15);
    --gold-border: rgba(200, 162, 72, 0.28);
    
    /* Malabar Royal Crimson & Velvet Maroon */
    --maroon: #681829;
    --maroon-dark: #460E1A;
    --maroon-rich: #851F36;
    --maroon-light: #F7EAEF;
    --maroon-subtle: rgba(104, 24, 41, 0.08);
    --maroon-border: rgba(104, 24, 41, 0.24);
    
    /* Obsidian & Charcoal Luxe Contrast */
    --black: #0B0B0E;
    --charcoal: #15141A;
    --dark-panel: #1E1D24;
    
    /* Tanishq Warm Ivory Surfaces */
    --cream: #FAF8F5;
    --ivory: #F5EFE6;
    --surface-card: #FFFFFF;
    --text-dark: #181715;
    --text-muted: #666159;
    --text-light: #9C968B;
    --line: #E8E2D5;
    --line-light: rgba(0,0,0,0.05);
    --line-gold: rgba(200, 162, 72, 0.25);
    --line-dark: rgba(255,255,255,0.10);
    
    /* Radii & Shadows */
    --radius-sm: 4px;
    --radius: 8px;
    --radius-lg: 14px;
    --shadow-sm: 0 4px 14px rgba(18,16,13,.05);
    --shadow-md: 0 10px 30px rgba(18,16,13,.08);
    --shadow-lg: 0 20px 50px rgba(18,16,13,.14);
    --shadow-gold: 0 12px 36px rgba(200,162,72,.22);
    --shadow-maroon: 0 12px 36px rgba(104,24,41,.18);
    --shadow-luxury: 0 28px 70px rgba(11,11,14,.18);
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Manrope',sans-serif;
    color:var(--text-dark);
    background:var(--cream);
    -webkit-font-smoothing:antialiased;
  }
  body.drawer-locked{ overflow:hidden; }
  h1,h2,h3,h4{font-family:'Playfair Display',serif;}
  a{text-decoration:none;color:inherit;}
  ul{list-style:none;}
  img{max-width:100%;display:block;}
  .container{max-width:1320px;margin:0 auto;padding:0 32px;}
  .eyebrow{
    display:inline-block;
    font-size:12px;
    font-weight:700;
    letter-spacing:2.5px;
    text-transform:uppercase;
    color:var(--gold-dark);
    margin-bottom:14px;
  }
  .btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:13px 24px;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.7px;
    text-transform:uppercase;
    border-radius:4px;
    border:1px solid transparent;
    cursor:pointer;
    transition:all .25s cubic-bezier(.16,1,.3,1);
    white-space:nowrap;
  }
  .btn-gold{
    background:linear-gradient(135deg,var(--gold-bright),var(--gold) 55%,var(--gold-dark));
    color:#14120B;
  }
  .btn-gold:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(200,162,72,.38); }
  .btn-malabar{
    background:linear-gradient(135deg,var(--maroon-rich),var(--maroon) 60%,var(--maroon-dark));
    color:#fff;
    border:1px solid rgba(200,162,72,0.3);
  }
  .btn-malabar:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(104,24,41,.38); color:var(--gold-bright); }
  .btn-outline-dark{
    border-color:rgba(255,255,255,.35);
    color:#fff;
    background:transparent;
  }
  .btn-outline-dark:hover{ background:rgba(255,255,255,.08); border-color:#fff; }
  .btn-outline-gold{
    border-color:var(--gold);
    color:var(--gold-dark);
    background:transparent;
  }
  .btn-outline-gold:hover{ background:var(--gold); color:#14120B; }
  .btn-outline-maroon{
    border-color:var(--maroon);
    color:var(--maroon);
    background:transparent;
  }
  .btn-outline-maroon:hover{ background:var(--maroon); color:#fff; }

  /* Compact button modifier & specific CTA sizing */
  .btn-sm,
  a.btn-sm,
  button.btn-sm {
    padding: 6px 14px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    min-height: 30px !important;
    height: 32px !important;
    line-height: 1.2 !important;
    border-radius: 4px !important;
  }

  /* Compact Browse Catalogue Buttons across all pages */
  a[href*="catalogue.html"].btn,
  a[href*="catalogue"].btn,
  .btn-browse-cat {
    padding: 7px 15px !important;
    font-size: 11.5px !important;
    min-height: 32px !important;
    letter-spacing: 0.4px !important;
    border-radius: 4px !important;
  }
  a[href*="catalogue.html"].btn i,
  a[href*="catalogue"].btn i,
  .btn .fa-arrow-right,
  .btn-sm .fa-arrow-right {
    font-size: 10.5px !important;
    vertical-align: middle !important;
    margin-left: 6px !important;
    display: inline-block !important;
  }

  /* Compact Add to Cart / RFQ Buttons across all pages */
  .btn-card-rfq,
  .btn-card-details {
    padding: 6px 8px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    border-radius: 4px !important;
    min-height: 30px !important;
    height: 30px !important;
    line-height: 1 !important;
  }

  .product-card-actions-hover button,
  .product-card-actions-hover .js-quick-add-rfq {
    padding: 6px 12px !important;
    font-size: 11px !important;
    min-height: 30px !important;
    height: 30px !important;
    max-width: 150px !important;
    margin: 0 auto !important;
    letter-spacing: 0.4px !important;
  }

  .btn-add-rfq-main,
  .btn-formal-quote {
    padding: 8px 18px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    min-height: 36px !important;
    height: 38px !important;
    border-radius: 4px !important;
  }

  .pdp-mob-rfq-btn {
    padding: 8px 16px !important;
    font-size: 12px !important;
    height: 36px !important;
    min-height: 36px !important;
  }

  /* Rolling numbers font stabilization & luxury ticker */
  .js-roll-number{
    font-variant-numeric: tabular-nums;
    display: inline-block;
  }
  .js-roll-number.is-rolling{
    will-change: contents;
  }

  /* ==========================================================================
     LUXURY HEADER & TANISHQ-INSPIRED MEGA MENU
     ========================================================================== */

  /* 1. TOP ANNOUNCEMENT STRIP */
  .site-topbar{
    background:#121215;
    color:#D1CDC7;
    font-size:11.5px;
    border-bottom:1px solid rgba(255,255,255,.06);
    position:relative;
    z-index:550;
  }
  .site-topbar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:8px 32px;
    gap:18px;
  }
  .topbar-badge-group{ display:flex; align-items:center; gap:20px; }
  .topbar-assurance{ display:flex; align-items:center; gap:7px; color:var(--gold-light); font-weight:600; }
  .topbar-assurance i{ color:var(--gold); }
  .topbar-ticker{
    display:flex; align-items:center; gap:8px;
    background:rgba(255,255,255,.06); padding:3px 10px; border-radius:20px;
    font-weight:600; color:#fff;
  }
  .live-dot{
    width:7px; height:7px; border-radius:50%; background:#20b050;
    box-shadow:0 0 0 0 rgba(32,176,80,.6);
    animation:pulse 1.6s infinite;
  }
  @keyframes pulse{
    0%{box-shadow:0 0 0 0 rgba(32,176,80,.55);}
    70%{box-shadow:0 0 0 7px rgba(32,176,80,0);}
    100%{box-shadow:0 0 0 0 rgba(32,176,80,0);}
  }
  .topbar-right-actions{ display:flex; align-items:center; gap:22px; font-weight:600; }
  .topbar-link{
    display:flex; align-items:center; gap:6px; color:#D1CDC7; transition:color .2s ease;
  }
  .topbar-link:hover{ color:var(--gold-light); }
  .topbar-link i{ color:var(--gold); font-size:12px; }

  /* 2. MAIN HEADER (BRAND + SEARCH + ACTIONS) */
  .header-main-wrapper{
    background:#fff;
    position:sticky;
    top:0;
    z-index:500;
    box-shadow:0 1px 0 var(--line);
    transition:box-shadow .25s ease;
  }
  .header-main-wrapper.is-scrolled{
    box-shadow:var(--shadow-md);
  }
  .site-header{
    border-bottom:1px solid rgba(0,0,0,.05);
    background:#fff;
  }
  .site-header .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 32px;
    gap:28px;
  }

  /* Brand Logo */
  .brand{
    display:flex; align-items:center; gap:14px; flex-shrink:0; text-decoration:none;
  }
  .brand-mark{
    width:48px; height:48px;
    background:linear-gradient(135deg,#1f1e1b,#0d0d0f);
    border:2px solid var(--gold);
    border-radius:8px;
    display:flex; align-items:center; justify-content:center;
    transform:rotate(45deg);
    flex-shrink:0;
    box-shadow:0 4px 14px rgba(201,162,75,.25);
    overflow:hidden;
    position:relative;
  }
  .brand-mark img{
    width:140%; height:140%; object-fit:cover;
    transform:rotate(-45deg);
    display:block;
  }
  .brand-mark span{
    transform:rotate(-45deg);
    font-family:'Playfair Display',serif;
    font-weight:800; font-size:16px; color:var(--gold-bright); letter-spacing:1px;
  }
  .brand-logo-img{
    height:46px; width:auto; max-width:180px; object-fit:contain; border-radius:6px;
  }
  .brand-text{ display:flex; flex-direction:column; line-height:1.2; }
  .brand-text .name{
    font-family:'Playfair Display',serif;
    font-size:20px; font-weight:700; color:var(--text-dark); letter-spacing:.5px;
  }
  .brand-text .sub{
    font-size:9.5px; font-weight:800; letter-spacing:2px; color:var(--gold-dark); text-transform:uppercase; margin-top:2px;
  }
  .brand-text .tag{
    font-size:9px; letter-spacing:1.8px; color:var(--text-muted); font-weight:700; text-transform:uppercase;
  }

  /* Search Trigger Bar */
  .header-search-trigger{
    flex:1;
    max-width:540px;
    display:flex;
    align-items:center;
    gap:12px;
    background:var(--ivory);
    border:1px solid var(--line);
    border-radius:30px;
    padding:10px 18px;
    cursor:pointer;
    transition:all .25s ease;
  }
  .header-search-trigger:hover{
    border-color:var(--gold);
    background:#fff;
    box-shadow:0 4px 16px rgba(201,162,75,.12);
  }
  .header-search-trigger i{ color:var(--gold-dark); font-size:14px; }
  .search-placeholder{
    flex:1; font-size:13px; color:var(--text-muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  }
  .search-shortcut{
    font-size:10.5px; color:var(--text-light); background:#fff;
    border:1px solid var(--line); border-radius:4px; padding:2px 6px;
    font-weight:700; display:flex; gap:3px;
  }
  .search-shortcut kbd{ font-family:inherit; }

  /* Header Actions */
  .header-actions{ display:flex; align-items:center; gap:16px; flex-shrink:0; }
  .btn-concierge{
    display:inline-flex; align-items:center; gap:7px;
    padding:8px 14px; border-radius:24px;
    border:1px solid #25D366; color:#128C7E;
    font-size:12px; font-weight:700; transition:all .2s ease;
  }
  .btn-concierge:hover{ background:#25D366; color:#fff; }
  .btn-concierge i{ font-size:14px; }

  .btn-wholesale-portal{
    display:inline-flex; align-items:center; gap:8px;
    padding:9px 18px; border-radius:24px;
    background:var(--ivory); border:1px solid var(--line);
    font-size:12px; font-weight:700; color:var(--text-dark);
    transition:all .2s ease;
  }
  .btn-wholesale-portal:hover{
    border-color:var(--gold); color:var(--gold-dark); background:#fff;
  }
  .buyer-full{ display:inline; }
  .buyer-compact{ display:none; }

  /* RFQ Enquiry List Cart Button */
  .btn-rfq-cart{
    position:relative;
    display:inline-flex; align-items:center; gap:8px;
    padding:9px 18px; border-radius:24px;
    background:linear-gradient(135deg,#1a1917,#0e0e11);
    color:var(--gold-bright); border:1px solid rgba(201,162,75,.35);
    font-size:12px; font-weight:700; cursor:pointer;
    transition:all .25s ease;
  }
  .btn-rfq-cart:hover{
    transform:translateY(-1px);
    box-shadow:0 6px 18px rgba(0,0,0,.25);
    border-color:var(--gold);
  }
  .btn-rfq-cart i{ font-size:13px; }
  .rfq-count-badge{
    display:inline-flex; align-items:center; justify-content:center;
    min-width:18px; height:18px; padding:0 5px;
    background:var(--gold); color:#121004;
    font-size:11px; font-weight:800; border-radius:10px;
  }

  .mobile-nav-toggle{
    display:none; background:none; border:none; font-size:22px; color:var(--text-dark);
    cursor:pointer; padding:6px;
  }

  /* User chip & dropdown */
  .user-chip{
    display:none; position:relative; align-items:center; gap:9px;
    padding:5px 14px 5px 6px; border:1px solid var(--line);
    border-radius:30px; cursor:pointer; background:#fff;
  }
  .user-chip.show{ display:flex; }
  .user-chip .avatar{
    width:28px; height:28px; border-radius:50%;
    background:linear-gradient(135deg,var(--gold-bright),var(--gold) 55%,var(--gold-dark));
    color:#1a1200; font-weight:800; font-size:12px;
    display:flex; align-items:center; justify-content:center; text-transform:uppercase;
  }
  .user-chip .user-name{
    font-size:12px; font-weight:700; color:var(--text-dark);
    max-width:110px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
  }
  .user-chip i.fa-chevron-down{ font-size:9px; color:var(--text-muted); }
  .user-dropdown{
    display:none; position:absolute; top:calc(100% + 10px); right:0;
    background:#fff; border:1px solid var(--line); border-radius:8px;
    min-width:200px; box-shadow:var(--shadow-lg); overflow:hidden; z-index:600;
  }
  .user-dropdown.open{ display:block; }
  .user-dropdown .ud-email{
    padding:12px 16px; font-size:11.5px; color:var(--text-muted);
    border-bottom:1px solid var(--line); word-break:break-all;
  }
  .user-dropdown a, .user-dropdown button{
    width:100%; text-align:left; background:none; border:none; cursor:pointer;
    padding:11px 16px; font-size:12.5px; font-weight:600; color:var(--text-dark);
    display:flex; align-items:center; gap:8px; font-family:inherit; transition:background .15s;
  }
  .user-dropdown a:hover, .user-dropdown button:hover{
    background:var(--ivory); color:var(--gold-dark);
  }

  /* 3. DESKTOP MEGA MENU NAVIGATION BAR */
  .mega-navbar{
    background:#fff;
    position:relative;
  }
  .mega-navbar .container{
    max-width:1440px;
    padding:0 32px;
  }
  .mega-nav-list{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    position:relative;
  }
  .mega-nav-item{
    position:static; /* Enables full-width mega dropdown anchored to .mega-navbar */
  }
  .mega-nav-link{
    display:flex;
    align-items:center;
    gap:5px;
    padding:13px 14px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.3px;
    color:var(--text-dark);
    position:relative;
    transition:color .2s ease;
    white-space:nowrap;
  }
  .mega-nav-link i.fa-chevron-down{
    font-size:8.5px; color:var(--text-light); transition:transform .2s ease;
  }
  .mega-nav-item:hover > .mega-nav-link{
    color:var(--gold-dark);
  }
  .mega-nav-item:hover > .mega-nav-link i.fa-chevron-down{
    transform:rotate(180deg); color:var(--gold);
  }
  .mega-nav-link.active{
    color:var(--gold-dark);
  }
  .mega-nav-link.active::after{
    content:''; position:absolute; bottom:0; left:14px; right:14px; height:2px; background:var(--gold);
  }

  /* Mega Menu Dropdown Panel */
  .mega-panel{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    width:100%;
    background:#fff;
    border-top:1px solid var(--line);
    border-bottom:2px solid var(--gold);
    box-shadow:var(--shadow-luxury);
    z-index:490;
    padding:32px 0 36px;
    animation:megaFade .22s cubic-bezier(.16,1,.3,1) forwards;
  }
  @keyframes megaFade{
    from{ opacity:0; transform:translateY(6px); }
    to{ opacity:1; transform:translateY(0); }
  }
  .mega-nav-item:hover > .mega-panel{
    display:block;
  }
  .mega-grid,
  .mega-panel-inner{
    display:grid;
    grid-template-columns:repeat(3, 1fr) 1.25fr;
    gap:36px;
    align-items:start;
    max-width:1440px;
    margin:0 auto;
    padding:0 32px;
  }
  .mega-col{
    display:flex;
    flex-direction:column;
  }
  .mega-col-title{
    font-size:12px;
    font-weight:800;
    letter-spacing:1.4px;
    text-transform:uppercase;
    color:var(--gold-dark);
    margin-bottom:14px;
    padding-bottom:6px;
    border-bottom:1px solid var(--line);
  }
  .mega-col-list,
  .mega-sub-list{
    display:flex;
    flex-direction:column;
    gap:10px;
    list-style:none;
    padding:0;
    margin:0;
  }
  .mega-col-list li a,
  .mega-sub-list li a{
    font-size:13px;
    color:#3c3935;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:3px 0;
    transition:all .2s ease;
    text-decoration:none;
  }
  .mega-col-list li a:hover,
  .mega-sub-list li a:hover{
    color:var(--gold-dark);
    transform:translateX(4px);
  }
  .mega-col-list li a .sub-count,
  .mega-sub-list li a .sub-count{
    font-size:11px; color:var(--text-light); font-weight:500;
  }

  /* Mega Preview Card (Editorial Image + CTA) */
  .mega-preview-card,
  .mega-featured-card{
    background:var(--ivory);
    border-radius:var(--radius);
    overflow:hidden;
    border:1px solid var(--line);
    display:flex;
    flex-direction:column;
    text-decoration:none;
    transition:box-shadow .25s ease, transform .25s ease;
  }
  .mega-preview-card:hover,
  .mega-featured-card:hover{
    box-shadow:var(--shadow-md);
    transform:translateY(-2px);
  }
  .mega-preview-media,
  .mega-feat-img{
    position:relative;
    width:100%;
    aspect-ratio:4/3;
    overflow:hidden;
  }
  .mega-preview-media img,
  .mega-feat-img img{
    width:100%; height:100%; object-fit:cover;
    transition:transform .4s ease;
  }
  .mega-preview-card:hover .mega-preview-media img,
  .mega-featured-card:hover .mega-feat-img img{
    transform:scale(1.04);
  }
  .mega-preview-badge,
  .mega-feat-badge{
    position:absolute; top:12px; left:12px;
    background:rgba(13,13,15,.8); color:var(--gold-bright);
    font-size:10px; font-weight:800; letter-spacing:1px;
    text-transform:uppercase; padding:4px 9px; border-radius:4px;
    backdrop-filter:blur(4px);
  }
  .mega-preview-body,
  .mega-feat-copy{
    padding:16px 18px;
  }
  .mega-preview-body h4,
  .feat-name{
    font-family:'Playfair Display',serif;
    font-size:15px; margin-bottom:4px; color:var(--text-dark); font-weight:700;
  }
  .mega-preview-body p,
  .feat-desc{
    font-size:11.5px; color:var(--text-muted); line-height:1.45; margin-bottom:12px;
  }
  .mega-preview-link,
  .feat-link{
    display:inline-flex; align-items:center; gap:6px;
    font-size:12px; font-weight:700; color:var(--gold-dark);
    text-transform:uppercase; letter-spacing:.6px;
    text-decoration:none;
  }
  .mega-preview-link:hover,
  .feat-link:hover{ color:var(--text-dark); }
  .mega-preview-link i,
  .feat-link i{ font-size:10px; transition:transform .2s; }
  .mega-preview-card:hover .mega-preview-link i,
  .mega-featured-card:hover .feat-link i{ transform:translateX(3px); }

  /* 4. PREDICTIVE SEARCH MODAL */
  .search-modal-backdrop,
  .search-modal,
  #searchModal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(13,13,15,.75);
    backdrop-filter:blur(6px);
    z-index:10005;
    align-items:flex-start;
    justify-content:center;
    padding:80px 20px 40px;
    overflow-y:auto;
  }
  .search-modal-backdrop.open,
  .search-modal.open,
  #searchModal.open{ display:flex !important; }
  .search-modal-box{
    background:#fff;
    width:100%;
    max-width:720px;
    border-radius:var(--radius-lg);
    box-shadow:var(--shadow-luxury);
    border:1px solid var(--line);
    overflow:hidden;
    animation:searchSlide .25s ease-out;
  }
  @keyframes searchSlide{
    from{ opacity:0; transform:translateY(-14px); }
    to{ opacity:1; transform:translateY(0); }
  }
  .search-modal-header{
    display:flex;
    align-items:center;
    padding:18px 24px;
    border-bottom:1px solid var(--line);
    gap:14px;
  }
  .search-modal-header i{ color:var(--gold-dark); font-size:18px; }
  .search-modal-input{
    flex:1; border:none; outline:none; font-size:16px;
    font-family:'Manrope',sans-serif; color:var(--text-dark);
  }
  .search-modal-close{
    background:none; border:none; font-size:18px; color:var(--text-light);
    cursor:pointer; padding:6px; transition:color .2s;
  }
  .search-modal-close:hover{ color:var(--text-dark); }
  .search-quick-tags{
    padding:12px 24px; background:var(--ivory); border-bottom:1px solid var(--line);
    display:flex; align-items:center; gap:8px; flex-wrap:wrap; font-size:12px;
  }
  .search-tag-label{ color:var(--text-muted); font-weight:600; }
  .search-tag-btn{
    background:#fff; border:1px solid var(--line); border-radius:20px;
    padding:4px 12px; font-size:11.5px; font-weight:600; color:var(--text-dark);
    cursor:pointer; transition:all .2s;
  }
  .search-tag-btn:hover{ border-color:var(--gold); color:var(--gold-dark); }
  .search-results-pane{
    padding:20px 24px; max-height:420px; overflow-y:auto;
  }
  .search-results-title{
    font-size:11.5px; font-weight:800; letter-spacing:1px; text-transform:uppercase;
    color:var(--text-muted); margin-bottom:14px;
  }
  .search-result-row{
    display:flex; align-items:center; gap:16px; padding:12px; border-radius:8px;
    transition:background .2s; border-bottom:1px solid rgba(0,0,0,.04);
  }
  .search-result-row:hover{ background:var(--ivory); }
  .search-result-thumb{
    width:54px; height:54px; border-radius:6px; object-fit:cover; border:1px solid var(--line);
  }
  .search-result-details{ flex:1; }
  .search-result-sku{ font-size:11px; font-weight:800; color:var(--gold-dark); letter-spacing:.5px; }
  .search-result-name{ font-size:13.5px; font-weight:700; color:var(--text-dark); margin:2px 0; }
  .search-result-meta{ font-size:11.5px; color:var(--text-muted); }
  .search-result-action .view-item-link{
    display:inline-flex; align-items:center; gap:6px;
    font-size:12px; font-weight:700; color:var(--gold-dark);
  }
  .search-empty-state{
    text-align:center; padding:40px 20px; color:var(--text-muted);
  }
  .search-empty-state i{ font-size:32px; color:var(--text-light); margin-bottom:12px; }
  .search-empty-state p{ font-size:14px; margin-bottom:6px; }
  .search-empty-state span{ font-size:12px; color:var(--text-light); }

  /* 5. MULTI-PRODUCT RFQ ENQUIRY CART DRAWER */
  .rfq-drawer-overlay{
    display:none; position:fixed; inset:0; background:rgba(13,13,15,.6);
    backdrop-filter:blur(3px); z-index:910;
  }
  .rfq-drawer-overlay.open{ display:block; }
  .rfq-drawer{
    position:fixed; top:0; right:0; bottom:0; width:100%; max-width:440px;
    background:#fff; z-index:920; box-shadow:var(--shadow-luxury);
    display:flex; flex-direction:column;
    transform:translateX(100%); transition:transform .3s cubic-bezier(.16,1,.3,1);
  }
  .rfq-drawer.open{ transform:translateX(0); }
  .rfq-drawer-head,
  .rfq-drawer-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    padding:18px 22px;
    border-bottom:1px solid var(--line);
    background:var(--ivory);
  }
  .rfq-drawer-head h3,
  .rfq-drawer-title{
    font-family:'Playfair Display',serif;
    font-size:18px;
    font-weight:700;
    color:var(--text-dark);
    margin:0 0 3px 0;
    display:flex;
    align-items:center;
    gap:8px;
  }
  .rfq-drawer-head h3 i,
  .rfq-drawer-title i{
    color:var(--gold-dark);
    font-size:16px;
  }
  .rfq-drawer-sub{
    font-size:11.5px;
    color:var(--text-muted);
    margin:0;
  }
  .rfq-drawer-close{
    background:none;
    border:none;
    font-size:22px;
    line-height:1;
    color:var(--text-muted);
    cursor:pointer;
    padding:6px;
    border-radius:4px;
    transition:all .2s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .rfq-drawer-close:hover{
    color:var(--maroon);
    background:rgba(0,0,0,.05);
    transform:scale(1.08);
  }
  .rfq-drawer-list{
    flex:1;
    overflow-y:auto;
    padding:18px 22px;
    display:flex;
    flex-direction:column;
    gap:14px;
  }
  .rfq-drawer-empty{
    text-align:center;
    padding:60px 20px;
    color:var(--text-muted);
  }
  .rfq-drawer-empty > i{
    font-size:42px;
    color:var(--line);
    margin-bottom:14px;
    display:block;
  }
  .rfq-drawer-empty .btn i{
    font-size:10.5px !important;
    color:inherit !important;
    margin:0 0 0 6px !important;
    vertical-align:middle !important;
    display:inline-block !important;
  }
  .rfq-drawer-empty h4{
    font-size:17px;
    margin-bottom:6px;
    color:var(--text-dark);
  }
  .rfq-drawer-empty p{
    font-size:12.5px;
    line-height:1.5;
    margin-bottom:20px;
  }
  .rfq-drawer-item{
    display:flex;
    gap:14px;
    padding-bottom:14px;
    border-bottom:1px solid var(--line);
    align-items:center;
  }
  .rfq-drawer-thumb{
    width:64px;
    height:64px;
    border-radius:6px;
    object-fit:cover;
    border:1px solid var(--line);
    flex-shrink:0;
  }
  .rfq-drawer-info{
    flex:1;
    min-width:0;
  }
  .rfq-drawer-sku{
    font-size:11px;
    font-weight:800;
    color:var(--gold-dark);
  }
  .rfq-drawer-name{
    font-size:13px;
    font-weight:700;
    color:var(--text-dark);
    margin:2px 0 4px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .rfq-drawer-meta{
    font-size:11.5px;
    color:var(--text-muted);
  }
  .rfq-drawer-qty-row{
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:8px;
  }
  .rfq-qty-label{
    font-size:11.5px;
    color:var(--text-muted);
    font-weight:600;
  }
  .rfq-qty-input{
    width:54px;
    padding:3px 6px;
    border:1px solid var(--line);
    border-radius:4px;
    font-size:12px;
    font-weight:700;
    text-align:center;
    outline:none;
  }
  .rfq-qty-input:focus{
    border-color:var(--gold);
  }
  .rfq-remove-btn{
    margin-left:auto;
    background:none;
    border:none;
    color:#b0332a;
    font-size:12px;
    cursor:pointer;
    padding:4px;
    opacity:.75;
    transition:opacity .2s, transform .2s;
  }
  .rfq-remove-btn:hover{
    opacity:1;
    transform:scale(1.15);
  }
  .rfq-drawer-footer{
    padding:18px 22px;
    border-top:1px solid var(--line);
    background:var(--cream);
  }
  .rfq-summary-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:12.5px;
    font-weight:700;
    color:var(--text-dark);
    margin-bottom:12px;
    padding-bottom:8px;
    border-bottom:1px dashed var(--line);
  }
  .rfq-total-val{
    color:var(--gold-dark);
    font-weight:800;
    font-size:13px;
  }
  .rfq-disclaimer{
    font-size:11.5px;
    color:var(--text-muted);
    line-height:1.5;
    margin-bottom:14px;
    display:flex;
    align-items:flex-start;
    gap:8px;
    background:rgba(201,162,75,.08);
    padding:10px 12px;
    border-radius:6px;
    border:1px solid rgba(201,162,75,.22);
  }
  .rfq-disclaimer i{
    color:var(--gold-dark);
    margin-top:2px;
    font-size:13px;
    flex-shrink:0;
  }
  .rfq-actions-row{
    display:flex;
    align-items:center;
    gap:10px;
  }
  .btn-clear-rfq,
  .rfq-actions-row .btn-outline-dark{
    background:#fff !important;
    border:1px solid #d4cdc5 !important;
    color:var(--text-dark) !important;
    font-size:12px !important;
    font-weight:700 !important;
    padding:11px 14px !important;
    border-radius:4px;
    cursor:pointer;
    transition:all .2s ease;
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    gap:6px;
  }
  .btn-clear-rfq:hover,
  .rfq-actions-row .btn-outline-dark:hover{
    background:#fff5f5 !important;
    border-color:#e09494 !important;
    color:var(--maroon) !important;
  }
  .rfq-actions-row .btn-gold{
    flex:1;
    justify-content:center;
    padding:11px 16px;
    font-size:12px;
  }
  .rfq-drawer-note{
    font-size:11px;
    color:var(--text-muted);
    margin-bottom:14px;
    line-height:1.45;
  }
  .rfq-drawer-btn{
    width:100%;
    justify-content:center;
    padding:14px;
    font-size:13px;
  }

  /* 6. MOBILE NAVIGATION DRAWER & ACCORDIONS */
  .mobile-drawer-overlay{
    display:none; position:fixed; inset:0; background:rgba(13,13,15,.7);
    backdrop-filter:blur(3px); z-index:950;
  }
  .mobile-drawer-overlay.open{ display:block; }
  .mobile-drawer{
    position:fixed; top:0; left:0; bottom:0; width:85%; max-width:360px;
    background:#fff; z-index:960; box-shadow:var(--shadow-luxury);
    display:flex; flex-direction:column;
    transform:translateX(-100%); transition:transform .3s cubic-bezier(.16,1,.3,1);
  }
  .mobile-drawer.open{ transform:translateX(0); }
  .mobile-drawer-head{
    display:flex; align-items:center; justify-content:space-between;
    padding:18px 22px; border-bottom:1px solid var(--line);
    background:var(--ivory);
  }
  .mobile-drawer-close{
    background:none; border:none; font-size:22px; color:var(--text-dark); cursor:pointer;
  }
  .mobile-drawer-body{
    flex:1; overflow-y:auto; padding:16px 0;
  }
  .mob-nav-list{ display:flex; flex-direction:column; }
  .mob-nav-item{ border-bottom:1px solid rgba(0,0,0,.04); }
  .mob-nav-link{
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 22px; font-size:14px; font-weight:700; color:var(--text-dark);
  }
  .mob-nav-link:hover{ color:var(--gold-dark); background:var(--ivory); }
  .mob-sub-menu{
    max-height:0; overflow:hidden; transition:max-height .3s ease;
    background:#FAFAF7; padding:0 22px;
  }
  .mob-nav-item.active .mob-sub-menu{
    padding:10px 22px 14px;
  }
  .mob-sub-menu a{
    display:block; padding:8px 0; font-size:13px; color:#4a4641; font-weight:600;
  }
  .mob-sub-menu a:hover{ color:var(--gold-dark); }
  .mob-drawer-footer{
    padding:18px 22px; border-top:1px solid var(--line); background:var(--cream);
    display:flex; flex-direction:column; gap:10px;
  }
  .mob-drawer-footer .btn{ width:100%; justify-content:center; }

  /* 7. PERSISTENT MOBILE BOTTOM DOCK (<820px) */
  .mobile-bottom-dock{
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#ffffff;
    border-top:1px solid var(--line);
    z-index:900;
    box-shadow:0 -4px 20px rgba(0,0,0,.08);
    padding-bottom:max(4px, env(safe-area-inset-bottom, 0px));
  }
  .mobile-bottom-dock-inner,
  .mobile-bottom-dock > nav,
  nav.mobile-bottom-dock{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    text-align:center;
    align-items:center;
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
  }
  .mob-dock-btn,
  .dock-item{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    padding:8px 2px 6px !important;
    font-size:10.5px !important;
    font-weight:700 !important;
    color:var(--text-muted) !important;
    position:relative !important;
    gap:2px !important;
    text-decoration:none !important;
    transition:color .2s ease !important;
    min-width:0 !important;
    line-height:1.2 !important;
  }
  .mob-dock-btn i,
  .dock-item i{
    font-size:17px !important;
    color:var(--gold-dark) !important;
    line-height:1 !important;
    display:inline-block !important;
  }
  .mob-dock-btn span,
  .dock-item span{
    display:block !important;
    font-size:10.5px !important;
    font-weight:700 !important;
    color:var(--text-muted) !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    max-width:100% !important;
  }
  .mob-dock-btn.active,
  .dock-item.active,
  .mob-dock-btn.active span,
  .dock-item.active span{
    color:var(--gold-dark) !important;
    font-weight:800 !important;
  }
  .mob-dock-btn.active i,
  .dock-item.active i{
    color:var(--gold) !important;
  }
  .mob-dock-badge,
  .dock-badge{
    position:absolute !important;
    top:2px !important;
    right:calc(50% - 18px) !important;
    background:var(--gold) !important;
    color:#121004 !important;
    font-size:9.5px !important;
    font-weight:800 !important;
    min-width:16px !important;
    height:16px !important;
    border-radius:10px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 3px !important;
    line-height:1 !important;
    box-shadow:0 2px 6px rgba(0,0,0,.2) !important;
  }

  /* MEDIA QUERIES FOR HEADER & TOPBAR */
  @media (max-width:1120px){
    .header-search-trigger{ max-width:300px; }
    .mega-nav-link{ padding:11px 9px; font-size:12px; }
    .btn-concierge .btn-desk-text{ display:none; }
    .btn-concierge{ padding:8px 10px; }
  }
  @media (max-width:960px){
    .mega-navbar{ display:none; }
    .header-search-trigger{ display:none; }
    .btn-concierge{ display:none !important; } /* Dedicated in mobile dock below */
    .mobile-nav-toggle{ display:flex; }
    .mobile-bottom-dock{ display:block; }
    body{ padding-bottom:72px !important; }
  }

  /* TOPBAR RESPONSIVE (Single clean line, no multi-line wrapping) */
  @media (max-width:768px){
    .site-topbar{
      overflow:hidden;
    }
    .site-topbar .container{
      padding:6px 12px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:8px;
      flex-wrap:nowrap !important;
      white-space:nowrap !important;
      overflow-x:auto;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
    }
    .site-topbar .container::-webkit-scrollbar{ display:none; }
    .topbar-badge-group{
      flex-shrink:0;
      gap:6px;
      display:flex;
      align-items:center;
      flex-wrap:nowrap !important;
      white-space:nowrap !important;
    }
    .topbar-assurance{ display:none !important; }
    .topbar-ticker{
      font-size:10.5px;
      padding:3px 9px;
      white-space:nowrap !important;
      font-weight:700;
      flex-shrink:0;
      display:inline-flex;
      align-items:center;
      gap:6px;
      line-height:1.2;
    }
    .topbar-right-actions{
      display:flex;
      align-items:center;
      gap:8px;
      font-size:10.5px;
      white-space:nowrap !important;
      flex-shrink:0;
      flex-wrap:nowrap !important;
    }
    .topbar-phone-link{ display:none !important; } /* Phone in mobile dock & FAB */
    .topbar-link{ font-size:10.5px; white-space:nowrap !important; flex-shrink:0; gap:4px; }

    /* MAIN HEADER RESPONSIVE (No overflow, no text cutting) */
    .site-header .container{
      padding:10px 14px;
      gap:8px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      flex-wrap:nowrap;
    }
    .brand{
      gap:8px;
      min-width:0;
      flex:0 1 auto;
      max-width:calc(100% - 145px);
    }
    .brand-mark{ width:30px; height:30px; margin:2px 4px; flex-shrink:0; }
    .brand-mark span{ font-size:9.5px; }
    .brand-text{ min-width:0; overflow:hidden; }
    .brand-text .name{
      font-size:13px; font-weight:700; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    }
    .brand-text .sub{ font-size:7px; letter-spacing:0.8px; white-space:nowrap; }
    .brand-text .tag{ display:none !important; }

    .header-actions{ gap:5px; flex-shrink:0; display:flex; align-items:center; }
    .buyer-full{ display:none; }
    .buyer-compact{ display:inline; }
    .btn-wholesale-portal{
      padding:6px 9px; font-size:11px; border-radius:18px; white-space:nowrap; gap:4px; flex-shrink:0;
    }
    .btn-rfq-cart{
      padding:6px 9px; font-size:11px; border-radius:18px; white-space:nowrap; gap:4px; flex-shrink:0;
    }
    .rfq-btn-text{ display:none !important; } /* Sleek compact cart pill */
    .rfq-count-badge{ min-width:16px; height:16px; font-size:9.5px; padding:0 3px; }
    .mobile-nav-toggle{
      display:flex; align-items:center; justify-content:center;
      padding:5px; font-size:19px; color:var(--text-dark); flex-shrink:0;
    }
  }

  @media (max-width:400px){
    .brand-text .name{ font-size:11.5px; }
    .brand-text .sub{ font-size:6.5px; }
    .rate-badge-item:last-child{ display:none; } /* In ultra-narrow screens, show 24K rate */
    .rate-sep{ display:none; }
  }

  @media (max-width:350px){
    .buyer-btn-text{ display:none; } /* Icon only on ultra tiny screens */
    .btn-wholesale-portal{ padding:6px 8px; }
  }


  /* ===== AUTH MODAL ===== */
  .auth-overlay{
    display:none;
    position:fixed; inset:0; background:rgba(11,11,12,.65);
    z-index:1000; align-items:center; justify-content:center; padding:20px;
    backdrop-filter:blur(2px);
  }
  .auth-overlay.open{ display:flex; }
  .auth-modal{
    background:#fff; width:100%; max-width:420px; border-radius:14px;
    padding:38px 34px 32px; position:relative;
    box-shadow:0 30px 70px rgba(0,0,0,.35);
    max-height:90vh; overflow-y:auto;
  }
  .auth-close{
    position:absolute; top:16px; right:18px; font-size:20px; color:var(--text-muted);
    cursor:pointer; background:none; border:none; line-height:1;
  }
  .auth-close:hover{ color:var(--text-dark); }
  .auth-modal h3{ font-size:24px; margin-bottom:6px; }
  .auth-modal .auth-sub{ font-size:13px; color:var(--text-muted); margin-bottom:24px; }
  .auth-tabs{
    display:flex; border:1px solid var(--line); border-radius:8px; overflow:hidden;
    margin-bottom:24px;
  }
  .auth-tab{
    flex:1; text-align:center; padding:11px 0; font-size:12.5px; font-weight:700;
    letter-spacing:.5px; text-transform:uppercase; cursor:pointer; background:var(--ivory);
    color:var(--text-muted); border:none; font-family:inherit;
  }
  .auth-tab.active{ background:var(--text-dark); color:#fff; }
  .auth-form{ display:none; flex-direction:column; gap:14px; }
  .auth-form.active{ display:flex; }
  .auth-field label{
    display:block; font-size:11.5px; font-weight:700; text-transform:uppercase;
    letter-spacing:.5px; color:var(--text-dark); margin-bottom:6px;
  }
  .auth-field input, .auth-field select, .auth-field textarea{
    width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:6px;
    font-size:14px; font-family:inherit; background:var(--cream);
  }
  .auth-field textarea{ resize:vertical; min-height:96px; line-height:1.5; }
  .auth-field select{ appearance:none; }
  .auth-field input:focus, .auth-field select:focus, .auth-field textarea:focus{ outline:none; border-color:var(--gold); background:#fff; }
  .auth-submit{ width:100%; justify-content:center; margin-top:6px; border:none; }
  .auth-msg{
    font-size:12.5px; padding:10px 12px; border-radius:6px; display:none; margin-top:4px;
  }
  .auth-msg.show{ display:block; }
  .auth-msg.error{ background:#FBEAEA; color:#B0332A; }
  .auth-msg.success{ background:#EAF6EC; color:#1E7A34; }
  .auth-msg.info{ background:#FBF3DF; color:#8A6416; }
  .tracking-success{
    border:1px solid #B9DEC0; background:#EAF6EC; color:#1E7A34;
    padding:14px 16px; border-radius:8px; line-height:1.55;
  }
  .tracking-success strong{ display:block; font-size:13.5px; margin-bottom:6px; }
  .tracking-success .tracking-code{
    display:inline-flex; align-items:center; margin:8px 0; padding:7px 11px;
    border-radius:6px; background:#fff; border:1px dashed #7EB889;
    font-size:15px; font-weight:800; letter-spacing:.8px; color:#124F24;
  }
  .tracking-success .tracking-actions{ display:flex; gap:8px; flex-wrap:wrap; margin-top:10px; }
  .tracking-success button, .tracking-success a{
    border:none; border-radius:6px; padding:8px 11px; font-size:12px; font-weight:800;
    font-family:inherit; cursor:pointer; text-decoration:none; display:inline-flex; align-items:center; gap:6px;
  }
  .tracking-success button{ background:#fff; color:#1E7A34; border:1px solid #B9DEC0; }
  .tracking-success a{ background:#25D366; color:#083B1A; }
  .auth-login-required{
    display:none; align-items:flex-start; gap:10px; font-size:12.5px; line-height:1.5;
    padding:12px 14px; border-radius:8px; margin:-4px 0 18px; background:#FBF3DF; color:#8A6416;
    border:1px solid #F0DFA9;
  }
  .auth-login-required.show{ display:flex; }
  .auth-login-required i{ margin-top:2px; }
  .auth-switch{ text-align:center; font-size:12.5px; color:var(--text-muted); margin-top:18px; }
  .auth-switch a{ color:var(--gold-dark); font-weight:700; cursor:pointer; }

  /* ===== HERO ===== */
  .hero{
    position:relative;
    background:
      radial-gradient(circle at 82% 18%, rgba(201,162,75,.16), transparent 55%),
      linear-gradient(160deg,#0c0c0d 0%, #131210 55%, #1a1509 100%);
    overflow:hidden;
    padding:88px 0 60px;
  }
  .hero::before{
    content:'';
    position:absolute; inset:0;
    background-image:
      linear-gradient(rgba(201,162,75,.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(201,162,75,.045) 1px, transparent 1px);
    background-size:46px 46px;
    mask-image:radial-gradient(circle at 30% 30%, black, transparent 70%);
  }
  .hero .container{
    position:relative; z-index:2;
    display:grid; grid-template-columns:1.05fr .95fr; gap:60px; align-items:center;
  }
  .hero-eyebrow{
    display:inline-flex; align-items:center; gap:8px;
    font-size:12px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase;
    color:var(--gold-light); margin-bottom:22px;
  }
  .hero-eyebrow::before{ content:''; width:22px; height:1px; background:var(--gold); }
  .hero h1{
    font-size:52px; line-height:1.12; font-weight:700; color:#fff; margin-bottom:22px;
    letter-spacing:-.5px;
  }
  .hero h1 .accent{
    color:var(--gold-light);
    background:linear-gradient(120deg,var(--gold-light),var(--gold) 60%,var(--gold-dark));
    -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
  }
  .hero p.lead{
    color:rgba(255,255,255,.68); font-size:16px; line-height:1.75; max-width:490px; margin-bottom:34px;
  }
  .hero-cta{ display:flex; gap:16px; margin-bottom:44px; }
  .hero-badges{
    display:grid; grid-template-columns:repeat(4,auto); gap:30px;
    padding-top:30px; border-top:1px solid rgba(255,255,255,.12);
  }
  .hero-badge{ display:flex; align-items:center; gap:10px; }
  .hero-badge i{ color:var(--gold); font-size:19px; }
  .hero-badge .val{ font-size:14.5px; font-weight:700; color:#fff; line-height:1.2; }
  .hero-badge .lbl{ font-size:10.5px; color:rgba(255,255,255,.5); letter-spacing:.5px; }

  /* Hero visual — premium framed product shot */
  .hero-visual{ position:relative; display:flex; justify-content:center; align-items:center; }
  .hero-frame{
    position:relative;
    width:100%;
    max-width:430px;
    border-radius:18px;
    padding:26px;
    background:
      linear-gradient(155deg, rgba(201,162,75,.14), rgba(0,0,0,0) 40%),
      linear-gradient(200deg,#1a1712, #100e0a 70%);
    border:1px solid rgba(201,162,75,.35);
    box-shadow:0 40px 90px -25px rgba(0,0,0,.75), inset 0 1px 0 rgba(255,255,255,.06);
  }
  .hero-frame::before{
    content:'';
    position:absolute; inset:8px;
    border:1px solid rgba(201,162,75,.22);
    border-radius:12px;
    pointer-events:none;
  }
  .hero-photo-wrap{
    position:relative; overflow:hidden; border-radius:10px;
    box-shadow:0 20px 45px -15px rgba(0,0,0,.6);
  }
  .hero-photo-wrap img{
    width:100%; height:400px; object-fit:cover;
    filter:saturate(1.12) contrast(1.05);
    display:block;
  }
  .hero-photo-wrap::after{
    content:'';
    position:absolute; inset:0;
    background:linear-gradient(200deg, rgba(255,220,150,.10), transparent 45%, rgba(0,0,0,.28));
    mix-blend-mode:overlay;
  }
  .hero-photo-shine{
    position:absolute; top:-40%; left:-60%;
    width:60%; height:220%;
    background:linear-gradient(100deg, transparent, rgba(255,255,255,.16) 45%, transparent 60%);
    transform:rotate(18deg);
    animation:shine 5s ease-in-out infinite;
  }
  @keyframes shine{
    0%{ left:-60%; }
    45%{ left:130%; }
    100%{ left:130%; }
  }
  .hero-frame-caption{
    display:flex; align-items:center; justify-content:space-between;
    margin-top:18px; padding-top:16px; border-top:1px solid rgba(201,162,75,.2);
  }
  .hero-frame-caption .stamp{
    display:flex; align-items:center; gap:8px;
    font-size:11px; letter-spacing:1.5px; text-transform:uppercase; color:var(--gold-light); font-weight:700;
  }
  .hero-frame-caption .stamp i{ color:var(--gold); }
  .hero-frame-caption .purity{
    font-family:'Playfair Display',serif; font-size:18px; color:#fff; font-weight:700;
  }
  .hero-frame-caption .purity span{ color:var(--gold-light); }
  .hero-float-card{
    position:absolute; top:-20px; left:-24px;
    background:#fff; border-radius:10px; padding:14px 18px;
    display:flex; align-items:center; gap:12px;
    box-shadow:0 20px 45px -12px rgba(0,0,0,.35);
    z-index:10;
  }
  .hero-float-card .icon-circle{
    width:42px;height:42px;border-radius:50%;
    background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));
    display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;
  }
  .hero-float-card .num{ font-family:'Playfair Display',serif; font-weight:800; font-size:19px; color:var(--text-dark); line-height:1; }
  .hero-float-card .lbl{ font-size:10.5px; color:var(--text-muted); margin-top:2px; }

  /* ===== TRUST STRIP ===== */
  .trust-strip{ background:#100f0d; border-top:1px solid rgba(201,162,75,.15); }
  .trust-strip .container{
    display:grid; grid-template-columns:repeat(4,1fr);
    padding:26px 32px;
  }
  .trust-item{
    display:flex; align-items:center; gap:12px;
    padding:0 22px; border-left:1px solid rgba(255,255,255,.08);
  }
  .trust-item:first-child{ border-left:none; }
  .trust-item i{ color:var(--gold); font-size:20px; }
  .trust-item .val{ color:#fff; font-weight:700; font-size:14px; }
  .trust-item .lbl{ color:rgba(255,255,255,.5); font-size:11px; }

  /* ===== SECTION HEAD ===== */
  .section{ padding:88px 0; }
  .section-head{ text-align:center; max-width:640px; margin:0 auto 56px; }
  .section-head h2{ font-size:36px; font-weight:700; color:var(--text-dark); margin-bottom:14px; }
  .section-head p{ color:var(--text-muted); font-size:15px; line-height:1.7; }
  .section-alt{ background:var(--black); }
  .section-alt .section-head p{ color:rgba(255,255,255,.55); }
  .section-alt .section-head h2{ color:#fff; }
  .section-alt .eyebrow{ color:var(--gold-light); }

  /* ===== SERVICES ===== */
  .services-grid{
    display:grid; grid-template-columns:repeat(5,1fr); gap:22px;
  }
  .service-card{
    background:#fff; border:1px solid var(--line); border-radius:var(--radius);
    padding:34px 24px; text-align:center;
    transition:all .3s ease;
  }
  .service-card:hover{
    transform:translateY(-6px);
    border-color:var(--gold);
    box-shadow:0 20px 40px -18px rgba(0,0,0,.18);
  }
  .service-icon{
    width:64px;height:64px;border-radius:50%;margin:0 auto 20px;
    background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));
    display:flex;align-items:center;justify-content:center;
    color:#fff; font-size:24px;
  }
  .service-card h3{ font-size:16.5px; margin-bottom:10px; color:var(--text-dark); }
  .service-card p{ font-size:13px; color:var(--text-muted); line-height:1.6; }
  .services-more{ text-align:center; margin-top:40px; }

  /* ===== PROCESS ===== */
  .process-row{
    display:grid; grid-template-columns:repeat(5,1fr); gap:0; position:relative; margin-top:20px;
  }
  .process-row::before{
    content:'';
    position:absolute; top:38px; left:10%; right:10%; height:1px;
    background-image:linear-gradient(90deg, rgba(201,162,75,.5) 0 8px, transparent 8px 16px);
    background-size:16px 1px;
  }
  .process-step{ text-align:center; padding:0 14px; position:relative; z-index:2; }
  .process-circle{
    width:76px; height:76px; border-radius:50%; margin:0 auto 22px;
    border:1px solid rgba(201,162,75,.5);
    background:#151412;
    display:flex; align-items:center; justify-content:center;
    color:var(--gold); font-size:26px;
  }
  .process-step .num{ color:var(--gold); font-size:12px; font-weight:800; letter-spacing:2px; margin-bottom:8px; }
  .process-step h4{ color:#fff; font-size:16px; margin-bottom:10px; }
  .process-step p{ color:rgba(255,255,255,.5); font-size:12.5px; line-height:1.6; }

  /* ===== FOUNDER ===== */
  .founder-section{
    background: radial-gradient(circle at 85% 30%, rgba(201,162,75,0.08) 0%, #0a0a0c 60%, #060607 100%);
    border-top:1px solid rgba(201,162,75,.2);
    border-bottom:1px solid rgba(201,162,75,.2);
    padding:96px 0;
    overflow:hidden;
    position:relative;
  }
  .founder-section::before {
    content:'';
    position:absolute;
    top:0; left:15%; right:15%; height:1px;
    background:linear-gradient(90deg, transparent, var(--gold), transparent);
  }
  .founder-wrap{
    display:grid;
    grid-template-columns:0.92fr 1.08fr;
    gap:56px;
    align-items:center;
  }
  .founder-art-wrapper {
    position:relative;
    display:flex;
    justify-content:center;
  }
  .founder-art{
    position:relative;
    border:2px solid rgba(201,162,75,.5);
    border-radius:18px;
    overflow:hidden;
    background:#070707;
    box-shadow:0 30px 70px -15px rgba(0,0,0,.9), 0 0 40px rgba(201,162,75,.15);
    max-width:480px;
    width:100%;
    transition:transform 0.4s ease, box-shadow 0.4s ease;
  }
  .founder-art:hover {
    transform:translateY(-4px);
    box-shadow:0 35px 80px -15px rgba(0,0,0,.95), 0 0 50px rgba(201,162,75,.25);
    border-color:var(--gold-bright);
  }
  .founder-art img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
  }
  .founder-floating-badge {
    position:absolute;
    bottom:20px;
    left:20px;
    right:20px;
    background:rgba(12, 14, 20, 0.88);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border:1px solid rgba(201,162,75,0.4);
    border-radius:12px;
    padding:14px 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-shadow:0 12px 30px rgba(0,0,0,0.6);
  }
  .founder-badge-name {
    font-family:'Playfair Display', serif;
    font-size:16px;
    font-weight:700;
    color:#fff;
    letter-spacing:0.5px;
  }
  .founder-badge-role {
    font-size:11px;
    font-weight:700;
    color:var(--gold-bright);
    letter-spacing:1px;
    text-transform:uppercase;
  }
  .founder-badge-est {
    font-size:11px;
    color:rgba(255,255,255,0.7);
    background:rgba(201,162,75,0.15);
    border:1px solid rgba(201,162,75,0.3);
    padding:4px 10px;
    border-radius:20px;
    font-weight:600;
    white-space:nowrap;
  }

  .founder-copy{
    color:#fff;
  }
  .founder-copy .eyebrow{
    color:var(--gold-bright);
    font-size:12px;
    letter-spacing:2.5px;
    font-weight:800;
    text-transform:uppercase;
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:12px;
  }
  .founder-copy h2{
    font-size:42px;
    line-height:1.15;
    color:#fff;
    margin-bottom:8px;
    font-family:'Playfair Display', serif;
  }
  .founder-role{
    color:var(--gold-light);
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
    font-size:13.5px;
    margin-bottom:20px;
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
  }
  .founder-role .role-pill {
    background:rgba(201,162,75,0.15);
    border:1px solid rgba(201,162,75,0.35);
    color:var(--gold-bright);
    padding:3px 10px;
    border-radius:6px;
    font-size:11px;
  }
  .founder-copy p:not(.founder-role){
    color:rgba(255,255,255,.75);
    line-height:1.8;
    font-size:14.5px;
    margin-bottom:18px;
  }
  
  .founder-offerings-title {
    font-size:13px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:var(--gold-bright);
    margin:22px 0 12px;
    display:flex;
    align-items:center;
    gap:8px;
  }
  .founder-tags-grid {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:24px;
  }
  .founder-tag-pill {
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(201,162,75,0.22);
    border-radius:20px;
    padding:6px 14px;
    font-size:12px;
    color:rgba(255,255,255,0.85);
    font-weight:500;
    display:inline-flex;
    align-items:center;
    gap:6px;
    transition:all 0.25s ease;
  }
  .founder-tag-pill i {
    color:var(--gold);
    font-size:11px;
  }
  .founder-tag-pill:hover {
    background:rgba(201,162,75,0.15);
    border-color:var(--gold);
    color:#fff;
    transform:translateY(-2px);
  }

  .founder-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin-bottom:26px;
  }
  .founder-highlights div{
    border:1px solid rgba(201,162,75,.24);
    background:rgba(255,255,255,.03);
    border-radius:10px;
    padding:16px 18px;
    transition:border-color 0.25s ease;
  }
  .founder-highlights div:hover {
    border-color:rgba(201,162,75,.5);
    background:rgba(255,255,255,.05);
  }
  .founder-highlights i{
    color:var(--gold-bright);
    font-size:18px;
    margin-bottom:8px;
    display:block;
  }
  .founder-highlights span{
    display:block;
    color:rgba(255,255,255,.5);
    font-size:10.5px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:4px;
  }
  .founder-highlights strong{
    display:block;
    color:#fff;
    font-size:13.5px;
    line-height:1.4;
    font-weight:600;
  }
  .founder-copy blockquote{
    border-left:3px solid var(--gold);
    padding-left:18px;
    color:#f4df9c;
    font-family:'Playfair Display',serif;
    font-size:19px;
    line-height:1.45;
    font-style:italic;
    margin-bottom:24px;
  }
  .founder-actions {
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    align-items:center;
  }

  /* ===== LIVE RATE ===== */
  .rate-section{ background:var(--ivory); padding:0; }
  .rate-wrap{
    display:grid; grid-template-columns:.85fr 1.15fr; gap:60px; align-items:center; padding:88px 0;
  }
  .rate-card{
    background:#fff; border:1px solid var(--line); border-radius:14px;
    padding:34px; box-shadow:0 25px 60px -25px rgba(0,0,0,.15);
  }
  .rate-card .eyebrow{ margin-bottom:6px; }
  .rate-card .timestamp{ font-size:12px; color:var(--text-muted); margin-bottom:22px; }
  .rate-value{ display:flex; align-items:baseline; gap:8px; margin-bottom:8px; }
  .rate-value .amt{ font-family:'Playfair Display',serif; font-size:44px; font-weight:800; color:var(--text-dark); }
  .rate-value .unit{ font-size:15px; color:var(--text-muted); }
  .rate-change{ color:#1c8a3e; font-weight:700; font-size:13.5px; margin-bottom:26px; display:flex; align-items:center; gap:5px; }
  .rate-card .btn{ width:100%; justify-content:center; }
  .rate-copy h2{ font-size:32px; margin-bottom:16px; }
  .rate-copy p{ color:var(--text-muted); line-height:1.75; margin-bottom:26px; }
  .rate-features{ display:flex; flex-direction:column; gap:14px; margin-bottom:6px; }
  .rate-feature{ display:flex; align-items:center; gap:12px; font-size:14px; font-weight:600; }
  .rate-feature i{ color:var(--gold-dark); background:rgba(201,162,75,.15); width:26px; height:26px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:12px; }
  .rate-visual{ border-radius:12px; overflow:hidden; margin-top:26px; box-shadow:0 25px 60px -25px rgba(0,0,0,.25); }
  .rate-visual img{ width:100%; height:220px; object-fit:cover; }

  /* ===== QUERY TRACKER ===== */
  .query-track-section{
    background:#fff;
    padding:88px 0;
    border-top:1px solid var(--line);
  }
  .query-track-wrap{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:48px;
    align-items:start;
  }
  .query-track-copy h2{
    font-size:34px;
    margin-bottom:14px;
    color:var(--text-dark);
  }
  .query-track-copy p{
    color:var(--text-muted);
    line-height:1.75;
    margin-bottom:24px;
    max-width:470px;
  }
  .query-track-panel{
    border:1px solid var(--line);
    border-radius:12px;
    background:var(--cream);
    padding:26px;
    box-shadow:0 25px 60px -35px rgba(0,0,0,.18);
  }
  .query-track-panel label{
    display:block;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.3px;
    text-transform:uppercase;
    color:var(--gold-dark);
    margin-bottom:10px;
  }
  .query-track-input-row{
    display:flex;
    gap:12px;
  }
  .query-track-input-row input{
    flex:1;
    min-width:0;
    border:1px solid var(--line);
    background:#fff;
    color:var(--text-dark);
    border-radius:6px;
    padding:14px 16px;
    font-size:14px;
  }
  .query-results{
    display:grid;
    gap:14px;
    margin-top:18px;
  }
  .query-empty{
    border:1px dashed var(--line);
    border-radius:8px;
    padding:18px;
    color:var(--text-muted);
    font-size:13.5px;
    background:#fff;
  }
  .query-result-card{
    border:1px solid var(--line);
    border-left:4px solid var(--gold);
    border-radius:10px;
    background:#fff;
    padding:18px;
  }
  .query-result-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:14px;
  }
  .query-id{
    display:block;
    font-size:11px;
    font-weight:800;
    letter-spacing:1.4px;
    color:var(--gold-dark);
    text-transform:uppercase;
    margin-bottom:4px;
  }
  .query-result-card h3{
    font-family:'Manrope',sans-serif;
    font-size:16px;
    color:var(--text-dark);
  }
  .query-status-pill{
    border-radius:999px;
    padding:7px 11px;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
    background:#F0EEE7;
    color:#6B6660;
    white-space:nowrap;
  }
  .query-meta{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:12px;
    color:var(--text-muted);
    font-size:12px;
  }
  .query-meta span{
    display:inline-flex;
    align-items:center;
    gap:6px;
  }
  .query-meta i{ color:var(--gold-dark); }
  .query-result-card p{
    color:var(--text-muted);
    line-height:1.6;
    font-size:13.5px;
  }
  .query-result-card.status-approved{ border-left-color:#1f8f4d; }
  .query-result-card.status-proceed{ border-left-color:#C9A24B; }
  .query-result-card.status-rejected{ border-left-color:#c0392b; }
  .query-result-card.status-pending{ border-left-color:#6B6660; }
  .status-approved .query-status-pill{ background:#E6F5EC; color:#1f7a43; }
  .status-proceed .query-status-pill{ background:#FFF4CF; color:#8A6416; }
  .status-rejected .query-status-pill{ background:#FDE8E5; color:#a93226; }
  .status-pending .query-status-pill{ background:#F0EEE7; color:#6B6660; }

  /* ===== CTA BANNER ===== */
  .cta-banner{
    background:linear-gradient(120deg,#100f0d,#1a1509 60%,#100f0d);
    padding:46px 0;
  }
  .cta-banner .container{
    display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap;
  }
  .cta-banner h3{ color:#fff; font-size:24px; margin-bottom:6px; }
  .cta-banner p{ color:rgba(255,255,255,.55); font-size:14px; }
  .cta-actions{ display:flex; align-items:center; gap:20px; }
  .btn-whatsapp{
    display:flex; align-items:center; gap:8px; color:#fff; font-weight:700; font-size:13px;
    border:1px solid rgba(255,255,255,.25); padding:14px 22px; border-radius:4px;
  }
  .btn-whatsapp i{ color:#25D366; }
  .btn-whatsapp:hover{ background:rgba(255,255,255,.06); }

  /* ===== STATS ===== */
  .stats-row{ background:#fff; border-bottom:1px solid var(--line); }
  .stats-row .container{
    display:grid; grid-template-columns:repeat(5,1fr);
    padding:44px 32px;
  }
  .stat{ text-align:center; border-left:1px solid var(--line); }
  .stat:first-child{ border-left:none; }
  .stat i{ color:var(--gold-dark); font-size:22px; margin-bottom:12px; display:block; }
  .stat .val{ font-family:'Playfair Display',serif; font-size:24px; font-weight:800; color:var(--text-dark); }
  .stat .lbl{ font-size:12px; color:var(--text-muted); margin-top:4px; }

  /* ===== FOOTER ===== */
  footer{ background:#0B0B0C; color:rgba(255,255,255,.6); padding-top:70px; }
  .footer-grid{
    display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:50px;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .footer-brand .brand{ margin-bottom:16px; }
  .footer-brand .brand-text .name, .footer-brand .brand-text .sub{ color:#fff; }
  .footer-brand p{ font-size:13.5px; line-height:1.75; color:rgba(255,255,255,.5); max-width:280px; margin-bottom:20px; }
  .socials{ display:flex; gap:10px; }
  .socials a{
    width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.18);
    display:flex;align-items:center;justify-content:center;font-size:13px;
    transition:all .25s;
  }
  .socials a:hover{ background:var(--gold); color:#0B0B0C; border-color:var(--gold); }
  footer h4{ color:#fff; font-family:'Manrope',sans-serif; font-size:14.5px; font-weight:700; margin-bottom:22px; letter-spacing:.4px; }
  footer ul li{ margin-bottom:13px; }
  footer ul li a{ font-size:13.5px; color:rgba(255,255,255,.55); transition:color .2s; }
  footer ul li a:hover{ color:var(--gold-light); }
  .footer-contact li{ display:flex; gap:10px; align-items:flex-start; font-size:13.5px; color:rgba(255,255,255,.55); }
  .footer-contact i{ color:var(--gold); margin-top:3px; }
  .footer-bottom{
    display:flex; justify-content:space-between; align-items:center;
    padding:22px 0; font-size:12.5px; color:rgba(255,255,255,.4);
  }
  .footer-bottom a{ margin-left:22px; color:rgba(255,255,255,.4); }
  .footer-bottom a:hover{ color:var(--gold-light); }

  .whatsapp-fab{
    position:fixed; bottom:26px; right:26px; z-index:99999 !important;
    width:56px;height:56px;border-radius:50%;
    background:#25D366; color:#fff; display:flex;align-items:center;justify-content:center;
    font-size:26px; box-shadow:0 10px 30px rgba(37,211,102,.45);
    cursor: pointer !important;
    pointer-events: auto !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .whatsapp-fab:hover {
    transform: scale(1.08);
    box-shadow: 0 14px 35px rgba(37,211,102,.6);
    color: #fff !important;
  }

  @media (max-width:1080px){
    .services-grid{ grid-template-columns:repeat(3,1fr); }
    .process-row{ grid-template-columns:repeat(3,1fr); row-gap:40px; }
    .process-row::before{ display:none; }
    .hero .container{ grid-template-columns:1fr; }
    .hero-visual{ margin-top:50px; }
    .founder-wrap{ grid-template-columns:1fr; gap:36px; }
    .founder-copy{ max-width:none; }
    .rate-wrap{ grid-template-columns:1fr; }
    .query-track-wrap{ grid-template-columns:1fr; }
    .footer-grid{ grid-template-columns:1fr 1fr; }
  }
  @media (max-width:760px){
    .nav-links{ display:none; }
    .nav-actions .user-chip .user-name{ display:none; }
    .burger{ display:block; }
    .topbar .container{ font-size:11px; }
    .topbar-left{ gap:14px; }
    .hero h1{ font-size:34px; }
    .hero-badges{ grid-template-columns:repeat(2,1fr); row-gap:20px; }
    .services-grid{ grid-template-columns:1fr 1fr; }
    .founder-section{ padding:58px 0; }
    .founder-copy h2{ font-size:34px; }
    .founder-highlights{ grid-template-columns:1fr; }
    .founder-copy blockquote{ font-size:21px; }
    .query-track-section{ padding:58px 0; }
    .query-track-panel{ padding:20px; }
    .query-track-input-row{ flex-direction:column; }
    .query-track-input-row .btn{ width:100%; }
    .trust-strip .container{ grid-template-columns:1fr 1fr; row-gap:18px; }
    .stats-row .container{ grid-template-columns:1fr 1fr; row-gap:24px; }
    .stat{ border-left:none; }
    .footer-grid{ grid-template-columns:1fr; }
    .cta-banner .container{ flex-direction:column; text-align:center; }
    .hero-visual{ display:flex; justify-content:center; margin-top:36px; width:100%; }
    .hero-frame{ max-width:320px; width:100%; margin:0 auto; padding:16px; position:relative; }
    .hero-float-card{
      position:absolute !important;
      top:-14px !important;
      left:-10px !important;
      right:auto !important;
      padding:8px 12px !important;
      gap:8px !important;
      border-radius:8px !important;
      box-shadow:0 12px 28px rgba(0,0,0,.35) !important;
      z-index:10 !important;
    }
    .hero-float-card .icon-circle{ width:30px; height:30px; font-size:11px; }
    .hero-float-card .num{ font-size:15px; }
    .hero-float-card .lbl{ font-size:9px; }
  }

/* ===================================================== */
/* ABOUT PAGE SPECIFIC STYLES                              */
/* ===================================================== */

/* Breadcrumb + inner hero */
.inner-hero{
  position:relative;
  background:
    radial-gradient(circle at 85% 20%, rgba(201,162,75,.14), transparent 55%),
    linear-gradient(160deg,#0c0c0d 0%, #131210 55%, #1a1509 100%);
  overflow:hidden;
  padding:44px 0 60px;
}
.inner-hero::before{
  content:'';
  position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(201,162,75,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,162,75,.045) 1px, transparent 1px);
  background-size:46px 46px;
  mask-image:radial-gradient(circle at 30% 20%, black, transparent 70%);
}
.breadcrumb{
  position:relative; z-index:2;
  display:flex; align-items:center; gap:8px;
  font-size:12.5px; font-weight:600; color:rgba(255,255,255,.45);
  margin-bottom:26px;
}
.breadcrumb a{ color:var(--gold-light); }
.breadcrumb i{ font-size:10px; color:rgba(255,255,255,.3); }
.inner-hero .container{
  position:relative; z-index:2;
  display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;
  row-gap:0;
}
.inner-hero .breadcrumb{ grid-column:1/-1; }
.inner-hero h1{ font-size:46px; color:#fff; font-weight:700; margin-bottom:14px; }
.inner-hero h1 .accent{
  color:var(--gold-light);
  background:linear-gradient(120deg,var(--gold-light),var(--gold) 60%,var(--gold-dark));
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
}
.inner-hero .kicker{
  font-family:'Playfair Display',serif; font-style:italic; font-weight:600;
  font-size:19px; color:var(--gold-light); margin-bottom:22px;
}
.inner-hero p.lead{
  color:rgba(255,255,255,.62); font-size:15px; line-height:1.75; max-width:460px; margin-bottom:30px;
}
.inner-badges{ display:grid; grid-template-columns:repeat(4,auto); gap:26px; }
.inner-badge{ display:flex; align-items:center; gap:10px; }
.inner-badge i{ color:var(--gold); font-size:18px; }
.inner-badge .val{ font-size:13.5px; font-weight:700; color:#fff; line-height:1.2; }
.inner-badge .lbl{ font-size:10px; color:rgba(255,255,255,.48); letter-spacing:.4px; }

/* Hero visual: gold bar amid nuggets, built with CSS/SVG */
.about-hero-visual{ position:relative; }
.nugget-field{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  height:400px;
  background:
    radial-gradient(circle at 20% 80%, rgba(228,197,120,.35), transparent 55%),
    radial-gradient(circle at 85% 75%, rgba(156,124,47,.4), transparent 50%),
    linear-gradient(150deg,#1c1712,#0c0a08 70%);
  border:1px solid rgba(201,162,75,.3);
  box-shadow:0 40px 90px -25px rgba(0,0,0,.75);
}
.nugget{
  position:absolute; border-radius:38% 62% 55% 45% / 45% 40% 60% 55%;
  background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));
  box-shadow:inset -3px -3px 6px rgba(0,0,0,.35), inset 2px 2px 4px rgba(255,255,255,.4);
  opacity:.85;
}
.about-bar-wrap{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) rotate(-8deg);
  width:230px; z-index:3;
  filter:drop-shadow(0 25px 40px rgba(0,0,0,.55));
}
.about-bar{
  background:linear-gradient(155deg,#f3d98a,#c9a24b 45%,#8a6a1e 100%);
  border-radius:8px;
  padding:26px 18px;
  text-align:center;
  border:1px solid rgba(255,255,255,.3);
  position:relative;
  overflow:hidden;
}
.about-bar::after{
  content:'';
  position:absolute; top:-60%; left:-30%; width:60%; height:220%;
  background:linear-gradient(100deg, transparent, rgba(255,255,255,.5) 45%, transparent 60%);
  transform:rotate(20deg);
  animation:shine 4.5s ease-in-out infinite;
}
.about-bar .seal{
  width:52px; height:52px; margin:0 auto 12px; border:1.5px solid #6b5218;
  border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-family:'Playfair Display',serif; font-weight:800; font-size:11px; color:#5c470f;
  transform:rotate(0deg);
}
.about-bar .fine{ font-family:'Playfair Display',serif; font-weight:800; font-size:22px; color:#3f2f08; letter-spacing:1px; }
.about-bar .finetext{ font-size:10px; letter-spacing:2px; color:#5c470f; font-weight:700; margin-top:2px; }

.inner-hero-float{
  position:absolute; bottom:-22px; left:20px; z-index:4;
  background:#fff; border-radius:10px; padding:14px 18px;
  display:flex; align-items:center; gap:10px;
  box-shadow:0 20px 45px -12px rgba(0,0,0,.35);
}
.inner-hero-float i{ color:var(--gold-dark); font-size:18px; }
.inner-hero-float .val{ font-family:'Playfair Display',serif; font-weight:800; font-size:15px; color:var(--text-dark); line-height:1; }
.inner-hero-float .lbl{ font-size:9.5px; color:var(--text-muted); }

/* Our Story split */
.story-split{
  display:grid; grid-template-columns:.95fr 1.05fr; gap:60px; align-items:center;
}
.story-copy h2{ font-size:32px; margin-bottom:8px; }
.story-divider{ width:56px; height:3px; background:var(--gold); margin-bottom:22px; border-radius:2px; }
.story-copy p{ color:var(--text-muted); line-height:1.8; font-size:14.5px; margin-bottom:16px; }
.story-visual{ position:relative; }
.facility-panel{
  position:relative; border-radius:12px; overflow:hidden; height:340px;
  background:linear-gradient(180deg,#1a1510 0%, #0c0a08 100%);
  border:1px solid rgba(201,162,75,.25);
  box-shadow:0 30px 70px -25px rgba(0,0,0,.5);
}
.facility-panel svg{ position:absolute; inset:0; width:100%; height:100%; }
.facility-caption{
  position:absolute; bottom:0; left:0; right:0;
  padding:22px 26px;
  background:linear-gradient(0deg, rgba(0,0,0,.85), transparent);
}
.facility-caption .brand-line{
  font-family:'Playfair Display',serif; color:var(--gold-light); font-weight:700; font-size:16px; letter-spacing:.5px;
}
.facility-caption .brand-sub{ color:rgba(255,255,255,.5); font-size:10.5px; letter-spacing:2px; margin-top:2px; }
.facility-float{
  position:absolute; bottom:-24px; right:-20px;
  background:#0B0B0C; border:1px solid rgba(201,162,75,.4);
  border-radius:10px; padding:18px 22px;
  display:flex; align-items:center; gap:14px;
  box-shadow:0 25px 50px -15px rgba(0,0,0,.5);
}
.facility-float .icon-circle{
  width:44px;height:44px;border-radius:50%;
  background:rgba(201,162,75,.12); border:1px solid rgba(201,162,75,.4);
  display:flex;align-items:center;justify-content:center;color:var(--gold-light);font-size:17px;
}
.facility-float .num{ font-family:'Playfair Display',serif; font-weight:800; font-size:20px; color:#fff; line-height:1; }
.facility-float .lbl{ font-size:11px; color:rgba(255,255,255,.5); margin-top:2px; }

/* Advantage cards (2 rows x 3) */
.advantage-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:24px;
}
.advantage-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius);
  padding:30px 26px; display:flex; gap:18px; align-items:flex-start;
  transition:all .3s ease;
}
.advantage-card:hover{ transform:translateY(-4px); border-color:var(--gold); box-shadow:0 20px 40px -18px rgba(0,0,0,.15); }
.advantage-icon{
  width:52px;height:52px;border-radius:50%; flex-shrink:0;
  border:1.5px solid var(--gold); background:rgba(201,162,75,.08);
  display:flex;align-items:center;justify-content:center;color:var(--gold-dark);font-size:19px;
}
.advantage-card h3{ font-size:16px; margin-bottom:7px; color:var(--text-dark); }
.advantage-card p{ font-size:13px; color:var(--text-muted); line-height:1.6; }

/* Certifications strip */
.cert-strip{ background:var(--black); }
.cert-grid{
  display:grid; grid-template-columns:repeat(5,1fr); gap:0;
}
.cert-item{
  text-align:center; padding:0 20px; border-left:1px solid rgba(255,255,255,.08);
}
.cert-item:first-child{ border-left:none; }
.cert-icon{
  width:64px; height:64px; border-radius:50%; margin:0 auto 16px;
  border:1.5px solid rgba(201,162,75,.5);
  display:flex; align-items:center; justify-content:center;
  color:var(--gold); font-size:22px; font-weight:800; font-family:'Playfair Display',serif;
}
.cert-item .val{ color:#fff; font-weight:700; font-size:14px; margin-bottom:4px; }
.cert-item .lbl{ color:rgba(255,255,255,.45); font-size:10.5px; letter-spacing:.5px; }

/* CTA with liquid gold background */
.cta-liquid{
  position:relative;
  background:
    linear-gradient(100deg, rgba(0,0,0,.75), rgba(0,0,0,.55) 40%, rgba(0,0,0,.75)),
    linear-gradient(120deg,#241a08,#7a5a1c 35%,#e4c578 55%,#7a5a1c 70%,#1a1308);
  background-size:200% 200%;
  animation:liquidshift 10s ease infinite;
  padding:52px 0;
}
@keyframes liquidshift{
  0%{ background-position:0% 50%; }
  50%{ background-position:100% 50%; }
  100%{ background-position:0% 50%; }
}
.cta-liquid .container{
  display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap;
}
.cta-liquid h3{ color:#fff; font-size:25px; margin-bottom:6px; }
.cta-liquid p{ color:rgba(255,255,255,.7); font-size:14px; }

@media (max-width:1080px){
  .inner-hero .container{ grid-template-columns:1fr; }
  .about-hero-visual{ margin-top:40px; }
  .story-split{ grid-template-columns:1fr; }
  .story-visual{ margin-top:40px; order:-1; }
  .advantage-grid{ grid-template-columns:1fr 1fr; }
  .cert-grid{ grid-template-columns:1fr 1fr 1fr; row-gap:30px; }
  .cert-item{ border-left:none; }
}
@media (max-width:760px){
  .inner-hero h1{ font-size:32px; }
  .inner-badges{ grid-template-columns:1fr 1fr; row-gap:16px; }
  .advantage-grid{ grid-template-columns:1fr; }
  .cert-grid{ grid-template-columns:1fr 1fr; }
  .cta-liquid .container{ flex-direction:column; text-align:center; }
}

/* ===================================================== */
/* SERVICES PAGE SPECIFIC STYLES                          */
/* ===================================================== */

/* Overview grid (8 compact service tiles) */
.services-overview-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:22px;
}
.service-tile{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius);
  padding:30px 22px; transition:all .3s ease;
}
.service-tile:hover{
  transform:translateY(-6px); border-color:var(--gold);
  box-shadow:0 20px 40px -18px rgba(0,0,0,.18);
}
.service-tile .service-icon{ width:56px; height:56px; font-size:20px; margin-bottom:18px; }
.service-tile h3{ font-size:15.5px; margin-bottom:8px; color:var(--text-dark); }
.service-tile p{ font-size:12.5px; color:var(--text-muted); line-height:1.6; margin-bottom:16px; min-height:52px; }
.service-tile .tile-link{
  font-size:12px; font-weight:700; color:var(--gold-dark); letter-spacing:.4px;
  display:inline-flex; align-items:center; gap:6px;
}
.service-tile .tile-link i{ font-size:10px; transition:transform .2s; }
.service-tile:hover .tile-link i{ transform:translateX(3px); }

/* Detailed alternating service rows */
.service-row{
  display:grid; grid-template-columns:.85fr 1.15fr; gap:64px; align-items:center;
  padding:64px 0; border-bottom:1px solid var(--line);
  scroll-margin-top:110px;
}
.service-row:last-child{ border-bottom:none; padding-bottom:0; }
.service-row:first-child{ padding-top:0; }
.service-row.reverse{ grid-template-columns:1.15fr .85fr; }
.service-row.reverse .service-row-visual{ order:2; }
.service-row.reverse .service-row-copy{ order:1; }

.service-row-visual{ position:relative; }
.service-visual-panel{
  position:relative; border-radius:14px; overflow:hidden; height:300px;
  background:
    radial-gradient(circle at 25% 20%, rgba(228,197,120,.18), transparent 55%),
    linear-gradient(160deg,#1a1712 0%, #0c0a08 75%);
  border:1px solid rgba(201,162,75,.3);
  box-shadow:0 30px 70px -25px rgba(0,0,0,.55);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center;
}
.service-visual-icon{
  width:92px; height:92px; border-radius:50%; margin-bottom:20px;
  border:1.5px solid rgba(201,162,75,.55);
  background:rgba(201,162,75,.08);
  display:flex; align-items:center; justify-content:center;
  color:var(--gold-light); font-size:34px;
}
.service-visual-caption .index-mark{
  font-family:'Playfair Display',serif; color:rgba(255,255,255,.4); font-size:13px;
  letter-spacing:3px; margin-bottom:8px;
}
.service-visual-caption .brand-line{
  font-family:'Playfair Display',serif; color:#fff; font-weight:700; font-size:19px; padding:0 20px;
}
.service-visual-caption .brand-sub{
  color:var(--gold-light); font-size:10.5px; letter-spacing:2.5px; margin-top:8px; font-weight:700;
}
.service-visual-float{
  position:absolute; bottom:-22px; left:24px; z-index:4;
  background:#fff; border-radius:10px; padding:14px 18px;
  display:flex; align-items:center; gap:12px;
  box-shadow:0 20px 45px -12px rgba(0,0,0,.3);
  max-width:250px;
}
.service-row.reverse .service-visual-float{ left:auto; right:24px; }
.service-visual-float .icon-circle{
  width:40px;height:40px;border-radius:50%; flex-shrink:0;
  background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));
  display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;
}
.service-visual-float .num{ font-family:'Playfair Display',serif; font-weight:800; font-size:14.5px; color:var(--text-dark); line-height:1.25; }
.service-visual-float .lbl{ font-size:10px; color:var(--text-muted); margin-top:2px; }

.service-row-copy .eyebrow{ margin-bottom:12px; color:var(--gold-light); }
.service-row-copy h2{ font-size:29px; margin-bottom:16px; color:#fff; }
.service-row-copy > p.desc{ color:rgba(255,255,255,.68); line-height:1.8; font-size:14.5px; margin-bottom:26px; }

.service-meta-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-bottom:24px;
  padding:20px 0; border-top:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12);
}
.service-meta-grid h4{
  font-size:11.5px; letter-spacing:1.5px; text-transform:uppercase; color:var(--gold-light);
  font-weight:700; margin-bottom:10px;
}
.service-meta-grid p{ font-size:13px; color:rgba(255,255,255,.58); line-height:1.65; }
.tag-row{ display:flex; flex-wrap:wrap; gap:8px; }
.material-tag{
  font-size:11.5px; font-weight:600; color:var(--text-dark);
  background:var(--ivory); border:1px solid var(--line); border-radius:20px;
  padding:5px 13px;
}

.benefit-list{ display:flex; flex-direction:column; gap:11px; margin-bottom:28px; }
.benefit-list li{ display:flex; align-items:flex-start; gap:12px; font-size:13.5px; color:rgba(255,255,255,.85); }
.benefit-list li i{
  color:var(--gold-light); background:rgba(201,162,75,.2); width:22px; height:22px; border-radius:50%;
  display:flex; align-items:center; justify-content:center; font-size:10.5px; flex-shrink:0; margin-top:1px;
}

.service-process-note{
  display:flex; align-items:flex-start; gap:12px; background:var(--ivory);
  border-left:3px solid var(--gold); border-radius:6px; padding:14px 18px; margin-bottom:24px;
}
.service-process-note i{ color:var(--gold-dark); font-size:15px; margin-top:2px; }
.service-process-note p{ font-size:12.5px; color:var(--text-muted); line-height:1.6; }
.service-process-note strong{ color:var(--text-dark); }

.service-enquiry-overlay{
  display:none;
  position:fixed;
  inset:0;
  z-index:1000;
  background:rgba(11,11,12,.68);
  align-items:center;
  justify-content:center;
  padding:20px;
  backdrop-filter:blur(2px);
}
.service-enquiry-overlay.open{ display:flex; }
.service-enquiry-modal{
  position:relative;
  width:100%;
  max-width:760px;
  max-height:92vh;
  overflow-y:auto;
  background:#fff;
  border-radius:14px;
  padding:34px;
  box-shadow:0 30px 70px rgba(0,0,0,.35);
}
.service-enquiry-close{
  position:absolute;
  top:16px;
  right:18px;
  border:none;
  background:transparent;
  color:var(--text-muted);
  cursor:pointer;
  font-size:22px;
  line-height:1;
}
.service-enquiry-close:hover{ color:var(--text-dark); }
.service-enquiry-modal h3{ font-size:26px; margin-bottom:6px; }
.service-enquiry-sub{ color:var(--text-muted); font-size:13.5px; line-height:1.6; margin-bottom:22px; }
.service-enquiry-modal .form-row{ margin-bottom:14px; }
.service-enquiry-modal .auth-field{ margin-bottom:14px; }
.service-contact-row{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin:4px 0 16px;
}
.service-contact-row label{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:700;
  color:var(--text-dark);
}
.service-contact-row input{ accent-color:var(--gold-dark); }
.service-enquiry-submit{ width:100%; border:none; }

@media (max-width:1080px){
  .services-overview-grid{ grid-template-columns:1fr 1fr; }
  .service-row, .service-row.reverse{
    grid-template-columns:1fr; gap:40px; padding:48px 0;
  }
  .service-row.reverse .service-row-visual{ order:1; }
  .service-row.reverse .service-row-copy{ order:2; }
  .service-meta-grid{ grid-template-columns:1fr; }
}
@media (max-width:760px){
  .services-overview-grid{ grid-template-columns:1fr; }
  .service-row{ padding:38px 0; }
  .service-row-copy h2{ font-size:24px; }
  .service-visual-panel{ height:230px; }
  .service-visual-float{ position:static; margin-top:16px; box-shadow:none; border:1px solid var(--line); }
  .service-row.reverse .service-visual-float{ margin-top:16px; }
}

/* ===================================================== */
/* REFINING PROCESS PAGE SPECIFIC STYLES                  */
/* ===================================================== */

/* Hero pour illustration frame (reuses about-hero-visual wrapper) */
.pour-frame{
  position:relative; border-radius:14px; overflow:hidden; height:400px;
  border:1px solid rgba(201,162,75,.3);
  box-shadow:0 40px 90px -25px rgba(0,0,0,.75);
}
.pour-frame svg{ width:100%; height:100%; display:block; }

/* Step-by-step panel */
.process-steps-panel{
  border:1px solid var(--line); border-radius:18px;
  padding:70px 36px 44px; position:relative; background:#fff;
  box-shadow:0 30px 70px -40px rgba(0,0,0,.15);
}
.steps-eyebrow-wrap{ text-align:center; margin-bottom:0; }
.steps-eyebrow-wrap .eyebrow{ margin-bottom:10px; }
.steps-eyebrow-wrap h2{ font-size:30px; margin-bottom:10px; }
.steps-divider{ width:56px; height:3px; background:var(--gold); margin:0 auto 46px; border-radius:2px; }

.step-track{
  display:grid; grid-template-columns:repeat(6,1fr); gap:18px; position:relative; margin-top:20px;
}
.step-track::before{
  content:'';
  position:absolute; top:-24px; left:6%; right:6%; height:1px;
  background-image:linear-gradient(90deg, rgba(201,162,75,.5) 0 8px, transparent 8px 16px);
  background-size:16px 1px;
}
.step-card{ position:relative; text-align:center; }
.step-num{
  position:absolute; top:-44px; left:50%; transform:translateX(-50%);
  width:34px; height:34px; border-radius:50%;
  background:#0B0B0C; border:1.5px solid var(--gold); color:var(--gold-light);
  font-family:'Playfair Display',serif; font-weight:800; font-size:13px;
  display:flex; align-items:center; justify-content:center; z-index:3;
}
.step-thumb{
  height:118px; border-radius:12px; margin-bottom:16px;
  background:linear-gradient(150deg,#1c1712,#0c0a08 75%);
  border:1px solid rgba(201,162,75,.25);
  display:flex; align-items:center; justify-content:center;
}
.step-thumb i{ font-size:28px; color:var(--gold-light); }
.step-card h4{ font-size:14px; margin-bottom:8px; color:var(--text-dark); }
.step-card p{ font-size:11.5px; color:var(--text-muted); line-height:1.6; }

/* Dark highlights strip within the light section */
.process-highlights{
  background:#0B0B0C; border-radius:16px; padding:38px 30px;
  display:grid; grid-template-columns:repeat(5,1fr); gap:20px; margin-top:44px;
}
.highlight-item{ text-align:center; }
.highlight-item .h-icon{
  width:52px; height:52px; border-radius:50%; margin:0 auto 14px;
  border:1.5px solid rgba(201,162,75,.5);
  display:flex; align-items:center; justify-content:center;
  color:var(--gold-light); font-size:19px;
}
.highlight-item h5{ color:#fff; font-size:13.5px; margin-bottom:6px; }
.highlight-item p{ color:rgba(255,255,255,.5); font-size:11.5px; line-height:1.55; }

/* CTA banner with a small image thumbnail */
.cta-photo{ background:#0B0B0C; padding:0; border-top:1px solid rgba(201,162,75,.15); }
.cta-photo .container{
  display:flex; align-items:center; gap:28px; padding:34px 32px; flex-wrap:wrap;
}
.cta-photo-thumb{
  width:112px; height:82px; border-radius:10px; overflow:hidden; flex-shrink:0;
  border:1px solid rgba(201,162,75,.3);
}
.cta-photo-thumb svg{ width:100%; height:100%; display:block; }
.cta-photo-copy{ flex:1; min-width:240px; }
.cta-photo-copy h3{ color:#fff; font-size:22px; margin-bottom:4px; }
.cta-photo-copy p{ color:rgba(255,255,255,.55); font-size:13.5px; }
.cta-photo-actions{ display:flex; gap:16px; align-items:center; }

@media (max-width:1080px){
  .step-track{ grid-template-columns:repeat(3,1fr); row-gap:56px; }
  .step-track::before{ display:none; }
  .process-highlights{ grid-template-columns:repeat(2,1fr); row-gap:26px; }
}
@media (max-width:760px){
  .step-track{ grid-template-columns:1fr 1fr; }
  .process-steps-panel{ padding:56px 20px 32px; }
  .process-highlights{ grid-template-columns:1fr; }
  .cta-photo .container{ flex-direction:column; text-align:center; }
  .cta-photo-actions{ justify-content:center; }
}

/* ===================================================== */
/* BUY & SELL GOLD PAGE SPECIFIC STYLES                   */
/* ===================================================== */

.inner-badges-5{ grid-template-columns:repeat(5,auto); gap:24px; }

/* Hero visual: bar + jewellery mound, CSS-built */
.bsg-hero-visual{ position:relative; }
.bsg-hero-panel{
  position:relative; border-radius:14px; overflow:hidden; height:400px;
  background:
    radial-gradient(circle at 18% 78%, rgba(228,197,120,.30), transparent 55%),
    radial-gradient(circle at 88% 30%, rgba(156,124,47,.35), transparent 50%),
    linear-gradient(150deg,#1c1712,#0c0a08 72%);
  border:1px solid rgba(201,162,75,.3);
  box-shadow:0 40px 90px -25px rgba(0,0,0,.75);
}
.bsg-coin{
  position:absolute; border-radius:50%;
  background:radial-gradient(circle at 35% 30%, var(--gold-light), var(--gold-dark) 75%);
  box-shadow:inset -3px -3px 6px rgba(0,0,0,.4), inset 2px 2px 4px rgba(255,255,255,.4);
  opacity:.9;
}
.bsg-ring{
  position:absolute; border-radius:50%;
  border:7px solid var(--gold-light);
  box-shadow:inset -2px -2px 5px rgba(0,0,0,.35), inset 2px 2px 4px rgba(255,255,255,.35);
  opacity:.85;
}
.bsg-bar-wrap{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) rotate(-6deg);
  width:250px; z-index:3;
  filter:drop-shadow(0 25px 40px rgba(0,0,0,.55));
}
.bsg-bar{
  background:linear-gradient(155deg,#f3d98a,#c9a24b 45%,#8a6a1e 100%);
  border-radius:8px; padding:28px 20px; text-align:center;
  border:1px solid rgba(255,255,255,.3); position:relative; overflow:hidden;
}
.bsg-bar::after{
  content:''; position:absolute; top:-60%; left:-30%; width:60%; height:220%;
  background:linear-gradient(100deg, transparent, rgba(255,255,255,.5) 45%, transparent 60%);
  transform:rotate(20deg); animation:shine 4.5s ease-in-out infinite;
}
.bsg-bar .seal{
  width:50px; height:50px; margin:0 auto 10px; border:1.5px solid #6b5218;
  border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-family:'Playfair Display',serif; font-weight:800; font-size:10.5px; color:#5c470f;
}
.bsg-bar .fine{ font-family:'Playfair Display',serif; font-weight:800; font-size:20px; color:#3f2f08; letter-spacing:1px; }
.bsg-bar .finetext{ font-size:9.5px; letter-spacing:2px; color:#5c470f; font-weight:700; margin-top:2px; }

.bsg-float-card{
  position:absolute; top:-20px; right:-16px; z-index:4;
  background:#fff; border-radius:10px; padding:18px 20px; max-width:220px;
  box-shadow:0 20px 45px -12px rgba(0,0,0,.35);
}
.bsg-float-card .cap{
  display:flex; align-items:center; gap:8px;
  font-size:12.5px; font-weight:700; color:var(--gold-dark); margin-bottom:8px; line-height:1.3;
}
.bsg-float-card .cap i{
  width:26px; height:26px; border-radius:50%; flex-shrink:0;
  background:rgba(201,162,75,.15); color:var(--gold-dark);
  display:flex; align-items:center; justify-content:center; font-size:11px;
}
.bsg-float-card p{ font-size:11.5px; color:var(--text-muted); line-height:1.55; }

/* Toggle row */
.bsg-toggle-section{ background:var(--black); padding:64px 0 0; }
.bsg-toggle-head{
  display:flex; align-items:center; justify-content:center; gap:18px;
  margin-bottom:32px;
}
.bsg-toggle-head::before, .bsg-toggle-head::after{
  content:''; width:70px; height:1px; background:rgba(201,162,75,.4);
}
.bsg-toggle-head h2{ color:#fff; font-size:22px; white-space:nowrap; }
.bsg-toggle-row{ display:grid; grid-template-columns:1fr 1fr; gap:20px; max-width:820px; margin:0 auto; padding-bottom:64px; }
.bsg-toggle-btn{
  display:flex; align-items:center; gap:16px;
  padding:20px 26px; border-radius:8px; cursor:pointer;
  border:1px solid rgba(255,255,255,.15); background:transparent;
  transition:all .25s ease;
}
.bsg-toggle-btn .icon-circle{
  width:46px; height:46px; border-radius:50%; flex-shrink:0;
  display:flex; align-items:center; justify-content:center; font-size:19px;
}
.bsg-toggle-btn .t-title{ font-size:14.5px; font-weight:800; letter-spacing:.5px; margin-bottom:3px; }
.bsg-toggle-btn .t-sub{ font-size:12px; }
.bsg-toggle-btn.is-gold{
  background:linear-gradient(135deg,var(--gold-light),var(--gold) 55%,var(--gold-dark));
  border-color:transparent;
}
.bsg-toggle-btn.is-gold .icon-circle{ background:rgba(0,0,0,.15); color:#1a1200; }
.bsg-toggle-btn.is-gold .t-title{ color:#1a1200; }
.bsg-toggle-btn.is-gold .t-sub{ color:rgba(26,18,0,.7); }
.bsg-toggle-btn.is-dark .icon-circle{ background:rgba(201,162,75,.12); color:var(--gold-light); border:1px solid rgba(201,162,75,.4); }
.bsg-toggle-btn.is-dark .t-title{ color:#fff; }
.bsg-toggle-btn.is-dark .t-sub{ color:rgba(255,255,255,.5); }
.bsg-toggle-btn.is-dark:hover{ border-color:var(--gold); }

/* Form cards */
.bsg-forms-section{ background:var(--black); padding:0 0 88px; }
.bsg-forms-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.bsg-form-card{
  background:#fff; border-radius:14px; padding:32px 30px 28px;
  box-shadow:0 30px 70px -35px rgba(0,0,0,.6);
  scroll-margin-top:110px;
}
.bsg-form-head{ display:flex; align-items:flex-start; gap:16px; margin-bottom:26px; }
.bsg-form-head .icon-circle{
  width:52px; height:52px; border-radius:50%; flex-shrink:0;
  background:rgba(201,162,75,.14); color:var(--gold-dark);
  display:flex; align-items:center; justify-content:center; font-size:20px;
}
.bsg-form-head h3{ font-size:19px; margin-bottom:4px; color:var(--text-dark); }
.bsg-form-head p{ font-size:12.5px; color:var(--text-muted); line-height:1.55; }

.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
.form-group{ display:flex; flex-direction:column; gap:7px; }
.form-group label{ font-size:12.5px; font-weight:700; color:var(--text-dark); }
.form-group label .req{ color:#b3452f; }
.form-group input[type=text], .form-group input[type=tel], .form-group input[type=email],
.form-group select, .form-group textarea{
  border:1px solid var(--line); border-radius:6px; padding:11px 13px;
  font-family:'Manrope',sans-serif; font-size:13px; color:var(--text-dark);
  background:#fcfbf8; width:100%; transition:border-color .2s, box-shadow .2s;
}
.form-group select{ appearance:none; -webkit-appearance:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0l5 6 5-6z' fill='%236B6660'/></svg>");
  background-repeat:no-repeat; background-position:right 13px center; padding-right:30px;
}
.form-group textarea{ resize:vertical; min-height:44px; font-family:inherit; }
.form-group input::placeholder, .form-group textarea::placeholder{ color:#a39d92; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus{
  outline:none; border-color:var(--gold); box-shadow:0 0 0 3px rgba(201,162,75,.15);
}

.upload-drop{
  border:1.5px dashed var(--line); border-radius:8px; padding:20px 16px;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px;
  text-align:center; cursor:pointer; transition:border-color .2s, background .2s;
  background:#fcfbf8;
}
.upload-drop:hover{ border-color:var(--gold); background:rgba(201,162,75,.05); }
.upload-drop i{ color:var(--gold-dark); font-size:18px; }
.upload-drop .u-main{ font-size:12.5px; font-weight:600; color:var(--text-dark); }
.upload-drop .u-sub{ font-size:11px; color:var(--text-muted); }
.upload-drop input[type=file]{ display:none; }

.contact-method-row{ display:flex; align-items:center; gap:26px; flex-wrap:wrap; }
.radio-opt{ display:flex; align-items:center; gap:8px; font-size:13px; font-weight:600; color:var(--text-dark); cursor:pointer; }
.radio-opt input[type=radio]{ accent-color:var(--gold-dark); width:16px; height:16px; cursor:pointer; }

.consent-row{ display:flex; align-items:flex-start; gap:9px; margin-top:18px; }
.consent-row input[type=checkbox]{ accent-color:var(--gold-dark); width:15px; height:15px; margin-top:2px; cursor:pointer; flex-shrink:0; }
.consent-row label{ font-size:12px; color:var(--text-muted); line-height:1.6; }
.consent-row a{ color:var(--gold-dark); font-weight:600; text-decoration:underline; }

.bsg-form-card .btn-gold{ width:100%; justify-content:center; margin-top:20px; }
.form-note{
  display:flex; align-items:center; gap:6px; justify-content:center;
  font-size:11px; color:var(--text-muted); margin-top:12px;
}
.form-note i{ color:var(--gold-dark); }

/* Rate + Why choose strip */
.bsg-strip{ background:#100f0d; border-top:1px solid rgba(201,162,75,.15); padding:34px 0; }
.bsg-strip .container{ display:flex; align-items:center; gap:40px; }
.bsg-live-card{
  border:1px solid rgba(201,162,75,.35); border-radius:10px; padding:18px 22px;
  min-width:230px; flex-shrink:0;
}
.bsg-live-card .eyebrow{ font-size:11px; margin-bottom:2px; }
.bsg-live-card .timestamp{ font-size:10.5px; color:rgba(255,255,255,.4); margin-bottom:12px; }
.bsg-live-card .rate-value{ margin-bottom:6px; }
.bsg-live-card .rate-value .amt{ color:#fff; font-size:26px; }
.bsg-live-card .rate-value .unit{ color:rgba(255,255,255,.5); font-size:12.5px; }
.bsg-live-card .rate-change{ font-size:12px; margin-bottom:14px; }
.bsg-live-card .btn{ width:100%; justify-content:center; padding:10px 18px; font-size:11.5px; }
.bsg-live-card .btn-outline-dark{ border-color:rgba(255,255,255,.3); }

.bsg-why{ flex:1; text-align:center; }
.bsg-why h3{ color:#fff; font-size:18px; margin-bottom:20px; position:relative; }
.bsg-why-row{ display:flex; justify-content:center; gap:44px; }
.bsg-why-item{ text-align:center; }
.bsg-why-item i{
  width:44px; height:44px; border-radius:50%; margin:0 auto 10px;
  border:1.5px solid rgba(201,162,75,.5); color:var(--gold);
  display:flex; align-items:center; justify-content:center; font-size:17px;
}
.bsg-why-item span{ display:block; font-size:11.5px; color:rgba(255,255,255,.6); line-height:1.4; }

.bsg-strip-photo{
  width:150px; height:110px; border-radius:10px; overflow:hidden; flex-shrink:0;
  border:1px solid rgba(201,162,75,.3);
  background:
    radial-gradient(circle at 30% 70%, rgba(255,170,60,.55), transparent 60%),
    linear-gradient(160deg,#241a08,#0c0a08 80%);
  position:relative;
}
.bsg-strip-photo::before{
  content:''; position:absolute; left:50%; top:0; transform:translateX(-50%);
  width:5px; height:52%; background:linear-gradient(180deg,#ffd27a,#e07b1e);
  filter:blur(.3px); border-radius:0 0 3px 3px;
}
.bsg-strip-photo::after{
  content:''; position:absolute; left:50%; bottom:14px; transform:translateX(-50%);
  width:34px; height:12px; border-radius:50%;
  background:radial-gradient(circle, #ffdf9e, #d98c22 70%);
  box-shadow:0 0 16px 6px rgba(255,170,60,.45);
}

@media (max-width:1080px){
  .bsg-forms-grid{ grid-template-columns:1fr; }
  .form-row{ grid-template-columns:1fr; }
  .bsg-toggle-row{ grid-template-columns:1fr; }
  .inner-badges-5{ grid-template-columns:repeat(3,auto); row-gap:16px; }
  .bsg-strip .container{ flex-direction:column; text-align:center; }
  .bsg-why-row{ flex-wrap:wrap; }
}
@media (max-width:760px){
  .inner-badges-5{ grid-template-columns:1fr 1fr; }
  .bsg-toggle-head h2{ font-size:18px; }
  .bsg-toggle-head::before, .bsg-toggle-head::after{ width:30px; }
  .bsg-why-row{ gap:24px; }
  .bsg-float-card{ position:static; margin-top:16px; max-width:none; }
  .bsg-hero-panel{ height:300px; }
}

/* ===================================================== */
/* PRODUCTS LISTING PAGE                                  */
/* ===================================================== */
.products-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.product-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius);
  overflow:hidden; transition:all .3s ease;
}
.product-card:hover{ transform:translateY(-6px); border-color:var(--gold); box-shadow:0 20px 40px -18px rgba(0,0,0,.18); }
.product-card-media{
  height:180px; position:relative; overflow:hidden;
  background:linear-gradient(150deg,#1c1712,#0c0a08 75%);
  display:flex; align-items:center; justify-content:center;
}
.product-card-media img{ width:100%; height:100%; object-fit:cover; }
.product-card-media i{ font-size:44px; color:var(--gold-light); }
.product-card-badge{
  position:absolute; top:12px; left:12px;
  background:rgba(11,11,12,.75); color:var(--gold-light);
  font-size:10.5px; font-weight:700; letter-spacing:.5px;
  padding:5px 10px; border-radius:20px;
}
.product-card-body{ padding:22px; }
.product-card-body h3{ font-size:17px; margin-bottom:6px; color:var(--text-dark); }
.product-card-body p{ font-size:12.5px; color:var(--text-muted); margin-bottom:16px; }
.product-card-body .btn{ width:100%; justify-content:center; padding:11px 18px; font-size:12px; }
.products-filter-row{
  display:flex; align-items:center; justify-content:center; gap:12px; flex-wrap:wrap; margin-bottom:44px;
}
.products-filter-chip{
  padding:10px 20px; border-radius:24px; font-size:12.5px; font-weight:700;
  border:1px solid var(--line); color:var(--text-muted); cursor:pointer; transition:all .2s ease;
}
.products-filter-chip:hover{ border-color:var(--gold); color:var(--gold-dark); }
.products-filter-chip.active{
  background:linear-gradient(135deg,var(--gold-light),var(--gold) 55%,var(--gold-dark));
  color:#1a1200; border-color:transparent;
}

@media (max-width:1080px){ .products-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:760px){ .products-grid{ grid-template-columns:1fr; } }

/* ===================================================== */
/* PRODUCT DETAIL PAGE                                    */
/* ===================================================== */
.pdp-page{ background:var(--black); }

/* Hero */
.pdp-hero{
  position:relative; padding:40px 0 0; overflow:hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(201,162,75,.14), transparent 55%),
    linear-gradient(160deg,#0c0c0d 0%, #131210 55%, #1a1509 100%);
}
.pdp-hero::before{
  content:'';
  position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(201,162,75,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,162,75,.045) 1px, transparent 1px);
  background-size:46px 46px;
  mask-image:radial-gradient(circle at 30% 20%, black, transparent 70%);
}
.pdp-hero .container{ position:relative; z-index:2; }
.pdp-hero-grid{
  display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:center;
  padding-bottom:36px;
}
.pdp-hero-copy .eyebrow-title{ font-size:44px; color:#fff; font-weight:700; margin-bottom:8px; letter-spacing:-.5px; }
.pdp-hero-copy .accent-line{
  font-family:'Playfair Display',serif; font-style:italic; font-weight:600;
  font-size:20px; color:var(--gold-light); margin-bottom:20px;
}
.pdp-hero-copy p.lead{ color:rgba(255,255,255,.62); font-size:14.5px; line-height:1.75; max-width:480px; margin-bottom:26px; }
.pdp-mini-badges{ display:flex; gap:30px; flex-wrap:wrap; }
.pdp-mini-badge{ display:flex; align-items:center; gap:10px; }
.pdp-mini-badge .ic{
  width:38px; height:38px; border-radius:50%; flex-shrink:0;
  border:1.5px solid rgba(201,162,75,.5); background:rgba(201,162,75,.08);
  display:flex; align-items:center; justify-content:center; color:var(--gold-light); font-size:14px;
}
.pdp-mini-badge .val{ font-size:13px; font-weight:700; color:#fff; line-height:1.2; }
.pdp-mini-badge .lbl{ font-size:10px; color:rgba(255,255,255,.48); }

.pdp-hero-visual{ position:relative; }
.pdp-hero-photo{
  position:relative; border-radius:16px; overflow:hidden;
  border:1px solid rgba(201,162,75,.35);
  box-shadow:0 40px 90px -25px rgba(0,0,0,.75);
}
.pdp-hero-photo img{ width:100%; height:340px; object-fit:cover; display:block; filter:saturate(1.1) contrast(1.05); }
.pdp-lbma-seal{
  position:absolute; top:20px; right:20px; z-index:3;
  width:96px; height:96px; border-radius:50%;
  background:radial-gradient(circle,#171410,#0b0a08 75%);
  border:1.5px solid var(--gold);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; box-shadow:0 15px 35px -10px rgba(0,0,0,.6);
}
.pdp-lbma-seal i{ color:var(--gold-light); font-size:16px; margin-bottom:3px; }
.pdp-lbma-seal .l1{ font-size:9px; font-weight:800; letter-spacing:.5px; color:#fff; line-height:1.25; }
.pdp-lbma-seal .l2{ font-size:6.5px; color:rgba(255,255,255,.5); letter-spacing:.5px; line-height:1.3; margin-top:2px; }

/* Tabs */
.pdp-tabs-section{ padding:26px 0 30px; border-top:1px solid rgba(255,255,255,.08); }
.pdp-tabs{ display:flex; gap:12px; flex-wrap:wrap; }
.pdp-tab{
  display:flex; align-items:center; gap:9px;
  padding:14px 22px; border-radius:6px; font-size:13px; font-weight:700;
  border:1px solid rgba(255,255,255,.14); color:rgba(255,255,255,.75); cursor:pointer;
  transition:all .2s ease; background:transparent;
}
.pdp-tab i{ font-size:13px; }
.pdp-tab:hover{ border-color:var(--gold); color:#fff; }
.pdp-tab.active{
  background:linear-gradient(135deg,var(--gold-light),var(--gold) 55%,var(--gold-dark));
  color:#1a1200; border-color:transparent;
}

/* Main content: gallery + info */
.pdp-main{ padding:52px 0 20px; }
.pdp-main-grid{ display:grid; grid-template-columns:1fr .85fr; gap:36px; align-items:start; }

.pdp-gallery-main{
  position:relative; border-radius:14px; overflow:hidden; height:400px;
  border:1px solid rgba(201,162,75,.25); background:linear-gradient(150deg,#171310,#0b0a08 75%);
}
.pdp-gallery-main img{ width:100%; height:100%; object-fit:cover; }
.pdp-gallery-zoom{
  position:absolute; top:16px; right:16px; width:38px; height:38px; border-radius:50%;
  background:rgba(11,11,12,.7); border:1px solid rgba(201,162,75,.4); cursor:pointer;
  display:flex; align-items:center; justify-content:center; color:var(--gold-light); font-size:14px;
}
.pdp-thumbs{ display:flex; align-items:center; gap:10px; margin-top:16px; }
.pdp-thumbs-arrow{
  width:32px; height:32px; border-radius:50%; flex-shrink:0;
  border:1px solid rgba(255,255,255,.2); color:rgba(255,255,255,.6);
  display:flex; align-items:center; justify-content:center; font-size:12px; cursor:pointer; background:transparent;
}
.pdp-thumbs-arrow:hover{ border-color:var(--gold); color:var(--gold-light); }
.pdp-thumbs-row{ display:flex; gap:10px; flex:1; }
.pdp-thumb{
  width:64px; height:64px; border-radius:8px; flex-shrink:0; cursor:pointer;
  border:1.5px solid rgba(255,255,255,.12); overflow:hidden;
  background:linear-gradient(150deg,#1c1712,#0c0a08 75%);
  display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.4); font-size:17px;
  transition:border-color .2s;
}
.pdp-thumb img{ width:100%; height:100%; object-fit:cover; }
.pdp-thumb.active{ border-color:var(--gold); color:var(--gold-light); }
.pdp-thumb:hover{ border-color:var(--gold-light); }

/* Info card */
.pdp-info-card{
  background:var(--charcoal); border:1px solid rgba(201,162,75,.22); border-radius:14px;
  padding:32px 30px;
}
.pdp-info-card h2{ font-size:24px; color:#fff; margin-bottom:8px; }
.pdp-info-sub{ font-size:12.5px; color:var(--gold-light); font-weight:600; margin-bottom:20px; }
.pdp-price-label{ display:flex; align-items:center; gap:8px; font-size:11.5px; letter-spacing:1.5px; text-transform:uppercase; color:rgba(255,255,255,.4); font-weight:700; margin-bottom:8px; }
.pdp-price{
  font-family:'Playfair Display',serif; font-size:28px; font-weight:800; color:var(--gold-light);
  display:flex; align-items:center; gap:8px; margin-bottom:22px;
}
.pdp-checklist{ display:flex; flex-direction:column; gap:12px; margin-bottom:22px; }
.pdp-checklist li{ display:flex; align-items:center; gap:10px; font-size:13.5px; color:rgba(255,255,255,.8); }
.pdp-checklist li i{ color:var(--gold-light); font-size:12px; }
.pdp-divider{ height:1px; background:rgba(255,255,255,.1); margin:22px 0; }
.pdp-enquiry-label{ font-family:'Playfair Display',serif; font-size:15px; color:#fff; margin-bottom:16px; }
.pdp-actions{ display:flex; gap:14px; }
.pdp-actions .btn{ flex:1; justify-content:center; }
.btn-outline-info{ border:1px solid rgba(201,162,75,.5); color:var(--gold-light); background:transparent; }
.btn-outline-info:hover{ background:rgba(201,162,75,.1); }

/* Feature cards row */
.pdp-features{ padding:8px 0 60px; }
.pdp-features-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.pdp-feature-card{
  background:var(--charcoal); border:1px solid rgba(255,255,255,.08); border-radius:12px;
  padding:28px 22px; text-align:center; transition:all .25s ease;
}
.pdp-feature-card:hover{ border-color:var(--gold); transform:translateY(-4px); }
.pdp-feature-card .ic{
  width:52px; height:52px; border-radius:50%; margin:0 auto 16px;
  border:1.5px solid rgba(201,162,75,.5); background:rgba(201,162,75,.08);
  display:flex; align-items:center; justify-content:center; color:var(--gold-light); font-size:19px;
}
.pdp-feature-card h4{ color:#fff; font-size:15px; margin-bottom:8px; }
.pdp-feature-card p{ color:rgba(255,255,255,.5); font-size:12px; line-height:1.6; }

/* Refining process panel */
.pdp-process-panel{
  background:linear-gradient(160deg,#171310,#0b0a08 75%);
  border:1px solid rgba(201,162,75,.25); border-radius:18px;
  padding:44px; margin-bottom:70px;
  display:grid; grid-template-columns:1.6fr .9fr; gap:40px; align-items:center;
}
.pdp-process-heading h3{ color:#fff; font-size:24px; margin-bottom:8px; }
.pdp-process-heading p{ color:rgba(255,255,255,.5); font-size:13.5px; margin-bottom:30px; }
.pdp-process-track{ display:flex; align-items:center; gap:0; }
.pdp-process-step{ text-align:center; flex:1; }
.pdp-process-circle{
  width:56px; height:56px; border-radius:50%; margin:0 auto 12px;
  border:1px solid rgba(201,162,75,.5); background:#171310;
  display:flex; align-items:center; justify-content:center; color:var(--gold-light); font-size:19px;
}
.pdp-process-step .lbl{ color:rgba(255,255,255,.7); font-size:11.5px; font-weight:600; line-height:1.4; }
.pdp-process-arrow{ color:rgba(201,162,75,.5); font-size:13px; flex-shrink:0; padding:0 4px; margin-bottom:34px; }
.pdp-process-check{ display:flex; flex-direction:column; gap:16px; border-left:1px solid rgba(255,255,255,.1); padding-left:40px; }
.pdp-process-check li{ display:flex; align-items:center; gap:10px; font-size:13.5px; color:#fff; font-weight:600; }
.pdp-process-check li i{ color:var(--gold-light); font-size:13px; }

/* Related products */
.pdp-related{ padding:0 0 70px; }
.pdp-related-head{ display:flex; align-items:center; justify-content:center; gap:18px; margin-bottom:36px; }
.pdp-related-head::before, .pdp-related-head::after{ content:''; width:70px; height:1px; background:rgba(201,162,75,.4); }
.pdp-related-head h2{ color:#fff; font-size:24px; }
.pdp-related-grid{ display:grid; grid-template-columns:repeat(4,1fr) auto; gap:22px; align-items:stretch; }
.pdp-related-card{
  background:var(--charcoal); border:1px solid rgba(255,255,255,.08); border-radius:12px;
  overflow:hidden; transition:all .25s ease;
}
.pdp-related-card:hover{ border-color:var(--gold); transform:translateY(-4px); }
.pdp-related-media{
  height:140px; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(150deg,#1c1712,#0c0a08 75%);
}
.pdp-related-media img{ width:100%; height:100%; object-fit:cover; }
.pdp-related-media i{ font-size:36px; color:var(--gold-light); }
.pdp-related-body{ padding:18px; text-align:center; }
.pdp-related-body h4{ color:#fff; font-size:14.5px; margin-bottom:4px; }
.pdp-related-body .pur{ color:rgba(255,255,255,.45); font-size:11.5px; margin-bottom:14px; }
.pdp-related-body .btn{ width:100%; justify-content:center; padding:9px 14px; font-size:11px; }
.pdp-related-side{
  display:flex; flex-direction:column; gap:16px; justify-content:center;
  border:1px solid rgba(201,162,75,.3); border-radius:12px; padding:20px; min-width:130px;
}
.pdp-side-btn{
  display:flex; flex-direction:column; align-items:center; gap:8px; text-align:center;
  color:rgba(255,255,255,.75); font-size:12px; font-weight:700;
}
.pdp-side-btn i{
  width:40px; height:40px; border-radius:50%; border:1.5px solid rgba(201,162,75,.5);
  display:flex; align-items:center; justify-content:center; color:var(--gold-light); font-size:15px;
  transition:all .2s ease;
}
.pdp-side-btn:hover{ color:#fff; }
.pdp-side-btn:hover i{ border-color:var(--gold); background:rgba(201,162,75,.1); }

@media (max-width:1080px){
  .pdp-hero-grid{ grid-template-columns:1fr; }
  .pdp-hero-visual{ margin-top:36px; }
  .pdp-main-grid{ grid-template-columns:1fr; }
  .pdp-features-grid{ grid-template-columns:1fr 1fr; }
  .pdp-process-panel{ grid-template-columns:1fr; padding:36px 26px; }
  .pdp-process-check{ border-left:none; padding-left:0; border-top:1px solid rgba(255,255,255,.1); padding-top:26px; flex-direction:row; flex-wrap:wrap; justify-content:center; }
  .pdp-related-grid{ grid-template-columns:1fr 1fr; }
  .pdp-related-side{ grid-column:1/-1; flex-direction:row; justify-content:center; }
}
@media (max-width:760px){
  .pdp-hero-copy .eyebrow-title{ font-size:32px; }
  .pdp-mini-badges{ gap:18px; }
  .pdp-features-grid{ grid-template-columns:1fr; }
  .pdp-process-track{ flex-direction:column; }
  .pdp-process-arrow{ transform:rotate(90deg); margin-bottom:0; padding:6px 0; }
  .pdp-related-grid{ grid-template-columns:1fr; }
  .pdp-actions{ flex-direction:column; }
}

/* ===================================================== */
/* LIVE GOLD RATE PAGE                                    */
/* ===================================================== */
.lr-page{ background:var(--black); }

.lr-hero{
  position:relative; padding:44px 0 34px; overflow:hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(201,162,75,.16), transparent 55%),
    linear-gradient(160deg,#0c0c0d 0%, #131210 55%, #1a1509 100%);
}
.lr-hero::before{
  content:''; position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(201,162,75,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,162,75,.045) 1px, transparent 1px);
  background-size:46px 46px;
  mask-image:radial-gradient(circle at 25% 20%, black, transparent 70%);
}
.lr-hero .container{ position:relative; z-index:2; }
.lr-hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
.lr-hero-copy .eyebrow{ color:var(--gold-light); }
.lr-hero-copy h1{ font-size:46px; color:#fff; font-weight:700; line-height:1.1; margin-bottom:10px; }
.lr-hero-copy h1 .accent{ font-style:italic; color:var(--gold-light); }
.lr-hero-copy p.lead{ color:rgba(255,255,255,.62); font-size:14.5px; line-height:1.75; max-width:480px; margin-bottom:22px; }
.lr-updated-badge{
  display:inline-flex; align-items:center; gap:10px;
  border:1px solid rgba(201,162,75,.4); background:rgba(201,162,75,.08);
  color:var(--gold-light); font-size:12.5px; font-weight:700;
  padding:10px 18px; border-radius:30px;
}
.lr-updated-badge i{ font-size:11px; }
.lr-updated-badge .lr-live-dot{
  width:7px; height:7px; border-radius:50%; background:#2fbf5e; margin-right:2px;
  box-shadow:0 0 0 0 rgba(47,191,94,.6); animation:pulse 1.6s infinite;
}
.lr-hero-visual{ position:relative; border-radius:16px; overflow:hidden; border:1px solid rgba(201,162,75,.35); box-shadow:0 40px 90px -25px rgba(0,0,0,.75); }
.lr-hero-visual img{ width:100%; height:320px; object-fit:cover; display:block; filter:saturate(1.1) contrast(1.05); }

/* Trust strip */
.lr-trust-strip{ padding:26px 0; border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); background:#101011; }
.lr-trust-strip .container{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:20px; }
.lr-trust-item{ display:flex; align-items:center; gap:12px; }
.lr-trust-item .ic{
  width:42px; height:42px; border-radius:50%; flex-shrink:0;
  border:1.5px solid rgba(201,162,75,.5); background:rgba(201,162,75,.08);
  display:flex; align-items:center; justify-content:center; color:var(--gold-light); font-size:15px;
}
.lr-trust-item .val{ font-size:13.5px; font-weight:700; color:#fff; line-height:1.25; }
.lr-trust-item .lbl{ font-size:11px; color:rgba(255,255,255,.45); }

/* Main grid */
.lr-main{ padding:56px 0 70px; }
.lr-main-grid{ display:grid; grid-template-columns:1.65fr 1fr; gap:28px; align-items:start; }

.lr-card{
  background:var(--charcoal); border:1px solid rgba(255,255,255,.08); border-radius:14px;
  padding:26px 26px 22px;
}
.lr-card + .lr-card{ margin-top:22px; }
.lr-card-head{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px; margin-bottom:18px; }
.lr-card-head h3{ color:#fff; font-size:19px; font-weight:700; }
.lr-card-head h3 .fa-solid{ color:var(--gold-light); margin-right:8px; font-size:16px; }

.lr-currency-select{
  background:#1a1a1c; border:1px solid rgba(255,255,255,.14); color:#fff;
  font-size:12.5px; font-weight:700; padding:9px 14px; border-radius:6px; appearance:none;
}
.lr-unit-tabs{ display:flex; gap:6px; background:#1a1a1c; padding:4px; border-radius:8px; }
.lr-unit-tab{
  border:none; background:transparent; color:rgba(255,255,255,.6); font-size:12px; font-weight:700;
  padding:7px 13px; border-radius:6px; cursor:pointer; transition:all .2s;
}
.lr-unit-tab.active{ background:linear-gradient(135deg,var(--gold-light),var(--gold) 55%,var(--gold-dark)); color:#1a1200; }
.lr-unit-tab:hover:not(.active){ color:#fff; }

.lr-table{ width:100%; border-collapse:collapse; }
.lr-table th{
  text-align:left; font-size:11px; letter-spacing:1px; text-transform:uppercase;
  color:rgba(255,255,255,.4); font-weight:700; padding:0 8px 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.lr-table td{ padding:16px 8px; border-bottom:1px solid rgba(255,255,255,.06); vertical-align:middle; }
.lr-table tr:last-child td{ border-bottom:none; }
.lr-table .gtype{ color:var(--gold-light); font-weight:700; font-size:14.5px; }
.lr-table .gsub{ color:rgba(255,255,255,.42); font-size:11.5px; margin-top:2px; }
.lr-table .gpur{ color:rgba(255,255,255,.7); font-size:13.5px; }
.lr-table .gprice{ color:#fff; font-weight:700; font-size:14.5px; }
.lr-table .gchange{ font-size:12px; font-weight:700; display:flex; align-items:center; gap:5px; }
.lr-table .gchange.up{ color:#3fc172; }
.lr-table .gchange.down{ color:#e5594f; }
.lr-note{ margin-top:16px; font-size:11.5px; color:rgba(255,255,255,.38); }

.lr-office-badge{
  display:inline-flex; align-items:center; font-size:11.5px; font-weight:700;
  padding:6px 12px; border-radius:20px; white-space:nowrap;
}
.lr-office-badge.fresh{ background:rgba(63,193,114,.12); color:#3fc172; }
.lr-office-badge.stale{ background:rgba(229,89,79,.12); color:#e5594f; }

/* Chart card */
.lr-chart-toolbar{ display:flex; gap:6px; }
.lr-range-btn{
  border:1px solid rgba(255,255,255,.14); background:transparent; color:rgba(255,255,255,.6);
  font-size:11.5px; font-weight:700; padding:7px 13px; border-radius:6px; cursor:pointer; transition:all .2s;
}
.lr-range-btn.active{ background:rgba(201,162,75,.14); border-color:var(--gold); color:var(--gold-light); }
.lr-range-btn:hover:not(.active){ border-color:rgba(255,255,255,.35); color:#fff; }
.lr-chart-wrap{ position:relative; height:300px; width:100%; overflow:hidden; }
.lr-chart-wrap canvas{ width:100%; height:100%; display:block; }
.lr-chart-foot{ margin-top:10px; font-size:11.5px; color:rgba(255,255,255,.38); }

/* Sidebar */
.lr-hi-row{ display:flex; align-items:center; justify-content:space-between; padding:11px 0; border-bottom:1px solid rgba(255,255,255,.07); font-size:13.5px; }
.lr-hi-row:last-child{ border-bottom:none; }
.lr-hi-row .lbl{ color:rgba(255,255,255,.5); }
.lr-hi-row .val{ color:#fff; font-weight:700; }
.lr-hi-row .val.up{ color:#3fc172; }
.lr-hi-row .val.down{ color:#e5594f; }

.lr-alert-copy{ color:rgba(255,255,255,.55); font-size:13px; line-height:1.6; margin-bottom:16px; }
.lr-alert-row{ display:flex; gap:10px; margin-bottom:14px; }
.lr-alert-row select, .lr-alert-row input{
  flex:1; min-width:0; background:#1a1a1c; border:1px solid rgba(255,255,255,.14); color:#fff;
  font-size:13px; padding:11px 12px; border-radius:6px;
}
.lr-alert-row select{ appearance:none; }
.lr-alert-row input::placeholder{ color:rgba(255,255,255,.35); }
.lr-btn-block{ width:100%; justify-content:center; }

.lr-trust-list{ display:flex; flex-direction:column; gap:13px; }
.lr-trust-list li{ display:flex; align-items:flex-start; gap:10px; font-size:13px; color:rgba(255,255,255,.75); line-height:1.4; }
.lr-trust-list li i{ color:var(--gold-light); font-size:12px; margin-top:3px; }

.lr-cta-card{
  background:linear-gradient(160deg,#171310,#0b0a08 75%); border:1px solid rgba(201,162,75,.3);
  border-radius:14px; padding:26px; text-align:left;
}
.lr-cta-card .ic{
  width:48px; height:48px; border-radius:50%; margin-bottom:14px;
  border:1.5px solid rgba(201,162,75,.5); background:rgba(201,162,75,.1);
  display:flex; align-items:center; justify-content:center; color:var(--gold-light); font-size:19px;
}
.lr-cta-card h4{ color:#fff; font-size:17px; margin-bottom:8px; }
.lr-cta-card p{ color:rgba(255,255,255,.55); font-size:13px; line-height:1.6; margin-bottom:18px; }

.lr-strip{ padding:0 0 70px; }
.lr-strip .container{ display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; border-top:1px solid rgba(255,255,255,.08); padding-top:30px; }
.lr-strip-item{ display:flex; align-items:center; gap:12px; }
.lr-strip-item .ic{ width:40px; height:40px; border-radius:50%; border:1.5px solid rgba(201,162,75,.5); background:rgba(201,162,75,.08); display:flex; align-items:center; justify-content:center; color:var(--gold-light); font-size:14px; }
.lr-strip-item .val{ color:#fff; font-size:13.5px; font-weight:700; }
.lr-strip-item .lbl{ color:rgba(255,255,255,.45); font-size:11px; }

.lr-src-note{ font-size:11px; color:rgba(255,255,255,.32); text-align:center; padding-bottom:40px; }
.lr-src-note a{ color:var(--gold-light); }

@media (max-width:1080px){
  .lr-hero-grid{ grid-template-columns:1fr; }
  .lr-hero-visual{ margin-top:30px; height:220px; }
  .lr-main-grid{ grid-template-columns:1fr; }
  .lr-trust-strip .container{ justify-content:flex-start; }
}
@media (max-width:640px){
  .lr-hero-copy h1{ font-size:32px; }
  .lr-card{ padding:20px 16px; }
  .lr-table{ font-size:12.5px; }
  .lr-alert-row{ flex-direction:column; }
}

/* ===================================================== */
/* CERTIFICATES PAGE                                      */
/* ===================================================== */

/* Hero visual: certificate leaning on gold bars, built from existing photo */
.cert-hero-visual{ position:relative; }
.cert-hero-photo{
  position:relative; border-radius:16px; overflow:hidden; height:400px;
  border:1px solid rgba(201,162,75,.35); box-shadow:0 40px 90px -25px rgba(0,0,0,.75);
}
.cert-hero-photo img{ width:100%; height:100%; object-fit:cover; display:block; filter:saturate(1.1) contrast(1.05); }
.cert-hero-badge{
  position:absolute; bottom:18px; left:18px; z-index:3;
  background:rgba(11,11,12,.75); border:1px solid rgba(201,162,75,.5);
  border-radius:10px; padding:12px 18px; display:flex; align-items:center; gap:12px;
  backdrop-filter:blur(4px);
}
.cert-hero-badge i{ color:var(--gold-light); font-size:20px; }
.cert-hero-badge .val{ color:#fff; font-weight:700; font-size:13.5px; }
.cert-hero-badge .lbl{ color:rgba(255,255,255,.5); font-size:10.5px; }

/* Section heading with flanking lines */
.line-head{ text-align:center; margin-bottom:40px; }
.line-head .row{ display:flex; align-items:center; justify-content:center; gap:18px; margin-bottom:12px; }
.line-head .row::before, .line-head .row::after{ content:''; width:70px; height:1px; background:rgba(201,162,75,.5); }
.line-head h2{ font-size:28px; color:var(--text-dark); }
.line-head p{ color:var(--text-muted); font-size:14px; max-width:560px; margin:0 auto; }
.line-head.on-dark h2{ color:#fff; }
.line-head.on-dark p{ color:rgba(255,255,255,.5); }
.line-head.on-dark .row::before, .line-head.on-dark .row::after{ background:rgba(201,162,75,.4); }

/* Certificate cards grid */
.certs-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:22px; }
.cert-card{
  background:#fff; border:1px solid var(--line); border-radius:12px; overflow:hidden;
  transition:all .3s ease; display:flex; flex-direction:column;
}
.cert-card:hover{ transform:translateY(-4px); border-color:var(--gold); box-shadow:0 20px 40px -18px rgba(0,0,0,.15); }
.cert-preview{
  height:190px; margin:16px; border-radius:6px; position:relative; overflow:hidden;
  background:
    linear-gradient(150deg,#fbf9f4,#f1ecdf 70%);
  border:1px solid var(--line);
  display:flex; align-items:center; justify-content:center;
}
.cert-preview::before{
  content:''; position:absolute; inset:8px; border:1.5px solid rgba(201,162,75,.55); border-radius:3px;
}
.cert-preview::after{
  content:''; position:absolute; inset:13px; border:1px solid rgba(201,162,75,.3); border-radius:2px;
}
.cert-preview .mark{
  position:relative; z-index:2; width:56px; height:56px; border-radius:50%;
  border:1.5px solid var(--gold); display:flex; align-items:center; justify-content:center;
  color:var(--gold-dark); font-size:20px; background:rgba(255,255,255,.6);
}
.cert-preview .seal{
  position:absolute; bottom:14px; right:14px; width:26px; height:26px; border-radius:50%;
  background:radial-gradient(circle,var(--gold-light),var(--gold-dark) 80%);
  box-shadow:0 4px 10px rgba(0,0,0,.2);
}
.cert-body{ padding:4px 22px 24px; text-align:center; flex:1; display:flex; flex-direction:column; }
.cert-body h4{ font-size:15.5px; color:var(--text-dark); line-height:1.35; margin-bottom:10px; }
.cert-body p{ font-size:12.5px; color:var(--text-muted); line-height:1.6; margin-bottom:18px; flex:1; }
.btn-download{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  background:linear-gradient(135deg,var(--gold-light),var(--gold) 55%,var(--gold-dark));
  color:#1a1200; font-size:12.5px; font-weight:700; padding:11px 16px; border-radius:5px;
  border:none; cursor:pointer; transition:all .25s ease; width:100%;
}
.btn-download:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(201,162,75,.35); }

.certs-more{ text-align:center; margin-top:36px; }
.btn-view-all{
  display:inline-flex; align-items:center; gap:10px;
  border:1px solid var(--line); color:var(--text-dark); background:#fff;
  font-size:12.5px; font-weight:700; letter-spacing:.6px; text-transform:uppercase;
  padding:14px 26px; border-radius:4px; transition:all .25s ease;
}
.btn-view-all:hover{ border-color:var(--gold); color:var(--gold-dark); }

/* Assurance panel */
.assurance-panel{
  background:var(--black); border:1px solid rgba(255,255,255,.08); border-radius:16px;
  padding:44px 40px;
}

@media (max-width:1080px){
  .certs-grid{ grid-template-columns:1fr 1fr 1fr; }
  .cert-hero-photo{ height:280px; }
}
@media (max-width:760px){
  .certs-grid{ grid-template-columns:1fr 1fr; }
  .assurance-panel{ padding:32px 20px; }
  .line-head h2{ font-size:22px; }
}
@media (max-width:520px){
  .certs-grid{ grid-template-columns:1fr; }
}

/* ===================================================== */
/* BLOG & NEWS PAGE                                       */
/* ===================================================== */
.blog-page{ background:var(--black); }

/* Hero */
.blog-hero{
  position:relative; padding:44px 0 0; overflow:hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(201,162,75,.14), transparent 55%),
    linear-gradient(160deg,#0c0c0d 0%, #131210 55%, #1a1509 100%);
}
.blog-hero::before{
  content:''; position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(201,162,75,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,162,75,.045) 1px, transparent 1px);
  background-size:46px 46px;
  mask-image:radial-gradient(circle at 25% 20%, black, transparent 70%);
}
.blog-hero .container{ position:relative; z-index:2; }
.blog-hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; padding-bottom:36px; }
.blog-hero-copy h1{ font-size:42px; color:#fff; font-weight:700; margin-bottom:8px; line-height:1.12; }
.blog-hero-copy .accent{ color:var(--gold-light); }
.blog-hero-copy p.lead{ color:rgba(255,255,255,.62); font-size:14.5px; line-height:1.75; max-width:460px; margin-top:14px; }
.blog-hero-visual{ position:relative; border-radius:16px; overflow:hidden; border:1px solid rgba(201,162,75,.35); box-shadow:0 40px 90px -25px rgba(0,0,0,.75); }
.blog-hero-visual img{ width:100%; height:320px; object-fit:cover; display:block; filter:saturate(1.1) contrast(1.05); }
.blog-hero-visual .tagline{
  position:absolute; top:16px; left:16px; z-index:3;
  background:rgba(11,11,12,.75); border:1px solid rgba(201,162,75,.5); border-radius:8px;
  padding:10px 16px; color:#fff; font-family:'Playfair Display',serif; font-weight:700; font-size:15px;
}

.blog-features-row{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; border-top:1px solid rgba(255,255,255,.08); padding:30px 0; }
.blog-feature{ text-align:center; padding:0 18px; border-left:1px solid rgba(255,255,255,.08); }
.blog-feature:first-child{ border-left:none; }
.blog-feature .ic{
  width:54px; height:54px; border-radius:50%; margin:0 auto 12px;
  border:1.5px solid rgba(201,162,75,.5); background:rgba(201,162,75,.08);
  display:flex; align-items:center; justify-content:center; color:var(--gold-light); font-size:19px;
}
.blog-feature h4{ color:#fff; font-size:13.5px; font-weight:700; margin-bottom:4px; }
.blog-feature p{ color:rgba(255,255,255,.42); font-size:11.5px; line-height:1.5; }

/* Section header row */
.blog-sec{ padding:44px 0; }
.blog-sec-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:24px; }
.blog-sec-head h2{ font-size:23px; color:#fff; font-weight:700; }
.blog-sec-head .view-all{ color:var(--gold-light); font-size:13px; font-weight:700; display:inline-flex; align-items:center; gap:6px; }
.blog-sec-head .view-all:hover{ color:var(--gold); }

.blog-layout{ display:grid; grid-template-columns:2.85fr 1fr; gap:24px; align-items:start; }
.vlogs-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }

/* Vlog card */
.vlog-card{
  background:var(--charcoal); border:1px solid rgba(255,255,255,.08); border-radius:12px; overflow:hidden;
  transition:all .3s ease;
}
.vlog-card:hover{ transform:translateY(-4px); border-color:var(--gold); }
.vlog-thumb{
  position:relative; height:130px;
  background:linear-gradient(150deg,#1c1712,#0c0a08 75%);
  display:flex; align-items:center; justify-content:center; overflow:hidden;
}
.vlog-thumb img{ width:100%; height:100%; object-fit:cover; opacity:.85; }
.vlog-thumb .play{
  position:absolute; z-index:2; width:44px; height:44px; border-radius:50%;
  background:rgba(11,11,12,.55); border:1.5px solid rgba(255,255,255,.65);
  display:flex; align-items:center; justify-content:center; color:#fff; font-size:14px;
  backdrop-filter:blur(2px);
}
.vlog-thumb .dur{
  position:absolute; bottom:8px; right:8px; z-index:2;
  background:rgba(11,11,12,.75); color:#fff; font-size:10.5px; font-weight:700;
  padding:2px 7px; border-radius:4px;
}
.vlog-body{ padding:16px 16px 18px; }
.vlog-tag{ color:var(--gold-light); font-size:10px; font-weight:800; letter-spacing:1px; text-transform:uppercase; margin-bottom:8px; display:block; }
.vlog-body h4{ color:#fff; font-size:14.5px; line-height:1.35; margin-bottom:8px; }
.vlog-body p{ color:rgba(255,255,255,.45); font-size:12px; line-height:1.55; margin-bottom:14px; }
.vlog-meta{ display:flex; gap:16px; font-size:11px; color:rgba(255,255,255,.4); }
.vlog-meta span{ display:inline-flex; align-items:center; gap:5px; }

/* Sidebar */
.side-card{ background:var(--charcoal); border:1px solid rgba(255,255,255,.08); border-radius:12px; padding:22px; }
.side-card + .side-card{ margin-top:20px; }
.side-card h3{ color:#fff; font-size:16px; margin-bottom:16px; }
.topics-list{ display:flex; flex-direction:column; }
.topics-list li{
  display:flex; align-items:center; justify-content:space-between;
  padding:11px 0; border-bottom:1px solid rgba(255,255,255,.07); font-size:13px;
}
.topics-list li:last-child{ border-bottom:none; }
.topics-list a{ color:rgba(255,255,255,.75); }
.topics-list a:hover{ color:var(--gold-light); }
.topics-list .count{
  background:rgba(201,162,75,.14); color:var(--gold-light); font-size:11px; font-weight:700;
  min-width:26px; height:22px; border-radius:11px; display:flex; align-items:center; justify-content:center; padding:0 6px;
}
.topics-list li.active a{ color:var(--gold-light); font-weight:700; }

.side-cta{
  background:linear-gradient(160deg,#171310,#0b0a08 75%); border:1px solid rgba(201,162,75,.3);
  border-radius:12px; padding:22px; text-align:left; position:relative; overflow:hidden;
}
.side-cta h4{ color:var(--gold-light); font-size:15px; margin-bottom:8px; }
.side-cta p{ color:rgba(255,255,255,.55); font-size:12.5px; line-height:1.6; margin-bottom:16px; }

/* News grid */
.news-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.news-card{
  background:var(--charcoal); border:1px solid rgba(255,255,255,.08); border-radius:12px; overflow:hidden;
  transition:all .3s ease;
}
.news-card:hover{ transform:translateY(-4px); border-color:var(--gold); }
.news-thumb{
  position:relative; height:140px;
  background:linear-gradient(150deg,#1c1712,#0c0a08 75%);
  overflow:hidden;
}
.news-thumb img{ width:100%; height:100%; object-fit:cover; opacity:.9; }
.news-date-badge{
  position:absolute; top:10px; right:10px; z-index:2; text-align:center;
  background:rgba(11,11,12,.8); border:1px solid rgba(201,162,75,.5); border-radius:8px;
  padding:6px 10px; line-height:1.15;
}
.news-date-badge .d{ color:var(--gold-light); font-weight:800; font-size:15px; }
.news-date-badge .my{ color:rgba(255,255,255,.6); font-size:8.5px; text-transform:uppercase; letter-spacing:.5px; }
.news-body{ padding:16px 16px 18px; }
.news-tag{ color:var(--gold-light); font-size:10px; font-weight:800; letter-spacing:1px; text-transform:uppercase; margin-bottom:8px; display:block; }
.news-body h4{ color:#fff; font-size:14.5px; line-height:1.35; margin-bottom:8px; }
.news-body p{ color:rgba(255,255,255,.45); font-size:12px; line-height:1.55; margin-bottom:14px; }
.read-more{ color:var(--gold-light); font-size:12.5px; font-weight:700; display:inline-flex; align-items:center; gap:6px; }
.read-more:hover{ color:var(--gold); gap:9px; }

/* Newsletter bar */
.newsletter-bar{
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
  background:var(--charcoal); border:1px solid rgba(255,255,255,.08); border-radius:14px;
  padding:26px 30px; margin:10px 0 50px;
}
.newsletter-left{ display:flex; align-items:center; gap:18px; }
.newsletter-left .ic{
  width:52px; height:52px; border-radius:50%; flex-shrink:0;
  border:1.5px solid rgba(201,162,75,.5); background:rgba(201,162,75,.08);
  display:flex; align-items:center; justify-content:center; color:var(--gold-light); font-size:19px;
}
.newsletter-left h4{ color:#fff; font-size:17px; margin-bottom:4px; }
.newsletter-left p{ color:rgba(255,255,255,.5); font-size:12.5px; }
.newsletter-form{ display:flex; gap:10px; flex:1; max-width:440px; min-width:280px; }
.newsletter-form input{
  flex:1; min-width:0; background:#1a1a1c; border:1px solid rgba(255,255,255,.14); color:#fff;
  font-size:13px; padding:13px 16px; border-radius:6px;
}
.newsletter-form input::placeholder{ color:rgba(255,255,255,.35); }

@media (max-width:1080px){
  .blog-hero-grid{ grid-template-columns:1fr; }
  .blog-hero-visual{ margin-top:30px; height:220px; }
  .blog-features-row{ grid-template-columns:1fr 1fr; row-gap:24px; }
  .blog-feature{ border-left:none; }
  .blog-layout{ grid-template-columns:1fr; }
  .vlogs-grid{ grid-template-columns:1fr 1fr; }
  .news-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width:640px){
  .blog-hero-copy h1{ font-size:30px; }
  .vlogs-grid{ grid-template-columns:1fr; }
  .news-grid{ grid-template-columns:1fr; }
  .newsletter-bar{ flex-direction:column; align-items:flex-start; }
  .newsletter-form{ width:100%; max-width:none; }
}

/* ===================================================== */
/* RESPONSIVE HARDENING                                   */
/* ===================================================== */
html, body{ width:100%; overflow-x:hidden; }
body{ min-width:320px; }
input, select, textarea, button{ max-width:100%; font:inherit; }
table{ max-width:100%; }
.container{ width:100%; }
.navbar{ overflow:visible; }
.navbar .container{ position:relative; gap:18px; }
.brand{ min-width:max-content; }
.brand-text{ min-width:max-content; }
.brand-text .name{ overflow-wrap:normal; word-break:normal; }
.nav-links.open{ display:flex !important; }
.burger{
  border:none;
  background:transparent;
  color:var(--text-dark);
  line-height:1;
  padding:8px;
}
.hero-copy, .rate-copy, .inner-hero-copy, .story-copy, .service-detail-copy,
.bsg-hero-copy, .pdp-hero-copy, .lr-hero-copy, .blog-hero-copy{
  min-width:0;
}
.pdp-gallery, .pdp-gallery-main, .pdp-info-card, .pdp-thumbs, .pdp-thumbs-row{
  min-width:0;
}
.hero-cta, .cta-actions, .newsletter-form, .lr-card-head, .products-filter-row{
  flex-wrap:wrap;
}
.btn, .btn-whatsapp, .btn-view-all, .btn-download{
  max-width:100%;
  white-space:normal;
  text-align:center;
  justify-content:center;
}
.nav-actions .btn{ white-space:nowrap; }
.table-wrap, .lr-card{ min-width:0; }
.lr-card{ overflow-x:auto; }

@media (max-width:1420px){
  .navbar .container{ gap:14px; }
  .brand{ gap:12px; }
  .brand-text .name{ font-size:16px; }
  .brand-text .sub{ font-size:9.5px; letter-spacing:1.5px; }
  .brand-text .tag{ font-size:9px; letter-spacing:2px; }
  .nav-links{ gap:14px; }
  .nav-links > li > a{ font-size:12.5px; }
  .nav-actions{ gap:10px; }
  .nav-actions .btn{ padding:10px 14px; }
  .user-chip .user-name{ max-width:96px; }
}

@media (max-width:1180px){
  .topbar .container{
    gap:10px 18px;
    flex-wrap:wrap;
  }
  .topbar-left, .topbar-right{
    gap:12px 18px;
    flex-wrap:wrap;
  }
  .nav-links{
    display:none;
    position:absolute;
    top:100%;
    left:16px;
    right:16px;
    max-height:calc(100vh - 96px);
    overflow-y:auto;
    background:#fff;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px 0;
    border:1px solid var(--line);
    border-radius:8px;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
    z-index:700;
  }
  .nav-links > li > a{
    padding:13px 20px;
    border-bottom:1px solid var(--line);
    white-space:normal;
  }
  .nav-links > li:last-child > a{ border-bottom:none; }
  .nav-links > li > a.active::after{ display:none; }
  .burger{ display:block; }
  .nav-actions{ margin-left:auto; }
  .brand{ min-width:0; }
  .brand-text{ min-width:0; max-width:220px; }
  .brand-text .name{ white-space:normal; }
  .hero .container, .inner-hero .container, .story-split, .service-detail,
  .service-row, .service-row.reverse, .rate-wrap, .pdp-hero-grid, .pdp-main-grid,
  .pdp-process-panel, .lr-hero-grid, .lr-main-grid, .blog-hero-grid{
    grid-template-columns:1fr;
  }
  .hero-visual, .inner-visual, .service-row-media, .pdp-hero-visual,
  .lr-hero-visual, .blog-hero-visual{
    max-width:620px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }
  .services-grid, .services-overview-grid, .products-grid, .certs-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .process-row, .step-track, .cert-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    row-gap:36px;
  }
  .process-row::before, .step-track::before{ display:none; }
  .trust-strip .container, .stats-row .container, .blog-features-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
    row-gap:18px;
  }
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .vlogs-grid, .news-grid, .pdp-features-grid, .pdp-related-grid,
  .process-highlights, .advantage-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:760px){
  .container, .navbar .container, .topbar .container{
    padding-left:18px;
    padding-right:18px;
  }
  .navbar .container{ padding-top:10px; padding-bottom:10px; }
  .brand-mark{ width:42px; height:42px; }
  .brand-text .name{ font-size:15px; line-height:1.2; }
  .brand-text .sub, .brand-text .tag{ font-size:9px; letter-spacing:1.5px; }
  .nav-actions .btn-gold{ display:none; }
  .nav-actions .btn-login{
    display:inline-flex;
    padding:9px 12px;
    font-size:11px;
    letter-spacing:.3px;
  }
  .user-chip.show{ display:flex; max-width:48px; padding:6px; }
  .user-chip .user-name, .user-chip i.fa-chevron-down{ display:none; }
  .topbar{ font-size:11.5px; }
  .topbar .container, .topbar-left, .topbar-right{
    justify-content:center;
    text-align:center;
  }
  .hero, .inner-hero, .pdp-hero, .lr-hero, .blog-hero{
    padding-top:52px;
  }
  .hero h1, .inner-hero-copy h1, .bsg-hero-copy h1,
  .pdp-hero-copy h1, .lr-hero-copy h1, .blog-hero-copy h1{
    font-size:32px;
    line-height:1.18;
    letter-spacing:0;
  }
  .section{ padding:58px 0; }
  .section-head{ margin-bottom:34px; }
  .section-head h2, .rate-copy h2{ font-size:28px; line-height:1.22; }
  .hero-cta, .cta-actions, .newsletter-form, .lr-alert-row{
    flex-direction:column;
    align-items:stretch;
  }
  .hero-cta .btn, .cta-actions .btn, .cta-actions .btn-whatsapp,
  .newsletter-form .btn, .newsletter-form input{
    width:100%;
  }
  .hero-badges, .inner-badges, .inner-badges-5, .services-grid,
  .services-overview-grid, .products-grid, .certs-grid, .process-row,
  .step-track, .trust-strip .container, .stats-row .container, .footer-grid,
  .vlogs-grid, .news-grid, .pdp-features-grid, .pdp-related-grid,
  .process-highlights, .advantage-grid, .service-meta-grid{
    grid-template-columns:1fr;
  }
  .trust-item, .stat, .blog-feature{
    border-left:none;
    padding-left:0;
    padding-right:0;
  }
  .hero-frame{ padding:16px; }
  .hero-photo-wrap img, .pdp-hero-photo img, .lr-hero-visual img,
  .blog-hero-visual img, .cert-hero-photo{
    height:260px;
  }
  .bsg-float-card, .pdp-product-seal{
    position:static;
    margin-top:16px;
    max-width:none;
  }
  .hero-float-card{
    position:absolute !important;
    top:-14px !important;
    left:-10px !important;
    right:auto !important;
    bottom:auto !important;
    margin:0 !important;
    padding:8px 12px !important;
    gap:8px !important;
    border-radius:8px !important;
    box-shadow:0 12px 28px rgba(0,0,0,.45) !important;
    z-index:25 !important;
    background:#fff !important;
    display:flex !important;
  }
  .facility-float{
    position:static;
    margin-top:16px;
  }
  .nugget{
    max-width:28px;
  }
  .pdp-gallery-main{
    height:280px;
  }
  .pdp-thumbs{
    overflow-x:auto;
    padding-bottom:6px;
  }
  .pdp-thumbs-row{
    overflow-x:auto;
  }
  .pdp-info-card h2{
    font-size:21px;
    overflow-wrap:anywhere;
  }
  .pdp-actions{
    flex-direction:column;
  }
  .rate-value .amt{ font-size:34px; }
  .rate-card, .lr-card, .bsg-form-card, .side-card, .newsletter-bar,
  .assurance-panel{
    padding:20px;
  }
  .form-row, .bsg-forms-grid, .bsg-toggle-row{
    grid-template-columns:1fr;
  }
  .line-head .row::before, .line-head .row::after,
  .pdp-related-head::before, .pdp-related-head::after,
  .bsg-toggle-head::before, .bsg-toggle-head::after{
    width:30px;
  }
  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }
  .whatsapp-fab{
    right:16px;
    bottom:16px;
    width:48px;
    height:48px;
  }
  .auth-modal, .service-enquiry-modal{
    padding:30px 20px 24px;
  }
  .service-enquiry-overlay{
    padding:12px;
  }
  .service-enquiry-modal h3{
    font-size:22px;
  }
  .lr-table th, .lr-table td{
    padding-left:6px;
    padding-right:6px;
  }
  .lr-page .lr-card{
    overflow:hidden;
  }
  .lr-page .lr-table,
  .lr-page .lr-table tbody,
  .lr-page .lr-table tr,
  .lr-page .lr-table td{
    display:block;
    width:100%;
  }
  .lr-page .lr-table thead{
    display:none;
  }
  .lr-page .lr-table tr{
    padding:16px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .lr-page .lr-table tr:last-child{
    border-bottom:none;
  }
  .lr-page .lr-table td{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    padding:6px 0;
    border-bottom:none;
  }
  .lr-page .lr-table td:first-child{
    display:block;
    padding:0 0 10px;
  }
  .lr-page .lr-table td::before{
    flex:0 0 auto;
    color:rgba(255,255,255,.42);
    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
  }
  .lr-page .lr-table td:nth-child(2)::before{ content:"Purity"; }
  .lr-page .lr-table td:nth-child(3)::before{ content:"Buy"; }
  .lr-page .lr-table td:nth-child(4)::before{ content:"Sell"; }
  .lr-page .lr-table td:nth-child(5)::before{ content:"Change"; }
  .lr-page #officeRateCard .lr-table td:nth-child(3)::before{ content:"Rate"; }
  .lr-page .lr-table .gtype{
    font-size:18px;
  }
  .lr-page .lr-table .gsub{
    font-size:13px;
  }
  .lr-page .lr-table .gpur,
  .lr-page .lr-table .gprice{
    font-size:15.5px;
    text-align:right;
  }
  .lr-page .lr-table .gchange{
    justify-content:flex-end;
    text-align:right;
    flex-wrap:wrap;
  }
  .lr-page .lr-note{
    overflow-wrap:anywhere;
    line-height:1.6;
  }
  .lr-chart-toolbar{
    width:100%;
    overflow-x:auto;
    padding-bottom:4px;
  }
  .lr-chart-toolbar .lr-range-btn{
    flex:0 0 auto;
    padding:7px 11px;
  }
  .lr-chart-wrap{
    height:240px;
  }
}

@media (max-width:420px){
  .container, .navbar .container, .topbar .container{
    padding-left:14px;
    padding-right:14px;
  }
  .brand{ gap:10px; }
  .brand-mark{ width:38px; height:38px; }
  .brand-mark span{ font-size:12px; }
  .brand-text .name{ font-size:13px; }
  .hero h1, .inner-hero-copy h1, .bsg-hero-copy h1,
  .pdp-hero-copy h1, .lr-hero-copy h1, .blog-hero-copy h1{
    font-size:28px;
  }
  .hero-photo-wrap img, .pdp-hero-photo img, .lr-hero-visual img,
  .blog-hero-visual img, .cert-hero-photo{
    height:220px;
  }
  .service-card, .service-tile, .product-card-body, .cert-body{
    padding-left:18px;
    padding-right:18px;
  }
  .newsletter-left{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:820px){
  .admin-shell.show{
    display:block !important;
  }
  .admin-sidebar{
    display:block !important;
    width:100% !important;
    padding:16px !important;
  }
  .admin-sidebar .brand{
    margin-bottom:16px !important;
  }
  .admin-nav{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  .admin-nav button{
    padding:11px 10px !important;
    font-size:12.5px !important;
  }
  .admin-logout{
    width:100% !important;
    box-sizing:border-box !important;
  }
  .admin-main{
    padding:20px 14px !important;
    overflow-x:hidden !important;
  }
  .admin-topbar h2{
    font-size:22px !important;
  }
  .panel-card-head, .panel-card-head > div{
    align-items:stretch !important;
    width:100% !important;
  }
  .search-box{
    min-width:0 !important;
    width:100% !important;
  }
  .admin-login-card{
    padding:30px 20px !important;
  }
}

/* ==========================================================================
   PHASE 2: LUXURY HOMEPAGE (14 TANISHQ-INSPIRED EDITORIAL SECTIONS)
   ========================================================================== */

/* 1. HERO CAMPAIGN SLIDER */
.hero-slider-wrap{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#0d0d0f;
}
.hero-slider-container{
  position:relative;
  width:100%;
  height:620px;
}
.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .9s cubic-bezier(.2,0,.2,1), visibility .9s cubic-bezier(.2,0,.2,1);
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero-slide.active{
  opacity:1;
  visibility:visible;
  z-index:2;
}
.hero-slide-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.08);
  transition:transform 7s ease-out;
}
.hero-slide.active .hero-slide-bg{
  transform:scale(1.0);
}
.hero-slide-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(13,13,15,.92) 0%, rgba(13,13,15,.70) 45%, rgba(13,13,15,.25) 100%),
    linear-gradient(0deg, rgba(13,13,15,.6) 0%, transparent 40%);
}
.hero-slide-content{
  position:relative;
  z-index:3;
  max-width:680px;
  padding:40px 0;
}
.hero-campaign-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 14px;
  background:rgba(201,162,75,.15);
  border:1px solid rgba(201,162,75,.4);
  border-radius:24px;
  color:var(--gold-bright);
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:20px;
  backdrop-filter:blur(6px);
}
.hero-campaign-tag i{ font-size:12px; }
.hero-slide h1{
  font-size:52px;
  line-height:1.12;
  font-weight:700;
  color:#fff;
  margin-bottom:18px;
  letter-spacing:-.5px;
}
.hero-slide h1 .accent-gold{
  background:linear-gradient(135deg, #FFF0C8 0%, #E5C370 45%, #C9A24B 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.hero-slide p.hero-slide-desc{
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.78);
  margin-bottom:34px;
  max-width:540px;
}
.hero-slide-actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:30px;
}
.hero-slide-perks{
  display:flex;
  align-items:center;
  gap:24px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
}
.hero-slide-perk{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:700;
  color:rgba(255,255,255,.75);
}
.hero-slide-perk i{ color:var(--gold-bright); font-size:14px; }

/* Slider Controls */
.slider-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;
  width:48px;
  height:48px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  color:#fff;
  font-size:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  backdrop-filter:blur(8px);
  transition:all .25s ease;
}
.slider-arrow:hover{
  background:var(--gold);
  color:#111;
  border-color:var(--gold);
  transform:translateY(-50%) scale(1.08);
}
.slider-arrow.prev{ left:28px; }
.slider-arrow.next{ right:28px; }
.slider-dots{
  position:absolute;
  bottom:26px;
  left:50%;
  transform:translateX(-50%);
  z-index:10;
  display:flex;
  align-items:center;
  gap:10px;
}
.slider-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(255,255,255,.3);
  cursor:pointer;
  border:none;
  padding:0;
  transition:all .3s ease;
}
.slider-dot.active{
  width:32px;
  border-radius:10px;
  background:var(--gold);
}

/* 2. SECTION COMMON LUXURY HEADERS */
.sec-head-luxury{
  text-align:center;
  max-width:760px;
  margin:0 auto 48px;
}
.sec-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:11.5px;
  font-weight:800;
  letter-spacing:2.8px;
  text-transform:uppercase;
  color:var(--gold-dark);
  margin-bottom:12px;
}
.sec-eyebrow::before, .sec-eyebrow::after{
  content:'';
  width:24px;
  height:1px;
  background:var(--gold);
  opacity:.6;
}
.sec-head-luxury h2{
  font-size:38px;
  line-height:1.2;
  color:var(--text-dark);
  margin-bottom:14px;
  letter-spacing:-.3px;
}
.sec-head-luxury p{
  font-size:15px;
  line-height:1.7;
  color:var(--text-muted);
}

/* 3. EXPLORE NEW COLLECTIONS */
.collections-section{
  padding:84px 0;
  background:#fff;
}
.collections-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
}
.collection-card{
  position:relative;
  border-radius:12px;
  overflow:hidden;
  background:#141417;
  aspect-ratio:3/4;
  box-shadow:var(--shadow-md);
  transition:all .35s cubic-bezier(.16,1,.3,1);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:26px 22px;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.06);
}
.collection-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-luxury);
  border-color:var(--gold);
}
.collection-card-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transition:transform .6s cubic-bezier(.16,1,.3,1);
}
.collection-card:hover .collection-card-bg{
  transform:scale(1.08);
}
.collection-card-gradient{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(13,13,15,.05) 0%, rgba(13,13,15,.4) 45%, rgba(13,13,15,.92) 100%);
}
.collection-card-content{
  position:relative;
  z-index:2;
}
.collection-purity-pill{
  display:inline-block;
  font-size:10px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
  padding:3px 9px;
  background:var(--gold);
  color:#121008;
  border-radius:20px;
  margin-bottom:10px;
}
.collection-card h3{
  font-size:22px;
  color:#fff;
  margin-bottom:6px;
  line-height:1.2;
}
.collection-card p{
  font-size:12.5px;
  line-height:1.5;
  color:rgba(255,255,255,.75);
  margin-bottom:14px;
}
.collection-card-cta{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:12.5px;
  font-weight:800;
  color:var(--gold-bright);
  letter-spacing:.5px;
  transition:transform .25s ease;
}
.collection-card:hover .collection-card-cta{
  transform:translateX(5px);
  color:#fff;
}

/* 4. SHOP BY CATEGORY (CIRCULAR LUXURY CARDS) */
.category-browse-section{
  padding:84px 0;
  background:var(--cream);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.category-pills-grid{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:20px;
}
.category-circle-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  text-decoration:none;
  transition:all .3s cubic-bezier(.16,1,.3,1);
}
.category-circle-card:hover{
  transform:translateY(-6px);
}
.category-circle-thumb{
  width:112px;
  height:112px;
  border-radius:50%;
  padding:4px;
  background:#fff;
  border:2px solid rgba(200,162,72,0.3);
  box-shadow:0 6px 20px rgba(18,16,13,.06);
  overflow:hidden;
  position:relative;
  margin-bottom:14px;
  transition:all .35s ease;
}
.category-circle-card:hover .category-circle-thumb{
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(104,24,41,.18), 0 10px 28px rgba(200,162,72,.35);
  transform:scale(1.05);
}
.category-circle-thumb img{
  width:100%;
  height:100%;
  border-radius:50%;
  object-fit:cover;
  transition:transform .5s cubic-bezier(.16,1,.3,1);
}
.category-circle-card:hover .category-circle-thumb img{
  transform:scale(1.12);
}
.category-circle-name{
  font-family:'Playfair Display',serif;
  font-size:14.5px;
  font-weight:700;
  color:var(--text-dark);
  margin-bottom:3px;
  letter-spacing:0.2px;
  transition:color .2s ease;
}
.category-circle-card:hover .category-circle-name{
  color:var(--maroon);
}
.category-circle-count{
  font-size:11px;
  color:var(--gold-dark);
  font-weight:700;
  letter-spacing:0.4px;
}

/* 5. TRENDING NOW (B2B WHOLESALE BEST SELLERS) */
.trending-section{
  padding:92px 0;
  background:#fff;
}
.trending-filter-tabs{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:44px;
}
.trending-tab-btn{
  background:var(--ivory);
  border:1px solid var(--line);
  border-radius:30px;
  padding:10px 24px;
  font-size:13px;
  font-weight:700;
  color:var(--text-muted);
  cursor:pointer;
  transition:all .25s ease;
}
.trending-tab-btn:hover{
  border-color:var(--gold);
  color:var(--maroon);
  background:#fff;
}
.trending-tab-btn.active{
  background:linear-gradient(135deg, var(--maroon-rich), var(--maroon));
  border-color:var(--maroon-dark);
  color:var(--gold-bright);
  box-shadow:0 4px 16px rgba(104,24,41,.25);
}
.trending-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}
.product-card-luxury{
  background:#fff;
  border-radius:12px;
  border:1px solid rgba(200,162,72,0.25);
  overflow:hidden;
  box-shadow:0 4px 16px rgba(18,16,13,.04);
  transition:all .35s cubic-bezier(.16,1,.3,1);
  display:flex;
  flex-direction:column;
  position:relative;
}
.product-card-luxury:hover{
  transform:translateY(-8px);
  box-shadow:0 16px 40px rgba(104,24,41,.12), 0 6px 20px rgba(200,162,72,.2);
  border-color:var(--gold);
}
.product-card-media{
  position:relative;
  aspect-ratio:1/1;
  background:var(--ivory);
  overflow:hidden;
}
.product-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s cubic-bezier(.16,1,.3,1);
}
.product-card-luxury:hover .product-card-media img{
  transform:scale(1.08);
}
.product-card-badges{
  position:absolute;
  top:12px;
  left:12px;
  display:flex;
  flex-direction:column;
  gap:6px;
  z-index:2;
}
.prod-badge{
  font-size:10px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
  padding:3px 9px;
  border-radius:4px;
}
.prod-badge-gold{
  background:linear-gradient(135deg, var(--gold-bright), var(--gold));
  color:#151208;
  box-shadow:0 2px 6px rgba(0,0,0,.15);
}
.prod-badge-maroon{
  background:linear-gradient(135deg, var(--maroon-rich), var(--maroon));
  color:#fff;
  border:1px solid rgba(200,162,72,0.3);
  box-shadow:0 2px 6px rgba(104,24,41,.25);
}
.prod-badge-stock{
  background:#107c41;
  color:#fff;
}
.prod-badge-order{
  background:var(--maroon);
  color:#fff;
  border:1px solid rgba(200,162,72,0.3);
}
.product-card-actions-hover{
  position:absolute;
  bottom:12px;
  left:12px;
  right:12px;
  display:flex;
  gap:8px;
  opacity:0;
  transform:translateY(10px);
  transition:all .25s ease;
  z-index:2;
}
.product-card-luxury:hover .product-card-actions-hover{
  opacity:1;
  transform:translateY(0);
}
.product-card-body{
  padding:22px 20px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.prod-sku{
  font-size:11px;
  font-weight:800;
  color:var(--gold-dark);
  letter-spacing:.5px;
  margin-bottom:4px;
}
.prod-title{
  font-family:'Playfair Display',serif;
  font-size:17.5px;
  font-weight:700;
  color:var(--text-dark);
  margin-bottom:8px;
  line-height:1.35;
  transition:color .2s ease;
}
.product-card-luxury:hover .prod-title{
  color:var(--gold-dark);
}
.prod-specs-row{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  color:var(--text-muted);
  margin-bottom:14px;
  padding-bottom:12px;
  border-bottom:1px solid var(--line);
}
.prod-spec-item{ display:flex; align-items:center; gap:5px; }
.prod-price-gated{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-top:auto;
  width:100%;
}
.gated-price-box{
  font-size:11.5px;
  font-weight:700;
  color:var(--gold-dark);
  display:flex;
  align-items:center;
  gap:5px;
  background:rgba(197,160,89,.08);
  padding:4px 8px;
  border-radius:4px;
  border:1px solid rgba(197,160,89,.22);
  line-height:1.2;
}
.gated-price-box i{ font-size:10.5px; }
.rate-linked-badge{
  font-size:11.5px;
  font-weight:700;
  color:var(--gold-dark);
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:rgba(197,160,89,.09);
  padding:5px 10px;
  border-radius:4px;
  border:1px solid rgba(197,160,89,.28);
  line-height:1.2;
  letter-spacing:0.2px;
}
.rate-linked-badge i{
  color:var(--gold-dark);
  font-size:11px;
}
.trade-price-val{
  font-size:12px;
  color:var(--text-dark);
  font-weight:700;
}
.trade-price-val strong{
  color:var(--gold-dark);
  font-size:13px;
}
.prod-card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
  margin-top:10px;
  width:100%;
  box-sizing:border-box;
}
.btn-card-rfq,
.btn-card-details{
  padding:7px 6px !important;
  font-size:11.5px !important;
  font-weight:700 !important;
  border-radius:4px !important;
  white-space:nowrap !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  box-sizing:border-box !important;
  width:100% !important;
  min-height:34px !important;
  text-align:center !important;
  line-height:1 !important;
  cursor:pointer !important;
  transition:all .2s ease !important;
  text-decoration:none !important;
}
.btn-card-rfq{
  background:linear-gradient(135deg, var(--gold-bright), var(--gold) 55%, var(--gold-dark)) !important;
  color:#1a1200 !important;
  border:1px solid transparent !important;
}
.btn-card-rfq:hover,
.btn-card-rfq:active{
  transform:translateY(-1px) !important;
  box-shadow:0 4px 12px rgba(201,162,75,.3) !important;
}
.btn-card-details{
  background:transparent !important;
  color:var(--gold-dark) !important;
  border:1px solid var(--gold) !important;
}
.btn-card-details:hover,
.btn-card-details:active{
  background:rgba(201,162,75,.12) !important;
  color:var(--gold-dark) !important;
  border-color:var(--gold-dark) !important;
}

/* 6. JEWELLERY WORLD (EDITORIAL TILES) */
.jewellery-world-section{
  padding:88px 0;
  background:#111114;
  color:#fff;
}
.jewellery-world-section .sec-head-luxury h2{
  color:#fff;
}
.jewellery-world-section .sec-head-luxury p{
  color:rgba(255,255,255,.65);
}
.jewellery-world-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  grid-template-rows:300px 300px;
  gap:24px;
}
.editorial-tile{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:32px 28px;
  box-shadow:0 15px 40px rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.08);
  transition:all .35s ease;
}
.editorial-tile:hover{
  border-color:var(--gold);
  transform:translateY(-4px);
}
.editorial-tile-large{
  grid-row:1 / 3;
}
.editorial-tile-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transition:transform .7s ease;
}
.editorial-tile:hover .editorial-tile-bg{
  transform:scale(1.06);
}
.editorial-tile-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(0deg, rgba(13,13,15,.94) 0%, rgba(13,13,15,.4) 55%, rgba(13,13,15,.1) 100%);
}
.editorial-tile-content{
  position:relative;
  z-index:2;
}
.editorial-tile-tag{
  display:inline-block;
  font-size:10.5px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--gold-bright);
  margin-bottom:8px;
}
.editorial-tile h3{
  font-size:26px;
  color:#fff;
  margin-bottom:8px;
  line-height:1.2;
}
.editorial-tile-large h3{
  font-size:34px;
}
.editorial-tile p{
  font-size:13.5px;
  line-height:1.6;
  color:rgba(255,255,255,.75);
  margin-bottom:16px;
  max-width:440px;
}
.editorial-tile-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:700;
  color:var(--gold-light);
  transition:transform .2s ease;
}
.editorial-tile:hover .editorial-tile-link{
  transform:translateX(5px);
  color:#fff;
}

/* 7. CRAFT & MANUFACTURING ATELIER */
.craft-atelier-section{
  padding:92px 0;
  background:#fff;
}
.craft-steps-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
  margin-bottom:48px;
}
.craft-step-card{
  background:var(--cream);
  border:1px solid var(--line);
  border-radius:10px;
  padding:24px 18px;
  display:flex;
  flex-direction:column;
  position:relative;
  transition:all .3s ease;
}
.craft-step-card:hover{
  background:#fff;
  border-color:var(--gold);
  box-shadow:var(--shadow-md);
  transform:translateY(-4px);
}
.craft-step-num{
  font-family:'Playfair Display',serif;
  font-size:28px;
  font-weight:800;
  color:var(--gold);
  line-height:1;
  margin-bottom:14px;
  opacity:.85;
}
.craft-step-card h4{
  font-size:16px;
  color:var(--text-dark);
  margin-bottom:8px;
  line-height:1.3;
}
.craft-step-card p{
  font-size:12px;
  line-height:1.6;
  color:var(--text-muted);
}
.craft-featured-banner{
  background:#141418;
  border-radius:16px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  border:1px solid rgba(201,162,75,.25);
  box-shadow:var(--shadow-luxury);
}
.craft-banner-copy{
  padding:50px 48px;
  color:#fff;
}
.craft-banner-copy h3{
  font-size:32px;
  color:#fff;
  margin-bottom:14px;
  line-height:1.25;
}
.craft-banner-copy p{
  font-size:14.5px;
  line-height:1.75;
  color:rgba(255,255,255,.75);
  margin-bottom:28px;
}
.craft-banner-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-bottom:30px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.1);
}
.craft-stat-val{
  font-family:'Playfair Display',serif;
  font-size:24px;
  font-weight:800;
  color:var(--gold-bright);
}
.craft-stat-lbl{
  font-size:11px;
  color:rgba(255,255,255,.6);
  text-transform:uppercase;
  letter-spacing:.8px;
}
.craft-banner-img{
  height:100%;
  min-height:360px;
}
.craft-banner-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* 8. B2B / WHOLESALE CTA CONVERSION BANNER */
.b2b-cta-section{
  padding:84px 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(201,162,75,.18), transparent 50%),
    linear-gradient(145deg, #100f13 0%, #17151a 60%, #0d0c0e 100%);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.b2b-cta-card{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:48px;
  align-items:center;
}
.b2b-cta-copy h2{
  font-size:40px;
  line-height:1.18;
  color:#fff;
  margin-bottom:16px;
}
.b2b-cta-copy p{
  font-size:15.5px;
  line-height:1.7;
  color:rgba(255,255,255,.75);
  margin-bottom:28px;
}
.b2b-perks-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-bottom:36px;
}
.b2b-perk-item{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13.5px;
  font-weight:600;
  color:rgba(255,255,255,.88);
}
.b2b-perk-item i{ color:var(--gold-bright); font-size:15px; }
.b2b-cta-actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.b2b-cta-badge-panel{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(201,162,75,.3);
  border-radius:14px;
  padding:34px;
  backdrop-filter:blur(8px);
  text-align:center;
}
.b2b-badge-shield{
  width:68px;
  height:68px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold-light),var(--gold));
  color:#111;
  font-size:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 20px;
  box-shadow:0 8px 24px rgba(201,162,75,.35);
}
.b2b-cta-badge-panel h3{
  font-size:22px;
  margin-bottom:8px;
  color:#fff;
}
.b2b-cta-badge-panel p{
  font-size:13px;
  line-height:1.6;
  color:rgba(255,255,255,.7);
  margin-bottom:20px;
}

/* 9. ASSURANCE & HALLMARKING PILLARS */
.assurance-section{
  padding:80px 0;
  background:var(--cream);
}
.assurance-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.assurance-card{
  background:#fff;
  border-radius:10px;
  padding:30px 24px;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  text-align:center;
  transition:all .3s ease;
}
.assurance-card:hover{
  transform:translateY(-5px);
  border-color:var(--gold);
  box-shadow:var(--shadow-md);
}
.assurance-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  background:var(--ivory);
  border:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
  color:var(--gold-dark);
  font-size:22px;
  transition:all .25s ease;
}
.assurance-card:hover .assurance-icon{
  background:var(--gold);
  color:#111;
  border-color:var(--gold);
}
.assurance-card h3{
  font-size:17px;
  color:var(--text-dark);
  margin-bottom:8px;
}
.assurance-card p{
  font-size:12.5px;
  line-height:1.6;
  color:var(--text-muted);
}

/* 10. CLIENT TESTIMONIALS & REACH */
.testimonials-section{
  padding:88px 0;
  background:#fff;
}
.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin-bottom:56px;
}
.testimonial-card{
  background:var(--ivory);
  border:1px solid var(--line);
  border-radius:12px;
  padding:32px 28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:all .25s ease;
}
.testimonial-card:hover{
  box-shadow:var(--shadow-md);
  border-color:var(--gold);
}
.testi-stars{
  color:#d4a017;
  font-size:13px;
  margin-bottom:14px;
}
.testi-quote{
  font-family:'Playfair Display',serif;
  font-style:italic;
  font-size:15.5px;
  line-height:1.65;
  color:var(--text-dark);
  margin-bottom:20px;
}
.testi-author{
  display:flex;
  align-items:center;
  gap:12px;
}
.testi-avatar{
  width:42px;
  height:42px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold-bright),var(--gold-dark));
  color:#fff;
  font-weight:800;
  font-size:14px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.testi-name{
  font-size:13.5px;
  font-weight:700;
  color:var(--text-dark);
}
.testi-role{
  font-size:11.5px;
  color:var(--text-muted);
}

/* 11. EXPORT & INTERNATIONAL WHOLESALE */
.export-section{
  padding:84px 0;
  background:#111114;
  color:#fff;
}
.export-section .sec-head-luxury h2{ color:#fff; }
.export-section .sec-head-luxury p{ color:rgba(255,255,255,.68); }
.export-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-bottom:40px;
}
.export-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  padding:26px 20px;
  text-align:center;
  transition:all .25s ease;
}
.export-card:hover{
  border-color:var(--gold);
  background:rgba(255,255,255,.07);
  transform:translateY(-4px);
}
.export-card i{
  font-size:26px;
  color:var(--gold-bright);
  margin-bottom:14px;
}
.export-card h3{
  font-size:16px;
  margin-bottom:8px;
  color:#fff;
}
.export-card p{
  font-size:12px;
  line-height:1.6;
  color:rgba(255,255,255,.65);
}
.export-cta-box{
  text-align:center;
  padding:28px;
  background:rgba(201,162,75,.08);
  border:1px solid rgba(201,162,75,.3);
  border-radius:12px;
  max-width:800px;
  margin:0 auto;
}
.export-cta-box p{
  font-size:14px;
  color:rgba(255,255,255,.8);
  margin-bottom:16px;
}

/* 12. LUXURY FOOTER (5-COLUMN TANISHQ SITEMAP) */
.site-footer-luxury{
  background:#09090b;
  color:#D1CDC7;
  padding:80px 0 30px;
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-5col-grid,
.footer-grid-5{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr 1.2fr;
  gap:40px;
  margin-bottom:60px;
}
.footer-col h4,
.footer-col .f-col-title{
  font-family:'Playfair Display',serif;
  font-size:16px;
  color:#fff;
  letter-spacing:.5px;
  margin-bottom:20px;
  position:relative;
  padding-bottom:10px;
}
.footer-col h4::after,
.footer-col .f-col-title::after{
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:28px;
  height:1.5px;
  background:var(--gold);
}
.footer-col ul,
.footer-col .f-links{
  display:flex;
  flex-direction:column;
  gap:10px;
  list-style:none;
  padding:0;
  margin:0;
}
.footer-col ul a,
.footer-col .f-links a{
  font-size:13px;
  color:rgba(255,255,255,.68);
  transition:color .2s ease;
  text-decoration:none;
}
.footer-col ul a:hover,
.footer-col .f-links a:hover{
  color:var(--gold-bright);
}
.footer-brand-col p{
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.65);
  margin:16px 0 20px;
}
.footer-socials{
  display:flex;
  gap:12px;
}
.footer-social-btn{
  width:36px;
  height:36px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  transition:all .2s ease;
}
.footer-social-btn:hover{
  background:var(--gold);
  color:#111;
  border-color:var(--gold);
}
.footer-contact-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:12.5px;
  color:rgba(255,255,255,.7);
  margin-bottom:12px;
  line-height:1.5;
}
.footer-contact-item i{
  color:var(--gold);
  margin-top:3px;
  font-size:13px;
}
.footer-legal-bar{
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
  font-size:12px;
  color:rgba(255,255,255,.45);
}
.footer-cert-badges{
  display:flex;
  align-items:center;
  gap:18px;
  font-size:11.5px;
  font-weight:700;
  color:var(--gold-light);
}

/* RESPONSIVE MEDIA QUERIES FOR PHASE 2 */
@media (max-width:1200px){
  .collections-grid{ grid-template-columns:repeat(2,1fr); }
  .category-pills-grid{ grid-template-columns:repeat(4,1fr); }
  .footer-5col-grid, .footer-grid-5{ grid-template-columns:repeat(3,1fr); }
}
@media (max-width:960px){
  .hero-slide h1{ font-size:38px; }
  .hero-slider-container{ height:540px; }
  .trending-grid{ grid-template-columns:repeat(2,1fr); }
  .craft-steps-grid{ grid-template-columns:repeat(3,1fr); }
  .craft-featured-banner{ grid-template-columns:1fr; }
  .b2b-cta-card{ grid-template-columns:1fr; }
  .jewellery-world-grid{ grid-template-columns:1fr; grid-template-rows:auto; }
  .editorial-tile{ min-height:260px; }
  .editorial-tile-large{ grid-row:auto; min-height:360px; }
  .assurance-grid{ grid-template-columns:repeat(2,1fr); }
  .testimonials-grid{ grid-template-columns:1fr; }
  .export-grid{ grid-template-columns:repeat(2,1fr); }
  .footer-5col-grid, .footer-grid-5{ grid-template-columns:1fr 1fr; }
}
@media (max-width:640px){
  .hero-slider-container{ height:480px; }
  .hero-slide h1{ font-size:28px; }
  .hero-slide p.hero-slide-desc{ font-size:13.5px; margin-bottom:20px; }
  .hero-slide-perks{ display:none; }
  .slider-arrow{ display:none; }
  .collections-grid{ grid-template-columns:1fr; }
  .category-pills-grid{ grid-template-columns:repeat(4,1fr); gap:12px; }
  .category-circle-thumb{ width:76px; height:76px; }
  .category-circle-name{ font-size:11.5px; }
  .trending-grid{ grid-template-columns:1fr; }
  .craft-steps-grid{ grid-template-columns:1fr; }
  .craft-banner-copy{ padding:30px 20px; }
  .b2b-perks-list{ grid-template-columns:1fr; }
  .assurance-grid{ grid-template-columns:1fr; }
  .export-grid{ grid-template-columns:1fr; }
  .footer-5col-grid, .footer-grid-5{ grid-template-columns:1fr; }
  .footer-legal-bar{ flex-direction:column; text-align:center; }
}

/* ==========================================================================
   PHASE 3: JEWELLERY CATALOGUE & 10-FACET FILTERING STYLES
   ========================================================================== */

/* Catalogue Hero Banner */
.catalogue-hero {
  background: linear-gradient(135deg, #121216 0%, #1c1c24 60%, #0d0d10 100%);
  color: #fff;
  padding: 40px 0 32px;
  position: relative;
  border-bottom: 1px solid rgba(201, 162, 75, 0.25);
}
.catalogue-hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--gold-light);
  margin-bottom: 18px;
}
.catalogue-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.catalogue-hero .breadcrumb a:hover {
  color: #fff;
}
.catalogue-hero .breadcrumb i {
  font-size: 10px;
  opacity: 0.6;
}
.catalogue-hero-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.catalogue-hero-copy {
  max-width: 680px;
}
.catalogue-hero-copy h1 {
  font-size: 38px;
  font-family: var(--font-serif);
  margin: 10px 0;
  line-height: 1.15;
}
.catalogue-hero-lead {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  margin: 0;
}
.catalogue-search-box {
  position: relative;
  width: 100%;
  max-width: 440px;
}
.catalogue-search-box i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 15px;
}
.catalogue-search-box input {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 162, 75, 0.4);
  border-radius: 8px;
  padding: 12px 14px 12px 42px;
  font-size: 13.5px;
  color: #fff;
  outline: none;
  font-family: var(--font-sans);
  transition: border-color 0.2s, background 0.2s;
}
.catalogue-search-box input:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.12);
}
.catalogue-assurance-strip {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  color: var(--gold-light);
}
.cat-assure-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
}
.cat-assure-item i {
  color: var(--gold);
}

/* Catalogue Main Layout */
.catalogue-main-section {
  padding: 40px 0 80px;
  background: var(--ivory);
}
.catalogue-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: start;
}

/* Sidebar Styles */
.catalogue-sidebar {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  padding: 20px;
  position: sticky;
  top: 130px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.catalogue-sidebar::-webkit-scrollbar {
  width: 5px;
}
.catalogue-sidebar::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 3px;
}
.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--cream);
  margin-bottom: 12px;
}
.sidebar-header h3 {
  font-size: 16px;
  margin: 0;
  font-family: var(--font-serif);
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
}
.sidebar-header h3 i {
  color: var(--gold);
  font-size: 14px;
}
.sidebar-reset-btn {
  background: none;
  border: none;
  font-size: 11.5px;
  color: var(--maroon);
  font-weight: 700;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background 0.2s;
}
.sidebar-reset-btn:hover {
  background: rgba(104, 26, 42, 0.08);
}

/* Filter Group Accordions */
.filter-group {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}
.filter-group:last-child {
  border-bottom: none;
}
.filter-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  font-size: 13px;
  font-weight: 700;
  color: var(--charcoal);
  padding: 4px 0;
}
.filter-group-header i {
  font-size: 11px;
  color: #888;
  transition: transform 0.25s ease;
}
.filter-group.collapsed .filter-group-header i {
  transform: rotate(-90deg);
}
.filter-group.collapsed .filter-group-body {
  display: none;
}
.filter-group-body {
  padding: 10px 0 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  color: #444;
  cursor: pointer;
  line-height: 1.3;
}
.filter-opt input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--gold);
  cursor: pointer;
}
.filter-opt span {
  transition: color 0.15s;
}
.filter-opt:hover span {
  color: var(--gold-dark);
}
.gated-filter-card {
  background: var(--cream);
  border: 1px solid rgba(201, 162, 75, 0.35);
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}
.gated-filter-card i {
  color: var(--gold);
  font-size: 16px;
  margin-bottom: 6px;
}
.gated-filter-card p {
  font-size: 11.5px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* Catalogue Content Area */
.catalogue-control-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 16px;
}
.control-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.btn-mobile-filter {
  display: none;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--gold);
  color: var(--black);
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.catalogue-results-count {
  font-size: 13.5px;
  font-weight: 700;
  color: #444;
}
.control-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sort-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #666;
}
.catalogue-sort-dropdown {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 12.5px;
  font-family: var(--font-sans);
  color: var(--black);
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}
.catalogue-sort-dropdown:focus {
  border-color: var(--gold);
}

/* Active Filter Chips */
.active-filter-chips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
}
.active-chips-title {
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #777;
  margin-right: 4px;
}
.filter-chip-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--cream);
  border: 1px solid rgba(201, 162, 75, 0.4);
  color: var(--black);
  font-size: 11.5px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.15s;
}
.filter-chip-tag:hover {
  background: #f1e6cf;
  border-color: var(--gold);
}
.filter-chip-tag i {
  font-size: 10px;
  color: #888;
}
.clear-all-link {
  background: none;
  border: none;
  color: var(--maroon);
  font-size: 11.5px;
  font-weight: 700;
  cursor: pointer;
  margin-left: auto;
  padding: 2px 6px;
}

/* Catalogue Grid */
.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 22px;
}

/* Empty State */
.catalogue-empty {
  background: #fff;
  border-radius: 12px;
  border: 1px dashed #ccc;
  padding: 60px 24px;
  text-align: center;
  max-width: 520px;
  margin: 40px auto;
}
.catalogue-empty .empty-icon {
  font-size: 42px;
  color: var(--gold);
  margin-bottom: 16px;
}
.catalogue-empty h3 {
  font-size: 20px;
  font-family: var(--font-serif);
  margin: 0 0 8px;
}
.catalogue-empty p {
  font-size: 13.5px;
  color: #666;
  margin: 0;
}

/* Mobile Filter Drawer */
.filter-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.filter-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}
.filter-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 85vh;
  background: #fff;
  border-radius: 16px 16px 0 0;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3);
}
.filter-drawer.active {
  transform: translateY(0);
}
.filter-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}
.filter-drawer-title {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-serif);
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-close-drawer {
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  color: #777;
  cursor: pointer;
}
.filter-drawer-body {
  padding: 16px 20px;
  overflow-y: auto;
  flex: 1;
}
.filter-drawer-footer {
  display: flex;
  gap: 12px;
  padding: 14px 20px;
  border-top: 1px solid #eee;
  background: #fafafa;
}

/* RESPONSIVE MEDIA QUERIES FOR CATALOGUE */
@media (max-width: 992px) {
  .catalogue-layout {
    grid-template-columns: 1fr;
  }
  .catalogue-sidebar {
    display: none;
  }
  .btn-mobile-filter {
    display: inline-flex;
  }
}
@media (max-width: 768px) {
  /* Hide the oversized desktop hover overlay on touch/mobile screens */
  .product-card-actions-hover {
    display: none !important;
  }

  /* Two-column mobile grid for product cards */
  .trending-grid,
  .catalogue-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .product-card-luxury,
  .catalogue-item {
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .product-card-body,
  .catalogue-item .product-card-body {
    padding: 10px 8px !important;
  }

  .prod-sku,
  .catalogue-item .prod-sku {
    font-size: 10px !important;
    margin-bottom: 2px !important;
  }

  .prod-title,
  .catalogue-item .prod-title {
    font-size: 12.5px !important;
    min-height: 34px !important;
    line-height: 1.35 !important;
    margin-bottom: 4px !important;
  }

  .prod-specs-row,
  .catalogue-item .prod-specs-row {
    font-size: 10px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    padding-bottom: 6px !important;
    margin-bottom: 6px !important;
  }

  .prod-price-gated,
  .catalogue-item .prod-price-gated {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-top: auto !important;
  }

  .gated-price-box {
    font-size: 10.5px !important;
    padding: 3px 6px !important;
    width: 100% !important;
    justify-content: flex-start !important;
    line-height: 1.2 !important;
  }

  .prod-card-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 4px !important;
    margin-top: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .btn-card-rfq,
  .btn-card-details {
    padding: 6px 2px !important;
    font-size: 9.5px !important;
    font-weight: 700 !important;
    min-height: 30px !important;
    height: 30px !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    text-align: center !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    letter-spacing: -0.2px !important;
  }

  .btn-card-rfq i {
    font-size: 8.5px !important;
  }

  .btn-card-details i {
    font-size: 7.5px !important;
    margin-left: 1px !important;
  }

  .btn-card-details {
    border: 1px solid var(--gold) !important;
    color: var(--gold-dark) !important;
    background: transparent !important;
  }

  .btn-card-details:hover,
  .btn-card-details:active {
    background: rgba(201, 162, 75, 0.12) !important;
    color: var(--gold-dark) !important;
  }
}

@media (max-width: 600px) {
  .catalogue-hero {
    padding: 24px 0 16px;
  }
  .catalogue-hero-copy h1 {
    font-size: 24px;
    margin: 6px 0;
  }
  .catalogue-hero-lead {
    font-size: 12.5px;
  }
  .catalogue-search-box {
    max-width: 100%;
  }
  .catalogue-assurance-strip {
    gap: 10px;
    font-size: 11px;
    padding-top: 12px;
  }
  .catalogue-control-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .control-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .control-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  .catalogue-sort-dropdown {
    flex: 1;
    font-size: 12px;
    padding: 6px 10px;
  }
  .active-filter-chips {
    padding: 8px 10px;
    gap: 6px;
    margin-bottom: 12px;
  }
  .filter-chip-tag {
    font-size: 11px;
    padding: 3px 8px;
  }

  /* RFQ Slide-over Drawer on small phone viewports */
  .rfq-drawer {
    width: 100% !important;
    max-width: 100% !important;
  }
  .rfq-actions-row {
    flex-direction: column !important;
    gap: 8px !important;
  }
  .btn-clear-rfq,
  .rfq-actions-row .btn-outline-dark,
  .rfq-actions-row .btn-gold {
    width: 100% !important;
    justify-content: center !important;
    padding: 12px !important;
  }
}

/* ==========================================================================
   PHASE 4: PRODUCT DETAIL PAGE (PDP) & FORMAL RFQ QUOTATION ENGINE
   ========================================================================== */

/* Breadcrumbs Bar */
.pdp-breadcrumbs-bar {
  background: #FAF8F5;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  padding: 12px 0;
  font-size: 12.5px;
}
.pdp-breadcrumbs-bar .breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #666;
}
.pdp-breadcrumbs-bar a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}
.pdp-breadcrumbs-bar a:hover {
  color: var(--gold-dark, #B38B3F);
}
.pdp-breadcrumbs-bar .bc-sep {
  color: #ccc;
}
.pdp-breadcrumbs-bar .current {
  color: #0F0F11;
  font-weight: 600;
}

/* PDP Main Section */
.pdp-main-section {
  padding: 36px 0 60px;
  background: #ffffff;
}
.pdp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.pdp-gallery-sticky {
  position: sticky;
  top: 100px;
}

/* Left Column: Visual Gallery Viewport */
.pdp-main-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fdfdfd;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  cursor: crosshair;
}
.pdp-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s ease, transform 0.3s ease;
}
.pdp-zoom-lens {
  position: absolute;
  width: 130px;
  height: 130px;
  border: 2px solid var(--gold-primary, #D4AF37);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  display: none;
  z-index: 10;
  background-repeat: no-repeat;
  background-color: #fff;
}

/* Badges on Gallery */
.pdp-media-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 5;
}
.pdp-media-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  backdrop-filter: blur(6px);
}
.pdp-media-badge.badge-stock {
  background: rgba(39, 174, 96, 0.9);
  color: #ffffff;
}
.pdp-media-badge.badge-order {
  background: rgba(230, 126, 34, 0.9);
  color: #ffffff;
}
.pdp-media-badge.badge-hallmark {
  background: rgba(15, 15, 17, 0.85);
  color: var(--gold-primary, #D4AF37);
  border: 1px solid rgba(212, 175, 55, 0.4);
}

/* Gallery Interactive Controls Overlay */
.pdp-media-controls {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: flex;
  gap: 8px;
  z-index: 5;
}
.pdp-ctrl-btn {
  background: rgba(15, 15, 17, 0.85);
  color: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.35);
  padding: 7px 12px;
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(4px);
  transition: all 0.2s;
}
.pdp-ctrl-btn:hover {
  background: var(--gold-primary, #D4AF37);
  color: #0F0F11;
}

/* Multi-Angle Thumbnails Strip */
.pdp-thumbs-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
}
.pdp-thumb-btn {
  background: #fdfdfd;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pdp-thumb-btn img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}
.pdp-thumb-title {
  font-size: 10px;
  color: #666;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.pdp-thumb-btn:hover {
  border-color: var(--gold-primary, #D4AF37);
}
.pdp-thumb-btn.active {
  border-color: var(--gold-primary, #D4AF37);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.3);
}
.pdp-thumb-btn.active .pdp-thumb-title {
  color: var(--gold-dark, #B38B3F);
  font-weight: 700;
}

/* CAD Banner */
.pdp-cad-banner {
  margin-top: 16px;
  padding: 12px 16px;
  background: #FAF8F5;
  border: 1px dashed rgba(212, 175, 55, 0.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #444;
  font-size: 12px;
}
.pdp-cad-banner i {
  font-size: 20px;
  color: var(--gold-dark, #B38B3F);
  flex-shrink: 0;
}
.pdp-cad-banner strong {
  display: block;
  color: #0F0F11;
  font-size: 12.5px;
  margin-bottom: 2px;
}

/* Right Column: Identity, Specs, Configurator */
.pdp-header-block {
  margin-bottom: 20px;
}
.pdp-collection-eyebrow {
  display: inline-block;
  color: var(--gold-dark, #B38B3F);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.pdp-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px;
  color: #0F0F11;
  line-height: 1.25;
  margin: 0 0 12px;
}
.pdp-sku-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.pdp-sku-badge {
  background: #FAF8F5;
  border: 1px solid #e0dbd1;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #555;
}
.pdp-sku-badge strong {
  color: #0F0F11;
  letter-spacing: 0.5px;
}
.btn-copy-sku {
  background: none;
  border: none;
  color: var(--gold-dark, #B38B3F);
  cursor: pointer;
  padding: 2px 4px;
  font-size: 12px;
  transition: color 0.2s;
}
.btn-copy-sku.copied {
  color: #27ae60;
}
.pdp-enquiries-badge {
  font-size: 12px;
  font-weight: 600;
  color: #8c733e;
}

/* Pricing Cards */
.pdp-pricing-wrapper {
  margin-bottom: 24px;
}
.pdp-gated-price-card {
  background: linear-gradient(135deg, #18181C 0%, #232328 100%);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 10px;
  padding: 20px;
  color: #FAF8F5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.pdp-gated-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.pdp-gated-header i {
  font-size: 22px;
  color: var(--gold-bright, #F3E5AB);
}
.pdp-gated-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.pdp-gated-sub {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.65);
}
.pdp-gated-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 10px 0 14px;
}
.pdp-gated-action-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pdp-formula-dropdown {
  display: none;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.pdp-formula-dropdown.open {
  display: block;
  animation: fadeIn 0.2s ease-in;
}
.pdp-formula-inner {
  background: rgba(0, 0, 0, 0.25);
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 11.5px;
  border-left: 3px solid var(--gold-primary, #D4AF37);
}
.pdp-formula-title {
  font-weight: 700;
  color: var(--gold-bright, #F3E5AB);
  margin-bottom: 4px;
}
.pdp-formula-eq {
  color: #ffffff;
  font-family: monospace;
  font-size: 11px;
  margin: 4px 0;
}
.pdp-formula-note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
}

/* Unlocked Pricing */
.pdp-trade-price-unlocked {
  background: #FAF8F5;
  border: 1.5px solid var(--gold-primary, #D4AF37);
  border-radius: 10px;
  padding: 18px 20px;
}
.pdp-trade-price-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.pdp-trade-badge {
  font-size: 11px;
  font-weight: 700;
  color: #27ae60;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pdp-trade-note {
  font-size: 11.5px;
  color: #777;
}
.pdp-trade-price-val {
  font-size: 26px;
  font-weight: 800;
  color: #0F0F11;
  margin: 4px 0 10px;
}
.pdp-price-tax {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.pdp-trade-breakdown-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 11.5px;
  color: #555;
  padding-top: 8px;
  border-top: 1px solid #e8e3d8;
}

/* B2B Configurator Box */
.pdp-configurator-box {
  background: #ffffff;
  border: 1px solid #e6e2d8;
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
}
.pdp-config-title {
  font-size: 14px;
  font-weight: 700;
  color: #0F0F11;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pdp-config-title i {
  color: var(--gold-dark, #B38B3F);
}
.pdp-config-row {
  margin-bottom: 18px;
}
.pdp-config-label {
  display: block;
  margin-bottom: 8px;
}
.pdp-config-label span {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  display: block;
}
.pdp-config-label small {
  font-size: 11px;
  color: #777;
}
.pdp-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pdp-config-pill {
  background: #FAF8F5;
  border: 1px solid #d8d3c5;
  color: #222;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pdp-config-pill:hover {
  border-color: var(--gold-primary, #D4AF37);
  background: #ffffff;
}
.pdp-config-pill.active {
  background: #0F0F11;
  color: var(--gold-bright, #F3E5AB);
  border-color: #0F0F11;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

/* Stepper */
.pdp-qty-stepper-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pdp-qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #d8d3c5;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
}
.pdp-qty-btn {
  background: #FAF8F5;
  border: none;
  width: 38px;
  height: 38px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  color: #111;
  transition: background 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdp-qty-btn:hover {
  background: #e8e3d8;
}
.pdp-qty-input {
  width: 54px;
  height: 38px;
  border: none;
  border-left: 1px solid #d8d3c5;
  border-right: 1px solid #d8d3c5;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #0F0F11;
  -moz-appearance: textfield;
}
.pdp-qty-input::-webkit-outer-spin-button,
.pdp-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pdp-qty-units {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.pdp-notes-input {
  width: 100%;
  border: 1px solid #d8d3c5;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 12px;
  font-family: inherit;
  color: #111;
  background: #FAF8F5;
  resize: vertical;
  transition: border-color 0.2s;
}
.pdp-notes-input:focus {
  outline: none;
  border-color: var(--gold-primary, #D4AF37);
  background: #ffffff;
}

/* Dynamic Summary Box */
.pdp-dynamic-summary {
  margin-top: 14px;
  padding: 12px 14px;
  background: #FAF8F5;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pdp-summary-pill {
  font-size: 11px;
  color: #444;
  background: #ffffff;
  border: 1px solid #e0dad0;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.pdp-summary-pill i {
  color: var(--gold-dark, #B38B3F);
}

/* Action CTAs */
.pdp-actions-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.btn-add-rfq-main {
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(179, 139, 63, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-formal-quote {
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.pdp-secondary-actions {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.btn-whatsapp-concierge {
  background: #25D366;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s;
}
.btn-whatsapp-concierge:hover {
  background: #1ebc59;
}
.btn-print-spec {
  background: #ffffff;
  border: 1px solid #d8d3c5;
  color: #444;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s;
}
.btn-print-spec:hover {
  background: #FAF8F5;
  color: #0F0F11;
  border-color: #999;
}

/* Trust Strip */
.pdp-trust-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid #eae5db;
}
.pdp-trust-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.pdp-trust-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FAF8F5;
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--gold-dark, #B38B3F);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.pdp-trust-text h5 {
  font-size: 12px;
  font-weight: 700;
  color: #0F0F11;
  margin: 0 0 2px;
}
.pdp-trust-text p {
  font-size: 11px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

/* Deep Technical Specifications Matrix Section */
.pdp-specs-section {
  padding: 60px 0;
  background: #FAF8F5;
  border-top: 1px solid #e8e3d8;
  border-bottom: 1px solid #e8e3d8;
}
.pdp-specs-card {
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
  max-width: 900px;
  margin: 0 auto;
}
.pdp-specs-table-responsive {
  overflow-x: auto;
}
.pdp-specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.pdp-specs-table thead {
  background: #0F0F11;
  color: var(--gold-bright, #F3E5AB);
}
.pdp-specs-table th {
  padding: 14px 20px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-transform: uppercase;
}
.pdp-specs-table tbody tr {
  border-bottom: 1px solid #eae5db;
  transition: background 0.15s;
}
.pdp-specs-table tbody tr:nth-child(even) {
  background: #fcfbfa;
}
.pdp-specs-table tbody tr:hover {
  background: #f7f3eb;
}
.pdp-spec-name {
  padding: 14px 20px;
  font-weight: 700;
  color: #222;
  border-right: 1px solid #eae5db;
}
.pdp-spec-value {
  padding: 14px 20px;
  color: #444;
  font-weight: 500;
}

/* Matching Suite Section */
.pdp-matching-section,
.pdp-related-section {
  padding: 60px 0;
  background: #ffffff;
}
.pdp-matching-grid,
.pdp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pdp-related-grid {
  grid-template-columns: repeat(4, 1fr);
}

/* Lightbox Modal */
.pdp-lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pdp-lightbox-modal.open {
  display: flex;
  animation: fadeIn 0.2s ease-in;
}
.pdp-lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
  text-align: center;
}
.pdp-lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}
.pdp-lightbox-caption {
  color: var(--gold-bright, #F3E5AB);
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
}
.pdp-lightbox-close {
  position: absolute;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  color: #fff;
  font-size: 38px;
  cursor: pointer;
  z-index: 10001;
  line-height: 1;
}
.pdp-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  z-index: 10001;
  transition: background 0.2s;
}
.pdp-lightbox-nav:hover {
  background: var(--gold-primary, #D4AF37);
  color: #0F0F11;
}
.pdp-lightbox-nav.prev { left: 24px; }
.pdp-lightbox-nav.next { right: 24px; }

/* 360 Studio Modal */
.pdp-360-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pdp-360-modal.open {
  display: flex;
  animation: fadeIn 0.2s ease-in;
}
.pdp-360-box {
  background: #ffffff;
  border-radius: 12px;
  max-width: 640px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.pdp-360-header {
  background: #0F0F11;
  color: var(--gold-bright, #F3E5AB);
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1.5px solid var(--gold-primary, #D4AF37);
}
.pdp-360-head-title {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pdp-360-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pdp-360-sku-pill {
  background: rgba(212, 175, 55, 0.2);
  color: var(--gold-bright, #F3E5AB);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  letter-spacing: 0.5px;
}
.pdp-360-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
}
.pdp-360-body {
  padding: 20px;
  text-align: center;
}
.pdp-360-stage {
  position: relative;
  background: radial-gradient(circle at 50% 50%, #ffffff 0%, #f4f0ea 100%);
  border-radius: 10px;
  border: 1px solid #e5dfd5;
  padding: 16px;
  text-align: center;
  overflow: hidden;
  user-select: none;
  touch-action: pan-y;
  cursor: grab;
}
.pdp-360-stage.grabbing {
  cursor: grabbing;
}
.pdp-360-angle-indicator {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(15, 15, 17, 0.85);
  color: #FAF8F5;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 5;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(212, 175, 55, 0.3);
}
.pdp-360-angle-indicator .angle-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #27ae60;
  box-shadow: 0 0 6px #27ae60;
  display: inline-block;
}
.pdp-360-canvas-wrap {
  width: 100%;
  max-width: 360px;
  height: 290px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 800px;
}
.pdp-360-active-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.12));
  transform-style: preserve-3d;
  will-change: transform;
  pointer-events: none;
}
.pdp-360-drag-overlay {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 5;
}
.pdp-360-drag-pill {
  background: rgba(15, 15, 17, 0.75);
  color: #FAF8F5;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(4px);
}
.pdp-360-ring-gauge {
  height: 3px;
  background: #e0dad0;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 12px;
}
.pdp-360-ring-progress {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-dark, #B38B3F), var(--gold-bright, #F3E5AB));
  width: 0%;
  transition: width 0.08s ease;
}
.pdp-360-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.pdp-360-auto-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 6px;
  cursor: pointer;
}
.pdp-360-slider-wrap {
  flex: 1;
  min-width: 130px;
  display: flex;
  align-items: center;
}
.pdp-360-range {
  width: 100%;
  accent-color: var(--gold-primary, #D4AF37);
  cursor: pointer;
}
.pdp-360-presets {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.pdp-360-preset-btn {
  background: #FAF8F5;
  border: 1px solid #ddd;
  color: #444;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.pdp-360-preset-btn:hover,
.pdp-360-preset-btn.active {
  background: var(--gold-primary, #D4AF37);
  color: #0F0F11;
  border-color: var(--gold-dark, #B38B3F);
}
.pdp-360-footer-notes {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #eae5db;
}
.pdp-360-spec-pills {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #555;
}
.pdp-360-spec-pills span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.pdp-360-spec-pills i {
  color: var(--gold-dark, #B38B3F);
}
.pdp-360-disclaimer {
  font-size: 11px;
  color: #777;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

/* Formal Multi-Product RFQ Modal */
.rfq-formal-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.rfq-formal-modal.open {
  display: flex;
  animation: fadeIn 0.2s ease-in;
}
.rfq-formal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}
.rfq-formal-container {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  max-width: 820px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.rfq-formal-header {
  background: #0F0F11;
  color: #ffffff;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px solid var(--gold-primary, #D4AF37);
}
.rfq-formal-header h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  color: var(--gold-bright, #F3E5AB);
  margin: 0 0 4px;
}
.rfq-formal-header p {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 650px;
  line-height: 1.4;
}
.rfq-formal-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
}
.rfq-formal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}
.formal-sec-heading {
  font-size: 13px;
  font-weight: 700;
  color: #0F0F11;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.formal-sec-heading i {
  color: var(--gold-dark, #B38B3F);
}
.formal-rfq-items-list {
  background: #FAF8F5;
  border: 1px solid #e2ddd3;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 22px;
  max-height: 180px;
  overflow-y: auto;
}
.formal-rfq-item-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eae5db;
}
.formal-rfq-item-row:last-child {
  border-bottom: none;
}
.formal-rfq-item-thumb {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.formal-rfq-item-details {
  flex: 1;
}
.formal-rfq-item-sku {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold-dark, #B38B3F);
}
.formal-rfq-item-name {
  font-size: 12.5px;
  font-weight: 600;
  color: #111;
}
.formal-rfq-item-meta {
  font-size: 11px;
  color: #666;
}
.formal-qty-badge {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11.5px;
  font-weight: 700;
  color: #111;
}

/* Formal Form Grid */
.formal-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.formal-form-grid .form-group {
  margin-bottom: 0;
}
.formal-form-grid label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}
.formal-input,
.formal-select,
.formal-textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #d4cebe;
  border-radius: 6px;
  font-size: 12.5px;
  font-family: inherit;
  color: #111;
  background: #fff;
  transition: border-color 0.2s;
}
.formal-input:focus,
.formal-select:focus,
.formal-textarea:focus {
  outline: none;
  border-color: var(--gold-primary, #D4AF37);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}
.formal-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.btn-submit-formal {
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
}

/* Proforma Sheet (Quotation Breakdown) */
.formal-success-banner {
  background: #FAF8F5;
  border: 1px solid #e0dad0;
  border-left: 4px solid #27ae60;
  padding: 16px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.formal-success-banner .success-icon {
  font-size: 32px;
  color: #27ae60;
  flex-shrink: 0;
}
.formal-success-banner .success-text h4 {
  margin: 0 0 4px;
  color: #0F0F11;
  font-size: 15px;
}
.formal-success-banner .success-text p {
  margin: 0;
  font-size: 12px;
  color: #555;
}
.formal-success-banner .success-actions {
  margin-left: auto;
  flex-shrink: 0;
}

.proforma-sheet {
  background: #ffffff;
  border: 1.5px solid #0F0F11;
  padding: 28px;
  border-radius: 6px;
  color: #111;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-bottom: 20px;
}
.proforma-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px solid #D4AF37;
  padding-bottom: 16px;
  margin-bottom: 18px;
}
.proforma-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.proforma-logo-badge {
  width: 52px;
  height: 52px;
  background: #0F0F11;
  color: #D4AF37;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  letter-spacing: 1px;
}
.proforma-company-title {
  font-size: 16px;
  font-weight: 800;
  color: #0F0F11;
  letter-spacing: 0.5px;
}
.proforma-company-sub {
  font-size: 11px;
  font-weight: 700;
  color: #B38B3F;
  letter-spacing: 1px;
}
.proforma-address {
  font-size: 10.5px;
  color: #666;
  margin-top: 2px;
}
.proforma-meta {
  text-align: right;
}
.proforma-doc-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 800;
  color: #0F0F11;
  letter-spacing: 1px;
}
.proforma-ref {
  font-size: 13px;
  color: #B38B3F;
  margin: 3px 0;
}
.proforma-date,
.proforma-validity {
  font-size: 11px;
  color: #666;
}

.proforma-buyer-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: #FAF8F5;
  border: 1px solid #e8e3d8;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 11.5px;
  color: #333;
}
.proforma-buyer-col strong {
  display: block;
  font-size: 13px;
  color: #0F0F11;
  margin-bottom: 2px;
}
.proforma-lbl {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.proforma-terms {
  background: #FAF8F5;
  border-left: 3px solid #D4AF37;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 11px;
  color: #444;
  margin-top: 16px;
}
.proforma-terms-title {
  font-weight: 700;
  color: #0F0F11;
  margin-bottom: 6px;
}
.proforma-terms-list {
  margin: 0;
  padding-left: 18px;
  line-height: 1.5;
}

.proforma-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px dashed #ccc;
}
.proforma-status-chip {
  font-size: 11.5px;
  font-weight: 700;
  color: #B38B3F;
  background: #FAF8F5;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #e0d9cb;
}
.proforma-sign-col {
  text-align: center;
  width: 200px;
  font-size: 11px;
}
.proforma-sign-line {
  border-bottom: 1px solid #333;
  margin-bottom: 6px;
  height: 30px;
}

.formal-success-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

/* Persistent Mobile Bottom Dock for PDP */
.pdp-mobile-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0F0F11;
  border-top: 1.5px solid var(--gold-primary, #D4AF37);
  padding: 10px 16px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  z-index: 998;
  display: none;
  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.35);
}
.pdp-mobile-dock-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 500px;
  margin: 0 auto;
}
.pdp-mob-wa-btn {
  background: #25D366;
  color: #ffffff !important;
  width: 50px;
  height: 44px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  font-size: 16px;
}
.pdp-mob-wa-btn span {
  font-size: 9px;
  font-weight: 700;
  margin-top: 1px;
}
.pdp-mob-rfq-btn {
  flex: 1;
  padding: 12px;
  font-size: 13.5px;
  font-weight: 700;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
}

/* Print Stylesheet for Official Proforma Quotation */
@media print {
  body * {
    visibility: hidden;
  }
  #rfqFormalModal,
  #formalRfqSuccessView,
  #formalRfqProformaTarget,
  #proformaPrintArea,
  #proformaPrintArea * {
    visibility: visible;
  }
  #proformaPrintArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
  }
  .site-topbar,
  .header-main-wrapper,
  .site-header,
  .mega-navbar,
  .top-announcement-strip,
  .site-header-luxury,
  .pdp-breadcrumbs-bar,
  .pdp-main-section,
  .pdp-specs-section,
  .pdp-matching-section,
  .pdp-related-section,
  .site-footer-luxury,
  .rfq-formal-header,
  .formal-success-banner,
  .formal-success-footer,
  .rfq-drawer,
  .pdp-mobile-dock,
  .pdp-360-modal {
    display: none !important;
  }
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVENESS (PHASE 4 PDP)
   ========================================================================== */
@media (max-width: 991px) {
  body.pdp-page {
    padding-bottom: 74px; /* Room for persistent bottom dock */
  }
  .pdp-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pdp-gallery-sticky {
    position: static;
  }
  .pdp-title {
    font-size: 24px;
  }
  .pdp-actions-row,
  .pdp-secondary-actions {
    grid-template-columns: 1fr;
  }
  .pdp-matching-grid,
  .pdp-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .pdp-mobile-dock {
    display: block;
  }
  .formal-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .pdp-title {
    font-size: 20px;
  }
  .pdp-main-section {
    padding: 20px 0 40px;
  }
  .pdp-thumbs-strip {
    gap: 8px;
  }
  .pdp-thumb-title {
    display: none;
  }
  .pdp-matching-grid,
  .pdp-related-grid {
    grid-template-columns: 1fr;
  }
  .pdp-trust-strip {
    grid-template-columns: 1fr;
  }
  .pdp-specs-table th,
  .pdp-specs-table td {
    padding: 10px 12px;
    font-size: 11.5px;
  }
  .proforma-header {
    flex-direction: column;
    gap: 12px;
  }
  .proforma-meta {
    text-align: left;
  }
  .proforma-buyer-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  /* 360 Turntable mobile */
  .pdp-360-box {
    max-height: 92vh;
    overflow-y: auto;
  }
  .pdp-360-canvas-wrap {
    height: 230px;
    max-width: 270px;
  }
  .pdp-360-toolbar {
    gap: 10px;
  }
  .pdp-360-slider-wrap {
    width: 100%;
    order: 2;
  }
  .pdp-360-presets {
    order: 3;
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   PHASE 5: B2B WHOLESALE ONBOARDING, ROLE SWITCHER & GATED PRICING
   ========================================================================== */

/* 1. Floating B2B Role Demo Switcher Widget */
.b2b-role-switcher {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 10000;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.b2b-switcher-toggle {
  background: #0F0F11;
  color: var(--gold-bright, #F3E5AB);
  border: 1.5px solid var(--gold-primary, #D4AF37);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 12.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  transition: all 0.25s ease;
}
.b2b-switcher-toggle:hover {
  background: #1A1A1E;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.25);
}
.b2b-switcher-arrow {
  font-size: 10px;
  transition: transform 0.25s ease;
}
.b2b-role-switcher.open .b2b-switcher-arrow {
  transform: rotate(180deg);
}

.b2b-switcher-panel {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  width: 340px;
  background: #ffffff;
  border: 1.5px solid var(--gold-primary, #D4AF37);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  display: none;
  animation: b2bFadeIn 0.2s ease;
}
.b2b-role-switcher.open .b2b-switcher-panel {
  display: block;
}
@keyframes b2bFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.b2b-switcher-head {
  border-bottom: 1px solid var(--line, #EAE4DA);
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.b2b-switcher-head .head-title {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--text-dark, #1A1815);
  display: flex;
  align-items: center;
  gap: 8px;
}
.b2b-switcher-head .head-title i {
  color: var(--gold-primary, #D4AF37);
}
.b2b-switcher-head p {
  font-size: 11.5px;
  color: var(--text-muted, #7A746B);
  margin: 4px 0 0;
  line-height: 1.4;
}

.b2b-role-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b2b-role-btn {
  background: #FAF8F5;
  border: 1px solid #E6E0D4;
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
}
.b2b-role-btn:hover {
  border-color: var(--gold-primary, #D4AF37);
  background: #FDFBF7;
}
.b2b-role-btn.active {
  background: #0F0F11;
  border-color: var(--gold-bright, #F3E5AB);
  color: #ffffff;
}
.b2b-role-btn .role-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  color: var(--gold-primary, #D4AF37);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.b2b-role-btn.active .role-icon {
  background: var(--gold-primary, #D4AF37);
  color: #0F0F11;
}
.b2b-role-btn .role-text {
  flex: 1;
}
.b2b-role-btn .role-text strong {
  display: block;
  font-size: 12.5px;
  color: inherit;
}
.b2b-role-btn .role-text small {
  display: block;
  font-size: 10.5px;
  color: #8C857B;
  margin-top: 1px;
}
.b2b-role-btn.active .role-text small {
  color: #C8C2B8;
}
.b2b-role-btn .role-check {
  font-size: 12px;
  color: var(--gold-bright, #F3E5AB);
  display: none;
}
.b2b-role-btn.active .role-check {
  display: inline-block;
}

.b2b-switcher-foot {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--line, #EAE4DA);
}
.link-b2b-portal {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--gold-primary, #D4AF37);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.link-b2b-portal:hover {
  text-decoration: underline;
}

/* 2. Role Change Luxury Toast */
.b2b-role-toast {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(-30px);
  background: #0F0F11;
  color: #ffffff;
  border: 1px solid var(--gold-bright, #F3E5AB);
  border-radius: 8px;
  padding: 12px 20px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
  z-index: 10001;
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  max-width: 480px;
  width: 90%;
}
.b2b-role-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.b2b-toast-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gold-primary, #D4AF37);
  color: #0F0F11;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.b2b-toast-content strong {
  display: block;
  font-size: 13.5px;
  color: var(--gold-bright, #F3E5AB);
}
.b2b-toast-content span {
  display: block;
  font-size: 11.5px;
  color: #C8C2B8;
  margin-top: 2px;
}

/* User Chip Badges */
.b2b-verified-badge {
  background: rgba(37, 211, 102, 0.15);
  color: #25D366;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.b2b-pending-badge {
  background: rgba(243, 229, 171, 0.2);
  color: var(--gold-bright, #F3E5AB);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

/* 3. Unlocked Trade Pricing on Catalogue Cards */
.trade-price-unlocked {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.trade-price-val {
  font-size: 13px;
  color: #1A1815;
}
.trade-price-val strong {
  color: var(--gold-primary, #D4AF37);
  font-size: 14px;
}
.trade-making-val {
  font-size: 11px;
  font-weight: 700;
  color: #6A6258;
  display: flex;
  align-items: center;
  gap: 5px;
}
.trade-making-val i {
  color: var(--gold-primary, #D4AF37);
}

/* 4. Wholesale Landing Page (wholesale-b2b.html) */
.wholesale-hero-section {
  background: linear-gradient(135deg, #0B0B0D 0%, #161412 100%);
  color: #ffffff;
  padding: 60px 0 70px;
  border-bottom: 2px solid var(--gold-primary, #D4AF37);
}
.wholesale-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 48px;
  align-items: center;
}
.b2b-pre-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--gold-primary, #D4AF37);
  color: var(--gold-bright, #F3E5AB);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}
.wholesale-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 16px;
}
.wholesale-hero-sub {
  font-size: 15px;
  line-height: 1.65;
  color: #C8C2B8;
  margin-bottom: 28px;
}

.wholesale-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  border-top: 1px solid rgba(243, 229, 171, 0.2);
  border-bottom: 1px solid rgba(243, 229, 171, 0.2);
  padding: 16px 0;
  margin-bottom: 28px;
}
.w-stat-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--gold-bright, #F3E5AB);
}
.w-stat-lbl {
  display: block;
  font-size: 11px;
  color: #8C857B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.wholesale-hero-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Institutional Advantage Card */
.wholesale-hero-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(212, 175, 55, 0.4);
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.hero-card-inner .card-badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold-bright, #F3E5AB);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.hero-card-inner h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
}
.hero-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.hb-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.15);
  color: var(--gold-primary, #D4AF37);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.hero-benefits-list li strong {
  display: block;
  font-size: 13.5px;
  color: var(--gold-bright, #F3E5AB);
  margin-bottom: 2px;
}
.hero-benefits-list li p {
  font-size: 12px;
  line-height: 1.45;
  color: #B5AFA6;
  margin: 0;
}

/* 5. Three Commercial Tiers Grid */
.wholesale-tiers-section {
  padding: 70px 0;
  background: #FAF8F5;
  border-bottom: 1px solid var(--line, #EAE4DA);
}
.wholesale-tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}
.tier-card {
  background: #ffffff;
  border: 1.5px solid var(--line, #EAE4DA);
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.tier-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}
.tier-card.featured {
  border-color: var(--gold-primary, #D4AF37);
  box-shadow: 0 16px 40px rgba(212, 175, 55, 0.15);
}
.tier-ribbon {
  position: absolute;
  top: -12px;
  right: 24px;
  background: var(--gold-primary, #D4AF37);
  color: #0F0F11;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
}
.tier-header {
  border-bottom: 1px solid #F0EAE1;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.tier-tag {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--gold-primary, #D4AF37);
  display: block;
  margin-bottom: 6px;
}
.tier-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--text-dark, #1A1815);
  margin-bottom: 8px;
}
.tier-volume {
  font-size: 12.5px;
  color: #6A6258;
}
.tier-volume strong {
  color: var(--gold-primary, #D4AF37);
  font-size: 14px;
}
.tier-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tier-perks li {
  font-size: 12.5px;
  color: #4A443C;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}
.tier-perks li i {
  color: #25D366;
  font-size: 12px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* 6. Comprehensive B2B Onboarding Form */
.b2b-form-section {
  padding: 60px 0 80px;
  background: #ffffff;
}
.b2b-form-container {
  max-width: 920px;
  margin: 0 auto;
  background: #FAF8F5;
  border: 1.5px solid var(--line, #EAE4DA);
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}
.form-header-box {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 36px;
}
.form-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold-primary, #D4AF37);
  background: rgba(212, 175, 55, 0.12);
  padding: 4px 12px;
  border-radius: 16px;
  margin-bottom: 10px;
}
.form-header-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: var(--text-dark, #1A1815);
  margin-bottom: 10px;
}
.form-header-box p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #6A6258;
}

.form-fieldset {
  border: 1px solid #EAE4DA;
  border-radius: 10px;
  background: #ffffff;
  padding: 24px;
  margin-bottom: 24px;
}
.fieldset-legend {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #F0EAE1;
}
.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0F0F11;
  color: var(--gold-bright, #F3E5AB);
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fieldset-legend h4 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  color: var(--text-dark, #1A1815);
  margin: 0 0 2px 0;
}
.fieldset-legend p {
  font-size: 12px;
  color: #8C857B;
  margin: 0;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.form-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group label {
  font-size: 12px;
  font-weight: 700;
  color: #2C2824;
  margin-bottom: 6px;
}
.form-control {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #D6CEC2;
  border-radius: 6px;
  font-size: 13px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #1A1815;
  background: #ffffff;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.form-control:focus {
  outline: none;
  border-color: var(--gold-primary, #D4AF37);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}
.form-control.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-control.valid {
  border-color: #25D366;
}
.form-control.invalid {
  border-color: #E53935;
}

.input-with-icon {
  position: relative;
}
.input-with-icon i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8C857B;
  font-size: 13px;
}
.input-with-icon input {
  padding-left: 36px;
}

.gstin-feedback-slot {
  margin-top: 4px;
  min-height: 18px;
}
.valid-feedback {
  color: #2E7D32;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.invalid-feedback {
  color: #C62828;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Checkbox Pills */
.checkbox-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cb-pill {
  cursor: pointer;
}
.cb-pill input {
  display: none;
}
.cb-pill span {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #D6CEC2;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #4A443C;
  background: #FAF8F5;
  transition: all 0.2s ease;
}
.cb-pill input:checked + span {
  background: #0F0F11;
  color: var(--gold-bright, #F3E5AB);
  border-color: var(--gold-primary, #D4AF37);
}

/* Upload Dropzone */
.b2b-upload-dropzone {
  border: 2px dashed #C8C0B2;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  background: #FDFBF7;
  cursor: pointer;
  transition: all 0.2s ease;
}
.b2b-upload-dropzone:hover,
.b2b-upload-dropzone.drag-over {
  border-color: var(--gold-primary, #D4AF37);
  background: #F8F4EB;
}
.b2b-upload-dropzone .drop-icon {
  font-size: 32px;
  color: var(--gold-primary, #D4AF37);
  margin-bottom: 10px;
}
.drop-text strong {
  display: block;
  font-size: 13.5px;
  color: #1A1815;
}
.drop-text .browse-link {
  color: var(--gold-primary, #D4AF37);
  text-decoration: underline;
  cursor: pointer;
}
.drop-text small {
  display: block;
  font-size: 11.5px;
  color: #8C857B;
  margin-top: 4px;
}

.b2b-file-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.b2b-file-chip {
  background: #0F0F11;
  color: #ffffff;
  border: 1px solid var(--gold-primary, #D4AF37);
  border-radius: 6px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
}
.b2b-file-chip i {
  color: var(--gold-bright, #F3E5AB);
}
.b2b-file-chip .chip-name {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b2b-file-chip .chip-size {
  color: #8C857B;
  font-size: 10px;
}
.chip-remove {
  background: none;
  border: none;
  color: #C8C2B8;
  cursor: pointer;
  padding: 0 2px;
  font-size: 11px;
}
.chip-remove:hover {
  color: #FF5252;
}

/* Consents Stack */
.consents-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b2b-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.45;
  color: #4A443C;
  cursor: pointer;
}
.b2b-consent-label input {
  margin-top: 3px;
}
.b2b-consent-label a {
  color: var(--gold-primary, #D4AF37);
  text-decoration: underline;
}

/* Submit Actions */
.form-actions-bar {
  text-align: center;
  margin-top: 32px;
}
.btn-submit-b2b {
  width: 100%;
  max-width: 480px;
  padding: 16px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin: 0 auto;
}
.action-helper-text {
  font-size: 11.5px;
  color: #7A746B;
  margin-top: 10px;
}

/* Application Lookup Strip */
.application-lookup-strip {
  max-width: 920px;
  margin: 30px auto 0;
  background: #ffffff;
  border: 1px solid var(--line, #EAE4DA);
  border-radius: 10px;
  padding: 20px 24px;
}
.lookup-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.lookup-info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.lookup-info i {
  font-size: 24px;
  color: var(--gold-primary, #D4AF37);
}
.lookup-info strong {
  display: block;
  font-size: 13.5px;
  color: #1A1815;
}
.lookup-info p {
  font-size: 12px;
  color: #7A746B;
  margin: 2px 0 0;
}
.lookup-form {
  display: flex;
  gap: 10px;
}
.lookup-form input {
  width: 200px;
  padding: 8px 12px;
}
.lookup-not-found {
  background: #FFF3E0;
  border-left: 4px solid #FF9800;
  padding: 10px 14px;
  font-size: 12px;
  color: #E65100;
  margin-top: 14px;
  border-radius: 4px;
}

/* 7. Official Application Receipt View */
.b2b-receipt-section {
  padding: 60px 0 90px;
  background: #FAF8F5;
}
.b2b-receipt-sheet {
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid var(--gold-primary, #D4AF37);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}
.receipt-header-strip {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 2px solid #0F0F11;
  padding-bottom: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}
.receipt-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.receipt-logo {
  background: #0F0F11;
  color: var(--gold-bright, #F3E5AB);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid var(--gold-primary, #D4AF37);
}
.receipt-brand h3 {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  color: #0F0F11;
  margin: 0 0 4px 0;
}
.receipt-brand p {
  font-size: 11.5px;
  color: #555;
  margin: 0 0 2px 0;
}
.receipt-brand small {
  font-size: 10px;
  color: #888;
}

.receipt-meta {
  text-align: right;
}
.receipt-badge-status {
  background: #0F0F11;
  color: var(--gold-bright, #F3E5AB);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.receipt-id-tag {
  font-size: 13.5px;
  color: #1A1815;
}
.receipt-id-tag strong {
  color: var(--gold-primary, #D4AF37);
  font-size: 15px;
}
.receipt-date {
  font-size: 11px;
  color: #888;
  margin-top: 2px;
}

.receipt-welcome-banner {
  background: #FDFBF7;
  border-left: 4px solid var(--gold-primary, #D4AF37);
  padding: 16px 20px;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}
.banner-icon {
  font-size: 24px;
  color: #25D366;
  margin-top: 2px;
}
.banner-text h4 {
  font-family: 'Playfair Display', serif;
  font-size: 16.5px;
  color: #1A1815;
  margin: 0 0 4px 0;
}
.banner-text p {
  font-size: 12.5px;
  color: #6A6258;
  margin: 0;
  line-height: 1.45;
}

.receipt-data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.receipt-card {
  background: #FAF8F5;
  border: 1px solid #EAE4DA;
  border-radius: 8px;
  padding: 18px;
}
.receipt-card h5 {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  color: #0F0F11;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E0D4;
  display: flex;
  align-items: center;
  gap: 8px;
}
.receipt-card h5 i {
  color: var(--gold-primary, #D4AF37);
}
.receipt-table {
  width: 100%;
  font-size: 11.5px;
  border-collapse: collapse;
}
.receipt-table td {
  padding: 6px 0;
  color: #4A443C;
}
.receipt-table td:first-child {
  color: #8C857B;
  width: 45%;
}
.tax-code {
  background: #0F0F11;
  color: var(--gold-bright, #F3E5AB);
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
}

.receipt-undertaking-box {
  background: #FAF8F5;
  border: 1px solid #EAE4DA;
  padding: 14px 18px;
  border-radius: 6px;
  font-size: 11.5px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 28px;
}
.receipt-actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVENESS (PHASE 5)
   ========================================================================== */
@media (max-width: 991px) {
  .wholesale-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .wholesale-tiers-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .receipt-data-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .form-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .b2b-role-switcher {
    bottom: 76px; /* Above the mobile bottom dock */
    left: 12px;
  }
  .b2b-switcher-panel {
    width: 290px;
  }
  .wholesale-hero-title {
    font-size: 26px;
  }
  .wholesale-stat-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .b2b-form-container {
    padding: 24px 16px;
  }
  .form-grid-2 {
    grid-template-columns: 1fr;
  }
  .form-group[style*="span 2"] {
    grid-column: span 1 !important;
  }
  .b2b-receipt-sheet {
    padding: 24px 16px;
  }
  .receipt-header-strip {
    flex-direction: column;
    text-align: left;
  }
  .receipt-meta {
    text-align: left;
  }
  .receipt-actions-toolbar {
    flex-direction: column;
    width: 100%;
  }
  .receipt-actions-toolbar button,
  .receipt-actions-toolbar a {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   PHASE 6: BUYER PORTAL & SELF-SERVICE DASHBOARD (portal.html)
   ========================================================================== */
.portal-page-wrap {
  padding: 40px 0 80px;
  background: var(--ivory, #FAF8F5);
  min-height: 80vh;
}
.portal-header-card {
  background: linear-gradient(135deg, #0d0d0f 0%, #1a1917 100%);
  border: 1px solid var(--gold-primary, #D4AF37);
  border-radius: var(--radius-lg, 12px);
  padding: 32px 36px;
  color: #fff;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  box-shadow: 0 16px 36px rgba(0,0,0,0.18);
  position: relative;
  overflow: hidden;
}
.portal-header-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(212,175,55,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.portal-buyer-info h1 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 6px;
  color: #fff;
}
.portal-buyer-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #D1CDC7;
}
.portal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.portal-badge.approved {
  background: rgba(32, 176, 80, 0.18);
  border: 1px solid #20B050;
  color: #4ade80;
}
.portal-badge.pending {
  background: rgba(234, 179, 8, 0.18);
  border: 1px solid #EAB308;
  color: #fde047;
}
.portal-badge.guest {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #E2D9CC;
}
.portal-tier-pill {
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--gold-bright, #F3E5AB);
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 11.5px;
  font-weight: 700;
}
.portal-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* 4 Top KPI Stats */
.portal-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.portal-kpi-card {
  background: #fff;
  border: 1px solid var(--line, #E8E5DF);
  border-radius: var(--radius, 10px);
  padding: 22px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
  transition: transform 0.2s, border-color 0.2s;
}
.portal-kpi-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold-primary, #D4AF37);
}
.portal-kpi-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.12);
  color: var(--gold-dark, #A07E23);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  flex-shrink: 0;
}
.portal-kpi-val {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--text-dark, #1C1917);
  line-height: 1.1;
}
.portal-kpi-label {
  font-size: 12px;
  color: var(--text-muted, #726E68);
  margin-top: 3px;
  font-weight: 600;
}

/* Tabs Navigation */
.portal-tabs-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid var(--line, #E8E5DF);
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}
.portal-tabs-bar::-webkit-scrollbar { display: none; }
.portal-tab-btn {
  background: none;
  border: none;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-muted, #726E68);
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.portal-tab-btn i { font-size: 14px; }
.portal-tab-btn:hover { color: var(--gold-dark, #A07E23); }
.portal-tab-btn.active {
  color: var(--gold-dark, #A07E23);
}
.portal-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold-primary, #D4AF37);
}
.portal-tab-pane {
  display: none;
  animation: fadeIn 0.25s ease-out;
}
.portal-tab-pane.active { display: block; }

/* Table Cards */
.portal-card {
  background: #fff;
  border: 1px solid var(--line, #E8E5DF);
  border-radius: var(--radius-lg, 12px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  margin-bottom: 30px;
}
.portal-card-header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--line, #E8E5DF);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.portal-card-header h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--text-dark, #1C1917);
  display: flex;
  align-items: center;
  gap: 10px;
}
.portal-card-header h3 i { color: var(--gold-primary, #D4AF37); }

/* Production Timeline Tracker */
.production-tracker-card {
  background: #fff;
  border: 1px solid var(--line, #E8E5DF);
  border-radius: var(--radius, 10px);
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}
.prod-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.prod-order-id {
  font-weight: 800;
  font-size: 15px;
  color: var(--text-dark, #1C1917);
}
.prod-order-date {
  font-size: 12px;
  color: var(--text-muted, #726E68);
}
.timeline-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  position: relative;
  margin-top: 24px;
}
.timeline-steps::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 30px;
  right: 30px;
  height: 3px;
  background: var(--line, #E8E5DF);
  z-index: 1;
}
.timeline-step {
  text-align: center;
  position: relative;
  z-index: 2;
}
.step-node {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--line, #E8E5DF);
  color: var(--text-muted, #726E68);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 13px;
  font-weight: 800;
  transition: all 0.2s;
}
.timeline-step.completed .step-node {
  background: var(--gold-primary, #D4AF37);
  border-color: var(--gold-primary, #D4AF37);
  color: #1a1200;
}
.timeline-step.active .step-node {
  background: #1C1917;
  border-color: var(--gold-primary, #D4AF37);
  color: var(--gold-bright, #F3E5AB);
  box-shadow: 0 0 0 4px rgba(212,175,55,0.25);
  animation: pulse 1.6s infinite;
}
.step-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-dark, #1C1917);
}
.step-date {
  font-size: 10.5px;
  color: var(--text-muted, #726E68);
  margin-top: 2px;
}

/* ==========================================================================
   PHASE 7: CUSTOM MANUFACTURING & GLOBAL EXPORT PAGES
   ========================================================================== */
.oem-hero-section {
  background: linear-gradient(135deg, #09090b 0%, #161514 100%);
  color: #fff;
  padding: 64px 0 76px;
  border-bottom: 2px solid var(--gold-primary, #D4AF37);
}
.oem-workflow-section {
  padding: 64px 0 80px;
  background: #fff;
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 36px;
}
.workflow-step-card {
  background: var(--ivory, #FAF8F5);
  border: 1px solid var(--line, #E8E5DF);
  border-radius: var(--radius-lg, 12px);
  padding: 24px;
  position: relative;
  transition: all 0.25s ease;
}
.workflow-step-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-primary, #D4AF37);
  box-shadow: 0 14px 28px rgba(0,0,0,0.06);
}
.workflow-num {
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 800;
  color: rgba(212, 175, 55, 0.2);
  line-height: 1;
}
.workflow-step-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.15);
  color: var(--gold-dark, #A07E23);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.workflow-step-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--text-dark, #1C1917);
  margin-bottom: 8px;
}
.workflow-step-desc {
  font-size: 13px;
  color: var(--text-muted, #726E68);
  line-height: 1.5;
}

/* CAD & OEM Intake Form */
.oem-form-section {
  padding: 60px 0 80px;
  background: var(--ivory, #FAF8F5);
}
.oem-form-card {
  background: #fff;
  border: 1px solid var(--line, #E8E5DF);
  border-radius: var(--radius-lg, 12px);
  padding: 40px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.05);
}

/* Export Desk & Global Logistics */
.export-hero-section {
  background: linear-gradient(135deg, #0d1117 0%, #161b22 100%);
  color: #fff;
  padding: 64px 0 76px;
  border-bottom: 2px solid var(--gold-primary, #D4AF37);
}
.export-corridors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 36px;
}
.corridor-card {
  background: #fff;
  border: 1px solid var(--line, #E8E5DF);
  border-radius: var(--radius, 10px);
  padding: 24px;
  text-align: center;
}
.corridor-flag {
  font-size: 32px;
  margin-bottom: 10px;
}

/* ==========================================================================
   PHASE 8: 14-MODULE ADMIN PANEL ENHANCEMENTS (admin.html)
   ========================================================================== */
.admin-sidebar {
  width: 270px;
}
.admin-badge-count {
  margin-left: auto;
  background: var(--gold-primary, #D4AF37);
  color: #1a1200;
  font-size: 10.5px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 10px;
}
.admin-filter-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 14px 20px;
  background: var(--ivory, #FAF8F5);
  border-bottom: 1px solid var(--line, #E8E5DF);
}
.admin-action-btn {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--line, #E8E5DF);
  background: #fff;
  transition: all 0.2s;
}
.admin-action-btn:hover {
  border-color: var(--gold-primary, #D4AF37);
  color: var(--gold-dark, #A07E23);
}

/* RESPONSIVENESS (<960px & <768px) */
@media (max-width: 991px) {
  .portal-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-steps { grid-template-columns: 1fr; gap: 20px; }
  .timeline-steps::before { display: none; }
  .timeline-step { display: flex; align-items: center; text-align: left; gap: 14px; }
  .step-node { margin: 0; }
  .oem-form-card { padding: 24px 16px; }
}
@media (max-width: 600px) {
  .portal-kpi-grid { grid-template-columns: 1fr; }
  .portal-header-card { padding: 24px 18px; }
  .portal-buyer-info h1 { font-size: 22px; }
  .portal-header-actions { width: 100%; flex-direction: column; }
  .portal-header-actions .btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .prod-card-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 4px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .btn-card-rfq,
  .btn-card-details {
    padding: 5px 2px !important;
    font-size: 9.5px !important;
    min-height: 28px !important;
    height: 28px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    letter-spacing: -0.2px !important;
  }
  .pdp-actions-row {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .pdp-actions-row .btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* ==========================================================================
   B2B WHOLESALE AUTH MODAL (FIX FOR 2ND SCREENSHOT OVERLAY)
   ========================================================================== */
.auth-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 14, 12, 0.75);
  backdrop-filter: blur(5px);
  z-index: 10005;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.auth-modal-backdrop.open,
.auth-modal-backdrop.show {
  display: flex !important;
}

.auth-modal-box {
  background: #ffffff;
  border-radius: 12px;
  max-width: 440px;
  width: 100%;
  padding: 28px 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  position: relative;
  border: 1px solid rgba(201, 162, 75, 0.35);
  animation: modalFadeIn 0.25s ease-out;
}

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

.auth-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.auth-modal-header h3 {
  margin: 0;
  font-size: 19px;
  color: #1a1200;
  font-family: var(--font-heading, 'Cinzel', serif);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-modal-header h3 i {
  color: var(--gold-dark, #a37c2c);
}

.auth-modal-close {
  background: transparent;
  border: none;
  font-size: 26px;
  line-height: 1;
  color: #777;
  cursor: pointer;
  padding: 0 4px;
  transition: color 0.15s;
}

.auth-modal-close:hover {
  color: #000;
}

.auth-kicker {
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.4;
}

/* Ensure mobile dock does not overlap floating role switcher or whatsapp */
@media (max-width: 820px) {
  .b2b-role-switcher {
    bottom: 74px !important;
    z-index: 9990 !important;
  }
  .whatsapp-fab {
    bottom: 140px !important;
    right: 16px !important;
    z-index: 9995 !important;
  }
}

/* ==========================================================================
   FOUNDER & LEADERSHIP SECTION (MALABAR & TANISHQ ROYAL CREST)
   ========================================================================== */
.founder-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #FAF8F5 0%, #F5EDE0 50%, #FAF8F5 100%);
  border-top: 1px solid rgba(200, 162, 72, 0.28);
  border-bottom: 1px solid rgba(200, 162, 72, 0.28);
  position: relative;
  overflow: hidden;
}
.founder-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(200, 162, 72, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.founder-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(104, 24, 41, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.founder-wrap {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 56px;
  align-items: center;
}
.founder-art-wrapper {
  position: relative;
}
.founder-art {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid #C8A248;
  box-shadow: 0 20px 50px rgba(104, 24, 41, 0.18), 0 8px 24px rgba(200, 162, 72, 0.25);
  background: #15141A;
}
.founder-art img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.6s ease;
}
.founder-art:hover img {
  transform: scale(1.03);
}
.founder-floating-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(15, 14, 18, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(200, 162, 72, 0.45);
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.founder-badge-name {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.founder-badge-role {
  font-size: 11px;
  color: #E4C276;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.founder-badge-est {
  font-size: 12px;
  font-weight: 700;
  color: #C8A248;
  background: rgba(200, 162, 72, 0.15);
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(200, 162, 72, 0.3);
}
.founder-copy h2 {
  font-size: 38px;
  color: #181715;
  margin-bottom: 6px;
  line-height: 1.15;
}
.founder-role {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 15px;
  color: #8E6D22;
  font-weight: 700;
}
.role-pill {
  background: linear-gradient(135deg, #681829, #460E1A);
  color: #E4C276;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(200, 162, 72, 0.35);
}
.founder-copy p {
  font-size: 14.5px;
  line-height: 1.75;
  color: #555047;
  margin-bottom: 16px;
}
.founder-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 24px 0;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid rgba(200, 162, 72, 0.25);
  box-shadow: 0 6px 18px rgba(18,16,13,.04);
}
.founder-highlights div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 12px;
  color: #726E68;
}
.founder-highlights div i {
  color: #681829;
  font-size: 16px;
  margin-bottom: 2px;
}
.founder-highlights div strong {
  color: #181715;
  font-size: 13.5px;
  font-weight: 700;
}
.founder-offerings-title {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #681829;
  margin: 20px 0 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.founder-tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.founder-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFFFFF;
  border: 1px solid rgba(200, 162, 72, 0.3);
  color: #38342E;
  font-size: 11.5px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  transition: all 0.2s ease;
}
.founder-tag-pill:hover {
  background: #681829;
  color: #FFFFFF;
  border-color: #681829;
  transform: translateY(-2px);
}
.founder-tag-pill i {
  color: #C8A248;
  font-size: 10px;
}
.founder-tag-pill:hover i {
  color: #E4C276;
}
.founder-copy blockquote {
  border-left: 3px solid #C8A248;
  padding: 14px 20px;
  background: rgba(104, 24, 41, 0.04);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 15px;
  color: #38342E;
  line-height: 1.6;
  margin: 20px 0 26px;
  border-radius: 0 8px 8px 0;
}
.founder-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .founder-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }
  .founder-art-wrapper {
    max-width: 360px;
    margin: 0 auto;
  }
  .founder-role {
    justify-content: center;
  }
  .founder-highlights {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .founder-tags-grid {
    justify-content: center;
  }
  .founder-actions {
    justify-content: center;
  }
}



