:root {
  --faq-bg: #fafaf9;
  --faq-surface: #ffffff;
  --faq-surface-soft: #f5f5f4;
  --faq-ink: #1c1917;
  --faq-muted: #57534e;
  --faq-muted-soft: #78716c;
  --faq-border: #e7e5e4;
  --faq-accent: #be123c;
  --faq-proto-accent: #a855f7;
  --faq-proto-accent-soft: rgba(168, 85, 247, 0.12);
  --faq-shadow: 0 20px 50px -34px rgba(28, 25, 23, 0.22);
  --faq-header-offset: 80px;
  --faq-anchor-gap: 18px;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background:
    radial-gradient(circle at top left, rgba(190, 18, 60, 0.08), transparent 30%),
    linear-gradient(180deg, #fafaf9 0%, #fafaf9 45%, #f5f5f4 100%);
  color: var(--faq-ink);
}

body.drawer-open {
  overflow: hidden;
}

.site-main {
  overflow: clip;
}

a {
  color: inherit;
}

.faq-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: rgba(250, 250, 249, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--faq-border);
}

.faq-nav-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.faq-nav-brand-row {
  display: flex;
  align-items: center;
  gap: 3rem;
  min-width: 0;
}

.faq-brand-wrap,
.faq-footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.faq-brand-wrap img,
.faq-footer-brand-link img {
  border-radius: 0.75rem;
  box-shadow: 0 12px 22px -16px rgba(28, 25, 23, 0.5);
}

.faq-brand {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.faq-main-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  min-width: 0;
}

.faq-main-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--faq-muted);
}

.faq-main-nav .nav-link.is-active,
.faq-main-nav .nav-link[aria-current="page"] {
  color: var(--faq-ink);
}

.nav-actions {
  flex-shrink: 0;
}

.faq-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-download-btn {
  white-space: nowrap;
}

.faq-lang-switcher {
  position: relative;
}

.faq-lang-switcher .lang-dropdown a[aria-disabled="true"] {
  color: #a8a29e;
  cursor: not-allowed;
  pointer-events: none;
}

.faq-lang-switcher .lang-dropdown a[aria-disabled="true"]:hover {
  background: transparent;
}

.faq-trigger-icon,
.faq-trigger-chevron,
.faq-mobile-trigger svg,
.icon-btn svg {
  display: inline-flex;
}

.faq-trigger-icon svg,
.faq-trigger-chevron svg,
.faq-mobile-trigger svg,
.icon-btn svg {
  width: 1rem;
  height: 1rem;
}

.icon-btn {
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(28, 25, 23, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #57534e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.icon-btn:hover {
  border-color: #1c1917;
  color: #1c1917;
}

.faq-mobile-trigger {
  display: none;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: rgba(28, 25, 23, 0.38);
  backdrop-filter: blur(4px);
}

.mobile-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 60;
  pointer-events: none;
}

.mobile-drawer-panel {
  margin-left: auto;
  width: min(22rem, 86vw);
  height: 100%;
  padding: 1.25rem 1.1rem 1.5rem;
  background: #fafaf9;
  border-left: 1px solid #e7e5e4;
  box-shadow: -18px 0 40px -26px rgba(0, 0, 0, 0.32);
  transform: translateX(100%);
  transition: transform 0.28s ease;
}

body.drawer-open .mobile-drawer {
  pointer-events: auto;
}

body.drawer-open .mobile-drawer-panel {
  transform: translateX(0);
}

.mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e7e5e4;
}

.mobile-drawer-nav {
  display: grid;
  gap: 0.4rem;
  padding: 1rem 0 1.25rem;
}

.mobile-drawer-nav a {
  display: block;
  padding: 0.95rem 0.9rem;
  border-radius: 1rem;
  color: #1c1917;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-drawer-nav a:hover,
.mobile-drawer-nav a[aria-current="page"] {
  background: #f5f5f4;
}

.mobile-drawer-language {
  padding: 0 0 1.25rem;
}

.mobile-drawer-language-label {
  color: #78716c;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-drawer-language-trigger {
  width: 100%;
  border: 1px solid #e7e5e4;
  border-radius: 1rem;
  background: #ffffff;
  color: #1c1917;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  text-align: left;
  cursor: pointer;
}

.mobile-drawer-language-trigger-copy {
  display: grid;
  gap: 0.3rem;
}

.mobile-drawer-language-current {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.mobile-drawer-language-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #57534e;
  transition: transform 0.2s ease;
}

.mobile-drawer-language-chevron svg {
  width: 1rem;
  height: 1rem;
}

.mobile-drawer-language-trigger[aria-expanded="true"] .mobile-drawer-language-chevron {
  transform: rotate(180deg);
}

.mobile-drawer-language-panel {
  margin-top: 0.7rem;
}

.mobile-drawer-language-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-drawer-language-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid #e7e5e4;
  border-radius: 0.95rem;
  background: #ffffff;
  color: #1c1917;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.mobile-drawer-language-list a[aria-current="true"] {
  border-color: #1c1917;
  background: #1c1917;
  color: #ffffff;
}

.mobile-drawer-language-list a[aria-disabled="true"] {
  color: #a8a29e;
  background: #fafaf9;
  cursor: not-allowed;
  pointer-events: none;
}

.mobile-drawer-footer {
  padding-top: 0.25rem;
}

.mobile-drawer-footer .btn {
  width: 100%;
}

.faq-hero {
  padding: calc(var(--faq-header-offset) + 3.5rem) 0 2.4rem;
  text-align: center;
}

.faq-hero-inner {
  max-width: 44rem;
  margin: 0 auto;
}

.faq-eyebrow,
.faq-cta-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faq-eyebrow {
  background: #1c1917;
  color: #fafaf9;
}

