
.faq-page{
  margin:0;
  min-height:100vh;
  color:#f2eee6;
  background:
    radial-gradient(circle at 50% 20%,rgba(48,42,29,.18),transparent 40%),
    #050505;
  font-family:Arial,Helvetica,sans-serif;
}

.faq-shell{
  position:relative;
  min-height:100vh;
  overflow-x:hidden;
  padding-top:86px;
  box-sizing:border-box;
}

.faq-shell::before,
.faq-shell::after{
  content:"";
  position:fixed;
  top:56px;
  bottom:0;
  width:34vw;
  min-width:480px;
  z-index:0;
  pointer-events:none;
  opacity:.90;
  filter:saturate(1.55) contrast(1.25) brightness(1.08);
  background:url("../images/home/gold-splatter-smokefree-v11.png") left center/auto 108% no-repeat;
}

.faq-shell::before{left:-4vw;}
.faq-shell::after{right:-4vw;transform:scaleX(-1);}

.faq-page .top-nav{z-index:50;}
.faq-page .products-menu{position:relative;}

.faq-page .products-dropdown{
  display:none;
  position:absolute;
  top:42px;
  left:50%;
  transform:translateX(-50%);
  min-width:185px;
  padding:8px;
  background:#080808;
  border:1px solid #8f6818;
  box-shadow:0 16px 35px #000;
}

.faq-page .products-menu.open .products-dropdown{display:block;}

.faq-page .products-dropdown a{
  display:block;
  padding:12px 14px;
  color:#eee;
  text-decoration:none;
  white-space:nowrap;
}

.faq-page .products-dropdown a:hover{
  color:#e0aa2c;
  background:rgba(214,161,43,.08);
}

.faq-page .cart{
  background:rgba(0,0,0,.28)!important;
  border:1px solid #d6a12b!important;
  box-shadow:none!important;
}

.faq-page .cart svg{fill:none!important;stroke:#d6a12b!important;}
.faq-page .cart-count{background:#d6a12b!important;color:#080808!important;}

.faq-content{
  position:relative;
  z-index:2;
  width:min(1120px,calc(100% - 100px));
  margin:0 auto;
  padding:18px 0 80px;
}

.faq-header{
  text-align:center;
  margin-bottom:34px;
}

.faq-header h1{
  margin:0;
  color:#dda72c;
  font-family:"Brush Script MT","Segoe Print","Arial Black",sans-serif;
  font-size:clamp(62px,6vw,94px);
  font-weight:900;
  font-style:italic;
  line-height:.95;
  letter-spacing:-.05em;
  text-transform:uppercase;
  text-shadow:0 5px 0 #755112,0 10px 18px rgba(0,0,0,.75);
}

.gold-rule{
  width:105px;
  height:3px;
  margin:17px auto 14px;
  background:#d7a324;
}

.faq-header p{
  margin:0;
  color:#c2bdb4;
  font-size:14px;
  letter-spacing:.015em;
}

.faq-layout{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:18px;
  align-items:start;
}

.faq-summary{
  position:sticky;
  top:105px;
  padding:22px;
  border:1px solid rgba(216,155,0,.62);
  background:linear-gradient(180deg,rgba(15,15,13,.97),rgba(5,5,5,.99));
}

.summary-kicker{
  margin-bottom:18px;
  color:#7d6024;
  font-size:10px;
  font-weight:800;
  letter-spacing:.2em;
}

.summary-item{
  padding:16px 0;
  border-top:1px solid rgba(216,155,0,.18);
}

.summary-item:first-of-type{border-top:0;}

.summary-label{
  display:block;
  margin-bottom:6px;
  color:#8a6a29;
  font-size:9px;
  font-weight:800;
  letter-spacing:.17em;
}

.summary-item strong{
  color:#dda72c;
  font-size:14px;
  line-height:1.35;
}

.summary-link{
  display:block;
  margin-top:18px;
  padding:12px 14px;
  border:1px solid #956d19;
  color:#dca62e;
  text-align:center;
  text-decoration:none;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
}

.summary-link:hover{
  background:rgba(214,161,43,.07);
  border-color:#d6a12b;
}

.faq-list{
  display:grid;
  gap:10px;
}

.faq-item{
  border:1px solid rgba(216,155,0,.55);
  background:rgba(7,7,7,.95);
}

.faq-item summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 20px;
  cursor:pointer;
  color:#dca62f;
  font-size:14px;
  font-weight:800;
  letter-spacing:.02em;
}

.faq-item summary::-webkit-details-marker{display:none;}

.faq-plus{
  flex:0 0 auto;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border:1px solid #7f5e1b;
  color:#dca62f;
  font-size:20px;
  line-height:1;
}

.faq-item[open] .faq-plus{
  transform:rotate(45deg);
}

.faq-answer{
  padding:0 20px 19px;
  color:#aaa59d;
  font-size:12px;
  line-height:1.7;
  border-top:1px solid rgba(216,155,0,.13);
  padding-top:15px;
}

.faq-footer-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:24px;
  padding:22px 24px;
  border:1px solid rgba(216,155,0,.48);
  background:rgba(7,7,7,.94);
}

