.faq-hero{
  padding-block:var(--sv-hero-top) var(--sv-section);
  background:#FFFFFF;
  color:#0F1F17
}

.faq-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  align-items:start;
  gap:var(--sv-space-5)
}

.faq-hero-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  color:#0F1F17
}

.faq-hero-copy .c-kicker{
  margin-bottom:var(--sv-space-2)
}

.faq-hero-copy h1{
  max-width:15ch;
  font-size:clamp(2.55rem,4.5vw,3.5rem);
  line-height:1.16;
  color:#0F1F17
}

.faq-hero-lead{
  max-width:42rem;
  margin-top:var(--sv-space-3);
  color:#5E6B63;
  font-size:var(--sv-text-4)
}

.faq-hero-actions{
  justify-content:flex-start;
  margin-top:var(--sv-space-3);
  margin-bottom:var(--sv-space-3)
}

.faq-hero-facts{
  display:grid;
  width:100%;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:0;
  padding-top:var(--sv-space-3);
  border-top:1px solid var(--sv-line);
  color:#0F1F17
}

.faq-hero-facts div{
  min-width:0;
  padding-right:var(--sv-space-2)
}

.faq-hero-facts div+div{
  padding-left:var(--sv-space-2);
  border-left:1px solid var(--sv-line)
}

.faq-hero-facts dt{
  color:#5E6B63
}

.faq-hero-facts dd{
  margin-top:var(--sv-space-1);
  color:#0F1F17;
  font-weight:700;
  overflow-wrap:anywhere
}

.faq-run-sheet{
  min-width:0;
  overflow:hidden;
  border-radius:var(--sv-radius-lg);
  background:#DDF2E4;
  color:#1D4A36;
  box-shadow:var(--sv-shadow-float)
}

.faq-run-sheet-head{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--sv-space-2);
  padding:var(--sv-space-3);
  background:#0F1F17;
  color:#F6F8F4
}

.faq-run-sheet-head>div{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:var(--sv-space-1)
}

.faq-run-sheet-head span{
  color:#C9D6CE;
  font-size:var(--sv-text-1);
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.35;
  text-transform:uppercase
}

.faq-run-sheet-head strong{
  color:#F6F8F4;
  font-family:var(--sv-font-heading);
  font-size:var(--sv-text-5);
  line-height:1.2
}

.faq-run-sheet-head .faq-sheet-state{
  flex:0 0 auto;
  padding:.5rem .75rem;
  border-radius:999px;
  background:#F8EFC9;
  color:#5C4A0B;
  letter-spacing:.04em
}

.faq-check-list{
  padding-inline:var(--sv-space-3)
}

.faq-check-row{
  display:grid;
  min-width:0;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:var(--sv-space-2);
  padding-block:var(--sv-space-3);
  color:#1D4A36
}

.faq-check-row+.faq-check-row{
  border-top:1px solid color-mix(in srgb,#1D4A36 13%,transparent)
}

.faq-check-icon{
  display:inline-flex;
  width:2.5rem;
  height:2.5rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--sv-radius-sm);
  background:#FFFFFF;
  color:#1D4A36
}

.faq-check-icon svg{
  width:1.25rem;
  height:1.25rem
}

.faq-check-row>div{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:var(--sv-space-1)
}

.faq-check-row strong{
  color:#1D4A36;
  font-size:var(--sv-text-3);
  line-height:1.35
}

.faq-check-row>div span{
  color:#315F4B;
  font-size:var(--sv-text-2);
  line-height:1.5
}

.faq-check-row>b{
  max-width:9rem;
  color:#1D4A36;
  font-size:var(--sv-text-2);
  line-height:1.4;
  text-align:right;
  overflow-wrap:anywhere
}

.faq-sheet-note{
  margin:0 var(--sv-space-3) var(--sv-space-3);
  padding:var(--sv-space-2);
  border-radius:var(--sv-radius-sm);
  background:#FFFFFF;
  color:#315F4B;
  font-size:var(--sv-text-2)
}

.faq-band{
  padding-block:var(--sv-space-5);
  background:#FFFFFF;
  color:#0F1F17
}

.faq-band-mint{
  background:#F7F6F2;
  color:#0F1F17
}

.faq-band-lilac{
  background:#F7F6F2;
  color:#0F1F17
}

.faq-band-sky{
  background:#F7F6F2;
  color:#0F1F17
}

.faq-band-butter{
  background:#F7F6F2;
  color:#0F1F17
}

.faq-topic{
  min-width:0;
  padding:clamp(1.5rem,4vw,3rem);
  border-radius:var(--sv-radius-lg)
}

