.intro-centered-simple__content-area {
    max-width: 48rem;
}

.intro-centered-simple__text-block {
    max-width: 42rem;
}

.services-minimal__serif,
[data-serif] {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.services-minimal__body {
    min-width: 0;
}

/* Geometry shared by both CSS frameworks (Bootstrap has no grid-template / inset utilities) */
.whyus-editorial-mosaic__decor-ring {
    pointer-events: none;
}

.whyus-editorial-mosaic__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.5rem;
}

.whyus-editorial-mosaic__head,
.whyus-editorial-mosaic__tile {
    grid-column: span 12 / span 12;
}

.whyus-editorial-mosaic__head {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.whyus-editorial-mosaic__decor-panel {
    grid-column: span 12 / span 12;
    min-height: 12rem;
}

.whyus-editorial-mosaic__title {
    font-size: 1.875rem;
    font-weight: 900;
}

.whyus-editorial-mosaic__tile {
    padding: 0.75rem;
}

.whyus-editorial-mosaic__tile--b,
.whyus-editorial-mosaic__tile--d {
    padding-top: 0.75rem;
    margin-top: 0.5rem;
}

.whyus-editorial-mosaic__tile-title {
    font-size: 1.125rem;
    transition: font-weight 150ms ease;
}

.whyus-editorial-mosaic__tile-title:hover {
    font-weight: 700;
}

.whyus-editorial-mosaic__ordinal {
    font-size: 0.75rem;
    letter-spacing: 0.025em;
}

/* decorative layers */
.whyus-editorial-mosaic__orb {
    top: -1.5rem;
    inset-inline-end: 1.5rem;
    width: 6rem;
    height: 6rem;
    opacity: 0.2;
}

.whyus-editorial-mosaic__rule {
    top: 33.333333%;
    inset-inline-start: 0;
    opacity: 0.4;
}

.whyus-editorial-mosaic__chevron {
    bottom: 4rem;
    inset-inline-start: 25%;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(45deg);
    opacity: 0.3;
}

.whyus-editorial-mosaic__decor-ring--outer {
    inset: 1rem;
    opacity: 0.4;
}

.whyus-editorial-mosaic__decor-ring--inner {
    inset: 2.5rem;
    border-style: dashed;
    opacity: 0.3;
}

.whyus-editorial-mosaic__decor-diamond {
    top: 50%;
    inset-inline-start: 50%;
    width: 3.5rem;
    height: 3.5rem;
    opacity: 0.5;
}

.whyus-editorial-mosaic__decor-cross {
    opacity: 0.25;
    --bs-bg-opacity: 1;
}

.whyus-editorial-mosaic__decor-cross--h {
    top: 50%;
    inset-inline-start: 1.5rem;
    inset-inline-end: 1.5rem;
    height: 1px;
}

.whyus-editorial-mosaic__decor-cross--v {
    inset-inline-start: 50%;
    top: 1.5rem;
    bottom: 1.5rem;
    width: 1px;
}

.whyus-editorial-mosaic__decor-grid {
    opacity: 0.2;
}

/* bottom accent band */
.whyus-editorial-mosaic__band {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.whyus-editorial-mosaic__pattern-layer {
    gap: 0.75rem;
    opacity: 0.1;
}

.whyus-editorial-mosaic__pattern-word {
    font-size: 0.75rem;
    letter-spacing: 0.025em;
}

.whyus-editorial-mosaic__band-title {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.025em;
}

@media (min-width: 768px) {
    .whyus-editorial-mosaic__head {
        grid-column: 1 / span 5;
        grid-row: 1;
    }

    .whyus-editorial-mosaic__decor-panel {
        grid-column: 7 / span 6;
        grid-row: 3 / span 2;
    }

    .whyus-editorial-mosaic__tile--a {
        grid-column: 6 / span 7;
        grid-row: 1;
    }

    .whyus-editorial-mosaic__tile--b {
        grid-column: 1 / span 6;
        grid-row: 2;
        margin-top: 0;
    }

    .whyus-editorial-mosaic__tile--c {
        grid-column: 7 / span 6;
        grid-row: 2;
    }

    .whyus-editorial-mosaic__tile--d {
        grid-column: 1 / span 6;
        grid-row: 3;
        margin-top: 0;
    }

    .whyus-editorial-mosaic__tile--e {
        grid-column: 1 / span 6;
        grid-row: 4;
    }

    .whyus-editorial-mosaic__title {
        font-size: 2.25rem;
    }

    .whyus-editorial-mosaic__band-title {
        font-size: 1.875rem;
    }
}

/* whyus editorial-mosaic — repeated-text decorative layer cycles a small hue-rotate amplitude only; no fixed colors are set here */
@keyframes whyus-editorial-mosaic-hue-cycle {
    0% { filter: hue-rotate(0deg); }
    50% { filter: hue-rotate(15deg); }
    100% { filter: hue-rotate(0deg); }
}

.whyus-editorial-mosaic__pattern-layer {
    animation: whyus-editorial-mosaic-hue-cycle 9s ease-in-out infinite;
    pointer-events: none;
}

/* geometric decor panel — grid texture + slow ring drift, colors from Tailwind text-* on nodes */
.whyus-editorial-mosaic__decor-panel {
    isolation: isolate;
}

.whyus-editorial-mosaic__decor-grid {
    background-image:
        linear-gradient(currentColor 1px, transparent 1px),
        linear-gradient(90deg, currentColor 1px, transparent 1px);
    background-size: 1.25rem 1.25rem;
}

.whyus-editorial-mosaic__decor-diamond {
    transform: translate(-50%, -50%) rotate(45deg);
}

.whyus-editorial-mosaic__decor-ring--outer {
    animation: whyus-editorial-mosaic-ring-drift 18s ease-in-out infinite;
}

.whyus-editorial-mosaic__decor-ring--inner {
    animation: whyus-editorial-mosaic-ring-drift 24s ease-in-out infinite reverse;
}

@keyframes whyus-editorial-mosaic-ring-drift {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
    .whyus-editorial-mosaic__decor-ring--outer,
    .whyus-editorial-mosaic__decor-ring--inner {
        animation: none;
    }
}

/* tabular-figure fallback — Tailwind's tabular-nums utility is already applied in markup, this is a safety net */
.whyus-editorial-mosaic__numeral {
    font-variant-numeric: tabular-nums;
}

/* scale-up-on-scroll reveal, staggered per tile via a JS-set --delay custom property (see script.js) */
.whyus-editorial-mosaic__tile {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 500ms ease, transform 500ms ease;
    transition-delay: var(--delay, 0ms);
}

.whyus-editorial-mosaic__tile.is-visible {
    opacity: 1;
    transform: scale(1);
}

/* benefits v20 — icon tile size (TW w-10 h-10 has no BS util) */
.benefits__icon-tile {
  width: 2.5rem;
  height: 2.5rem;
}

/* faq spotlight — layout + motion (no colors) */
.faq-spotlight__root {
  min-height: 100vh;
  min-height: 100dvh;
}

.faq-spotlight__cover {
  min-height: 0;
}

@media (min-width: 992px) {
  .faq-spotlight__cover {
    min-height: 100vh;
    min-height: 100dvh;
  }
}

.faq-spotlight__media {
  pointer-events: none;
}

.faq-spotlight__media-col {
  min-height: 14rem;
}

.faq-spotlight__media-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .faq-spotlight__media-col {
    min-height: 100vh;
    min-height: 100dvh;
  }
}

.faq-spotlight__thumb {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  cursor: pointer;
}

.faq-spotlight__thumb-face {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.faq-spotlight__thumb-label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.faq-spotlight__panel--active {
  display: block;
}

.faq-spotlight__reveal-block {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
  transition:
    opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-spotlight__reveal-block--visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.faq-spotlight__reveal-item {
  opacity: 0;
  transform: translate3d(0, 1rem, 0) scale(0.98);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-spotlight__reveal-item--visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.faq-spotlight__grid .faq-spotlight__reveal-item:nth-child(1) {
  transition-delay: 0.05s;
}

.faq-spotlight__grid .faq-spotlight__reveal-item:nth-child(2) {
  transition-delay: 0.1s;
}

.faq-spotlight__grid .faq-spotlight__reveal-item:nth-child(3) {
  transition-delay: 0.15s;
}

.faq-spotlight__grid .faq-spotlight__reveal-item:nth-child(4) {
  transition-delay: 0.2s;
}

.faq-spotlight__grid .faq-spotlight__reveal-item:nth-child(5) {
  transition-delay: 0.25s;
}

.faq-spotlight__grid .faq-spotlight__reveal-item:nth-child(6) {
  transition-delay: 0.3s;
}

.faq-spotlight__grid .faq-spotlight__reveal-item:nth-child(7) {
  transition-delay: 0.35s;
}

.faq-spotlight__grid .faq-spotlight__reveal-item:nth-child(8) {
  transition-delay: 0.4s;
}

.faq-spotlight__panel--enter .faq-spotlight__panel-inner {
  animation: faq-spotlight-panel-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes faq-spotlight-panel-in {
  from {
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-spotlight__reveal-block,
  .faq-spotlight__reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .faq-spotlight__grid .faq-spotlight__reveal-item:nth-child(n) {
    transition-delay: 0s;
  }

  .faq-spotlight__panel--enter .faq-spotlight__panel-inner {
    animation: none;
  }
}

.cta-staircase__step-num {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  flex-shrink: 0;
}

.cta-staircase__stairs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.cta-staircase__step {
  transform: translateX(calc(var(--step, 0) * 20px));
  animation: cta-staircase__fade 600ms ease both;
  animation-delay: calc(var(--step, 0) * 100ms);
}

@keyframes cta-staircase__fade {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(calc(var(--step, 0) * 20px)); }
}

@media (max-width: 768px) {
  .cta-staircase__step {
    transform: translateX(0);
  }
}

