.fq-page {
  --fq-ink: #171b17;
  --fq-muted: #59615b;
  --fq-paper: #f2eee4;
  --fq-paper-deep: #e8e2d5;
  --fq-green: #0d2b21;
  --fq-green-soft: #173a2d;
  --fq-charcoal: #111410;
  --fq-gold: #d4b76e;
  --fq-gold-deep: #9b762b;
  --fq-line: rgba(23, 27, 23, 0.16);
  color: var(--fq-ink);
  background: var(--fq-paper);
}

.fq-page *,
.fq-page *::before,
.fq-page *::after {
  box-sizing: border-box;
}

.fq-page h1,
.fq-page h2,
.fq-page h3,
.fq-page p {
  margin-top: 0;
}

.fq-page a {
  text-decoration: none;
}

.fq-hero {
  min-height: max(92svh, 760px);
  position: relative;
  display: flex;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 20, 15, 0.94) 0%, rgba(7, 20, 15, 0.76) 42%, rgba(7, 20, 15, 0.18) 78%),
    linear-gradient(0deg, rgba(6, 15, 11, 0.84) 0%, transparent 52%),
    var(--fq-hero-image) center 48% / cover no-repeat;
}

.fq-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(0deg, rgba(7, 16, 12, 0.7), transparent);
  pointer-events: none;
}

.fq-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 8.5rem;
  padding-bottom: 11rem;
}

.fq-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 2.1rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.02em;
}

.fq-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
}

.fq-breadcrumb a:hover,
.fq-breadcrumb a:focus-visible {
  color: var(--fq-gold);
}

.fq-breadcrumb i {
  color: var(--fq-gold);
  font-size: 0.62rem;
}

.fq-hero-copy {
  width: min(800px, 72%);
}

.fq-eyebrow,
.fq-kicker {
  margin-bottom: 1rem;
  color: var(--fq-gold-deep);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fq-eyebrow {
  color: var(--fq-gold);
}

.fq-hero h1,
.fq-page h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.fq-hero h1 {
  max-width: 850px;
  margin-bottom: 1.4rem;
  font-size: clamp(4rem, 7.8vw, 8rem);
  line-height: 0.91;
}

.fq-hero h1 em,
.fq-page h2 em {
  color: var(--fq-gold);
  font-weight: 500;
}

.fq-hero-copy > p:not(.fq-eyebrow) {
  max-width: 690px;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.75;
}

.fq-hero-actions,
.fq-contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9rem 1.4rem;
}

.fq-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.78rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease;
}

.fq-button-gold {
  color: #151812;
  background: var(--fq-gold);
}

.fq-button-gold:hover,
.fq-button-gold:focus-visible {
  color: #fff;
  background: var(--fq-gold-deep);
}

.fq-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.fq-text-link:hover,
.fq-text-link:focus-visible {
  border-bottom-color: var(--fq-gold);
  color: var(--fq-gold);
}

.fq-hero-ledger {
  position: absolute;
  z-index: 2;
  right: 0.75rem;
  bottom: 2rem;
  left: 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.fq-hero-ledger > div {
  min-width: 0;
  padding: 1.2rem 1.8rem 0 0;
}

.fq-hero-ledger > div + div {
  padding-left: 1.8rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.fq-hero-ledger span,
.fq-hero-ledger strong,
.fq-hero-ledger small {
  display: block;
}

.fq-hero-ledger span {
  color: var(--fq-gold);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fq-hero-ledger strong {
  margin-top: 0.45rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 600;
}

.fq-hero-ledger small {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.69rem;
}

.fq-jump {
  position: sticky;
  z-index: 1010;
  top: 0;
  border-bottom: 1px solid var(--fq-line);
  background: rgba(242, 238, 228, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.fq-jump .container {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 2rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.fq-jump .container::-webkit-scrollbar {
  display: none;
}

.fq-jump span,
.fq-jump a {
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 820;
}

.fq-jump span {
  color: var(--fq-gold-deep);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fq-jump a {
  padding: 1.35rem 0;
  border-bottom: 2px solid transparent;
  color: var(--fq-muted);
}

.fq-jump a:hover,
.fq-jump a:focus-visible {
  border-bottom-color: var(--fq-gold-deep);
  color: var(--fq-ink);
}

.fq-finder,
.fq-questions,
.fq-contact {
  scroll-margin-top: 80px;
}

.fq-finder {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(185, 149, 70, 0.12), transparent 26%),
    var(--fq-paper);
}

.fq-finder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 8rem);
}

.fq-page h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(3rem, 5.7vw, 5.8rem);
  line-height: 0.98;
}

.fq-finder-copy > p:last-child,
.fq-side > p,
.fq-contact p {
  color: var(--fq-muted);
  line-height: 1.8;
}

.fq-search-shell {
  padding-top: 1.5rem;
  border-top: 1px solid var(--fq-line);
}

.fq-search-shell > label {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--fq-gold-deep);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fq-search-field {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid rgba(23, 27, 23, 0.42);
}

.fq-search-field > i {
  color: var(--fq-gold-deep);
  font-size: 1.15rem;
}

.fq-search-field input {
  width: 100%;
  min-width: 0;
  padding: 0.85rem 0;
  border: 0;
  outline: 0;
  color: var(--fq-ink);
  background: transparent;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
}

.fq-search-field input::placeholder {
  color: rgba(23, 27, 23, 0.42);
}

.fq-search-field:focus-within {
  border-bottom-color: var(--fq-gold-deep);
}

.fq-search-field button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--fq-muted);
  background: transparent;
}

.fq-search-field button:hover,
.fq-search-field button:focus-visible {
  color: #fff;
  background: var(--fq-green);
}

.fq-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.3rem;
}

