@media (max-width: 67.99rem) {
  .site-header__cta {
    display: none;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.72fr);
  }

  .dragon-stage__media {
    inset: -5% -8% -10% -3%;
  }

  .services-scene__heading {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.62fr);
    gap: 3rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }

  .service-card,
  .service-card--featured {
    grid-column: auto;
    grid-row: auto;
  }

  .service-card--featured {
    grid-column: 1 / -1;
    min-height: 34rem;
  }

  .service-card:not(.service-card--featured) {
    min-height: 27rem;
  }

  .service-card--featured .service-card__visual {
    width: min(51%, 25rem);
  }

  .benefits-scene__inner {
    grid-template-columns: minmax(18rem, 0.75fr) minmax(27rem, 1.25fr);
    column-gap: 2.5rem;
  }

  .benefits-dragon__media {
    inset-inline: -25% -15%;
  }

  .benefit-item {
    grid-template-columns: 3.4rem minmax(0, 1fr);
  }

  .work-scene__heading {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.58fr);
    gap: 3rem;
  }

  .work-gallery {
    grid-template-rows: repeat(12, 2.6rem);
  }
}

@media (min-width: 52rem) {
  .dragon-stage {
    z-index: 1;
  }

  .dragon-stage__media {
    inset: 12% -8% auto auto;
    width: min(94vw, 54rem);
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: visible;
    mask-image: none;
    clip-path: none;
  }

  .dragon-stage__media > img {
    object-position: center bottom;
    transform: scale(1.2);
    transform-origin: center bottom;
  }

  .dragon-stage__media > video[data-dragon-renderer="html5-video"] {
    object-fit: contain;
    object-position: center bottom;
    transform: scale(1.69);
    transform-origin: 68% center;
    -webkit-mask-image:
      linear-gradient(to bottom, transparent 0%, #000 14%, #000 88%, transparent 100%),
      linear-gradient(to right, transparent 0%, transparent 42%, #000 53%, #000 100%);
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(to bottom, transparent 0%, #000 14%, #000 88%, transparent 100%),
      linear-gradient(to right, transparent 0%, transparent 42%, #000 53%, #000 100%);
    mask-composite: intersect;
  }

  .dragon-stage__halo {
    bottom: 12%;
  }
}

@media (max-width: 51.99rem) {
  :root {
    --header-height: 4.75rem;
  }

  .nav-toggle {
    z-index: 2;
    display: block;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    inset: 0;
    display: none;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.35rem;
    padding: 6rem 2rem 3rem;
    background: rgb(3 8 11 / 97%);
  }

  .primary-nav[data-open="true"] {
    display: flex;
  }

  .primary-nav a {
    font-size: var(--step-2);
  }

  body[data-menu-open="true"] {
    overflow: hidden;
  }

  .hero {
    background:
      linear-gradient(to bottom, rgb(3 8 11 / 98%) 0%, rgb(3 11 15 / 78%) 46%, rgb(4 15 20 / 38%) 72%, #03080b 100%),
      radial-gradient(circle at 50% 68%, #0c4b5d 0%, #08252e 27%, #061116 58%, #03080b 100%);
  }

  .hero__inner {
    min-height: 100svh;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(24rem, 47svh);
    align-content: start;
    gap: 0;
    padding-top: calc(var(--header-height) + 3.5rem);
    padding-bottom: 1rem;
  }

  .hero__content {
    max-width: 40rem;
    padding-left: clamp(0.35rem, 2vw, 0.8rem);
  }

  .hero h1 {
    max-width: 11ch;
  }

  .hero__summary {
    max-width: 34rem;
  }

  .dragon-stage {
    min-height: 24rem;
  }

  .dragon-stage__media {
    inset: -2% -3% -15%;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 82%, transparent 100%);
  }

  .dragon-stage__media > img {
    width: 92%;
    height: 112%;
    object-position: center top;
  }

  .dragon-stage__media > video[data-dragon-renderer="html5-video"] {
    width: 100%;
    height: 100%;
    object-position: 90% bottom;
  }

  .trust-strip {
    min-height: auto;
  }

  .trust-strip__inner {
    padding-block: clamp(4.5rem, 13vw, 6.5rem);
  }

  .trust-strip__heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .trust-strip__heading .eyebrow {
    margin-bottom: 0;
  }

  .trust-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-metric {
    padding: 1.8rem clamp(1rem, 4vw, 1.7rem);
  }

  .trust-metric:nth-child(3),
  .trust-metric:nth-child(4) {
    border-top: 1px solid var(--color-line);
  }

  .trust-metric:nth-child(3) {
    border-left: 0;
  }

  .services-scene__inner {
    padding-block: clamp(6rem, 14vw, 8rem);
  }

  .services-scene__heading {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .services-scene__heading > p {
    max-width: 37rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card--featured {
    grid-column: auto;
  }

  .service-card,
  .service-card--featured,
  .service-card:not(.service-card--featured) {
    min-height: 29rem;
  }

  .service-card--featured .service-card__visual,
  .service-card__visual {
    top: 18%;
    width: min(58%, 21rem);
  }

  .service-card__copy,
  .service-card:not(.service-card--featured) .service-card__copy {
    margin-top: 10rem;
  }

  .services-more {
    grid-template-columns: 1fr;
  }

  .services-more article + article {
    border-top: 1px solid var(--color-line);
    border-left: 0;
  }

  .benefits-scene__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(30rem, 56svh) auto;
    column-gap: 0;
    padding-block: clamp(6rem, 14vw, 8rem);
  }

  .benefits-scene__heading {
    grid-column: 1;
    grid-row: 1;
  }

  .benefits-dragon {
    min-height: 30rem;
    grid-column: 1;
    grid-row: 2;
  }

  .benefits-dragon__media {
    inset: -8% 2% -12%;
  }

  .benefits-dragon__media > img {
    width: 88%;
    height: 116%;
  }

  .benefits-dragon__halo {
    right: 14%;
    bottom: 1%;
    width: 72%;
  }

  .benefits-list {
    grid-column: 1;
    grid-row: 3;
    margin-top: 2rem;
  }

  .work-scene__inner {
    padding-block: clamp(6rem, 14vw, 8rem);
  }

  .work-scene__heading {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .work-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 2.5rem 1rem;
  }

  .work-gallery__item--featured {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .work-gallery__item--portrait,
  .work-gallery__item--wide {
    grid-column: auto;
    grid-row: auto;
  }

  .work-gallery__item--featured .work-gallery__media {
    aspect-ratio: 16 / 10;
  }

  .work-gallery__item--portrait .work-gallery__media {
    aspect-ratio: 4 / 5;
  }

  .work-gallery__item--wide .work-gallery__media {
    aspect-ratio: 4 / 5;
  }

  .work-gallery__media {
    height: auto;
  }

}

@media (max-width: 35.99rem) {
  .shell {
    width: min(calc(100% - 1.25rem), var(--shell));
  }

  .brand__mark {
    width: 2.4rem;
  }

  .brand__text strong {
    font-size: 0.82rem;
  }

  .hero__inner {
    grid-template-rows: auto minmax(21rem, 40svh);
    padding-top: calc(var(--header-height) + 2.25rem);
  }

  .eyebrow {
    margin-bottom: 1.1rem;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .hero__summary {
    margin-top: 1.35rem;
    font-size: 1rem;
  }

  .hero__actions {
    display: grid;
    max-width: none;
    grid-template-columns: 1fr;
    margin-top: 1.4rem;
  }

  .button {
    width: 100%;
  }

  .hero__availability {
    margin-top: 1rem;
  }

  .dragon-stage {
    min-height: 21rem;
  }

  .dragon-stage__media {
    inset: 0 -5% -18%;
  }

  .trust-strip__inner {
    padding-block: 4.2rem;
  }

  .trust-strip h2 {
    font-size: clamp(1.85rem, 9vw, 2.5rem);
  }

  .trust-metrics {
    margin-top: 3rem;
  }

  .trust-metric {
    padding: 1.45rem 0.75rem;
  }

  .trust-metric dt {
    min-height: 2.5rem;
  }

  .trust-metric dt strong {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }

  .trust-metric dd {
    margin-top: 0.85rem;
  }

  .trust-metric dd strong {
    font-size: 0.78rem;
  }

  .trust-metric dd span {
    font-size: 0.7rem;
  }

  .services-scene__inner {
    padding-block: 5rem;
  }

  .services-scene h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .services-scene__heading > p {
    font-size: 0.92rem;
  }

  .services-grid {
    margin-top: 3.5rem;
  }

  .service-card,
  .service-card--featured,
  .service-card:not(.service-card--featured) {
    min-height: 26rem;
  }

  .service-card__surface {
    padding: 1.4rem;
  }

  .service-card h3,
  .service-card--featured h3 {
    font-size: clamp(1.65rem, 8vw, 2.15rem);
  }

  .service-card p {
    font-size: 0.82rem;
  }

  .service-card__visual,
  .service-card--featured .service-card__visual {
    right: 1%;
    width: 65%;
  }

  .services-toggle {
    width: 100%;
    justify-content: center;
  }

  .benefits-scene__inner {
    grid-template-rows: auto minmax(24rem, 48svh) auto;
    padding-block: 5rem;
  }

  .benefits-scene h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .benefits-dragon {
    min-height: 24rem;
  }

  .benefits-dragon__media {
    inset: -6% -4% -15%;
  }

  .benefit-item {
    min-height: 8.6rem;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1.4rem 0.25rem;
  }

  .benefit-item__icon {
    width: 2.2rem;
  }

  .benefit-item__content {
    gap: 0.25rem 0.7rem;
  }

  .benefit-item h3 {
    font-size: 1.1rem;
  }

  .benefit-item p {
    font-size: 0.76rem;
  }

  .work-scene__inner {
    padding-block: 5rem;
  }

  .work-scene h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .work-gallery {
    grid-template-columns: 1fr;
    margin-top: 3.5rem;
  }

  .work-gallery__item--featured,
  .work-gallery__item--portrait,
  .work-gallery__item--wide {
    grid-column: 1;
  }

  .work-gallery__item--featured .work-gallery__media,
  .work-gallery__item--portrait .work-gallery__media,
  .work-gallery__item--wide .work-gallery__media {
    aspect-ratio: 4 / 5;
  }

  .work-gallery__item--featured img {
    object-position: 60% center;
  }

  .work-scene__link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-height: 48rem) and (min-width: 52rem) {
  .hero__inner {
    padding-top: calc(var(--header-height) + 1.5rem);
    padding-bottom: 2rem;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 9.5vh, 4.75rem);
  }

  .dragon-stage {
    min-height: calc(100svh - 5rem);
  }

  .hero__summary {
    margin-top: 1.3rem;
  }

  .hero__actions {
    margin-top: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-toggle span,
  .primary-nav a::after {
    transition: none;
  }
}

@media (max-width: 67.99rem) {
  .coverage-scene__inner {
    grid-template-columns: minmax(18rem, 0.72fr) minmax(27rem, 1.28fr);
    gap: 2.5rem;
  }

  .process-scene__heading {
    grid-template-columns: minmax(12rem, 0.4fr) minmax(25rem, 1fr);
    gap: 3rem;
  }

  .process-timeline {
    gap: 2rem;
  }

  .final-cta__inner {
    grid-template-columns: minmax(23rem, 1fr) minmax(20rem, 0.72fr);
    gap: 1rem;
  }

  .final-dragon__media {
    inset-inline: -22% -16%;
  }

  .final-dragon__media > video[data-dragon-renderer="html5-video"] {
    right: 16%;
    width: min(78vw, 50rem);
  }

  .site-footer__inner {
    grid-template-columns: minmax(18rem, 1.2fr) repeat(3, minmax(8rem, 0.65fr));
    gap: 2.5rem;
  }
}

@media (max-width: 51.99rem) {
  .coverage-scene,
  .process-scene,
  .final-cta {
    min-height: auto;
  }

  .coverage-scene__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: clamp(4rem, 12vw, 6rem);
    padding-block: clamp(6rem, 15vw, 8rem);
  }

  .coverage-scene__content {
    max-width: 40rem;
  }

  .coverage-map {
    width: min(100%, 43rem);
    margin-inline: auto;
  }

  .process-scene__inner {
    padding-block: clamp(6rem, 15vw, 8rem);
  }

  .process-scene__heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .process-scene__heading .eyebrow {
    margin-bottom: 0;
  }

  .process-timeline {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 4.5rem;
    padding-left: 2.75rem;
  }

  .process-timeline::before,
  .process-timeline::after {
    top: 0.45rem;
    right: auto;
    bottom: 1rem;
    left: 0.35rem;
    width: 1px;
    height: auto;
  }

  .process-timeline::after {
    transform: scaleY(0);
    transform-origin: top;
  }

  .process-timeline[data-revealed="true"]::after {
    transform: scaleY(1);
  }

  .process-step {
    min-height: 10rem;
    padding-bottom: 2.7rem;
  }

  .process-step__number {
    margin-bottom: 0.55rem;
  }

  .process-step__marker {
    position: absolute;
    top: 0.1rem;
    left: -2.74rem;
    margin: 0;
  }

  .process-step p {
    max-width: 30rem;
  }

  .final-cta__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(31rem, 52svh);
    gap: 2rem;
    padding-block: clamp(6rem, 15vw, 8rem) 0;
  }

  .final-cta__content {
    max-width: 40rem;
  }

  .final-dragon {
    min-height: 31rem;
  }

  .final-dragon__media {
    inset: -7% -2% -13%;
  }

  .final-dragon__media > img {
    width: min(100%, 34rem);
  }

  .final-dragon__media > video[data-dragon-renderer="html5-video"] {
    top: 52%;
    right: 64%;
    width: min(118vw, 46rem);
    transform: translate(50%, -50%) scale(2.32);
    transform-origin: center;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  }

  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    margin-bottom: 1rem;
  }
}

@media (max-width: 35.99rem) {
  .coverage-scene h2,
  .process-scene h2,
  .final-cta h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .coverage-places {
    margin-top: 2.25rem;
  }

  .coverage-map {
    width: 112%;
    margin-left: -6%;
  }

  .coverage-map figcaption {
    padding-inline: 6%;
    text-align: left;
  }

  .coverage-map__node text {
    font-size: 11px;
  }

  .final-cta__actions {
    flex-direction: column;
  }

  .final-cta__actions .button {
    width: 100%;
    justify-content: center;
  }

  .final-cta__inner {
    grid-template-rows: auto minmax(27rem, 48svh);
  }

  .final-dragon {
    min-height: 27rem;
  }

  .final-dragon__media {
    inset: -3% -10% -12%;
  }

  .final-dragon__media > video[data-dragon-renderer="html5-video"] {
    width: 126vw;
    transform: translate(50%, -50%) scale(2.17);
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__brand {
    grid-column: auto;
    margin-bottom: 1.2rem;
  }

  .site-footer__nav,
  .site-footer__services,
  .site-footer__contact {
    padding-top: 1.7rem;
    border-top: 1px solid rgb(185 243 255 / 9%);
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }
}
