.page-faq {
  --faq-line: rgba(19, 26, 31, .14);
  --faq-line-soft: rgba(245, 239, 228, .22);
  --faq-pad: clamp(24px, 4vw, 56px);
}

.page-faq .tut-hero {
  position: relative;
  overflow: hidden;
  background: var(--deep-sea);
  color: var(--sand-white);
  padding: calc(var(--header-h) + 72px) 0 clamp(40px, 6vw, 76px);
}

.page-faq .tut-hero .wrap {
  position: relative;
  z-index: 1;
}

.page-faq .tut-tide {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: clamp(120px, 20vw, 240px);
  color: var(--tide-teal);
  opacity: .42;
  pointer-events: none;
}

.page-faq .tut-hero .breadcrumb {
  margin-bottom: 26px;
  font-size: 13px;
  color: rgba(245, 239, 228, .68);
}

.page-faq .tut-hero .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-faq .tut-hero .breadcrumb-list li + li::before {
  content: "/";
  margin: 0 8px;
  opacity: .45;
}

.page-faq .tut-hero .breadcrumb a {
  color: var(--tide-teal-soft);
  text-decoration: none;
}

.page-faq .tut-hero .breadcrumb a:hover,
.page-faq .tut-hero .breadcrumb a:focus-visible {
  color: var(--signal-orange);
}

.page-faq .tut-hero .eyebrow {
  color: var(--tide-teal-soft);
}

.page-faq .tut-hero .display-title {
  max-width: 16ch;
  margin: 14px 0 0;
}

.page-faq .tut-hero .lede {
  max-width: 62ch;
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(245, 239, 228, .84);
}

.page-faq .tut-search {
  max-width: 540px;
  margin-top: 34px;
}

.page-faq .tut-search-label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--tide-teal-soft);
}

.page-faq .tut-search-input {
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: 1px solid var(--faq-line-soft);
  border-radius: 0;
  color: var(--sand-white);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  -webkit-appearance: none;
  appearance: none;
}

.page-faq .tut-search-input::placeholder {
  color: rgba(245, 239, 228, .45);
}

.page-faq .tut-search-input:focus {
  outline: none;
  border-color: var(--signal-orange);
  box-shadow: 0 0 0 2px rgba(255, 106, 43, .32);
}

.page-faq .tut-search-hint {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(245, 239, 228, .55);
}

.page-faq .tut-body {
  background: var(--sand-white);
  color: var(--ink);
  padding: var(--faq-pad) 0 calc(var(--faq-pad) * 1.4);
}

.page-faq .tut-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.page-faq .tut-rail {
  border-top: 1px solid var(--faq-line);
  padding-top: 18px;
}

.page-faq .tut-rail-title {
  margin: 0 0 14px;
  color: var(--tide-teal);
}

.page-faq .tut-rail-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-faq .tut-rail-link {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 11px 2px;
  border-bottom: 1px solid var(--faq-line);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s var(--ease), padding-left .25s var(--ease);
}

.page-faq .tut-rail-link:hover,
.page-faq .tut-rail-link:focus-visible {
  color: var(--signal-orange);
  padding-left: 8px;
}

.page-faq .tut-rail-link:focus-visible {
  outline: 2px solid var(--signal-orange);
  outline-offset: 2px;
}

.page-faq .tut-rail-num {
  flex: none;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--tide-teal);
}

.page-faq .tut-section {
  padding-bottom: clamp(40px, 6vw, 68px);
  margin-bottom: clamp(40px, 6vw, 68px);
  border-bottom: 1px solid var(--faq-line);
  scroll-margin-top: calc(var(--header-h) + 28px);
}

.page-faq .tut-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.page-faq .tut-section-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 18px;
}

.page-faq .tut-section-num {
  flex: none;
  font-size: 13px;
  letter-spacing: .12em;
  color: var(--tide-teal);
}

.page-faq .tut-section-head .section-title {
  margin: 0;
}

.page-faq .prose a,
.page-faq .tut-a a {
  color: var(--tide-teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-faq .prose a:hover,
.page-faq .prose a:focus-visible,
.page-faq .tut-a a:hover,
.page-faq .tut-a a:focus-visible {
  color: var(--signal-orange);
}

.page-faq .tut-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 24px;
}

.page-faq .tut-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-faq .tut-steps li {
  position: relative;
  margin-left: 14px;
  padding: 0 0 26px 48px;
  border-left: 1px solid var(--sand-gray);
}

.page-faq .tut-steps li:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}

.page-faq .tut-step-num {
  position: absolute;
  left: 0;
  top: 2px;
  transform: translateX(-50%);
  padding: 3px 4px;
  background: var(--sand-white);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--tide-teal);
  white-space: nowrap;
}

