/* [project]/components/brand-subpage/brandSubpageHeader.module.css [app-client] (css) */
.brandSubpageHeader-module__PToI_a__header {
  z-index: 70;
  color: #f1eee8;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: #090909ad;
  border-bottom: 1px solid #ffffff0b;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 0 clamp(28px, 3.3vw, 52px);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.brandSubpageHeader-module__PToI_a__wordmark {
  align-items: center;
  width: clamp(86px, 6.2vw, 96px);
  text-decoration: none;
  transition: opacity .26s, transform .33s cubic-bezier(.16, 1, .3, 1);
  display: inline-flex;
}

.brandSubpageHeader-module__PToI_a__wordmark img {
  width: 100%;
  height: auto;
  display: block;
}

.brandSubpageHeader-module__PToI_a__wordmark:hover {
  opacity: .86;
  transform: translateY(-1px);
}

.brandSubpageHeader-module__PToI_a__headerActions {
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
  display: flex;
}

.brandSubpageHeader-module__PToI_a__headerContact {
  color: #f1eee8b8;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}

.brandSubpageHeader-module__PToI_a__headerContact span {
  margin-left: 8px;
  transition: transform .26s;
  display: inline-block;
}

.brandSubpageHeader-module__PToI_a__headerContact:hover span {
  transform: translate(3px, -3px);
}

.brandSubpageHeader-module__PToI_a__header button {
  color: #f1eee8;
  cursor: pointer;
  min-width: 82px;
  min-height: 44px;
  font: inherit;
  letter-spacing: .16em;
  background: none;
  border: 0;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  padding: 0;
  font-size: 10px;
  font-weight: 600;
  display: inline-flex;
}

.brandSubpageHeader-module__PToI_a__menuGlyph, .brandSubpageHeader-module__PToI_a__menuGlyphOpen {
  width: 23px;
  height: 12px;
  display: block;
  position: relative;
}

.brandSubpageHeader-module__PToI_a__menuGlyph b, .brandSubpageHeader-module__PToI_a__menuGlyphOpen b {
  background: currentColor;
  width: 23px;
  height: 1px;
  transition: top .3s, rotate .3s;
  display: block;
  position: absolute;
  left: 0;
}

.brandSubpageHeader-module__PToI_a__menuGlyph b:first-child {
  top: 2px;
}

.brandSubpageHeader-module__PToI_a__menuGlyph b:last-child {
  top: 9px;
}

.brandSubpageHeader-module__PToI_a__menuGlyphOpen b:first-child {
  top: 6px;
  rotate: 45deg;
}

.brandSubpageHeader-module__PToI_a__menuGlyphOpen b:last-child {
  top: 6px;
  rotate: -45deg;
}

.brandSubpageHeader-module__PToI_a__menuPanel {
  z-index: 60;
  color: #f1eee8;
  background: radial-gradient(circle at 82% 34%, #d76a3b0f, #0000 30%), #0c0c0c;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 28vw);
  gap: 8vw;
  padding: 100px clamp(28px, 6vw, 110px) 34px;
  display: grid;
  position: fixed;
  inset: 0;
  overflow: hidden auto;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav a {
  color: #f1eee8;
  border-bottom: 1px solid #f1eee81f;
  grid-template-columns: 54px minmax(0, 1fr) 32px;
  align-items: center;
  min-height: clamp(92px, 14vh, 138px);
  padding: 12px 0 10px;
  text-decoration: none;
  display: grid;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav small {
  color: #f1eee861;
  letter-spacing: .14em;
  font-size: 9px;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav span {
  letter-spacing: -.06em;
  font-size: clamp(46px, 5.8vw, 90px);
  font-weight: 520;
  line-height: .96;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav i {
  color: #f1eee861;
  font-style: normal;
  transition: color .25s, transform .25s;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav a:hover i {
  color: #d76a3b;
  transform: translate(5px, 5px);
}

.brandSubpageHeader-module__PToI_a__menuPanel nav a[data-active="true"] span {
  color: #f0b08d;
}

.brandSubpageHeader-module__PToI_a__menuPanel nav a[data-active="true"] small, .brandSubpageHeader-module__PToI_a__menuPanel nav a[data-active="true"] i {
  color: #d76a3b;
}

.brandSubpageHeader-module__PToI_a__menuMeta {
  border-left: 1px solid #f1eee81f;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 30px;
  display: flex;
}

.brandSubpageHeader-module__PToI_a__menuMeta p {
  color: #f1eee894;
  letter-spacing: .12em;
  font-size: 10px;
  line-height: 1.7;
}

.brandSubpageHeader-module__PToI_a__menuMeta > span {
  color: #d76a3b;
  letter-spacing: .14em;
  margin-top: 30px;
  font-size: 9px;
}

@media (max-width: 767px) {
  .brandSubpageHeader-module__PToI_a__header {
    height: 70px;
    padding: 0 20px;
  }

  .brandSubpageHeader-module__PToI_a__wordmark {
    width: 82px;
  }

  .brandSubpageHeader-module__PToI_a__headerContact {
    display: none;
  }

  .brandSubpageHeader-module__PToI_a__headerActions {
    gap: 14px;
  }

  .brandSubpageHeader-module__PToI_a__menuPanel {
    flex-direction: column;
    padding: 86px 22px 24px;
    display: flex;
  }

  .brandSubpageHeader-module__PToI_a__menuPanel nav {
    flex: 1;
  }

  .brandSubpageHeader-module__PToI_a__menuPanel nav a {
    -moz-column-gap: 12px;
    grid-template-columns: 34px minmax(0, 1fr) 28px;
    column-gap: 12px;
    min-height: 78px;
  }

  .brandSubpageHeader-module__PToI_a__menuPanel nav span {
    letter-spacing: -.045em;
    font-size: clamp(28px, 8.8vw, 38px);
    line-height: .96;
  }

  .brandSubpageHeader-module__PToI_a__menuPanel nav i {
    justify-self: end;
    font-size: 18px;
  }

  .brandSubpageHeader-module__PToI_a__menuMeta {
    border-top: 1px solid #f1eee81f;
    border-left: 0;
    padding: 22px 0 0;
  }
}

/* [project]/app/(site)/faq/faq.module.css [app-client] (css) */
.faq-module__MaPl1W__page {
  --bg: #090909;
  --ink: #f1eee8;
  --muted: #f1eee894;
  --subtle: #f1eee861;
  --line: #f1eee81f;
  --warm: #d76a3b;
  background: var(--bg);
  min-height: 100vh;
  color: var(--ink);
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  overflow: clip;
}

.faq-module__MaPl1W__page, .faq-module__MaPl1W__page * {
  box-sizing: border-box;
}

.faq-module__MaPl1W__page button, .faq-module__MaPl1W__page input {
  font: inherit;
}

.faq-module__MaPl1W__page a, .faq-module__MaPl1W__page button {
  -webkit-tap-highlight-color: transparent;
}

.faq-module__MaPl1W__page a:focus-visible, .faq-module__MaPl1W__page button:focus-visible, .faq-module__MaPl1W__page input:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.faq-module__MaPl1W__hero, .faq-module__MaPl1W__faqSection, .faq-module__MaPl1W__contact, .faq-module__MaPl1W__footer {
  width: 100%;
  padding-left: clamp(28px, 5.6vw, 108px);
  padding-right: clamp(28px, 5.6vw, 108px);
}

.faq-module__MaPl1W__label {
  align-items: center;
  gap: 18px;
  display: flex;
}

.faq-module__MaPl1W__label span, .faq-module__MaPl1W__label p {
  letter-spacing: .15em;
  font-size: 9px;
}

.faq-module__MaPl1W__label span {
  color: var(--warm);
}

.faq-module__MaPl1W__label p {
  color: #f1eee8ad;
  margin: 0;
  font-weight: 600;
}

.faq-module__MaPl1W__hero {
  background: radial-gradient(circle at 72%, #d76a3b13, #0000 30%), linear-gradient(120deg, #090909 30%, #0d0c0b 100%);
  grid-template-rows: auto 1fr auto;
  min-height: 58svh;
  padding-top: clamp(98px, 12vh, 118px);
  padding-bottom: 28px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.faq-module__MaPl1W__heroWires {
  opacity: .7;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.faq-module__MaPl1W__heroWires span {
  background: linear-gradient(90deg, #0000, #f1eee81f 18%, #f1eee80a 76%, #0000);
  width: 120vw;
  height: 1px;
  position: absolute;
  left: -10vw;
}

.faq-module__MaPl1W__heroWires span:first-child {
  top: 28%;
  rotate: 4deg;
}

.faq-module__MaPl1W__heroWires span:nth-child(2) {
  top: 48%;
  rotate: -5deg;
}

.faq-module__MaPl1W__heroWires span:nth-child(3) {
  top: 68%;
  rotate: 2deg;
}

.faq-module__MaPl1W__heroWires span:nth-child(4) {
  top: 88%;
  rotate: -3deg;
}

.faq-module__MaPl1W__heroTop, .faq-module__MaPl1W__heroBottom {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq-module__MaPl1W__heroTop > p, .faq-module__MaPl1W__heroBottom > span {
  color: var(--subtle);
  letter-spacing: .15em;
  margin: 0;
  font-size: 8px;
}

.faq-module__MaPl1W__hero h1 {
  z-index: 2;
  letter-spacing: -.075em;
  align-self: center;
  margin: clamp(50px, 7vh, 80px) 0;
  font-size: clamp(72px, 10vw, 172px);
  font-weight: 520;
  line-height: .83;
  position: relative;
}

.faq-module__MaPl1W__hero h1 i {
  color: #f1eee842;
  font-style: normal;
  font-weight: 430;
}

.faq-module__MaPl1W__heroBottom p {
  color: var(--muted);
  word-break: keep-all;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.faq-module__MaPl1W__faqSection {
  background: radial-gradient(circle at 12% 40%, #d76a3b0b, #0000 24%), #0d0d0d;
  grid-template-columns: minmax(250px, .34fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(50px, 7vw, 120px);
  padding-top: clamp(70px, 9vh, 94px);
  padding-bottom: clamp(80px, 11vh, 112px);
  display: grid;
}

.faq-module__MaPl1W__controls {
  position: sticky;
  top: 112px;
}

.faq-module__MaPl1W__search {
  border-bottom: 1px solid #f1eee852;
  margin-top: 34px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.faq-module__MaPl1W__search > span {
  color: var(--warm);
  letter-spacing: .16em;
  margin-bottom: 12px;
  font-size: 8px;
  display: block;
}

.faq-module__MaPl1W__search input {
  width: 100%;
  color: var(--ink);
  background: none;
  border: 0;
  outline: 0;
  padding: 0 28px 0 0;
  font-size: 14px;
}

.faq-module__MaPl1W__search input::placeholder {
  color: var(--subtle);
}

.faq-module__MaPl1W__search button {
  width: 24px;
  height: 24px;
  color: var(--warm);
  cursor: pointer;
  background: none;
  border: 0;
  place-items: center;
  padding: 0;
  font-size: 20px;
  display: grid;
  position: absolute;
  bottom: 8px;
  right: 0;
}

.faq-module__MaPl1W__categories {
  border-top: 1px solid var(--line);
  margin-top: 30px;
}

.faq-module__MaPl1W__categories button {
  border: 0;
  border-bottom: 1px solid var(--line);
  width: 100%;
  min-height: 50px;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
  background: none;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  padding: 0;
  transition: background .22s, color .22s, padding .22s;
  display: grid;
}

.faq-module__MaPl1W__categories button > span {
  color: var(--subtle);
  letter-spacing: .12em;
  font-size: 8px;
}

.faq-module__MaPl1W__categories button strong {
  font-size: 13px;
  font-weight: 500;
}

.faq-module__MaPl1W__categories button i {
  color: var(--subtle);
  font-size: 9px;
  font-style: normal;
}

.faq-module__MaPl1W__categories button:hover {
  color: var(--ink);
  padding: 0 10px;
}

.faq-module__MaPl1W__categories button[data-active="true"] {
  color: #f0b08d;
  background: linear-gradient(90deg, #d76a3b24, #d76a3b05);
  padding: 0 12px;
}

.faq-module__MaPl1W__categories button[data-active="true"] > span, .faq-module__MaPl1W__categories button[data-active="true"] i {
  color: var(--warm);
}

.faq-module__MaPl1W__resultCount {
  color: var(--subtle);
  letter-spacing: .14em;
  text-align: right;
  margin: 20px 0 0;
  font-size: 8px;
}

.faq-module__MaPl1W__faqList {
  border-top: 1px solid #f1eee847;
}

.faq-module__MaPl1W__faqList article {
  border-bottom: 1px solid var(--line);
  background: #ffffff02;
  transition: background .26s, border-color .26s;
}

.faq-module__MaPl1W__faqList article[data-open="true"] {
  background: linear-gradient(125deg, #d76a3b18, #ffffff03);
  border-color: #d76a3b52;
}

.faq-module__MaPl1W__faqList article > button {
  width: 100%;
  min-height: 78px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  grid-template-columns: 54px 88px minmax(0, 1fr) 32px;
  align-items: center;
  padding: 0 22px 0 0;
  display: grid;
}

.faq-module__MaPl1W__faqList article > button > span {
  color: var(--warm);
  letter-spacing: .14em;
  padding-left: 4px;
  font-size: 8px;
}

.faq-module__MaPl1W__faqList article > button small {
  color: var(--subtle);
  letter-spacing: .08em;
  font-size: 9px;
}

.faq-module__MaPl1W__faqList article > button strong {
  letter-spacing: -.025em;
  word-break: keep-all;
  font-size: clamp(17px, 1.5vw, 24px);
  font-weight: 500;
}

.faq-module__MaPl1W__faqList article > button i {
  color: var(--muted);
  justify-self: end;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
}

.faq-module__MaPl1W__faqList article[data-open="true"] > button strong {
  color: #f0b08d;
}

.faq-module__MaPl1W__faqList article[data-open="true"] > button i {
  color: var(--warm);
}

.faq-module__MaPl1W__answer {
  overflow: hidden;
}

.faq-module__MaPl1W__answer p {
  color: #f1eee8ad;
  word-break: keep-all;
  width: min(100% - 142px, 760px);
  margin: -2px 32px 26px 142px;
  font-size: 14px;
  line-height: 1.75;
}

.faq-module__MaPl1W__empty {
  text-align: center;
  place-content: center;
  min-height: 320px;
  display: grid;
}

.faq-module__MaPl1W__empty span {
  color: var(--warm);
  letter-spacing: .16em;
  font-size: 9px;
}

.faq-module__MaPl1W__empty p {
  color: var(--muted);
  margin: 16px 0 0;
  font-size: 14px;
}

.faq-module__MaPl1W__contact {
  background: radial-gradient(circle at 82% 64%, #d76a3b21, #0000 32%), #17130f;
  flex-direction: column;
  justify-content: space-between;
  min-height: 58svh;
  padding-top: clamp(70px, 9vh, 90px);
  padding-bottom: clamp(40px, 5vh, 56px);
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-module__MaPl1W__contact h2 {
  letter-spacing: -.075em;
  margin: 5vh 0;
  font-size: clamp(62px, 8.7vw, 148px);
  font-weight: 520;
  line-height: .85;
}

.faq-module__MaPl1W__contact h2 i {
  color: #f1eee842;
  font-style: normal;
  font-weight: 430;
}

.faq-module__MaPl1W__contactBottom {
  justify-content: space-between;
  align-items: flex-end;
  gap: 44px;
  display: flex;
}

.faq-module__MaPl1W__contactBottom p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.faq-module__MaPl1W__contactBottom a {
  min-height: 58px;
  color: var(--ink);
  border: 1px solid #f1eee857;
  border-radius: 999px;
  flex: none;
  align-items: center;
  gap: 64px;
  padding: 0 22px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: background .26s, color .26s;
  display: inline-flex;
}

.faq-module__MaPl1W__contactBottom a:hover {
  background: var(--ink);
  color: #17130f;
}

.faq-module__MaPl1W__footer {
  border-top: 1px solid var(--line);
  background: #090909;
  grid-template-columns: 1.2fr 1fr 1fr;
  align-content: center;
  gap: 40px;
  min-height: 160px;
  display: grid;
  position: relative;
}

.faq-module__MaPl1W__footerWordmark {
  color: var(--ink);
  letter-spacing: -.07em;
  align-items: baseline;
  font-size: clamp(48px, 6vw, 94px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.faq-module__MaPl1W__footerWordmark span {
  color: var(--warm);
  margin-left: .1em;
}

.faq-module__MaPl1W__footer > div {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.faq-module__MaPl1W__footer > div span, .faq-module__MaPl1W__footer > p, .faq-module__MaPl1W__footer > small {
  color: var(--subtle);
  letter-spacing: .14em;
  font-size: 8px;
  line-height: 1.7;
}

.faq-module__MaPl1W__footer > div a {
  color: var(--ink);
  font-size: 16px;
  text-decoration: none;
}

.faq-module__MaPl1W__footer > p {
  margin: 0;
}

.faq-module__MaPl1W__footer > small {
  position: absolute;
  bottom: 28px;
  right: 5.6vw;
}

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

  .faq-module__MaPl1W__controls {
    position: static;
  }

  .faq-module__MaPl1W__categories {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    display: grid;
  }

  .faq-module__MaPl1W__categories button {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4px;
    min-width: 0;
    padding: 10px 4px;
  }

  .faq-module__MaPl1W__categories button > span {
    display: none;
  }

  .faq-module__MaPl1W__resultCount {
    text-align: left;
  }

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

  .faq-module__MaPl1W__footerWordmark {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .faq-module__MaPl1W__hero, .faq-module__MaPl1W__faqSection, .faq-module__MaPl1W__contact, .faq-module__MaPl1W__footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-module__MaPl1W__hero {
    min-height: 540px;
    padding-top: 96px;
  }

  .faq-module__MaPl1W__heroTop > p {
    display: none;
  }

  .faq-module__MaPl1W__hero h1 {
    font-size: clamp(62px, 19vw, 92px);
    line-height: .88;
  }

  .faq-module__MaPl1W__heroBottom {
    align-items: flex-end;
  }

  .faq-module__MaPl1W__heroBottom > span {
    display: none;
  }

  .faq-module__MaPl1W__faqSection {
    gap: 46px;
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .faq-module__MaPl1W__categories {
    scrollbar-width: none;
    grid-template-columns: repeat(5, minmax(92px, 1fr));
    overflow-x: auto;
  }

  .faq-module__MaPl1W__categories::-webkit-scrollbar {
    display: none;
  }

  .faq-module__MaPl1W__faqList article > button {
    grid-template-columns: 34px minmax(0, 1fr) 26px;
    min-height: 76px;
    padding-right: 10px;
  }

  .faq-module__MaPl1W__faqList article > button small {
    display: none;
  }

  .faq-module__MaPl1W__faqList article > button strong {
    font-size: 16px;
    line-height: 1.4;
  }

  .faq-module__MaPl1W__answer p {
    width: auto;
    margin: -2px 26px 22px 34px;
    font-size: 13px;
  }

  .faq-module__MaPl1W__contact {
    min-height: 540px;
  }

  .faq-module__MaPl1W__contact h2 {
    font-size: clamp(54px, 16vw, 82px);
    line-height: .89;
  }

  .faq-module__MaPl1W__contactBottom {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-module__MaPl1W__contactBottom a {
    justify-content: space-between;
    width: 100%;
  }

  .faq-module__MaPl1W__footer {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 20px;
    min-height: 250px;
  }

  .faq-module__MaPl1W__footerWordmark {
    grid-column: auto;
  }

  .faq-module__MaPl1W__footer > small {
    bottom: 22px;
    right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-module__MaPl1W__categories button, .faq-module__MaPl1W__faqList article, .faq-module__MaPl1W__contactBottom a {
    transition: none;
  }
}

/*# sourceMappingURL=_055zl7t._.css.map*/