:root {
  --faq-ink: #191613;
  --faq-deep: #080808;
  --faq-paper: #fbfaf7;
  --faq-soft: #f2ede4;
  --faq-gold: #cfad6c;
  --faq-gold-deep: #98702f;
  --faq-line: rgba(140, 103, 48, .28);
  --faq-header-height: 92px;
}

.faq-v2-page .page-shell { overflow: visible; }
.faq-v2-page .menu-toggle { position: relative; }
.faq-v2-page .menu-toggle i { opacity: 0; }
.faq-v2-page .menu-toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  content: "";
  background: var(--faq-gold);
  box-shadow: 0 -7px 0 var(--faq-gold), 0 7px 0 var(--faq-gold);
  transform: translate(-50%, -50%);
}
.faq-v2-page .menu-toggle[aria-expanded="true"]::before { box-shadow: none; transform: translate(-50%, -50%) rotate(45deg); }
.faq-v2-page .menu-toggle[aria-expanded="true"]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  content: "";
  background: var(--faq-gold);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.faq-page { color: var(--faq-ink); background: var(--faq-paper); }
.faq-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.faq-kicker { margin: 0 0 16px; color: var(--faq-gold-deep); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.faq-hero {
  position: relative;
  min-height: 635px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: #17120d;
}

.faq-hero-image,
.faq-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.faq-hero-image { object-fit: cover; object-position: 57% center; }
.faq-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .93) 0%, rgba(0, 0, 0, .72) 45%, rgba(0, 0, 0, .22) 76%, rgba(0, 0, 0, .3) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .76), transparent 50%);
}

.faq-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 48px 0 62px;
}