.fq-filter-list button,
.fq-empty button {
  min-height: 38px;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--fq-line);
  border-radius: 999px;
  color: var(--fq-muted);
  background: transparent;
  font-size: 0.7rem;
  font-weight: 830;
}

.fq-filter-list button:hover,
.fq-filter-list button:focus-visible,
.fq-filter-list button.is-active {
  border-color: var(--fq-green);
  color: #fff;
  background: var(--fq-green);
}

.fq-result-count {
  margin: 1rem 0 0;
  color: var(--fq-muted);
  font-size: 0.72rem;
}

.fq-questions {
  padding: clamp(5.5rem, 10vw, 9rem) 0;
  color: #fff;
  background:
    radial-gradient(circle at 8% 22%, rgba(212, 183, 110, 0.08), transparent 28%),
    var(--fq-charcoal);
}

.fq-questions-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(3.5rem, 9vw, 9rem);
}

.fq-side {
  position: sticky;
  top: 100px;
}

.fq-side h2 {
  color: #fff;
  font-size: clamp(2.7rem, 4.6vw, 4.8rem);
}

.fq-side > p {
  color: rgba(255, 255, 255, 0.6);
}

.fq-side-note {
  display: grid;
  grid-template-columns: 2.7rem 1fr;
  gap: 0.9rem;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.fq-side-note > i {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid rgba(212, 183, 110, 0.42);
  border-radius: 50%;
  color: var(--fq-gold);
}

.fq-side-note span,
.fq-side-note strong {
  display: block;
}

.fq-side-note span {
  margin-bottom: 0.2rem;
  color: var(--fq-gold);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fq-side-note strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  line-height: 1.5;
}

.fq-group + .fq-group {
  margin-top: clamp(4rem, 8vw, 7rem);
}

.fq-group > header {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1rem;
  align-items: end;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fq-group > header > span {
  color: rgba(255, 255, 255, 0.28);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.3rem;
  line-height: 1;
}

.fq-group > header p {
  margin-bottom: 0.35rem;
  color: var(--fq-gold);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fq-group > header h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 600;
}

.fq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.fq-item summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.8rem;
  gap: 1.2rem;
  align-items: center;
  padding: 1.55rem 0;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
}

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

.fq-item summary > span {
  width: 2.7rem;
  height: 2.7rem;
  position: relative;
  display: block;
  border: 1px solid rgba(212, 183, 110, 0.42);
  border-radius: 50%;
}

.fq-item summary > span::before,
.fq-item summary > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 1px;
  background: var(--fq-gold);
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, opacity 220ms ease;
}

.fq-item summary > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.fq-item[open] summary > span::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}

.fq-item summary:hover,
.fq-item summary:focus-visible,
.fq-item[open] summary {
  color: var(--fq-gold);
}

.fq-answer {
  max-width: 760px;
  padding: 0 4rem 1.7rem 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.94rem;
  line-height: 1.82;
}

.fq-answer p {
  margin-bottom: 0;
}