.faq-topic-mint{
  background:#DDF2E4;
  color:#1D4A36
}

.faq-topic-butter{
  background:#F8EFC9;
  color:#5C4A0B
}

.faq-topic-lilac{
  background:#EAE3F5;
  color:#4A3670
}

.faq-topic-peach{
  background:#F8DCD2;
  color:#7A3A26
}

.faq-topic-sky{
  background:#DCEAF6;
  color:#1F4260
}

.faq-topic-head{
  display:flex;
  max-width:52rem;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  gap:var(--sv-space-2);
  margin-bottom:var(--sv-space-4)
}

.faq-topic-head .c-kicker{
  width:fit-content;
  max-width:100%;
  align-self:flex-start
}

.faq-topic-head h2{
  color:inherit
}

.faq-topic-head p{
  max-width:46rem;
  color:inherit;
  opacity:.86
}

.faq-questions{
  display:grid;
  min-width:0;
  gap:var(--sv-space-2)
}

.faq-questions details{
  min-width:0;
  padding-inline:var(--sv-space-3);
  border-radius:var(--sv-radius-md);
  color:inherit
}

.faq-topic-mint .faq-questions details{
  background:#DDF2E4;
  color:#1D4A36
}

.faq-topic-butter .faq-questions details{
  background:#F8EFC9;
  color:#5C4A0B
}

.faq-topic-lilac .faq-questions details{
  background:#EAE3F5;
  color:#4A3670
}

.faq-topic-peach .faq-questions details{
  background:#F8DCD2;
  color:#7A3A26
}

.faq-topic-sky .faq-questions details{
  background:#DCEAF6;
  color:#1F4260
}

.faq-questions details+details{
  border-top:1px solid color-mix(in srgb,currentColor 14%,transparent);
  border-radius:0
}

.faq-questions summary{
  display:flex;
  min-height:4.75rem;
  align-items:center;
  justify-content:space-between;
  gap:var(--sv-space-2);
  padding-block:var(--sv-space-2);
  cursor:pointer;
  color:inherit;
  font-family:var(--sv-font-heading);
  font-size:var(--sv-text-4);
  font-weight:700;
  line-height:1.4;
  list-style:none
}

.faq-questions summary::-webkit-details-marker{
  display:none
}

.faq-questions summary:after{
  content:"+";
  display:inline-flex;
  width:2rem;
  height:2rem;
  flex:0 0 2rem;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#FFFFFF;
  color:#0F1F17;
  font-family:var(--sv-font-body);
  font-size:var(--sv-text-4);
  line-height:1
}

.faq-questions details[open] summary{
  padding-bottom:var(--sv-space-2)
}

.faq-questions details[open] summary:after{
  content:"−"
}

.faq-questions details>div{
  padding:var(--sv-space-2) 0 var(--sv-space-3);
  border-top:1px solid color-mix(in srgb,currentColor 16%,transparent);
  color:inherit
}

.faq-questions details p,
.faq-questions details li{
  color:inherit;
  opacity:.9
}

.faq-questions details a:not(.c-btn){
  color:inherit;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
  overflow-wrap:anywhere
}

.faq-questions .table-scroll{
  border-radius:var(--sv-radius-md);
  background:#FFFFFF;
  color:#0F1F17
}

.faq-questions .c-table{
  background:#FFFFFF;
  color:#0F1F17
}

.faq-questions .c-table th{
  background:#F7F6F2;
  color:#0F1F17
}

.faq-questions .c-table td{
  color:#3E4B44
}

.faq-questions .c-table th,
.faq-questions .c-table td{
  vertical-align:top
}

.faq-region-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,10rem),1fr));
  gap:var(--sv-space-2)
}

.faq-region-grid>div{
  display:flex;
  min-width:0;
  min-height:9rem;
  flex-direction:column;
  align-items:flex-start;
  gap:var(--sv-space-1);
  padding:var(--sv-space-3);
  border-radius:var(--sv-radius-md);
  background:#FFFFFF;
  color:#0F1F17
}

.faq-region-grid>div>span{
  color:#2F5D12;
  font-size:var(--sv-text-2);
  font-weight:700
}

.faq-region-grid strong{
  color:#0F1F17;
  font-size:var(--sv-text-4);
  overflow-wrap:anywhere
}

.faq-region-grid small{
  color:#5E6B63;
  overflow-wrap:anywhere
}

.faq-steps{
  display:grid;
  gap:var(--sv-space-2);
  margin:0;
  padding:0;
  list-style:none
}

.faq-steps li{
  display:grid;
  min-width:0;
  grid-template-columns:auto minmax(0,1fr);
  align-items:start;
  gap:var(--sv-space-2);
  padding:var(--sv-space-3);
  border-radius:var(--sv-radius-md);
  background:#FFFFFF;
  color:#0F1F17
}

