@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans-variable.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}

:root {
  --f5-ink: #10243c;
  --f5-navy: #143b6b;
  --f5-blue: #1d5fa7;
  --f5-sky: #dcecff;
  --f5-paper: #f7f9fc;
  --f5-white: #fff;
  --f5-orange: #f47a32;
  --f5-orange-dark: #bd4817;
  --f5-line: #cbd9e8;
}

.fable-customer-site {
  background: var(--f5-paper);
  color: var(--f5-ink);
  font-family: "DM Sans", system-ui, sans-serif;
}

.fable-customer-site h1,
.fable-customer-site h2 {
  font-family: "Alfa Slab One", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.fable-customer-site .site-header {
  border-bottom: 1px solid var(--f5-line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.fable-customer-site .nav-wrap {
  min-height: 86px;
}

.fable-customer-site .brand-logo img {
  width: 210px;
  height: auto;
}

.fable-customer-site .desktop-nav {
  gap: 1.4rem;
}

.fable-customer-site .desktop-nav a,
.fable-customer-site .phone-link {
  color: var(--f5-ink);
  font-weight: 800;
}

.fable-customer-site .btn {
  min-height: 48px;
  border: 2px solid var(--f5-navy);
  border-radius: 4px;
  font-weight: 900;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.fable-customer-site .btn:hover {
  transform: translateY(-2px);
}

.fable-customer-site .btn-primary {
  border-color: var(--f5-orange-dark);
  background: var(--f5-orange);
  color: var(--f5-ink);
  box-shadow: 0 6px 0 var(--f5-orange-dark);
}

.fable-customer-site .btn-secondary {
  border-color: var(--f5-navy);
  background: var(--f5-white);
  color: var(--f5-navy);
  box-shadow: 0 6px 0 var(--f5-navy);
}

.fable-customer-site .btn-light {
  border-color: var(--f5-white);
  background: var(--f5-white);
  color: var(--f5-navy);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.24);
}

.fable-customer-site .btn:focus-visible,
.fable-customer-site a:focus-visible,
.fable-customer-site button:focus-visible,
.fable-customer-site summary:focus-visible {
  outline: 3px solid var(--f5-white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--f5-ink);
}

.fable-customer-site .page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 8px solid var(--f5-orange);
  background: var(--f5-blue);
  color: var(--f5-white);
}

.fable-customer-site .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 48px 48px;
}

.fable-customer-site .page-hero::after {
  content: "";
  position: absolute;
  top: -28%;
  right: 9%;
  z-index: -1;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.fable-customer-site .page-hero .container,
.fable-customer-site .page-hero .hero-grid {
  padding-block: clamp(3rem, 5vw, 5rem);
}

.fable-customer-site .page-hero .hero-grid {
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.fable-customer-site .page-hero .hero-copy {
  padding-block: 0;
  padding-inline: 0;
}

.fable-customer-site .breadcrumbs,
.fable-customer-site .breadcrumbs a {
  color: rgba(255, 255, 255, 0.94);
}

.fable-customer-site .page-hero .eyebrow {
  color: #ffd1b7;
}

.fable-customer-site .page-hero h1 {
  max-width: 13ch;
  margin-block: 0.75rem 1rem;
  color: var(--f5-white);
  font-size: clamp(2.55rem, 4.8vw, 4.5rem);
  line-height: 0.98;
}

.fable-customer-site .hero-services h1 {
  max-width: 15ch;
}

.fable-customer-site .hero-lede {
  max-width: 63ch;
  color: #d8e9fb;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.fable-customer-site .hero-note {
  color: #c8def5;
}

.fable-customer-site .hero-media {
  border: 10px solid var(--f5-white);
  border-radius: 3px;
  background: var(--f5-white);
  box-shadow: 16px 16px 0 var(--f5-orange);
  transform: rotate(1.2deg);
}

.fable-customer-site .hero-media img {
  width: 100%;
  height: auto;
}

.fable-customer-site .hero-media figcaption {
  padding: 0.75rem 0.45rem 0.2rem;
  color: var(--f5-navy);
  font-weight: 800;
}

.fable-customer-site .proof-rail {
  position: relative;
  z-index: 3;
  border: 0;
  background: var(--f5-navy);
  color: var(--f5-white);
}

.fable-customer-site .proof-rail .container {
  gap: 0;
}

.fable-customer-site .proof-rail span {
  min-height: 86px;
  padding: 1.15rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #c9dcf1;
}

.fable-customer-site .proof-rail span:last-child {
  border-right: 0;
}

.fable-customer-site .proof-rail strong {
  color: var(--f5-white);
}

.fable-customer-site .section {
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

.fable-customer-site .section-heading {
  max-width: 850px;
  margin-bottom: 2.4rem;
}

.fable-customer-site .section-heading h2,
.fable-customer-site .split > div > h2,
.fable-customer-site .final-cta h2 {
  margin-block: 0.45rem 0.8rem;
  color: var(--f5-ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.06;
}

.fable-customer-site .eyebrow,
.fable-customer-site .card-kicker,
.fable-customer-site .service-number {
  color: var(--f5-blue);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fable-customer-site .service-rail,
.fable-customer-site .decision-grid,
.fable-customer-site .related-grid,
.fable-customer-site .review-gallery {
  gap: 1rem;
}

.fable-customer-site .service-card,
.fable-customer-site .decision-grid article,
.fable-customer-site .related-grid > a,
.fable-customer-site .decision-panel {
  border: 1px solid var(--f5-line);
  border-radius: 4px;
  background: var(--f5-white);
  box-shadow: 8px 8px 0 var(--f5-sky);
}

.fable-customer-site .service-card {
  min-height: 330px;
  padding: 1.6rem;
}

.fable-customer-site .service-card.featured {
  border-top: 7px solid var(--f5-orange);
}

.fable-customer-site .service-card h3,
.fable-customer-site .decision-panel h3,
.fable-customer-site .related-grid h3 {
  color: var(--f5-ink);
  font-size: 1.35rem;
}

.fable-customer-site .text-link {
  color: var(--f5-blue);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.fable-customer-site .section-tint {
  border-block: 1px solid var(--f5-line);
  background: #eaf3fe;
}

.fable-customer-site .section-dark {
  border: 0;
  background: var(--f5-navy);
  color: var(--f5-white);
}

.fable-customer-site .section-dark h2,
.fable-customer-site .section-dark h3 {
  color: var(--f5-white);
}

.fable-customer-site .section-dark .eyebrow {
  color: #ffc19e;
}

.fable-customer-site .section-dark p {
  color: #c9dcf1;
}

.fable-customer-site .standard-grid,
.fable-customer-site .process-list {
  gap: 0;
  border: 1px solid var(--f5-line);
  border-radius: 4px;
  background: var(--f5-white);
}

.fable-customer-site .standard-step,
.fable-customer-site .process-list li {
  min-height: 210px;
  padding: 1.5rem;
  border-right: 1px solid var(--f5-line);
}

.fable-customer-site .standard-step:last-child,
.fable-customer-site .process-list li:last-child {
  border-right: 0;
}

.fable-customer-site .standard-step > span,
.fable-customer-site .process-list li > span {
  display: inline-grid;
  min-width: 2.2rem;
  min-height: 2.2rem;
  margin-bottom: 1rem;
  place-items: center;
  background: var(--f5-orange);
  color: var(--f5-ink);
  font-weight: 900;
}

.fable-customer-site .section-dark .standard-grid {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
}

.fable-customer-site .section-dark .standard-grid .standard-step {
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.fable-customer-site .section-dark .standard-grid .standard-step:last-child {
  border-right: 0;
}

.fable-customer-site .review-gallery figure {
  overflow: hidden;
  border: 8px solid var(--f5-white);
  border-radius: 3px;
  background: var(--f5-white);
  box-shadow: 8px 8px 0 var(--f5-sky);
}

.fable-customer-site .review-gallery img {
  width: 100%;
  height: auto;
}

.fable-customer-site .journey-router {
  overflow: hidden;
  border-block: 1px solid var(--f5-line);
  background: var(--f5-white);
}

.fable-customer-site .journey-router .section-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.8fr) minmax(20rem, 1.2fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
}

.fable-customer-site .journey-router .section-heading > p:last-child {
  max-width: 62ch;
  margin-bottom: 0.35rem;
  color: #52677f;
  font-size: 1.08rem;
  line-height: 1.65;
}

.fable-customer-site .journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--f5-line);
  border-radius: 4px;
  background: var(--f5-paper);
  box-shadow: 10px 10px 0 var(--f5-sky);
}

.fable-customer-site .journey-card {
  position: relative;
  min-height: 290px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border-right: 1px solid var(--f5-line);
  color: var(--f5-ink);
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.fable-customer-site .journey-card:last-child {
  border-right: 0;
}

.fable-customer-site .journey-card:hover {
  z-index: 1;
  background: #edf5ff;
  transform: translateY(-4px);
}

.fable-customer-site .journey-card-primary {
  background: var(--f5-navy);
  color: var(--f5-white);
}

.fable-customer-site .journey-card-primary:hover {
  background: #0f315a;
}

.fable-customer-site .journey-card .journey-kicker {
  display: block;
  margin-bottom: 1rem;
  color: var(--f5-blue);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fable-customer-site .journey-card-primary .journey-kicker {
  color: #ffc19e;
}

.fable-customer-site .journey-card h3 {
  margin-bottom: 0.75rem;
  color: inherit;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.15;
}

.fable-customer-site .journey-card p {
  margin-bottom: 2.5rem;
  color: #52677f;
  line-height: 1.65;
}

.fable-customer-site .journey-card-primary p {
  color: #d6e5f5;
}

.fable-customer-site .journey-link {
  position: absolute;
  right: 2rem;
  bottom: 1.7rem;
  left: 2rem;
  color: var(--f5-blue);
  font-weight: 900;
}

.fable-customer-site .journey-card-primary .journey-link {
  color: var(--f5-white);
}

.fable-customer-site .testimonial-launcher {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background: #eaf3fe;
}

.fable-customer-site .testimonial-launcher-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(20rem, 1.3fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 4px;
  background: var(--f5-navy);
  color: var(--f5-white);
  box-shadow: 12px 12px 0 var(--f5-orange);
}

.fable-customer-site .testimonial-launcher-card::after {
  content: "\201C";
  position: absolute;
  right: -0.04em;
  bottom: -0.36em;
  z-index: -1;
  color: rgba(255, 255, 255, 0.08);
  font-family: Georgia, serif;
  font-size: clamp(13rem, 30vw, 27rem);
  line-height: 1;
}

.fable-customer-site .testimonial-prompt {
  display: grid;
  min-height: 200px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.07);
  color: var(--f5-white);
  text-align: center;
}

.fable-customer-site .testimonial-play {
  display: grid;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto 1rem;
  place-items: center;
  border-radius: 50%;
  background: var(--f5-orange);
  color: var(--f5-ink);
  font-size: 1.4rem;
  box-shadow: 0 0 0 9px rgba(244, 122, 50, 0.18);
}

.fable-customer-site .testimonial-prompt strong {
  display: block;
  max-width: 18ch;
  font-size: 1rem;
}

.fable-customer-site .testimonial-launcher-copy .eyebrow {
  color: #ffc19e;
}

.fable-customer-site .testimonial-launcher-copy h2 {
  max-width: 15ch;
  margin-block: 0.45rem 1rem;
  color: var(--f5-white);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.fable-customer-site .testimonial-launcher-copy p {
  max-width: 58ch;
  color: #c9dcf1;
  font-size: 1.08rem;
  line-height: 1.7;
}

.fable-customer-site .testimonial-launcher-copy .text-link {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--f5-white);
}

.testimonial-dialog {
  width: min(920px, calc(100vw - 2rem));
  max-width: none;
  max-height: calc(100vh - 2rem);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 4px;
  background: var(--f5-navy);
  color: var(--f5-white);
  box-shadow: 16px 16px 0 var(--f5-orange);
}

.testimonial-dialog::backdrop {
  background: rgba(5, 17, 31, 0.82);
  backdrop-filter: blur(5px);
}

.testimonial-dialog-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.62fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.25rem, 4vw, 3rem);
}

.testimonial-dialog-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(8, 21, 34, 0.82);
  color: var(--f5-white);
  font: inherit;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.testimonial-dialog-copy .eyebrow {
  color: #ffc19e;
}

.testimonial-dialog-copy h2 {
  max-width: 14ch;
  margin-block: 0.5rem 1rem;
  color: var(--f5-white);
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  line-height: 1.05;
}

.testimonial-dialog-copy p:last-child {
  max-width: 54ch;
  color: #c9dcf1;
  font-size: 1.05rem;
  line-height: 1.65;
}

.testimonial-dialog video {
  display: block;
  width: 100%;
  max-height: min(70vh, 650px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  background: #050b12;
  object-fit: contain;
}

.testimonial-dialog-close:focus-visible {
  outline: 3px solid var(--f5-orange);
  outline-offset: 3px;
}

.fable-customer-site .start-paths {
  border-block: 1px solid var(--f5-line);
  background: #eaf3fe;
}

.fable-customer-site .start-path-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--f5-line);
  border-radius: 4px;
  background: var(--f5-white);
  box-shadow: 10px 10px 0 var(--f5-sky);
}

.fable-customer-site .start-path {
  min-height: 310px;
  padding: clamp(1.6rem, 4vw, 3rem);
}

.fable-customer-site .start-path:first-child {
  background: var(--f5-navy);
  color: var(--f5-white);
}

.fable-customer-site .start-path + .start-path {
  border-left: 1px solid var(--f5-line);
}

.fable-customer-site .start-path h3 {
  margin-block: 0.8rem;
  color: inherit;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.15;
}

.fable-customer-site .start-path p {
  max-width: 52ch;
  color: #52677f;
  line-height: 1.65;
}

.fable-customer-site .start-path:first-child p {
  color: #d6e5f5;
}

.fable-customer-site .start-path .btn {
  margin-top: 1rem;
}

.fable-customer-site .faq-list {
  border-top: 3px solid var(--f5-navy);
}

.fable-customer-site .faq-list details {
  border-bottom-color: var(--f5-line);
}

.fable-customer-site .faq-list summary {
  color: var(--f5-ink);
  font-size: 1.08rem;
}

.fable-customer-site .final-cta {
  border-top: 8px solid var(--f5-orange);
  background: var(--f5-ink);
}

.fable-customer-site .final-cta h2 {
  color: var(--f5-white);
}

.fable-customer-site .final-cta p {
  color: #c9dcf1;
}

.fable-customer-site .site-footer {
  margin: 0;
  border: 0;
  background: #081522;
}

.fable-customer-site .mobile-sticky .primary {
  background: var(--f5-orange);
  color: var(--f5-ink);
}

@media (max-width: 71.99rem) {
  .fable-customer-site .mobile-sticky {
    display: none;
  }

  .fable-customer-site .mobile-sticky.is-active {
    display: grid;
  }

  .fable-customer-site .desktop-nav.nav-open {
    display: flex;
  }
}

@media (max-width: 980px) {
  .fable-customer-site .nav-wrap {
    min-height: 74px;
  }

  .fable-customer-site .brand-logo img {
    width: 170px;
  }

  .fable-customer-site .page-hero .hero-grid {
    grid-template-columns: 1fr;
  }

  .fable-customer-site .hero-media {
    max-width: 720px;
    transform: none;
  }

  .fable-customer-site .proof-rail .container,
  .fable-customer-site .standard-grid,
  .fable-customer-site .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .fable-customer-site .journey-router .section-heading,
  .fable-customer-site .testimonial-launcher-card {
    grid-template-columns: 1fr;
  }

  .fable-customer-site .journey-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fable-customer-site .journey-card:nth-child(2) {
    border-right: 0;
  }

  .fable-customer-site .journey-card:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--f5-line);
  }

  .fable-customer-site .testimonial-prompt {
    min-height: 150px;
  }

  .fable-customer-site .proof-rail span:nth-child(2),
  .fable-customer-site .section-dark .standard-grid .standard-step:nth-child(2),
  .fable-customer-site .process-list li:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .fable-customer-site .page-hero .container,
  .fable-customer-site .page-hero .hero-grid {
    padding-block: 2.4rem;
  }

  .fable-customer-site .page-hero h1 {
    font-size: clamp(2.3rem, 12vw, 3.25rem);
  }

  .fable-customer-site .hero-actions .btn {
    width: 100%;
  }

  .fable-customer-site .proof-rail .container,
  .fable-customer-site .standard-grid,
  .fable-customer-site .process-list {
    grid-template-columns: 1fr;
  }

  .fable-customer-site .journey-grid,
  .fable-customer-site .start-path-grid {
    grid-template-columns: 1fr;
  }

  .fable-customer-site .journey-card,
  .fable-customer-site .journey-card:nth-child(2) {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid var(--f5-line);
  }

  .fable-customer-site .journey-card:last-child {
    grid-column: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .fable-customer-site .start-path {
    min-height: 0;
  }

  .fable-customer-site .start-path + .start-path {
    border-top: 1px solid var(--f5-line);
    border-left: 0;
  }

  .fable-customer-site .testimonial-launcher-card {
    padding: 1.5rem;
    box-shadow: 8px 8px 0 var(--f5-orange);
  }

  .testimonial-dialog {
    width: calc(100vw - 1rem);
    max-height: calc(100vh - 1rem);
    box-shadow: 7px 7px 0 var(--f5-orange);
  }

  .testimonial-dialog-shell {
    grid-template-columns: 1fr;
    padding: 3.8rem 1rem 1rem;
  }

  .testimonial-dialog-copy h2 {
    font-size: clamp(1.8rem, 10vw, 2.7rem);
  }

  .testimonial-dialog video {
    max-height: 48vh;
  }

  .fable-customer-site .proof-rail span,
  .fable-customer-site .section-dark .standard-grid .standard-step,
  .fable-customer-site .process-list li,
  .fable-customer-site .proof-rail span:nth-child(2),
  .fable-customer-site .section-dark .standard-grid .standard-step:nth-child(2),
  .fable-customer-site .process-list li:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--f5-line);
  }

  .fable-customer-site .section {
    padding-block: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fable-customer-site *,
  .fable-customer-site *::before,
  .fable-customer-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
