/* Selected Page 5 additions to the published design, 19 September 2026. */
@font-face {
  font-family: "Red Hat Display";
  src: url("assets/red-hat-display.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}
.brand .brand-name {
  font-family: "Red Hat Display", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04545em;
}
.device-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: end;
  gap: 8px;
  padding: 12px 22px 18px;
}
.dashboard-phone {
  overflow: hidden;
  border: 6px solid #1c2421;
  border-radius: clamp(24px, 2.6vw, 36px);
  background: #11191c;
  box-shadow: 0 18px 36px #14382c26;
}
.watch-hero .dashboard-phone img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  mix-blend-mode: normal;
  filter: none;
}
.companion-watch {
  display: block;
  margin-bottom: 42px;
}
.facilitator-guide > p.facilitator-checkpoint {
  margin-top: 16px;
  color: #52675d;
}
.bundle-positioning {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  color: #163e35;
  margin: 0;
}
.faq {
  padding-top: 12px;
  padding-bottom: 80px;
}
.faq-disclosure {
  border-top: 1px solid #c6d1c0;
  border-bottom: 1px solid #c6d1c0;
}
.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
}
.faq-toggle::-webkit-details-marker {
  display: none;
}
.faq-toggle-label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  white-space: nowrap;
}
.faq-toggle-icon::after {
  content: "+";
  display: block;
  width: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.faq-disclosure[open] .faq-toggle-icon::after {
  content: "−";
}
.faq-hide-label,
.faq-disclosure[open] .faq-show-label {
  display: none;
}
.faq-disclosure[open] .faq-hide-label {
  display: inline;
}
.faq-toggle:focus-visible {
  outline: 3px solid #a34629;
  outline-offset: 4px;
}
.faq-toggle:hover h2 {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.faq-toggle h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0;
}
.faq-list {
  display: grid;
  column-gap: 56px;
}
.faq-list article {
  border-top: 1px solid #c6d1c0;
  padding: 24px 0;
}
.faq-list h3 {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.faq-answer {
  max-width: 850px;
}
.faq-answer p {
  font-size: 15px;
  line-height: 1.8;
  color: #52675d;
  margin: 0 0 12px;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
@media (min-width: 651px) {
  .bundle-positioning {
    min-height: 3.4em;
  }
}
@media (min-width: 651px) and (max-width: 767px) {
  .bundle .price span {
    display: block;
    margin-top: 8px;
  }
  .bundle-positioning {
    min-height: 5.1em;
  }
}
@media (min-width: 901px) {
  .device-pair {
    padding-inline: 0;
  }
  .facilitator-guide {
    align-self: center;
  }
  .faq {
    padding-bottom: 96px;
  }
  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 651px) and (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .device-hero {
    width: min(100%, 520px);
    justify-self: center;
  }
}
@media (max-width: 650px) {
  footer.wrap {
    font-size: 13px;
    line-height: 1.6;
    gap: 8px 20px;
  }
  footer.wrap small {
    font-size: 12px;
    margin-left: 0;
  }
  .device-pair {
    gap: 4px;
    padding-inline: 18px;
  }
  .companion-watch {
    margin-bottom: 28px;
  }
  .faq {
    padding: 8px 22px 54px;
  }
  .faq-toggle {
    gap: 16px;
    padding-block: 18px;
  }
  .faq-toggle h2 {
    font-size: 28px;
  }
  .faq-toggle-label {
    font-size: 12px;
    gap: 8px;
  }
  .faq-list h3 {
    font-size: 16px;
  }
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.site-nav a {
  border-bottom: 1px solid currentColor;
  padding: 8px 0;
}
.site-nav a:hover {
  color: #a34629;
}
@media (max-width: 650px) {
  .site-nav {
    font-size: 13px;
  }
  .site-nav > a:first-child {
    display: inline-block;
  }
  .site-nav a:hover {
    color: #f6f5ee;
  }
}