.footer-kicker{
  display:block;
  margin-bottom:6px;
  color:#7f6124;
  font-size:9px;
  font-weight:800;
  letter-spacing:.19em;
}

.faq-footer-card h2{
  margin:0 0 5px;
  color:#dca62f;
  font-size:16px;
  letter-spacing:.06em;
}

.faq-footer-card p{
  margin:0;
  color:#a49f97;
  font-size:12px;
  line-height:1.55;
}

.faq-footer-card a{
  flex:0 0 auto;
  min-width:165px;
  padding:12px 20px;
  text-align:center;
  text-decoration:none;
  color:#050505;
  background:#d6a12b;
  border:1px solid #d6a12b;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
}

.faq-footer-card a:hover{background:#e2b342;}

@media(max-width:900px){
  .faq-layout{grid-template-columns:1fr;}
  .faq-summary{position:static;}
}

@media(max-width:700px){
  .faq-content{width:calc(100% - 28px);}
  .faq-footer-card{flex-direction:column;align-items:stretch;}
  .faq-footer-card a{min-width:0;}
  .faq-shell::before,.faq-shell::after{opacity:.34;}
}


/* =========================================================
   V62 — LOCKED FAQ REVISIONS
   ========================================================= */

/* Quick Info removed: accordion now uses the full content width. */
.faq-layout{
  display:block !important;
}
.faq-list{
  width:100% !important;
  max-width:none !important;
}

/* Correct FAQ title treatment without relying on the script font
   that caused the prior "742" appearance. */
.faq-header h1{
  font-family:Impact,"Arial Black","Helvetica Neue",Arial,sans-serif !important;
  font-size:clamp(76px,8vw,118px) !important;
  font-weight:900 !important;
  font-style:italic !important;
  letter-spacing:-0.055em !important;
  line-height:.82 !important;
  transform:skewX(-7deg) scaleX(1.06) !important;
  transform-origin:center !important;
  color:#dda72c !important;
  text-shadow:
    0 4px 0 #9a6d17,
    0 8px 0 #5e400c,
    0 13px 22px rgba(0,0,0,.88) !important;
}

/* Give the centered title/header more visual authority. */
.faq-header{
  margin-bottom:30px !important;
}
.faq-header .gold-rule{
  margin-top:22px !important;
}


/* =========================================================
   V63 — APPROVED FAQ RENDERING
   ========================================================= */

/* Fixed brush wordmark from approved FAQ rendering. */
.faq-page .faq-header .faq-title-image{
  margin:0 auto;
  width:min(520px,46vw);
  line-height:0;
  transform:none !important;
  text-shadow:none !important;
  font-size:0 !important;
  overflow:visible;
}
.faq-page .faq-header .faq-title-image img{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
  object-fit:contain;
  filter:drop-shadow(0 7px 9px rgba(0,0,0,.62));
}

/* Keep full-width accordion from V62, but bring spacing closer to approved rendering. */
.faq-page .faq-content{
  width:min(1060px,calc(100% - 92px));
}
.faq-page .faq-list{
  gap:7px;
}
.faq-page .faq-item summary{
  padding:15px 18px;
  font-size:15px;
}
.faq-page .faq-answer{
  font-size:12px;
  line-height:1.65;
}

/* CTA follows the approved rendering: artwork, copy, then button. */
.faq-page .faq-footer-card{
  display:grid;
  grid-template-columns:92px 1fr 190px;
  align-items:center;
  gap:22px;
  padding:18px 22px;
}
.faq-page .faq-contact-art{
  width:78px;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.faq-page .faq-contact-art img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  filter:drop-shadow(0 0 7px rgba(218,161,43,.18));
}
.faq-page .faq-footer-card a{
  min-width:165px;
  padding:14px 22px;
}

@media(max-width:760px){
  .faq-page .faq-content{width:calc(100% - 28px);}
  .faq-page .faq-header .faq-title-image{width:min(420px,78vw);}
  .faq-page .faq-footer-card{grid-template-columns:1fr;}
  .faq-page .faq-contact-art{margin:0 auto;}
}