.faq-steps li>span{
  display:inline-flex;
  width:2.6rem;
  height:2.6rem;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#0F1F17;
  color:#F6F8F4;
  font-family:var(--sv-font-mono);
  font-size:var(--sv-text-2);
  font-weight:700
}

.faq-steps li>div{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:var(--sv-space-1)
}

.faq-steps strong{
  color:#0F1F17
}

.faq-steps p{
  color:#5E6B63;
  opacity:1
}

.faq-inline-action{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--sv-space-3);
  margin-top:var(--sv-space-4);
  padding:var(--sv-space-3);
  border-radius:var(--sv-radius-md);
  background:#FFFFFF;
  color:#0F1F17
}

.faq-inline-action p{
  max-width:42rem;
  color:#5E6B63
}

.faq-inline-action .c-btn{
  flex:0 0 auto
}

.faq-sla-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--sv-space-2);
  margin-bottom:var(--sv-space-4)
}

.faq-sla-summary>div{
  display:flex;
  min-width:0;
  min-height:10rem;
  flex-direction:column;
  justify-content:space-between;
  gap:var(--sv-space-2);
  padding:var(--sv-space-3);
  border-radius:var(--sv-radius-md);
  background:#0F1F17;
  color:#F6F8F4
}

.faq-sla-summary strong{
  color:#F6F8F4;
  font-family:var(--sv-font-heading);
  font-size:clamp(1.55rem,5cqi,2.5rem);
  line-height:1.15;
  overflow-wrap:anywhere
}

.faq-sla-summary span{
  color:#C9D6CE;
  font-size:var(--sv-text-2)
}

.faq-closing-section{
  padding-top:var(--sv-space-5)
}

.faq-closing{
  background:#0F1F17;
  color:#F6F8F4
}

.faq-closing h2{
  max-width:18ch;
  color:#F6F8F4
}

.faq-closing p{
  max-width:42rem;
  color:#C9D6CE
}

.faq-closing-actions{
  flex:0 0 auto;
  align-items:stretch;
  flex-direction:column;
  justify-content:flex-start;
  margin-top:0
}

.faq-closing-actions .c-btn{
  width:100%
}

.faq-closing-actions .c-btn-ghost{
  border-color:rgba(255,255,255,.38);
  background:transparent;
  color:#F6F8F4
}

@media(max-width:64rem){
  .faq-hero-grid{
    grid-template-columns:1fr;
    gap:var(--sv-space-4)
  }

  .faq-hero-copy h1{
    max-width:18ch
  }

  .faq-run-sheet{
    width:100%
  }
}

@media(max-width:48rem){
  .faq-hero{
    padding-block:var(--sv-space-5)
  }

  .faq-hero-copy h1{
    max-width:none;
    font-size:clamp(2.35rem,11vw,3.15rem)
  }

  .faq-hero-actions{
    width:100%;
    align-items:stretch;
    flex-direction:column
  }

  .faq-hero-actions .c-btn{
    width:100%;
    white-space:normal
  }

  .faq-hero-facts{
    grid-template-columns:1fr
  }

  .faq-hero-facts div{
    padding:var(--sv-space-2) 0
  }

  .faq-hero-facts div+div{
    padding-left:0;
    border-top:1px solid var(--sv-line);
    border-left:0
  }

  .faq-check-row{
    grid-template-columns:auto minmax(0,1fr)
  }

  .faq-check-row>b{
    grid-column:2;
    text-align:left
  }

  .faq-band{
    padding-block:var(--sv-space-4)
  }

  .faq-topic{
    padding:var(--sv-space-3)
  }

  .faq-topic-head{
    margin-bottom:var(--sv-space-3)
  }

  .faq-questions details{
    padding-inline:0
  }

  .faq-questions summary{
    min-height:auto;
    padding-block:var(--sv-space-3)
  }

  .faq-inline-action{
    align-items:flex-start;
    flex-direction:column
  }

  .faq-inline-action .c-btn{
    width:100%;
    white-space:normal
  }

  .faq-sla-summary{
    grid-template-columns:1fr
  }

  .faq-sla-summary>div{
    min-height:8rem
  }

  .faq-closing-actions{
    width:100%
  }
}

@media(max-width:24.375rem){
  .faq-run-sheet-head{
    align-items:flex-start;
    flex-direction:column
  }

  .faq-check-row{
    grid-template-columns:1fr
  }

  .faq-check-row>b{
    grid-column:auto
  }

  .faq-steps li{
    grid-template-columns:1fr
  }
}