.fq-answer a {
  border-bottom: 1px solid rgba(212, 183, 110, 0.52);
  color: var(--fq-gold);
}

.fq-answer a:hover,
.fq-answer a:focus-visible {
  border-bottom-color: #fff;
  color: #fff;
}

.fq-empty {
  padding: 3.5rem 0;
  text-align: center;
}

.fq-empty i {
  color: var(--fq-gold);
  font-size: 1.8rem;
}

.fq-empty h3 {
  margin: 1rem 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
}

.fq-empty p {
  color: rgba(255, 255, 255, 0.6);
}

.fq-empty button {
  border-color: rgba(212, 183, 110, 0.5);
  color: var(--fq-gold);
}

.fq-empty button:hover,
.fq-empty button:focus-visible {
  color: var(--fq-charcoal);
  background: var(--fq-gold);
}

.fq-contact {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background:
    linear-gradient(90deg, rgba(13, 43, 33, 0.98), rgba(13, 43, 33, 0.88)),
    url("../images/about-hero.1700fea6f91a.webp") center / cover no-repeat;
  color: #fff;
}

.fq-contact .container {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: end;
}

.fq-contact h2 {
  color: #fff;
  font-size: clamp(2.9rem, 5vw, 5.2rem);
}

.fq-contact p:not(.fq-kicker) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
}

.fq-contact-actions {
  justify-content: flex-end;
}

.fq-button-outline {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.fq-button-outline:hover,
.fq-button-outline:focus-visible {
  border-color: var(--fq-gold);
  color: var(--fq-charcoal);
  background: var(--fq-gold);
}

[data-faq-item][hidden],
[data-faq-section][hidden],
[data-faq-empty][hidden] {
  display: none !important;
}

@media (max-width: 991.98px) {
  .fq-hero-copy {
    width: min(820px, 92%);
  }

  .fq-finder-grid,
  .fq-questions-grid,
  .fq-contact .container {
    grid-template-columns: 1fr;
  }

  .fq-finder-grid,
  .fq-questions-grid {
    gap: 3.5rem;
  }

  .fq-side {
    position: static;
  }

  .fq-side > p {
    max-width: 760px;
  }

  .fq-contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .fq-hero {
    min-height: max(100svh, 850px);
    background:
      linear-gradient(90deg, rgba(7, 20, 15, 0.94), rgba(7, 20, 15, 0.54)),
      linear-gradient(0deg, rgba(6, 15, 11, 0.88) 0%, transparent 58%),
      var(--fq-hero-image) 58% center / cover no-repeat;
  }

  .fq-hero-inner {
    justify-content: flex-start;
    padding-top: 8.4rem;
    padding-bottom: 14rem;
  }

  .fq-hero-copy {
    width: 100%;
  }

  .fq-hero h1 {
    font-size: clamp(3.3rem, 14vw, 5.2rem);
  }

  .fq-hero-ledger {
    grid-template-columns: 1fr;
    bottom: 1rem;
  }

  .fq-hero-ledger > div {
    display: grid;
    grid-template-columns: minmax(100px, 0.65fr) 1fr;
    align-items: center;
    gap: 0 0.8rem;
    padding: 0.55rem 0;
  }

  .fq-hero-ledger > div + div {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
  }

  .fq-hero-ledger strong {
    margin-top: 0;
    font-size: 1rem;
  }

  .fq-hero-ledger small {
    display: none;
  }

  .fq-jump span {
    display: none;
  }

  .fq-search-shell {
    min-width: 0;
  }

  .fq-group > header {
    grid-template-columns: 2.7rem 1fr;
  }

  .fq-answer {
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  .fq-hero-actions,
  .fq-contact-actions,
  .fq-button {
    width: 100%;
  }

  .fq-text-link {
    width: max-content;
    max-width: 100%;
  }

  .fq-page h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .fq-filter-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.4rem;
    scrollbar-width: none;
  }

  .fq-filter-list::-webkit-scrollbar {
    display: none;
  }

  .fq-filter-list button {
    flex: 0 0 auto;
  }

  .fq-item summary {
    grid-template-columns: minmax(0, 1fr) 2.4rem;
    gap: 0.8rem;
    padding: 1.3rem 0;
  }

  .fq-item summary > span {
    width: 2.35rem;
    height: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fq-page *,
  .fq-page *::before,
  .fq-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