.faq-cta-kicker {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(250, 250, 249, 0.72);
}

.faq-hero-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  max-width: 11ch;
  margin: 0 auto;
}

.faq-hero-copy {
  margin: 1.2rem 0 0;
  max-width: 38rem;
  color: var(--faq-muted-soft);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
}

.faq-category-cards {
  display: none;
  padding: 0 0 2.4rem;
}

.faq-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.faq-card-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.6rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid var(--faq-border);
  border-radius: 1rem;
  background: #ffffff;
  text-decoration: none;
  transition: background-color 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.faq-card-grid a:hover {
  border-color: rgba(28, 25, 23, 0.16);
  box-shadow: 0 8px 18px rgba(28, 25, 23, 0.06);
}

.faq-card-grid a.is-active,
.faq-card-grid a[aria-current="location"] {
  border-color: #1c1917;
  background: #1c1917;
  color: #ffffff;
}

.faq-card-grid strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.3;
}

.faq-cat-icon {
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
}

.faq-layout {
  padding: 0 0 5.5rem;
}

.faq-layout-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: flex-start;
}

.faq-category-nav {
  position: sticky;
  top: calc(var(--faq-header-offset) + var(--faq-anchor-gap));
  display: grid;
  gap: 0.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.faq-nav-label {
  margin: 0 0 0.2rem;
  padding: 0 0.4rem;
  color: #75695e;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faq-category-nav a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  background: #ffffff;
  color: var(--faq-muted);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.faq-category-nav a:hover,
.faq-category-nav a.is-active,
.faq-category-nav a[aria-current="location"] {
  background: #111111;
  border-color: #111111;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

.faq-groups {
  min-width: 0;
}

.faq-page.faq-enhanced .faq-group[hidden] {
  display: none;
}

.faq-group {
  padding: 2rem 1.5rem;
  border: 0;
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  scroll-margin-top: calc(var(--faq-header-offset) + var(--faq-anchor-gap));
}

.faq-group h2 {
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.faq-qa-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-qa-list details {
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.faq-qa-list details:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.faq-qa-list details[open] {
  border-color: var(--faq-proto-accent);
  box-shadow: 0 8px 24px rgba(168, 85, 247, 0.08);
}

.faq-qa-list summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1.25rem 4.5rem 1.25rem 1.5rem;
  color: var(--faq-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.24s ease;
}

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

.faq-qa-list details[open] summary {
  color: var(--faq-proto-accent);
}

.faq-qa-list summary::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  transform: translateY(-50%);
  background:
    linear-gradient(#1c1917, #1c1917) center / 10px 1.5px no-repeat,
    linear-gradient(#1c1917, #1c1917) center / 1.5px 10px no-repeat,
    #f5f5f4;
}

.faq-qa-list details[open] summary::after {
  background:
    linear-gradient(#ffffff, #ffffff) center / 10px 1.5px no-repeat,
    var(--faq-proto-accent);
}

.faq-qa-list p {
  margin: 0;
  padding: 0 1.5rem 1.5rem;
  color: var(--faq-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.faq-cta {
  display: none;
}

.faq-store-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.faq-store-row a {
  display: inline-flex;
}

.faq-site-footer {
  margin-top: 2.5rem;
  padding: 3.5rem 0 1.5rem;
  background: #111111;
  color: #e7e5e4;
}

.faq-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

.faq-footer-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  color: #ffffff !important;
}

.faq-site-footer h3 {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff !important;
}

.faq-site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-site-footer li + li {
  margin-top: 0.75rem;
}

.faq-site-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.875rem;
}

.faq-site-footer a:hover,
.faq-site-footer a[aria-current="page"] {
  color: #ffffff;
}

.faq-muted {
  margin: 0;
  max-width: 14rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.7;
}

.faq-social-label {
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq-social-links {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.faq-social-links a {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.faq-social-links a:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.faq-footer-bottom {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.8rem;
}

.faq-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.faq-footer-legal a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
}

summary:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(190, 18, 60, 0.35);
  outline-offset: 2px;
}

@media (max-width: 1080px) {
  .faq-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .faq-main-nav,
  .faq-lang-switcher {
    display: none;
  }

  .faq-mobile-trigger {
    display: inline-flex;
  }

  .faq-category-cards {
    display: block;
  }

  .faq-card-grid {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .faq-card-grid::-webkit-scrollbar {
    display: none;
  }

  .faq-card-grid a {
    flex: 0 0 auto;
    min-width: 10.5rem;
  }

  .faq-layout-grid {
    grid-template-columns: 1fr;
  }

  .faq-category-nav {
    display: none;
  }

  .faq-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  :root {
    --faq-header-offset: 80px;
  }

  .faq-nav-inner {
    min-height: 74px;
  }

  .faq-brand {
    font-size: 2rem;
  }

  .faq-footer-grid {
    grid-template-columns: 1fr;
  }

  .faq-store-row {
    width: 100%;
  }

  .faq-store-row a {
    width: 100%;
    justify-content: center;
  }

  .faq-card-grid a {
    min-width: 9.5rem;
  }

  .faq-group {
    padding: 1.3rem 1.1rem 1rem;
    border-radius: 1.5rem;
  }

  .faq-store-row {
    margin-top: 2rem;
  }

  .faq-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-qa-list summary {
    padding: 1.05rem 3.9rem 1.05rem 1rem;
    font-size: 1.0625rem;
  }

  .faq-qa-list p {
    padding: 0 1rem 1.15rem;
    font-size: 0.9375rem;
  }
}

@media (min-width: 961px) {
  .drawer-overlay,
  .mobile-drawer {
    display: none !important;
  }
}