.page-faq .tut-steps .prose {
  margin: 0;
}

.page-faq .tut-figure {
  margin: 0;
}

.page-faq .tut-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-faq .tut-figure .figure-caption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(19, 26, 31, .6);
}

.page-faq .tut-faq {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.page-faq .tut-item {
  border-left: 2px solid var(--sand-gray);
  border-bottom: 1px solid var(--faq-line);
  transition: border-left-color .25s var(--ease), background-color .25s var(--ease);
}

.page-faq .tut-item[open] {
  border-left-color: var(--tide-teal);
  background: var(--mist-white);
}

.page-faq .tut-q {
  position: relative;
  padding: 16px 42px 16px 18px;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--ink);
  transition: color .25s var(--ease);
}

.page-faq .tut-q::-webkit-details-marker {
  display: none;
}

.page-faq .tut-q::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: 17px;
  line-height: 1;
  color: var(--tide-teal);
}

.page-faq .tut-item[open] .tut-q::after {
  content: "\2013";
}

.page-faq .tut-q:hover {
  color: var(--tide-teal);
}

.page-faq .tut-q:focus-visible {
  outline: 2px solid var(--signal-orange);
  outline-offset: -2px;
}

.page-faq .tut-a {
  max-width: 640px;
  padding: 0 24px 20px 18px;
}

.page-faq .tut-a p {
  margin: 0;
  font-size: 16px;
  line-height: 1.95;
  color: rgba(19, 26, 31, .82);
}

.page-faq .tut-item[open] .tut-a {
  animation: faqReveal .32s var(--ease);
}

@keyframes faqReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.page-faq .tut-section--figure {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 46px);
  background: var(--night-indigo);
  color: var(--sand-white);
}

.page-faq .tut-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .28;
  pointer-events: none;
}

.page-faq .tut-section--figure > :not(.tut-bg) {
  position: relative;
  z-index: 1;
}

.page-faq .tut-section--figure .tut-section-num {
  color: var(--tide-teal-soft);
}

.page-faq .tut-section--figure .section-title {
  color: var(--sand-white);
}

.page-faq .tut-section--figure .prose {
  color: rgba(245, 239, 228, .82);
}

.page-faq .tut-section--figure .tut-item {
  border-left-color: var(--faq-line-soft);
  border-bottom-color: rgba(245, 239, 228, .16);
}

.page-faq .tut-section--figure .tut-item[open] {
  border-left-color: var(--tide-teal-soft);
  background: rgba(7, 34, 58, .55);
}

.page-faq .tut-section--figure .tut-q {
  color: var(--sand-white);
}

.page-faq .tut-section--figure .tut-q:hover {
  color: var(--tide-teal-soft);
}

.page-faq .tut-section--figure .tut-q::after {
  color: var(--tide-teal-soft);
}

.page-faq .tut-section--figure .tut-a p {
  color: rgba(245, 239, 228, .8);
}

.page-faq .tut-checklist {
  max-width: 640px;
  margin: 22px 0;
  padding: 20px 22px;
  background: var(--mist-white);
  border: 1px solid var(--faq-line);
  border-left: 2px solid var(--tide-teal);
}

.page-faq .tut-checklist-title {
  margin: 0 0 14px;
  font-size: 13px;
  letter-spacing: .14em;
  color: var(--tide-teal);
}

.page-faq .tut-checklist ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-faq .tut-checklist li {
  display: flex;
  gap: 12px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(19, 26, 31, .85);
}

.page-faq .tut-checklist .mono {
  flex: none;
  padding-top: 3px;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--signal-orange);
}

.page-faq .tut-faq--quick .tut-q {
  font-size: 15.5px;
}

@media (max-width: 899px) {
  .page-faq .tut-rail {
    padding-bottom: 6px;
    border-bottom: 1px solid var(--faq-line);
  }

  .page-faq .tut-rail-list {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 18px;
  }

  .page-faq .tut-rail-link {
    padding: 8px 0;
    border-bottom: 0;
  }

  .page-faq .tut-rail-link:hover,
  .page-faq .tut-rail-link:focus-visible {
    padding-left: 0;
  }

  .page-faq .tut-hero .display-title {
    max-width: none;
  }
}

@media (min-width: 900px) {
  .page-faq .tut-layout {
    grid-template-columns: 3fr 9fr;
    gap: clamp(32px, 4vw, 64px);
    align-items: start;
  }

  .page-faq .tut-rail {
    position: sticky;
    top: calc(var(--header-h) + 28px);
  }
}

@media (min-width: 1080px) {
  .page-faq .tut-split {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-faq * {
    transition-duration: .01ms;
  }

  .page-faq .tut-item[open] .tut-a {
    animation: none;
  }
}
