/* ============================================================
   Cre8 storefront — shared styles (was inline in index.html)
   ============================================================ */
  :root{
    --black:#090909;
    --charcoal:#252525;
    --charcoal-2:#1a1a1a;
    --gold:#C8953D;
    --gold-deep:#8A5B1E;
    --silver:#B7B9BC;
    --ivory:#F5F1E8;
    --white:#FFFFFF;
    --display: 'Cinzel', 'DejaVu Serif', serif;
    --sans: 'Montserrat', 'DejaVu Sans', sans-serif;
    --radius: 2px;
    --maxw: 1180px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    font-family:var(--sans);
    background:var(--black);
    color:var(--ivory);
    -webkit-font-smoothing:antialiased;
  }
  img{max-width:100%;display:block;}
  a{color:inherit;text-decoration:none;}
  button{font-family:var(--sans);cursor:pointer;}
  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px;}
  .eyebrow{
    text-transform:uppercase;
    letter-spacing:.22em;
    font-size:12px;
    color:var(--gold);
    font-weight:600;
  }
  .hairline{
    height:1px;
    background:linear-gradient(90deg, transparent, var(--gold), transparent);
    border:none;
    margin:0;
  }
  .rule-solid{ height:1px; background:rgba(183,185,188,.25); border:none; }

  /* ---------- Header ---------- */
  header{
    position:sticky; top:0; z-index:60;
    background:rgba(9,9,9,.86);
    backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(200,149,61,.18);
  }
  .nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 28px;
    max-width:var(--maxw); margin:0 auto;
  }
  .brand{display:flex; align-items:center; gap:14px;}
  .brand img{height:52px; width:auto; display:block;}
  .brand .word{
    font-family:var(--display); font-weight:600; letter-spacing:.04em;
    font-size:23px; line-height:1;
  }
  .brand .word span{color:var(--gold);}
  .brand .tag{
    font-size:10.5px; letter-spacing:.2em; color:var(--silver); text-transform:uppercase; margin-top:4px;
  }
  nav.links{display:flex; gap:34px; align-items:center;}
  nav.links a{
    font-size:13px; letter-spacing:.08em; text-transform:uppercase; color:var(--ivory);
    font-weight:500; opacity:.85; transition:opacity .2s, color .2s;
    position:relative; padding:4px 0;
  }
  nav.links a:hover{opacity:1; color:var(--gold);}
  .navRight{display:flex; align-items:center; gap:18px;}
  .cartBtn{
    display:flex; align-items:center; gap:8px;
    background:transparent; border:1px solid rgba(200,149,61,.5);
    color:var(--ivory); padding:9px 16px; border-radius:var(--radius);
    font-size:12.5px; letter-spacing:.08em; text-transform:uppercase;
    transition:border-color .2s, background .2s;
  }
  .cartBtn:hover{border-color:var(--gold); background:rgba(200,149,61,.08);}
  .cartCount{
    background:var(--gold); color:var(--black); font-weight:700;
    border-radius:50%; width:18px; height:18px; font-size:11px;
    display:flex; align-items:center; justify-content:center;
  }
  .menuToggle{display:none; background:none; border:none; color:var(--ivory); font-size:22px;}
  .mobileMenu{
    display:none; flex-direction:column; background:var(--charcoal-2);
    border-top:1px solid rgba(200,149,61,.18); border-bottom:1px solid rgba(200,149,61,.18);
    max-height:0; overflow:hidden; transition:max-height .3s ease;
  }
  .mobileMenu.show{max-height:640px;}
  .mobileMenu a{
    padding:16px 28px; font-size:14px; letter-spacing:.06em; text-transform:uppercase;
    color:var(--ivory); border-bottom:1px solid rgba(183,185,188,.1);
  }
  .mobileMenu a:hover{color:var(--gold); background:rgba(200,149,61,.06);}

  /* ---------- Shop dropdown (multi-page nav) ---------- */
  nav.links .hasSub{ position:relative; display:inline-flex; align-items:center; }
  nav.links .hasSub > a::after{ content:"\25BE"; margin-left:7px; font-size:.78em; opacity:.6; }
  nav.links .subMenu{
    position:absolute; top:100%; left:50%; transform:translateX(-50%);
    display:none; flex-direction:column; min-width:210px;
    padding:10px 6px 6px; margin-top:2px;
    background:var(--charcoal-2); border:1px solid rgba(200,149,61,.2);
    border-radius:var(--radius); box-shadow:0 24px 48px rgba(0,0,0,.55); z-index:70;
  }
  nav.links .hasSub:hover .subMenu,
  nav.links .hasSub:focus-within .subMenu{ display:flex; }
  nav.links .subMenu a{
    padding:10px 14px; font-size:12px; letter-spacing:.08em; text-transform:uppercase;
    color:var(--ivory); opacity:.85; white-space:nowrap; border-radius:4px;
  }
  nav.links .subMenu a:hover{ opacity:1; color:var(--gold); background:rgba(200,149,61,.08); }
  nav.links .subMenu a.current{ opacity:1; color:var(--gold); }

  /* ---------- Hero ---------- */
  .hero{
    position:relative;
    padding:120px 28px 100px;
    text-align:center;
    background:
      radial-gradient(ellipse at 50% -10%, rgba(200,149,61,.14), transparent 55%),
      linear-gradient(180deg, #0c0c0c 0%, var(--black) 60%);
    overflow:hidden;
  }
  .hero::before{
    content:"";
    position:absolute; inset:0;
    background-image:
      linear-gradient(rgba(183,185,188,.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(183,185,188,.045) 1px, transparent 1px);
    background-size:52px 52px;
    mask-image:radial-gradient(ellipse at 50% 30%, black, transparent 70%);
    pointer-events:none;
  }
  .hero-inner{position:relative; z-index:2; max-width:760px; margin:0 auto;}
  .hero img.mark{width:min(480px,84vw); height:auto; margin:0 auto 26px;}
  .hero h1{
    font-family:var(--display); font-weight:600;
    font-size:clamp(34px,5.4vw,58px);
    line-height:1.12; margin:0 0 18px;
    letter-spacing:.01em;
  }
  .hero h1 .accent{color:var(--gold);}
  .hero p.lede{
    font-size:17px; color:var(--silver); line-height:1.7;
    max-width:560px; margin:0 auto 38px; font-style:italic;
  }
  .hero-ctas{display:flex; gap:16px; justify-content:center; flex-wrap:wrap;}
  .btn{
    display:inline-block; padding:15px 32px; border-radius:var(--radius);
    font-size:12.5px; letter-spacing:.12em; text-transform:uppercase; font-weight:600;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
    border:1px solid transparent;
  }
  .btn-gold{background:linear-gradient(135deg, var(--gold), var(--gold-deep)); color:var(--black);}
  .btn-gold:hover{transform:translateY(-2px); box-shadow:0 10px 26px rgba(200,149,61,.28);}
  .btn-outline{border-color:rgba(245,241,232,.35); color:var(--ivory); background:transparent;}
  .btn-outline:hover{border-color:var(--gold); color:var(--gold);}
  .btn-block{display:block; width:100%; text-align:center;}
  .btn:disabled{opacity:.5; cursor:not-allowed; transform:none !important; box-shadow:none !important;}

  /* ---------- Featured strip (home) ---------- */
  section.featured{padding:6px 0 18px;}
  .featuredHead{display:flex; align-items:baseline; justify-content:space-between; gap:16px; margin-bottom:18px;}
  .featuredAll{font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:var(--silver); transition:color .2s; white-space:nowrap;}
  .featuredAll:hover{color:var(--gold);}
  .featStripWrap{position:relative;}
  .featNav{
    position:absolute; top:calc(50% - 6px); transform:translateY(-50%); z-index:5;
    width:38px; height:38px; padding:0; border-radius:50%; cursor:pointer;
    display:flex; align-items:center; justify-content:center;
    background:rgba(9,9,9,.82); border:1px solid rgba(200,149,61,.5); color:var(--gold);
    font-size:20px; line-height:1; box-shadow:0 8px 20px rgba(0,0,0,.5);
    transition:background .2s ease;
  }
  .featNav:hover{background:rgba(200,149,61,.25);}
  .featNav.prev{left:-6px;}
  .featNav.next{right:-6px;}
  @media (max-width: 640px){ .featNav{display:none;} }
  .featuredStrip{
    display:flex; gap:20px; overflow-x:auto; padding:10px 2px 22px;
    scroll-snap-type:x proximity; -webkit-overflow-scrolling:touch;
    scrollbar-width:thin; scrollbar-color:rgba(200,149,61,.4) transparent;
  }
  .featuredStrip::-webkit-scrollbar{height:8px;}
  .featuredStrip::-webkit-scrollbar-track{background:transparent;}
  .featuredStrip::-webkit-scrollbar-thumb{background:rgba(200,149,61,.35); border-radius:4px;}
  .featuredStrip::-webkit-scrollbar-thumb:hover{background:var(--gold);}
  .featuredCard{
    flex:0 0 236px; scroll-snap-align:start; text-align:left; cursor:pointer;
    -webkit-appearance:none; appearance:none; color:inherit; padding:0;
    background:var(--charcoal); border:1px solid rgba(183,185,188,.12); border-radius:var(--radius);
    overflow:hidden; display:flex; flex-direction:column;
    transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }
  .featuredCard:hover{transform:translateY(-4px); border-color:rgba(200,149,61,.45); box-shadow:0 18px 36px rgba(0,0,0,.35);}
  .featuredCard .fThumb{
    aspect-ratio:1/1; display:flex; align-items:center; justify-content:center;
    background:
      radial-gradient(circle at 30% 20%, rgba(200,149,61,.14), transparent 55%),
      linear-gradient(160deg, #1c1c1c, #0d0d0d);
    border-bottom:1px solid rgba(183,185,188,.1);
  }
  .featuredCard .fThumb img{width:100%; height:100%; object-fit:contain; padding:14px; box-sizing:border-box;}
  .featuredCard .fThumb svg{width:46%; height:46%; opacity:.92;}
  .featuredCard .fBody{padding:14px 16px 16px; display:flex; flex-direction:column; gap:6px;}
  .featuredCard .fName{font-size:14px; color:var(--white); font-weight:600; line-height:1.35;}
  .featuredCard .fBody .price{font-size:15px;}

  /* ---------- Section shell ---------- */
  section{padding:96px 0;}
  .section-head{max-width:640px; margin:0 auto 56px; text-align:center;}
  .section-head h2{
    font-family:var(--display); font-weight:600; font-size:clamp(26px,3.4vw,38px);
    margin:12px 0 16px; color:var(--white);
  }
  .section-head p{color:var(--silver); font-size:15.5px; line-height:1.7; margin:0;}
  .section-alt{background:var(--charcoal-2); border-top:1px solid rgba(183,185,188,.08); border-bottom:1px solid rgba(183,185,188,.08);}

  /* ---------- Process ---------- */
  .process{
    display:grid; grid-template-columns:repeat(4,1fr); gap:0;
    counter-reset:step;
    position:relative;
  }
  .process::before{
    content:""; position:absolute; top:26px; left:6%; right:6%; height:1px;
    background:repeating-linear-gradient(90deg, rgba(200,149,61,.45) 0 8px, transparent 8px 16px);
    z-index:0;
  }
  .step{position:relative; z-index:1; text-align:center; padding:0 18px;}
  .step .num{
    width:52px; height:52px; border-radius:50%; margin:0 auto 22px;
    background:var(--black); border:1px solid var(--gold);
    display:flex; align-items:center; justify-content:center;
    font-family:var(--display); color:var(--gold); font-size:18px; font-weight:600;
  }
  .step h3{font-size:15px; letter-spacing:.1em; text-transform:uppercase; color:var(--white); margin:0 0 10px;}
  .step p{font-size:13.5px; color:var(--silver); line-height:1.65; margin:0;}

  /* ---------- Shop ---------- */
  .filterRow{display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-bottom:44px;}
  .chip{
    padding:9px 18px; border:1px solid rgba(183,185,188,.3); border-radius:20px;
    font-size:12px; letter-spacing:.06em; text-transform:uppercase; color:var(--silver);
    background:transparent; transition:all .2s;
  }
  .chip.active, .chip:hover{border-color:var(--gold); color:var(--gold); background:rgba(200,149,61,.08);}
  .grid{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
  .card{
    background:var(--charcoal); border:1px solid rgba(183,185,188,.12); border-radius:var(--radius);
    overflow:hidden; transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    display:flex; flex-direction:column;
  }
  .card:hover{transform:translateY(-6px); border-color:rgba(200,149,61,.4); box-shadow:0 20px 40px rgba(0,0,0,.35);}
  .card .thumb{
    aspect-ratio:1/1; position:relative; background:
      radial-gradient(circle at 30% 20%, rgba(200,149,61,.14), transparent 55%),
      linear-gradient(160deg, #1c1c1c, #0d0d0d);
    display:flex; align-items:center; justify-content:center;
    border-bottom:1px solid rgba(183,185,188,.1);
  }
  .card .thumb svg{width:46%; height:46%; opacity:.92;}
  .card .badge{
    position:absolute; top:12px; left:12px; z-index:4; background:rgba(9,9,9,.75); border:1px solid rgba(200,149,61,.4);
    color:var(--gold); font-size:10px; letter-spacing:.08em; text-transform:uppercase; padding:4px 9px; border-radius:12px;
  }

  /* On-card swipeable photo gallery */
  .card .thumb .cardGallery{position:absolute; inset:0; touch-action:pan-y;}
  .card .thumb .cardGallery img{
    position:absolute; inset:0; width:100%; height:100%; object-fit:contain;
    padding:14px; box-sizing:border-box; opacity:0; transition:opacity .35s ease; pointer-events:none;
  }
  .card .thumb .cardGallery img.active{opacity:1;}
  .card .thumb .galPlay{
    position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:4;
    width:46px; height:46px; border-radius:50%; display:flex; align-items:center; justify-content:center;
    background:rgba(9,9,9,.55); border:1px solid rgba(200,149,61,.55); color:var(--gold);
    font-size:15px; padding-left:3px; pointer-events:none;
  }
  .card .thumb .galPlay[hidden]{display:none;}
  .galNav{
    position:absolute; top:50%; transform:translateY(-50%); z-index:5;
    width:30px; height:30px; padding:0; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    background:rgba(9,9,9,.62); border:1px solid rgba(200,149,61,.45); color:var(--gold);
    font-size:18px; line-height:1; opacity:0; transition:opacity .2s ease, background .2s ease;
  }
  .galNav.prev{left:10px;}
  .galNav.next{right:10px;}
  .galNav:hover{background:rgba(200,149,61,.22);}
  .card:hover .galNav{opacity:1;}
  @media (hover: none){ .galNav{opacity:.9;} }
  .galDots{position:absolute; bottom:10px; left:0; right:0; z-index:5; display:flex; gap:6px; justify-content:center;}
  .galDots span{width:6px; height:6px; border-radius:50%; background:rgba(183,185,188,.45); transition:background .2s ease;}
  .galDots span.on{background:var(--gold);}
  .card .body{padding:20px 20px 22px; flex:1; display:flex; flex-direction:column;}
  .card h3{font-size:16px; margin:0 0 6px; color:var(--white); font-weight:600;}
  .card .desc{font-size:13px; color:var(--silver); line-height:1.6; margin:0 0 16px; flex:1;}
  .card .metaRow{display:flex; align-items:center; justify-content:space-between; margin-bottom:16px;}
  .price{font-family:var(--sans); font-weight:700; color:var(--gold); font-size:16px;}
  .fromTag{font-size:11px; color:var(--silver); text-transform:uppercase; letter-spacing:.06em;}
  .card .actions{display:flex; gap:10px;}
  .miniBtn{
    flex:1; padding:11px 10px; text-align:center; font-size:11.5px; letter-spacing:.08em; text-transform:uppercase;
    border-radius:var(--radius); font-weight:600; border:1px solid rgba(183,185,188,.3); color:var(--ivory);
    background:transparent; transition:all .2s;
  }
  .miniBtn:hover{border-color:var(--gold); color:var(--gold);}
  .miniBtn.solid{background:var(--gold); color:var(--black); border-color:var(--gold);}
  .miniBtn.solid:hover{background:var(--gold-deep); border-color:var(--gold-deep); color:var(--white);}

  /* ---------- About ---------- */
  .aboutGrid{display:grid; grid-template-columns:1.1fr .9fr; gap:64px; align-items:center;}
  .aboutGrid h2{font-family:var(--display); font-size:clamp(26px,3.2vw,36px); margin:10px 0 20px;}
  .aboutGrid p{color:var(--silver); line-height:1.8; font-size:15px; margin:0 0 16px;}
  .quoteBlock{
    border-left:2px solid var(--gold); padding:4px 0 4px 22px; margin:26px 0;
    font-family:var(--display); font-size:19px; color:var(--white); font-weight:500; line-height:1.5;
  }
  .valueList{display:flex; flex-direction:column; gap:0;}
  .valueRow{padding:18px 0; border-bottom:1px solid rgba(183,185,188,.14); display:grid; grid-template-columns:140px 1fr; gap:18px;}
  .valueRow:first-child{padding-top:0;}
  .valueRow .vname{color:var(--gold); font-weight:600; font-size:13.5px; letter-spacing:.05em; text-transform:uppercase;}
  .valueRow .vdesc{color:var(--silver); font-size:13.5px; line-height:1.6;}

  /* ---------- Process detail / journey ---------- */
  .journey{display:flex; flex-direction:column; gap:0; max-width:760px; margin:0 auto;}
  .jrow{display:grid; grid-template-columns:64px 1fr; gap:24px; padding:26px 0; border-bottom:1px solid rgba(183,185,188,.12);}
  .jrow:last-child{border-bottom:none;}
  .jrow .jnum{font-family:var(--display); color:var(--gold); font-size:22px; font-weight:600;}
  .jrow h4{margin:0 0 6px; font-size:15px; letter-spacing:.05em; text-transform:uppercase; color:var(--white);}
  .jrow p{margin:0; color:var(--silver); font-size:14px; line-height:1.65;}

  /* ---------- Contact ---------- */
  .contactGrid{display:grid; grid-template-columns:.9fr 1.1fr; gap:60px;}
  .infoCard{background:var(--charcoal); border:1px solid rgba(183,185,188,.14); padding:32px; border-radius:var(--radius);}
  .infoCard h3{font-family:var(--display); font-size:20px; margin:0 0 14px; color:var(--white);}
  .infoCard p{color:var(--silver); font-size:14px; line-height:1.7; margin:0 0 22px;}
  .infoRow{display:flex; gap:12px; margin-bottom:14px; font-size:13.5px; color:var(--ivory);}
  .infoRow b{color:var(--gold); min-width:88px; display:inline-block; font-weight:600;}
  form.stack{display:flex; flex-direction:column; gap:18px;}
  .field label{display:block; font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--silver); margin-bottom:8px;}
  .field input, .field select, .field textarea{
    width:100%; background:var(--charcoal-2); border:1px solid rgba(183,185,188,.25); color:var(--ivory);
    padding:13px 14px; border-radius:var(--radius); font-family:var(--sans); font-size:14px;
  }
  .field input:focus, .field select:focus, .field textarea:focus{outline:none; border-color:var(--gold);}
  .fieldRow{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
  textarea{resize:vertical; min-height:110px;}

  /* ---------- Footer ---------- */
  footer{background:var(--black); border-top:1px solid rgba(200,149,61,.18); padding:56px 0 26px;}
  .footGrid{display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:48px; margin-bottom:40px;}
  .footBrand .word{font-family:var(--display); font-size:20px; font-weight:600;}
  .footBrand .word span{color:var(--gold);}
  .footBrand p{color:var(--silver); font-size:13px; line-height:1.7; margin:14px 0 0; max-width:320px;}
  footer h5{font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--gold); margin:0 0 16px;}
  footer ul{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px;}
  footer ul a{color:var(--silver); font-size:13.5px; transition:color .2s;}
  footer ul a:hover{color:var(--gold);}
  .footBottom{display:flex; justify-content:space-between; align-items:center; padding-top:26px; border-top:1px solid rgba(183,185,188,.1); font-size:12px; color:var(--silver); flex-wrap:wrap; gap:10px;}

  /* ---------- Cart Drawer ---------- */
  .overlay{
    position:fixed; inset:0; background:rgba(9,9,9,.6); backdrop-filter:blur(2px);
    opacity:0; pointer-events:none; transition:opacity .25s; z-index:90;
  }
  .overlay.show{opacity:1; pointer-events:auto;}
  .drawer{
    position:fixed; top:0; right:0; height:100%; width:420px; max-width:92vw;
    background:var(--charcoal); border-left:1px solid rgba(200,149,61,.25);
    transform:translateX(100%); transition:transform .3s ease; z-index:95;
    display:flex; flex-direction:column;
  }
  .drawer.show{transform:translateX(0);}
  .drawerHead{display:flex; align-items:center; justify-content:space-between; padding:22px 24px; border-bottom:1px solid rgba(183,185,188,.14);}
  .drawerHead h3{font-family:var(--display); font-size:18px; margin:0; color:var(--white);}
  .closeX{background:none; border:none; color:var(--silver); font-size:20px;}
  .closeX:hover{color:var(--gold);}
  .drawerBody{flex:1; overflow-y:auto; padding:20px 24px;}
  .cartItem{display:grid; grid-template-columns:64px 1fr auto; gap:14px; padding:16px 0; border-bottom:1px solid rgba(183,185,188,.1); align-items:center;}
  .cartItem .mini{width:64px; height:64px; border-radius:var(--radius); background:linear-gradient(160deg,#1c1c1c,#0d0d0d); display:flex; align-items:center; justify-content:center; border:1px solid rgba(183,185,188,.12); overflow:hidden;}
  .cartItem .mini svg{width:60%; height:60%;}
  .cartItem .mini img{width:100%; height:100%; object-fit:contain; padding:6px; box-sizing:border-box;}
  .cartItem h4{margin:0 0 4px; font-size:13.5px; color:var(--white);}
  .cartItem .opt{font-size:11.5px; color:var(--silver); margin-bottom:6px;}
  .qtyRow{display:flex; align-items:center; gap:8px;}
  .qtyBtn{width:24px; height:24px; border-radius:50%; border:1px solid rgba(183,185,188,.35); background:transparent; color:var(--ivory); font-size:13px; line-height:1; display:flex; align-items:center; justify-content:center;}
  .qtyBtn:hover{border-color:var(--gold); color:var(--gold);}
  .cartItem .right{text-align:right;}
  .cartItem .lineTotal{color:var(--gold); font-weight:700; font-size:14px; margin-bottom:8px;}
  .removeLink{font-size:11px; color:var(--silver); text-decoration:underline; background:none; border:none; cursor:pointer;}
  .removeLink:hover{color:var(--gold);}
  .drawerFoot{padding:22px 24px; border-top:1px solid rgba(183,185,188,.14);}
  .sumRow{display:flex; justify-content:space-between; font-size:13.5px; color:var(--silver); margin-bottom:8px;}
  .sumRow.total{color:var(--white); font-weight:700; font-size:16px; margin-top:12px;}
  .emptyState{text-align:center; padding:60px 10px; color:var(--silver);}
  .emptyState svg{width:52px; height:52px; opacity:.4; margin:0 auto 16px;}

  /* ---------- Modal (product + checkout) ---------- */
  .modalOverlay{
    position:fixed; inset:0; background:rgba(9,9,9,.72); display:flex; align-items:center; justify-content:center;
    opacity:0; pointer-events:none; transition:opacity .25s; z-index:100; padding:24px;
  }
  .modalOverlay.show{opacity:1; pointer-events:auto;}
  .modal{
    background:var(--charcoal); border:1px solid rgba(200,149,61,.25); border-radius:var(--radius);
    max-width:880px; width:100%; max-height:88vh; overflow-y:auto; position:relative;
    transform:translateY(16px); transition:transform .25s ease;
  }
  .modalOverlay.show .modal{transform:translateY(0);}
  .modalClose{position:absolute; top:18px; right:18px; background:rgba(9,9,9,.6); border:1px solid rgba(183,185,188,.3); color:var(--ivory); width:34px; height:34px; border-radius:50%; font-size:16px; z-index:2;}
  .modalClose:hover{border-color:var(--gold); color:var(--gold);}
  .productModalGrid{display:grid; grid-template-columns:1fr 1fr;}
  .productModalGrid .thumb{aspect-ratio:1/1; background:radial-gradient(circle at 30% 20%, rgba(200,149,61,.16), transparent 55%), linear-gradient(160deg,#1c1c1c,#0d0d0d); display:flex; align-items:center; justify-content:center;}
  .productModalGrid .thumb svg{width:52%; height:52%;}
  .pmBody{padding:34px;}
  .pmBody .eyebrow{margin-bottom:10px; display:block;}
  .pmBody h3{font-family:var(--display); font-size:24px; margin:0 0 12px; color:var(--white);}
  .pmBody .price{font-size:20px; display:block; margin-bottom:16px;}
  .pmBody .desc{color:var(--silver); font-size:14px; line-height:1.7; margin-bottom:22px;}
  .optGroup{margin-bottom:20px;}
  .optGroup label{display:block; font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--silver); margin-bottom:9px;}
  .swatches{display:flex; gap:10px; flex-wrap:wrap;}
  .swatch{
    padding:9px 16px; border:1px solid rgba(183,185,188,.3); border-radius:20px; font-size:12.5px; color:var(--ivory);
    background:transparent; transition:all .2s;
  }
  .swatch.active{border-color:var(--gold); color:var(--gold); background:rgba(200,149,61,.1);}
  .noteBox{font-size:12px; color:var(--silver); background:rgba(200,149,61,.07); border:1px solid rgba(200,149,61,.2); padding:12px 14px; border-radius:var(--radius); line-height:1.6; margin-top:18px;}

  .checkoutGrid{display:grid; grid-template-columns:1.1fr .9fr;}
  .coLeft{padding:34px; border-right:1px solid rgba(183,185,188,.14);}
  .coRight{padding:34px; background:var(--charcoal-2);}
  .coStep{margin-bottom:28px;}
  .coStep h4{font-size:13px; letter-spacing:.08em; text-transform:uppercase; color:var(--gold); margin:0 0 16px; display:flex; align-items:center; gap:10px;}
  .coStep h4 .n{width:22px; height:22px; border-radius:50%; border:1px solid var(--gold); display:flex; align-items:center; justify-content:center; font-size:11px; color:var(--gold);}
  .cardFieldMock{
    background:var(--black); border:1px solid rgba(183,185,188,.25); border-radius:var(--radius); padding:14px;
    display:flex; align-items:center; gap:10px; margin-bottom:14px;
  }
  .cardFieldMock svg{width:22px; height:16px; opacity:.7; flex-shrink:0;}
  .cardFieldMock input{background:none; border:none; color:var(--ivory); font-size:14px; width:100%; font-family:var(--sans);}
  .cardFieldMock input:focus{outline:none;}
  .stripeMark{display:flex; align-items:center; gap:6px; font-size:11px; color:var(--silver); margin-top:6px;}
  .orderLine{display:flex; align-items:center; justify-content:space-between; gap:12px; font-size:13.5px; color:var(--silver); padding:9px 0; border-bottom:1px solid rgba(183,185,188,.1);}
  .orderLine b{color:var(--ivory); font-weight:500; white-space:nowrap;}
  .orderLine .olItem{display:flex; align-items:center; gap:12px; text-align:left; min-width:0;}
  .orderLine .olThumb{
    width:44px; height:44px; flex:0 0 44px; border-radius:var(--radius); overflow:hidden;
    background:linear-gradient(160deg,#1c1c1c,#0d0d0d); border:1px solid rgba(183,185,188,.12);
    display:flex; align-items:center; justify-content:center;
  }
  .orderLine .olThumb img{width:100%; height:100%; object-fit:contain; padding:3px; box-sizing:border-box;}
  .orderLine .olThumb svg{width:58%; height:58%;}
  .thankYou{text-align:center; padding:70px 34px;}
  .thankYou svg{width:64px; height:64px; margin:0 auto 22px;}
  .thankYou h3{font-family:var(--display); font-size:26px; color:var(--white); margin:0 0 12px;}
  .thankYou p{color:var(--silver); max-width:420px; margin:0 auto 28px; line-height:1.7; font-size:14.5px;}

  .toast{
    position:fixed; bottom:28px; left:50%; transform:translateX(-50%) translateY(20px);
    background:var(--white); color:var(--black); padding:14px 24px; border-radius:var(--radius);
    font-size:13.5px; font-weight:600; box-shadow:0 20px 40px rgba(0,0,0,.4);
    opacity:0; pointer-events:none; transition:all .3s ease; z-index:200; display:flex; align-items:center; gap:10px;
  }
  .toast.show{opacity:1; transform:translateX(-50%) translateY(0);}
  .toast .dot{width:8px; height:8px; border-radius:50%; background:var(--gold-deep);}

  @media (max-width: 920px){
    .aboutGrid, .contactGrid, .checkoutGrid, .productModalGrid{grid-template-columns:1fr;}
    .coLeft{border-right:none; border-bottom:1px solid rgba(183,185,188,.14);}
    .grid{grid-template-columns:repeat(2,1fr);}
    .process{grid-template-columns:1fr 1fr; row-gap:40px;}
    .process::before{display:none;}
    .footGrid{grid-template-columns:1fr 1fr;}
  }
  @media (max-width: 640px){
    nav.links{display:none;}
    .menuToggle{display:block;}
    .mobileMenu{display:flex;}
    .grid{grid-template-columns:1fr;}
    .process{grid-template-columns:1fr;}
    .fieldRow{grid-template-columns:1fr;}
    .footGrid{grid-template-columns:1fr;}
    .hero{padding:90px 20px 70px;}
    .brand img{height:38px;}
  }
  @media (prefers-reduced-motion: reduce){
    *{transition:none !important; scroll-behavior:auto !important;}
  }
