/* ROW homepage FAQ — balanced two-column, single-open accordion, 2026 */

body.page-pages-home .row-faq26 {
  position: relative;
  overflow: clip;
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(6rem, 9vw, 9rem);
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 201, 79, 0.18), transparent 24rem),
    #eef1f3;
  color: #14212a;
}

body.page-pages-home .row-faq26::before {
  position: absolute;
  inset: 0 0 auto;
  height: 0.45rem;
  background: linear-gradient(90deg, #4f7357 0 20%, #8f1d4b 20% 40%, #f15a24 40% 60%, #ffc94f 60% 80%, #39788c 80%);
  content: "";
}

body.page-pages-home .row-faq26__layout {
  display: grid;
  width: min(90rem, calc(100% - clamp(2rem, 6vw, 6rem)));
  margin: 0 auto;
  gap: clamp(2.75rem, 5vw, 4.5rem);
}

body.page-pages-home .row-faq26__intro {
  display: grid;
  grid-template-columns: minmax(22rem, 0.92fr) minmax(25rem, 1.08fr);
  align-items: end;
  gap: clamp(3rem, 7vw, 8rem);
}

body.page-pages-home .row-faq26__heading {
  display: grid;
  grid-template-columns: minmax(8.5rem, 0.32fr) minmax(0, 0.68fr);
  gap: 0.75rem clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}

body.page-pages-home .row-faq26__chapter {
  grid-row: 1 / span 2;
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  gap: 0.75rem;
  color: #294965;
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

body.page-pages-home .row-faq26__chapter::before {
  width: 2.5rem;
  height: 0.18rem;
  background: #f15a24;
  content: "";
}

body.page-pages-home .row-faq26__heading .row-home-kicker {
  grid-column: 2;
  margin: 0;
  color: #40515a;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
}

body.page-pages-home .row-faq26__intro h2 {
  grid-column: 2;
  max-width: 9ch;
  margin: 0 !important;
  color: #294965 !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(3rem, 5vw, 5.15rem);
  font-weight: 400 !important;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

body.page-pages-home .row-faq26__intro h2 em {
  color: #d94d20 !important;
  font: inherit;
  font-style: italic;
}

body.page-pages-home .row-faq26__guide {
  display: grid;
  gap: 1.75rem;
  padding-bottom: 0.35rem;
}

body.page-pages-home .row-faq26__lede {
  max-width: 34rem;
  margin: 0;
  color: #40515a;
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.55;
  text-wrap: balance;
}

body.page-pages-home .row-faq26__shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

body.page-pages-home .row-faq26__shortcuts a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.6rem;
  border-bottom: 0.13rem solid #294965;
  color: #294965 !important;
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
  body.page-pages-home .row-faq26__shortcuts a:hover {
    border-color: #8f1d4b;
    color: #8f1d4b !important;
    transform: translateY(-0.12rem);
  }
}

body.page-pages-home .row-faq26__shortcuts a:focus-visible {
  border-radius: 0.15rem;
  outline: 0.2rem solid #ffc94f;
  outline-offset: 0.3rem;
}

body.page-pages-home .row-faq26__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(1rem, 2vw, 1.75rem);
}

body.page-pages-home .row-faq26__column {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: clamp(0.75rem, 1.15vw, 1rem);
}

body.page-pages-home .row-faq26__item {
  --faq-accent: #4f7357;
  --faq-accent-soft: rgba(79, 115, 87, 0.1);
  --faq-active: #304d38;
  position: relative;
  overflow: clip;
  border: 1px solid color-mix(in srgb, var(--faq-accent) 22%, rgba(20, 33, 42, 0.12));
  border-radius: 1.1rem;
  background: #fffdfa;
  box-shadow: 0 0.65rem 1.8rem rgba(20, 33, 42, 0.065);
  transition:
    border-color 260ms ease,
    box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.page-pages-home .row-faq26__item--index-0,
body.page-pages-home .row-faq26__item--index-7 {
  --faq-accent: #4f7357;
  --faq-accent-soft: rgba(79, 115, 87, 0.11);
  --faq-active: #304d38;
}

body.page-pages-home .row-faq26__item--index-1 {
  --faq-accent: #8f1d4b;
  --faq-accent-soft: rgba(143, 29, 75, 0.09);
  --faq-active: #681637;
}

body.page-pages-home .row-faq26__item--index-2 {
  --faq-accent: #b84318;
  --faq-accent-soft: rgba(241, 90, 36, 0.1);
  --faq-active: #853014;
}

body.page-pages-home .row-faq26__item--index-3 {
  --faq-accent: #b07a00;
  --faq-accent-soft: rgba(255, 201, 79, 0.16);
  --faq-active: #6d5000;
}

body.page-pages-home .row-faq26__item--index-4 {
  --faq-accent: #294965;
  --faq-accent-soft: rgba(41, 73, 101, 0.1);
  --faq-active: #203e57;
}

body.page-pages-home .row-faq26__item--index-5 {
  --faq-accent: #5e477f;
  --faq-accent-soft: rgba(94, 71, 127, 0.1);
  --faq-active: #493663;
}

body.page-pages-home .row-faq26__item--index-6 {
  --faq-accent: #9b3f61;
  --faq-accent-soft: rgba(155, 63, 97, 0.1);
  --faq-active: #713047;
}

body.page-pages-home .row-faq26__item::before {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 0.4rem;
  background: var(--faq-accent);
  content: "";
  transition: width 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.page-pages-home .row-faq26__summary {
  position: relative;
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr) 2.75rem;
  min-height: 7.25rem;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  padding: 1rem clamp(1.15rem, 2vw, 1.75rem);
  color: #14212a;
  cursor: pointer;
  list-style: none;
  transition: background-color 260ms ease, color 260ms ease;
}

body.page-pages-home .row-faq26__summary::-webkit-details-marker {
  display: none;
}

body.page-pages-home .row-faq26__number {
  display: inline-flex;
  width: 3.1rem;
  height: 3.1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--faq-accent) 42%, transparent);
  border-radius: 50%;
  color: var(--faq-accent);
  font-family: "Barlow Condensed", "Avenir Next Condensed", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: background-color 240ms ease, border-color 240ms ease, color 240ms ease;
}