.faq-hero-content { max-width: 770px; transform: translateY(-6px); }
.faq-hero h1 { margin: 0 0 24px; color: #fff; font-size: clamp(57px, 5.7vw, 82px); font-weight: 400; line-height: .88; letter-spacing: -.032em; }
.faq-hero h1 span { display: block; }
.faq-hero h1 em { display: block; margin-top: 18px; color: var(--faq-gold); font-size: .53em; font-weight: 400; line-height: 1; }
.faq-hero-content > p { max-width: 700px; margin: 0 0 28px; color: rgba(255, 255, 255, .73); font-size: 15px; line-height: 1.72; }
.faq-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.faq-button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--faq-gold); font-size: 11px; font-weight: 800; transition: color .2s ease, background .2s ease; }
.faq-button--gold { color: #18130d; background: var(--faq-gold); }
.faq-button--outline { color: #fff; background: rgba(0, 0, 0, .22); }
.faq-button:hover,
.faq-button:focus-visible { color: #fff; background: var(--faq-gold-deep); }

.faq-hero-facts {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  min-height: 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  border: 1px solid rgba(207, 173, 108, .43);
  border-bottom: 0;
  background: rgba(8, 8, 8, .86);
  backdrop-filter: blur(10px);
}
.faq-hero-facts div { display: flex; align-items: center; gap: 13px; padding: 17px 22px; border-right: 1px solid rgba(207, 173, 108, .25); }
.faq-hero-facts div:last-child { border-right: 0; }
.faq-hero-facts strong { color: var(--faq-gold); font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1; }
.faq-hero-facts span { color: rgba(255, 255, 255, .69); font-size: 9px; font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }

.faq-intro { padding: 82px 0 76px; background: var(--faq-paper); }
.faq-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); gap: clamp(54px, 8vw, 125px); align-items: start; }
.faq-intro h2,
.faq-library-head h2,
.faq-cta h2 { margin: 0; font-size: clamp(46px, 4.7vw, 68px); font-weight: 400; line-height: .96; letter-spacing: -.025em; }
.faq-intro h2 em,
.faq-library-head h2 em,
.faq-cta h2 em { color: var(--faq-gold-deep); font-weight: 400; }
.faq-intro-copy { padding-top: 23px; border-top: 1px solid var(--faq-line); }
.faq-intro-copy p { margin: 0 0 17px; color: #716a61; font-size: 14px; line-height: 1.78; }
.faq-intro-copy p:first-child { color: #37312a; font-size: 16px; }

.faq-library { padding: 86px 0 102px; background: var(--faq-soft); scroll-margin-top: calc(var(--faq-header-height) + 24px); }
.faq-library-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .82fr); gap: clamp(50px, 8vw, 118px); align-items: end; margin-bottom: 55px; }
.faq-search-wrap label { display: block; margin-bottom: 11px; color: #6c6255; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.faq-search-field { position: relative; display: flex; align-items: center; min-height: 57px; border: 1px solid var(--faq-line); background: #fff; }
.faq-search-field > i { margin-left: 18px; color: var(--faq-gold-deep); }
.faq-search-field input { width: 100%; min-width: 0; height: 55px; padding: 0 48px 0 13px; color: var(--faq-ink); border: 0; outline: 0; background: transparent; font: 500 13px/1.3 var(--sans); }
.faq-search-field button { position: absolute; right: 7px; display: grid; width: 39px; height: 39px; place-items: center; color: #564c40; border: 0; background: transparent; cursor: pointer; }
.faq-result-count { margin: 10px 0 0; color: #81796f; font-size: 11px; }

.faq-category-bar {
  position: sticky;
  z-index: 18;
  top: var(--faq-header-height);
  margin-bottom: 44px;
  border-block: 1px solid var(--faq-line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 30px rgba(40, 31, 18, .07);
  backdrop-filter: blur(12px);
}
.faq-category-scroll { display: flex; gap: 8px; overflow-x: auto; padding-block: 10px; scrollbar-width: none; }
.faq-category-scroll::-webkit-scrollbar { display: none; }
.faq-category-scroll button { flex: 0 0 auto; min-height: 42px; padding: 0 14px; color: #5d554c; border: 1px solid var(--faq-line); background: #fff; font-size: 10px; font-weight: 800; cursor: pointer; white-space: nowrap; transition: color .18s ease, background .18s ease; }
.faq-category-scroll button span { margin-left: 7px; color: var(--faq-gold-deep); font-family: var(--serif); font-size: 15px; font-weight: 400; }
.faq-category-scroll button.is-active { color: #17130e; border-color: var(--faq-gold); background: var(--faq-gold); }
.faq-category-scroll button.is-active span { color: #17130e; }

.faq-groups { display: grid; gap: 54px; }
.faq-group { scroll-margin-top: calc(var(--faq-header-height) + 82px); }
.faq-group[hidden],
.faq-item[hidden] { display: none; }
.faq-group-head { min-height: 68px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--faq-line); }
.faq-group-head > div { display: flex; align-items: baseline; gap: 17px; }
.faq-group-head span { color: var(--faq-gold-deep); font-family: var(--serif); font-size: 22px; }
.faq-group-head h2 { margin: 0; color: #211d18; font-size: clamp(31px, 3vw, 44px); font-weight: 400; line-height: 1; }
.faq-group-head p { margin: 0 0 4px; color: #8b8277; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: start; }
.faq-item { border: 1px solid rgba(140, 103, 48, .21); background: #fff; }
.faq-item summary { min-height: 76px; display: grid; grid-template-columns: 35px minmax(0, 1fr) 21px; gap: 10px; align-items: center; padding: 13px 16px; color: #28231e; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item-number { color: var(--faq-gold-deep); font: 400 15px/1 var(--serif); }
.faq-item-question { font-family: var(--serif); font-size: 21px; line-height: 1.18; }
.faq-item-icon { position: relative; width: 20px; height: 20px; }
.faq-item-icon::before,
.faq-item-icon::after { position: absolute; top: 50%; left: 50%; width: 16px; height: 1px; content: ""; background: var(--faq-gold-deep); transform: translate(-50%, -50%); }
.faq-item-icon::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.faq-item[open] { border-color: rgba(140, 103, 48, .42); box-shadow: 0 18px 40px rgba(50, 38, 20, .06); }
.faq-item[open] .faq-item-icon::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { padding: 2px 52px 24px 61px; }
.faq-answer > p { margin: 0; color: #6c655c; font-size: 13px; line-height: 1.77; }
.faq-answer-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.faq-answer-links a { display: inline-flex; min-height: 33px; align-items: center; gap: 8px; padding: 0 10px; color: #6f5122; border: 1px solid rgba(140, 103, 48, .32); font-size: 9px; font-weight: 800; }
.faq-answer-links a:hover,
.faq-answer-links a:focus-visible { color: #fff; background: var(--faq-gold-deep); }
.faq-answer-links i { font-size: 8px; }
.faq-empty { padding: 80px 24px; text-align: center; border: 1px solid var(--faq-line); background: #fff; }
.faq-empty > i { color: var(--faq-gold-deep); font-size: 25px; }
.faq-empty h2 { margin: 17px 0 10px; font-size: 37px; font-weight: 400; }
.faq-empty p { margin: 0 0 18px; color: #716a61; }
.faq-empty a { color: var(--faq-gold-deep); font-size: 11px; font-weight: 800; text-transform: uppercase; }

.faq-cta { padding: 84px 0; color: #fff; background: var(--faq-deep); }
.faq-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.faq-cta .faq-kicker { color: var(--faq-gold); }
.faq-cta h2 { color: #fff; font-size: clamp(42px, 4.7vw, 66px); }
.faq-cta h2 em { color: var(--faq-gold); }

@media (max-width: 980px) {
  .faq-hero-content { max-width: 670px; }
  .faq-hero-facts { grid-template-columns: repeat(2, 1fr); }
  .faq-hero-facts div:nth-child(2) { border-right: 0; }
  .faq-hero-facts div:nth-child(-n+2) { border-bottom: 1px solid rgba(207, 173, 108, .25); }
  .faq-intro-grid,
  .faq-library-head { grid-template-columns: 1fr; gap: 35px; }
  .faq-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  .faq-shell { width: min(100% - 30px, 1180px); }
  .faq-hero { min-height: 670px; }
  .faq-hero-image { object-position: 64% center; }
  .faq-hero-shade { background: linear-gradient(90deg, rgba(0, 0, 0, .93), rgba(0, 0, 0, .48)), linear-gradient(0deg, rgba(0, 0, 0, .86), transparent 54%); }
  .faq-hero-inner { min-height: 520px; align-items: center; padding: 52px 0 42px; }
  .faq-hero-content { transform: translateY(-10px); }
  .faq-hero h1 { font-size: clamp(43px, 12.5vw, 57px); line-height: .93; }
  .faq-hero h1 em { margin-top: 15px; font-size: .57em; }
  .faq-hero-content > p { font-size: 13px; }
  .faq-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .faq-button { min-height: 49px; padding-inline: 10px; text-align: center; }
  .faq-hero-facts { width: calc(100% - 30px); min-height: 112px; }
  .faq-hero-facts div { gap: 7px; padding: 10px; flex-direction: column; justify-content: center; text-align: center; }
  .faq-hero-facts strong { font-size: 29px; }
  .faq-hero-facts span { font-size: 7px; }
  .faq-intro { padding: 63px 0 58px; }
  .faq-intro-grid { gap: 30px; }
  .faq-intro h2,
  .faq-library-head h2 { font-size: clamp(41px, 12vw, 53px); }
  .faq-library { padding: 64px 0 76px; }
  .faq-library-head { margin-bottom: 38px; }
  .faq-category-bar { margin-bottom: 33px; }
  .faq-category-scroll { width: 100%; padding-inline: 15px; }
  .faq-groups { gap: 42px; }
  .faq-group-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .faq-group-head h2 { font-size: 34px; }
  .faq-list { grid-template-columns: 1fr; gap: 9px; }
  .faq-item summary { min-height: 72px; grid-template-columns: 30px minmax(0, 1fr) 19px; gap: 8px; padding: 12px; }
  .faq-item-question { font-size: 19px; }
  .faq-answer { padding: 0 38px 21px 50px; }
  .faq-answer > p { font-size: 12px; }
  .faq-cta { padding: 68px 0 88px; }
  .faq-cta .faq-actions { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-button,
  .faq-category-scroll button,
  .faq-item-icon::after { transition: none; }
}