body.page-pages-home .row-faq26__question {
  min-width: 0;
  color: inherit;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.02rem, 1.35vw, 1.28rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.3;
  text-align: left;
  text-wrap: pretty;
}

body.page-pages-home .row-faq26__icon {
  position: relative;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 33, 42, 0.28);
  border-radius: 50%;
  color: #294965;
  transition: border-color 220ms ease, color 220ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.page-pages-home .row-faq26__icon::before,
body.page-pages-home .row-faq26__icon::after {
  position: absolute;
  width: 0.85rem;
  height: 0.11rem;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

body.page-pages-home .row-faq26__icon::after {
  transform: rotate(90deg);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (pointer: fine) {
  body.page-pages-home .row-faq26__item:not([open]):hover {
    border-color: color-mix(in srgb, var(--faq-accent) 52%, transparent);
    box-shadow: 0 1.15rem 2.6rem rgba(20, 33, 42, 0.12);
    transform: translateY(-0.25rem);
  }

  body.page-pages-home .row-faq26__item:not([open]) .row-faq26__summary:hover {
    background: var(--faq-accent-soft);
    color: var(--faq-accent);
  }

  body.page-pages-home .row-faq26__item:not([open]) .row-faq26__summary:hover .row-faq26__number {
    border-color: var(--faq-accent);
    background: var(--faq-accent);
    color: #fffdfa;
  }

  body.page-pages-home .row-faq26__item:not([open]) .row-faq26__summary:hover .row-faq26__icon {
    border-color: var(--faq-accent);
    color: var(--faq-accent);
    transform: rotate(90deg);
  }
}

body.page-pages-home .row-faq26__summary:focus-visible {
  z-index: 4;
  outline: 0.22rem solid #ffc94f;
  outline-offset: -0.45rem;
}

body.page-pages-home .row-faq26__item[open]::before {
  width: 0.65rem;
}

body.page-pages-home .row-faq26__item[open] {
  border-color: color-mix(in srgb, var(--faq-accent) 72%, transparent);
  box-shadow: 0 1.4rem 3.2rem rgba(20, 33, 42, 0.15);
}

body.page-pages-home .row-faq26__item[open] .row-faq26__summary {
  background: var(--faq-active);
  color: #fffdfa;
}

body.page-pages-home .row-faq26__item[open] .row-faq26__question {
  color: #fffdfa !important;
}

body.page-pages-home .row-faq26__item[open] .row-faq26__number {
  border-color: var(--faq-accent);
  background: var(--faq-accent);
  color: #fff;
}

body.page-pages-home .row-faq26__item--index-3[open] .row-faq26__number {
  color: #14212a;
}

body.page-pages-home .row-faq26__item[open] .row-faq26__icon {
  border-color: color-mix(in srgb, var(--faq-accent) 74%, #fff);
  color: color-mix(in srgb, var(--faq-accent) 74%, #fff);
  transform: rotate(180deg);
}

body.page-pages-home .row-faq26__item[open] .row-faq26__icon::after {
  transform: rotate(0deg);
}

body.page-pages-home .row-faq26__answer {
  overflow: hidden;
  background: linear-gradient(90deg, var(--faq-accent-soft), transparent 42%), #fffdfa;
}

body.page-pages-home .row-faq26__answer-inner {
  max-width: 62ch;
  padding: clamp(1.35rem, 2vw, 1.75rem) clamp(1.5rem, 2.5vw, 2rem) clamp(1.75rem, 2.5vw, 2.25rem) clamp(2rem, 3vw, 2.75rem);
  color: #40515a;
  font-family: "Barlow", "Avenir Next", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.68;
}

body.page-pages-home .row-faq26__answer p {
  margin: 0 0 1rem;
}

body.page-pages-home .row-faq26__answer p:last-child {
  margin-bottom: 0;
}

body.page-pages-home .row-faq26__answer strong {
  color: #14212a;
  font-weight: 700;
}

body.page-pages-home .row-faq26__answer small {
  color: #52636c;
  font-size: 0.9rem;
}

body.page-pages-home .row-faq26__answer a {
  color: #8f1d4b !important;
  font-weight: 700;
  text-decoration-color: var(--faq-accent);
  text-decoration-thickness: 0.13rem;
  text-underline-offset: 0.23rem;
}

body.page-pages-home .row-faq26__answer a:focus-visible {
  border-radius: 0.12rem;
  outline: 0.2rem solid #ffc94f;
  outline-offset: 0.25rem;
}

@supports selector(details::details-content) {
  body.page-pages-home .row-faq26__item::details-content {
    block-size: 0;
    overflow-y: clip;
    opacity: 0;
    transition:
      block-size 460ms cubic-bezier(0.16, 1, 0.3, 1),
      content-visibility 460ms allow-discrete,
      opacity 260ms ease;
  }

  body.page-pages-home .row-faq26__item[open]::details-content {
    block-size: auto;
    opacity: 1;
  }
}

@media (max-width: 60rem) {
  body.page-pages-home .row-faq26__intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body.page-pages-home .row-faq26__heading {
    grid-template-columns: minmax(8rem, 0.25fr) minmax(0, 0.75fr);
  }
}

@media (max-width: 52rem) {
  body.page-pages-home .row-faq26__list {
    grid-template-columns: 1fr;
  }

  body.page-pages-home .row-faq26__summary {
    min-height: 6rem;
  }
}

@media (max-width: 42rem) {
  body.page-pages-home .row-faq26 {
    padding-block: 4.5rem 5.5rem;
  }

  body.page-pages-home .row-faq26__layout {
    width: min(100% - 2rem, 90rem);
    gap: 2.5rem;
  }

  body.page-pages-home .row-faq26__heading {
    grid-template-columns: 1fr;
  }

  body.page-pages-home .row-faq26__chapter,
  body.page-pages-home .row-faq26__heading .row-home-kicker,
  body.page-pages-home .row-faq26__intro h2 {
    grid-column: 1;
    grid-row: auto;
  }

  body.page-pages-home .row-faq26__intro h2 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  body.page-pages-home .row-faq26__shortcuts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  body.page-pages-home .row-faq26__shortcuts a {
    justify-content: space-between;
  }

  body.page-pages-home .row-faq26__summary {
    grid-template-columns: 2.5rem minmax(0, 1fr) 2.25rem;
    min-height: 5.5rem;
    gap: 0.75rem;
    padding: 0.85rem 0.85rem 0.85rem 1rem;
  }

  body.page-pages-home .row-faq26__number {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 0.72rem;
  }

  body.page-pages-home .row-faq26__question {
    font-size: 1rem;
    line-height: 1.35;
  }

  body.page-pages-home .row-faq26__icon {
    width: 2.15rem;
    height: 2.15rem;
  }

  body.page-pages-home .row-faq26__answer-inner {
    padding: 1.4rem 1.25rem 1.8rem 1.5rem;
    font-size: 0.98rem;
    line-height: 1.62;
  }
}

@media (max-width: 22rem) {
  body.page-pages-home .row-faq26__layout {
    width: min(100% - 1.25rem, 90rem);
  }

  body.page-pages-home .row-faq26__summary {
    grid-template-columns: 2.25rem minmax(0, 1fr) 2rem;
    gap: 0.55rem;
    padding-inline: 0.7rem;
  }

  body.page-pages-home .row-faq26__number {
    width: 2.15rem;
    height: 2.15rem;
  }

  body.page-pages-home .row-faq26__answer-inner {
    padding-left: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-pages-home .row-faq26 *,
  body.page-pages-home .row-faq26 *::before,
  body.page-pages-home .row-faq26 *::after,
  body.page-pages-home .row-faq26__item::details-content {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
