@font-face {
  font-family: "ASF Inter";
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "ASF Newsreader";
  src: url("/assets/fonts/newsreader-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --ink: #080907;
  --ink-raised: #10110f;
  --ink-soft: #171816;
  --paper: #f1f2ef;
  --paper-raised: #f8f8f5;
  --paper-deep: #e3e5e2;
  --text-on-dark: #f5f5f0;
  --text-soft-dark: #b8bcb8;
  --text-on-light: #171817;
  --text-soft-light: #5c615e;
  --gold: #c7a35a;
  --gold-bright: #e2c17a;
  --platinum: #b7bec0;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(10, 12, 10, 0.16);
  --font-display: "ASF Newsreader", Georgia, serif;
  --font-body: "ASF Inter", Arial, sans-serif;
  --header-height: 4.5rem;
  --container: 87rem;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  color: var(--text-on-light);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img,
video,
iframe {
  display: block;
  max-width: 100%;
}

img,
video {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

button {
  color: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

::selection {
  color: var(--ink);
  background: var(--gold-bright);
}

:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(var(--container), calc(100% - 2.25rem));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--ink);
  background: var(--gold-bright);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-progress {
  position: fixed;
  z-index: 140;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.04);
}

.page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gold-bright);
  transform: scaleX(var(--page-progress, 0));
  transform-origin: left center;
  will-change: transform;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  color: var(--text-on-dark);
  border-bottom: 1px solid transparent;
  transition:
    background-color 320ms ease,
    border-color 320ms ease,
    backdrop-filter 320ms ease;
}

.site-header.is-scrolled,
.site-header.menu-visible {
  background: rgba(8, 9, 7, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  width: min(var(--container), calc(100% - 2rem));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.brand__mark {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  object-fit: contain;
  mix-blend-mode: screen;
}

.brand__copy {
  min-width: 0;
  display: grid;
  gap: 0.1rem;
  line-height: 1.1;
}

.brand__copy strong {
  overflow: hidden;
  max-width: 11.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brand__copy small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.67rem;
  letter-spacing: 0;
}

.desktop-nav,
.header-cta {
  display: none;
}

.menu-trigger,
.menu-close {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--text-on-dark);
  background: rgba(8, 9, 7, 0.42);
  cursor: pointer;
}

.menu-trigger {
  align-content: center;
  gap: 0.35rem;
}

.menu-trigger span {
  width: 1.1rem;
  height: 1px;
  background: currentColor;
}

.menu-close svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
  padding: 0.85rem 1.1rem 0.85rem 1.25rem;
  border: 1px solid var(--gold);
  border-radius: 2px;
  color: #10100e;
  background: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
  transition:
    transform 240ms var(--ease-out),
    background-color 240ms ease,
    color 240ms ease,
    border-color 240ms ease;
}

.button svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
    background: #f0d28f;
  }
}

.button:active {
  transform: translateY(1px);
}

.button--ghost {
  color: var(--text-on-dark);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(8, 9, 7, 0.28);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (hover: hover) and (pointer: fine) {
  .button--ghost:hover {
    color: var(--ink);
    border-color: var(--paper);
    background: var(--paper);
  }
}

.button--dark {
  color: var(--text-on-dark);
  border-color: var(--ink);
  background: var(--ink);
}

@media (hover: hover) and (pointer: fine) {
  .button--dark:hover {
    color: var(--ink);
    border-color: var(--gold);
    background: var(--gold-bright);
  }
}

.button--compact {
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem 0.65rem 1rem;
  font-size: 0.72rem;
}

.site-header .header-cta {
  display: none;
}

.mobile-menu {
  position: fixed;
  z-index: 130;
  inset: 0;
  pointer-events: none;
  visibility: hidden;
}

.mobile-menu.is-open {
  pointer-events: auto;
  visibility: visible;
}

.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  background: rgba(8, 9, 7, 0.64);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: opacity 360ms ease;
}

.mobile-menu.is-open .mobile-menu__backdrop {
  opacity: 1;
}

.mobile-menu__panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(100%, 26rem);
  padding: 1rem 1.15rem 1.25rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  color: var(--text-on-dark);
  background:
    linear-gradient(135deg, rgba(199, 163, 90, 0.08), transparent 38%),
    #0b0c0a;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  transform: translateX(100%);
  transition: transform 480ms var(--ease-out);
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-menu__header {
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line-dark);
}

.mobile-menu__nav {
  display: grid;
  align-content: center;
}

.mobile-menu__nav a {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--font-display);
  font-size: 1.85rem;
  line-height: 1;
  transition: color 180ms ease;
}

.mobile-menu__nav span {
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.mobile-menu__footer {
  display: grid;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-dark);
}

.mobile-menu__footer > a:last-child {
  color: var(--text-soft-dark);
  font-size: 0.78rem;
  text-align: center;
}

html.video-dialog-open,
html.video-dialog-open body {
  overflow: hidden;
}

.video-dialog {
  position: fixed;
  z-index: 180;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 300ms ease,
    visibility 300ms ease;
}

.video-dialog[hidden] {
  display: none;
}

.video-dialog.is-open {
  opacity: 1;
  visibility: visible;
}

.video-dialog__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(3, 4, 3, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.video-dialog__panel {
  position: relative;
  width: min(100%, 70rem);
  height: 100dvh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  color: var(--text-on-dark);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--ink);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.56);
  transform: translateY(1.25rem) scale(0.985);
  transition: transform 420ms var(--ease-out);
}

.video-dialog.is-open .video-dialog__panel {
  transform: translateY(0) scale(1);
}

.video-dialog__context {
  position: relative;
  min-height: 9rem;
  padding: 1.4rem 4.5rem 1.4rem 1.25rem;
  display: grid;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 7, 6, 0.98), rgba(6, 7, 6, 0.7)),
    url("/assets/images/asecontrifi-direccion-quito.webp") 42% center / cover no-repeat;
}

.video-dialog__context::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  left: 1.25rem;
  height: 1px;
  background: rgba(226, 193, 122, 0.42);
}

.video-dialog__context > div {
  position: relative;
  z-index: 1;
}

.video-dialog__context span {
  color: var(--gold-bright);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.video-dialog__context h2 {
  margin-top: 0.45rem;
  font-size: 2rem;
  line-height: 0.98;
}

.video-dialog__context p {
  max-width: 38rem;
  margin-top: 0.6rem;
  color: var(--text-soft-dark);
  font-size: 0.76rem;
  line-height: 1.45;
}

.video-dialog__player-wrap {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 0.75rem;
  background: #030403;
}

.video-dialog__player-wrap video {
  width: 100%;
  height: 100%;
  max-width: 34rem;
  object-fit: contain;
  background: #000;
}

.video-dialog__close {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--text-on-dark);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 2px;
  background: rgba(8, 9, 7, 0.78);
  cursor: pointer;
}

.video-dialog__close svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  overflow: hidden;
  color: var(--text-on-dark);
  background: var(--ink);
}

.hero__media,
.hero__veil,
.hero__grid {
  position: absolute;
  inset: 0;
}

.hero__media {
  transform: var(--hero-media-transform, scale(1.03));
  transform-origin: center center;
  will-change: transform;
  transition: transform 800ms var(--ease-out);
}

.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  background: url("/assets/images/hero-asecontrifi-poster.webp") center / cover no-repeat;
  filter: brightness(0.76) contrast(1.08) saturate(0.86);
}

.hero__veil {
  background:
    linear-gradient(90deg, rgba(3, 4, 3, 0.9) 0%, rgba(3, 4, 3, 0.66) 52%, rgba(3, 4, 3, 0.28) 100%),
    linear-gradient(0deg, rgba(3, 4, 3, 0.92) 0%, transparent 42%, rgba(3, 4, 3, 0.34) 100%);
}

.hero__grid {
  opacity: 0.24;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(226, 193, 122, 0.26) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(0deg, transparent calc(72% - 0.5px), rgba(226, 193, 122, 0.2) 72%, transparent calc(72% + 0.5px));
}

.hero__direct-contact {
  display: none;
}

@media (min-aspect-ratio: 4 / 3) {
  .hero__direct-contact {
    position: absolute;
    z-index: 4;
    top: 84.3%;
    right: 0;
    width: 19rem;
    min-height: 7rem;
    padding: 0.65rem 0.75rem;
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr) 1.25rem;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-on-dark);
    border: 1px solid rgba(226, 193, 122, 0.54);
    background: #070806;
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.34);
    transform: translateY(-50%);
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
  }

  .hero__direct-contact::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 4.5rem;
    height: 1px;
    background: var(--gold-bright);
  }

  .hero__direct-contact-icon {
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    color: var(--gold-bright);
    border: 1px solid rgba(226, 193, 122, 0.36);
    background: #10110f;
    transition: color 180ms ease, background-color 180ms ease;
  }

  .hero__direct-contact-icon svg,
  .hero__direct-contact-arrow {
    width: 1.1rem;
    height: 1.1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hero__direct-contact-copy {
    min-width: 0;
    display: grid;
    gap: 0.12rem;
  }

  .hero__direct-contact-copy small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.58rem;
    font-weight: 650;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .hero__direct-contact-copy strong {
    font-size: 0.76rem;
    font-weight: 650;
    line-height: 1.25;
  }

  .hero__direct-contact-arrow {
    color: var(--gold-bright);
    transition: transform 220ms var(--ease-out);
  }
}

@media (min-aspect-ratio: 16 / 9) {
  .hero__direct-contact {
    top: calc(50% + 19.25vw);
    min-height: clamp(7rem, 7.5vw, 9rem);
  }
}

@media (min-aspect-ratio: 2 / 1) {
  .hero__direct-contact {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 20rem;
    min-height: 9rem;
    transform: none;
  }
}

@media (min-aspect-ratio: 4 / 3) and (max-height: 34rem) {
  .hero__direct-contact {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 7rem;
    min-height: 7rem;
    padding: 0;
    grid-template-columns: 1fr;
    place-items: center;
    transform: none;
  }

  .hero__direct-contact::before {
    width: 3.5rem;
  }

  .hero__direct-contact-icon {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
  }

  .hero__direct-contact-icon svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  .hero__direct-contact-copy,
  .hero__direct-contact-arrow {
    display: none;
  }
}

@media (min-aspect-ratio: 16 / 9) and (max-height: 34rem) {
  .hero__direct-contact {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }
}

@media (hover: hover) and (pointer: fine) and (min-aspect-ratio: 4 / 3) {
  .hero__direct-contact:hover {
    color: var(--ink);
    border-color: var(--gold-bright);
    background: var(--gold-bright);
  }

  .hero__direct-contact:hover .hero__direct-contact-icon {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.38);
  }

  .hero__direct-contact:hover .hero__direct-contact-copy small,
  .hero__direct-contact:hover .hero__direct-contact-arrow {
    color: var(--ink);
  }

  .hero__direct-contact:hover .hero__direct-contact-arrow {
    transform: translateX(0.2rem);
  }
}

.hero__inner {
  position: relative;
  z-index: 2;
  min-height: 94svh;
  padding-top: calc(var(--header-height) + 2rem);
  padding-bottom: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2rem;
}

.hero__copy {
  max-width: 49rem;
}

.hero__location {
  margin-bottom: 1rem;
  color: var(--gold-bright);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 13ch;
  color: var(--text-on-dark);
  font-size: 2.85rem;
  line-height: 0.94;
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  color: #d8c89f;
}

.hero__lead {
  max-width: 41rem;
  margin-top: 1.2rem;
  color: rgba(245, 245, 240, 0.82);
  font-size: 0.94rem;
  line-height: 1.58;
}

.hero__actions {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.65rem;
}

.hero__actions .button {
  width: 100%;
}

.hero__actions .button span {
  white-space: nowrap;
}

.hero__brief {
  display: none;
}

.hero__scope {
  width: max-content;
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(5.5rem, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.hero__scope span {
  position: relative;
  min-height: 3.75rem;
  padding: 0.8rem 0.75rem 0.65rem 0;
  display: grid;
  align-content: center;
  gap: 0.15rem;
  color: rgba(255, 255, 255, 0.72);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.68rem;
  white-space: nowrap;
  transition:
    color 280ms ease,
    background-color 280ms ease;
}

.hero__scope span::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--gold-bright);
  transform: scaleX(0);
  transform-origin: left center;
}

.hero__scope span.is-active {
  color: var(--text-on-dark);
  background: linear-gradient(90deg, rgba(226, 193, 122, 0.08), transparent 86%);
}

.hero__scope span.is-active::after {
  animation: scopeProgress 3600ms linear both;
}

.hero__scope span:last-child {
  border-right: 0;
}

.hero__scope b {
  color: var(--gold-bright);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

@keyframes scopeProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.js .hero__copy > *,
.js .hero__scope {
  opacity: 0;
  transform: translateY(1rem);
}

.js.is-ready .hero__copy > *,
.js.is-ready .hero__scope {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 760ms var(--ease-out),
    transform 760ms var(--ease-out);
}

.js.is-ready .hero__copy > :nth-child(2) {
  transition-delay: 80ms;
}

.js.is-ready .hero__copy > :nth-child(3) {
  transition-delay: 160ms;
}

.js.is-ready .hero__copy > :nth-child(4) {
  transition-delay: 240ms;
}

.js.is-ready .hero__scope {
  transition-delay: 320ms;
}

.chapter {
  position: relative;
  overflow: clip;
  padding: 4.75rem 0;
}

.chapter--light {
  color: var(--text-on-light);
  background: var(--paper);
}

.chapter--dark {
  color: var(--text-on-dark);
  background: var(--ink);
}

.chapter-heading {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.9rem;
  margin-bottom: 2.5rem;
}

.chapter-heading > div {
  display: grid;
  gap: 1rem;
}

.chapter-heading h2 {
  max-width: 18ch;
  font-size: 2.35rem;
  line-height: 1;
}

.chapter-heading p {
  max-width: 42rem;
  color: var(--text-soft-light);
  font-size: 0.95rem;
  line-height: 1.62;
}

.chapter-heading--dark p {
  color: var(--text-soft-dark);
}

.chapter-number {
  padding-top: 0.4rem;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.services__layout,
.operations__layout {
  display: grid;
  gap: 2.25rem;
}

.editorial-media {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  color: var(--text-on-dark);
  background: #171916;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.editorial-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(3, 4, 3, 0.84), transparent 48%),
    linear-gradient(90deg, rgba(3, 4, 3, 0.18), transparent 50%);
}

.editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .editorial-media:hover img {
    transform: scale(1.025);
  }
}

.editorial-media figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 1rem 1rem;
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.72rem;
}

.editorial-media figcaption span {
  color: var(--gold-bright);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-visual {
  isolation: isolate;
  --scene-position: 0.3333;
}

.service-visual__stage {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.service-visual::after {
  z-index: 1;
}

.service-visual .service-visual__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.045);
  transition:
    opacity 720ms var(--ease-out),
    transform 1100ms var(--ease-out);
}

.service-visual .service-visual__image[data-service-image="0"] {
  object-position: 57% center;
}

.service-visual .service-visual__image[data-service-image="1"] {
  object-position: 58% center;
}

.service-visual .service-visual__image[data-service-image="2"] {
  object-position: 38% center;
}

.service-visual .service-visual__image.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .service-visual:hover .service-visual__image.is-active {
    transform: scale(1.018);
  }
}

.service-visual__position {
  position: absolute;
  z-index: 3;
  top: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-visual__position i {
  position: relative;
  width: 4rem;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}

.service-visual__position i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-bright);
  transform: scaleX(var(--scene-position));
  transform-origin: left center;
  transition: transform 520ms var(--ease-out);
}

.service-visual figcaption {
  inset: auto 0 0;
  padding: 4.5rem 1rem 1rem;
  display: grid;
  gap: 0.8rem;
  border-top: 0;
  background: linear-gradient(0deg, rgba(4, 5, 4, 0.95) 0%, rgba(4, 5, 4, 0.62) 62%, transparent 100%);
}

.service-visual__caption-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.service-visual__caption-copy > span {
  flex: 0 0 auto;
}

.service-visual__caption-copy p {
  max-width: 17rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.7rem;
  line-height: 1.4;
  text-align: right;
}

.service-visual__controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.service-visual__controls button {
  min-height: 3rem;
  padding: 0.55rem 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.62);
  text-align: left;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 9, 7, 0.16);
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease;
}

.service-visual__controls button:last-child {
  border-right: 0;
}

.service-visual__controls button:hover,
.service-visual__controls button.is-active {
  color: var(--text-on-dark);
  background: rgba(226, 193, 122, 0.1);
}

.service-visual__controls button span {
  color: var(--gold-bright);
  font-size: 0.58rem;
  letter-spacing: 0.05em;
}

.service-visual__controls button b {
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-index {
  border-bottom: 1px solid var(--line-light);
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: 2.35rem 1fr;
  gap: 0.8rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line-light);
  transition:
    padding-left 260ms var(--ease-out),
    background-color 260ms ease;
}

.service-row::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  bottom: 0.7rem;
  left: 0;
  width: 2px;
  background: var(--gold);
  opacity: 0;
  transform: scaleY(0.35);
  transform-origin: center;
  transition:
    opacity 220ms ease,
    transform 300ms var(--ease-out);
}

.service-row.is-active {
  padding-left: 0.7rem;
  background: linear-gradient(90deg, rgba(199, 163, 90, 0.09), transparent 72%);
}

.service-row.is-active::before {
  opacity: 1;
  transform: scaleY(1);
}

.service-row > span {
  padding-top: 0.18rem;
  color: #8a7751;
  font-size: 0.68rem;
  font-weight: 700;
  transition: color 220ms ease;
}

.service-row.is-active > span {
  color: #6f592d;
}

.service-row h3 {
  font-size: 1.3rem;
  line-height: 1.08;
}

.service-row p {
  margin-top: 0.45rem;
  color: var(--text-soft-light);
  font-size: 0.88rem;
  line-height: 1.5;
}

.service-row__visual-trigger {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.service-row__visual-trigger:focus-visible {
  outline: 2px solid #8a6f38;
  outline-offset: -3px;
}

.institution-tabs {
  display: flex;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  border: 1px solid var(--line-dark);
}

.institution-tabs::-webkit-scrollbar {
  display: none;
}

.institution-tabs button {
  min-width: 7.2rem;
  min-height: 4.25rem;
  flex: 1 0 auto;
  padding: 0.75rem 0.85rem;
  display: grid;
  align-content: center;
  gap: 0.1rem;
  scroll-snap-align: start;
  color: rgba(255, 255, 255, 0.58);
  text-align: left;
  border: 0;
  border-right: 1px solid var(--line-dark);
  background: transparent;
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease;
}

.institution-tabs button:last-child {
  border-right: 0;
}

.institution-tabs button[aria-selected="true"] {
  color: var(--text-on-dark);
  background: rgba(199, 163, 90, 0.12);
  box-shadow: inset 0 -2px 0 var(--gold-bright);
}

.institution-tabs span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.institution-tabs small {
  color: var(--text-soft-dark);
  font-size: 0.68rem;
}

.institution-stage {
  border: 1px solid var(--line-dark);
  border-top: 0;
}

.institution-panel {
  padding: 1.4rem;
  background:
    linear-gradient(135deg, rgba(199, 163, 90, 0.06), transparent 46%),
    var(--ink-raised);
}

.institution-panel__intro {
  min-width: 0;
}

.institution-panel__intro > span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.institution-panel__intro h3 {
  margin-top: 0.75rem;
  font-size: 2rem;
  line-height: 1;
}

.institution-panel__intro p {
  margin-top: 0.85rem;
  color: var(--text-soft-dark);
  font-size: 0.9rem;
  line-height: 1.58;
}

.institution-panel__visual {
  height: 5rem;
  margin: 1rem 0 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(226, 193, 122, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #090a08;
  isolation: isolate;
}

.institution-panel__visual::before {
  content: "";
  width: 2px;
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  background: var(--gold-bright);
  opacity: 0.78;
}

.institution-panel__visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 6, 0.26), transparent 42%, rgba(7, 8, 6, 0.08)),
    linear-gradient(0deg, rgba(7, 8, 6, 0.3), transparent 62%);
  pointer-events: none;
}

.institution-panel__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.06) brightness(0.82);
  transform: scale(1.02);
}

.institution-panel.is-active .institution-panel__visual img {
  animation: institution-visual-in 720ms var(--ease-out) both;
}

@keyframes institution-visual-in {
  from {
    opacity: 0.25;
    transform: scale(1.07);
  }

  to {
    opacity: 1;
    transform: scale(1.02);
  }
}

.institution-panel__scope {
  margin-top: 1.35rem;
}

.scope-list {
  max-height: 17.5rem;
  margin: 0;
  padding: 0;
  display: grid;
  overflow: hidden;
  list-style: none;
  -webkit-mask-image: linear-gradient(#000 78%, transparent);
  mask-image: linear-gradient(#000 78%, transparent);
  transition: max-height 500ms var(--ease-out);
}

.institution-panel__scope.is-expanded .scope-list {
  max-height: 90rem;
  -webkit-mask-image: none;
  mask-image: none;
}

.institution-panel__scope.is-complete .scope-list {
  -webkit-mask-image: none;
  mask-image: none;
}

.scope-list li {
  min-height: 2.9rem;
  padding: 0.68rem 0 0.68rem 1.1rem;
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
  line-height: 1.35;
}

.scope-list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.scope-toggle {
  width: 100%;
  min-height: 2.9rem;
  margin-top: 0.75rem;
  padding: 0.7rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gold-bright);
  border: 0;
  border-top: 1px solid rgba(199, 163, 90, 0.35);
  background: transparent;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.scope-toggle[hidden] {
  display: none !important;
}

.scope-toggle svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform 260ms ease;
}

.institution-panel__scope.is-expanded .scope-toggle svg {
  transform: rotate(180deg);
}

.editorial-media--overhead img {
  object-position: center center;
}

.process-list {
  border-bottom: 1px solid var(--line-light);
}

.process-item {
  border-top: 1px solid var(--line-light);
}

.process-item summary {
  min-height: 4.75rem;
  display: grid;
  grid-template-columns: 2rem 1fr 1.5rem;
  align-items: center;
  gap: 0.65rem;
  list-style: none;
  cursor: pointer;
}

.process-item summary::-webkit-details-marker {
  display: none;
}

.process-item summary > span {
  color: #8a7751;
  font-size: 0.67rem;
  font-weight: 700;
}

.process-item summary h3 {
  padding: 0.95rem 0;
  font-size: 1.12rem;
  line-height: 1.12;
}

.process-item summary svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  transition: transform 300ms var(--ease-out);
}

.process-item[open] summary svg {
  transform: rotate(45deg);
}

.process-item__body {
  padding: 0 0 1.35rem 2.65rem;
}

.process-item__body p {
  color: var(--text-soft-light);
  font-size: 0.88rem;
  line-height: 1.55;
}

.process-item__body ul {
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  list-style: none;
}

.process-item__body li {
  position: relative;
  padding-left: 0.8rem;
  color: #685b40;
  font-size: 0.76rem;
  font-weight: 650;
}

.process-item__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.28rem;
  height: 0.28rem;
  background: var(--gold);
  transform: translateY(-50%);
}

.method {
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(255, 255, 255, 0.055) 50%, transparent 50.05%),
    var(--ink);
}

.method__lead {
  display: grid;
  gap: 2.3rem;
}

.video-perspectives {
  width: 100%;
  max-width: 34rem;
  margin-inline: auto;
  align-self: center;
}

.video-perspectives__rail {
  min-height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--text-soft-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.video-perspectives__rail span:first-child {
  color: var(--gold-bright);
}

.video-perspectives__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.video-perspective {
  --video-accent: var(--gold-bright);
  position: relative;
  min-width: 0;
  aspect-ratio: 9 / 14;
  overflow: hidden;
  color: var(--text-on-dark);
  border: 1px solid rgba(226, 193, 122, 0.4);
  border-top: 2px solid var(--video-accent);
  background: #050604;
}

.video-perspective--platinum {
  --video-accent: var(--platinum);
  border-color: rgba(183, 190, 192, 0.34);
}

.video-perspective video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.82) contrast(1.04) brightness(0.82);
  transform: scale(1.01);
  transition:
    transform 700ms var(--ease-out),
    filter 300ms ease;
}

.video-perspective__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 5, 4, 0.14) 30%, rgba(4, 5, 4, 0.9) 88%),
    linear-gradient(90deg, rgba(4, 5, 4, 0.2), transparent 55%);
  pointer-events: none;
}

.video-perspective__meta {
  position: absolute;
  right: 0.75rem;
  bottom: 4.15rem;
  left: 0.75rem;
  z-index: 1;
}

.video-perspective__meta span {
  color: var(--video-accent);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.video-perspective__meta h3 {
  margin-top: 0.35rem;
  font-size: 1.12rem;
  line-height: 1;
}

.video-perspective__play {
  position: absolute;
  z-index: 2;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.55rem 0.7rem 0.55rem 0.85rem;
  color: var(--text-on-dark);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  background: rgba(6, 7, 6, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
}

.video-perspective__play svg {
  width: 1rem;
  height: 1rem;
  order: 2;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linejoin: round;
}

@media (hover: hover) and (pointer: fine) {
  .video-perspective:hover video {
    filter: saturate(0.94) contrast(1.04) brightness(0.9);
    transform: scale(1.035);
  }

  .video-perspective__play:hover {
    color: var(--ink);
    border-color: var(--video-accent);
    background: var(--video-accent);
  }
}

.method__copy {
  align-self: center;
}

.method__copy h2 {
  max-width: 18ch;
  margin-top: 0.8rem;
  font-size: 2.3rem;
  line-height: 1;
}

.method__copy > p {
  max-width: 43rem;
  margin-top: 1.25rem;
  color: var(--text-soft-dark);
  font-size: 0.94rem;
  line-height: 1.62;
}

.principles {
  margin-top: 1.75rem;
  display: grid;
  gap: 1rem;
}

.principles article {
  padding-top: 1rem;
  border-top: 1px solid var(--line-dark);
}

.principles h3 {
  font-size: 1.25rem;
}

.principles p {
  margin-top: 0.4rem;
  color: var(--text-soft-dark);
  font-size: 0.82rem;
  line-height: 1.5;
}

.deliverables {
  margin-top: 4.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line-dark);
}

.deliverables__heading h2 {
  max-width: 19ch;
  font-size: 2.1rem;
  line-height: 1;
}

.deliverables__grid {
  margin-top: 1.8rem;
  display: grid;
}

.deliverables__grid article {
  padding: 1.25rem 0;
  border-top: 1px solid var(--line-dark);
}

.deliverables__grid article > span {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 700;
}

.deliverables__grid h3 {
  margin-top: 0.65rem;
  font-size: 1.3rem;
  line-height: 1.08;
}

.deliverables__grid p {
  margin-top: 0.55rem;
  color: var(--text-soft-dark);
  font-size: 0.82rem;
  line-height: 1.48;
}

.location {
  isolation: isolate;
  background: #e9ebe7;
  border-top: 1px solid rgba(8, 9, 7, 0.12);
}

.location.chapter {
  padding-bottom: 3.5rem;
}

.location::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(8, 9, 7, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 9, 7, 0.13) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.location__container {
  position: relative;
  z-index: 1;
}

.location__heading {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.35rem 0.75rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(8, 9, 7, 0.2);
}

.location__heading .chapter-number {
  grid-row: 1 / span 2;
}

.location__heading h2 {
  max-width: 11ch;
  font-size: 2.7rem;
  line-height: 0.96;
}

.location__heading p {
  grid-column: 2;
  max-width: 34rem;
  color: var(--text-soft-light);
  font-size: 0.9rem;
  line-height: 1.62;
}

.location__grid {
  margin-top: 2rem;
  display: grid;
  gap: 2.25rem;
}

.location__copy {
  min-width: 0;
  align-self: center;
}

.location__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block: 1px solid rgba(8, 9, 7, 0.2);
}

.location__facts div {
  min-width: 0;
  padding: 0.95rem 0;
  display: grid;
  gap: 0.12rem;
}

.location__facts div + div {
  padding-left: 1.15rem;
  border-left: 1px solid rgba(8, 9, 7, 0.2);
}

.location__facts small,
.location__contacts small,
.map-stage__identity small {
  color: var(--text-soft-light);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.location__facts strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.location__contacts {
  margin-top: 0.8rem;
  display: grid;
  font-style: normal;
  border-bottom: 1px solid rgba(8, 9, 7, 0.2);
}

.location__contacts > a {
  min-height: 4.35rem;
  min-width: 0;
  display: grid;
  grid-template-columns: 2.45rem minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  border-top: 1px solid rgba(8, 9, 7, 0.2);
  font-size: 0.83rem;
  line-height: 1.35;
  transition: padding-left 240ms var(--ease-out), color 180ms ease;
}

.location__contacts > a > span:last-child {
  min-width: 0;
  display: grid;
  gap: 0.12rem;
  overflow-wrap: anywhere;
}

.location__contact-icon {
  width: 2.45rem;
  height: 2.45rem;
  display: grid;
  place-items: center;
  color: #7b663d;
  border: 1px solid rgba(123, 102, 61, 0.42);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.location__contact-icon svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location__contacts small {
  text-transform: none;
}

.location__actions {
  margin-top: 1.4rem;
}

.location__actions .button {
  width: 100%;
}

.map-stage {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: var(--text-on-dark);
  background: #080907;
  border: 1px solid rgba(8, 9, 7, 0.74);
  box-shadow: 0 2rem 4.5rem rgba(8, 9, 7, 0.18);
}

.map-stage::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 6rem;
  height: 1px;
  background: var(--gold-bright);
  transform-origin: left center;
}

.map-stage__bar {
  min-height: 4.25rem;
  padding: 0.7rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line-dark);
}

.map-stage__identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.map-stage__identity > span:last-child {
  min-width: 0;
  display: grid;
  gap: 0.08rem;
}

.map-stage__identity small {
  color: rgba(255, 255, 255, 0.5);
}

.map-stage__identity strong {
  font-size: 0.78rem;
  font-weight: 600;
}

.map-stage__signal {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  background: var(--gold-bright);
  border: 1px solid #fff2c8;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(226, 193, 122, 0);
}

.map-stage__bar > a {
  min-height: 2.75rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.68rem;
  font-weight: 650;
  transition: color 180ms ease;
}

.map-stage__bar > a svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: var(--gold-bright);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms var(--ease-out);
}

.map-frame {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  background: #cfd1ce;
}

.map-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 28%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(226, 193, 122, 0.18), transparent);
  transform: translateX(-140%);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  filter: grayscale(0.92) contrast(0.98) brightness(0.94);
  transform: scale(1.018);
  transition: filter 600ms var(--ease-out), transform 900ms var(--ease-out);
}

.map-frame__label {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  min-height: 4.7rem;
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: none;
  color: var(--text-on-dark);
  background: rgba(8, 9, 7, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.map-frame__label > span {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.map-frame__label strong {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.map-frame__label small {
  color: var(--text-soft-dark);
  font-size: 0.65rem;
  line-height: 1.35;
}

.map-frame__label > small {
  flex: 0 0 auto;
}

.map-stage__status {
  min-height: 3.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
}

.map-stage__status span {
  min-width: 0;
  padding: 0.75rem 0.45rem;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.6rem;
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
}

.map-stage__status span + span {
  border-left: 1px solid var(--line-dark);
}

.js .map-stage.is-visible .map-frame iframe {
  transform: scale(1);
}

.js .map-stage.is-visible .map-frame::after {
  animation: locationSweep 1050ms var(--ease-out) 280ms both;
}

.js .map-stage.is-visible .map-stage__signal {
  animation: locationSignal 820ms var(--ease-out) 220ms both;
}

@media (prefers-reduced-motion: no-preference) {
  .js .location__copy[data-reveal] {
    transition-delay: 90ms;
  }

  .js .map-stage[data-reveal] {
    transition-delay: 170ms;
  }

  .js .map-stage::before {
    transform: scaleX(0);
    transition: transform 820ms var(--ease-out) 260ms;
  }

  .js .map-stage.is-visible::before {
    transform: scaleX(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .location__contacts > a:hover {
    padding-left: 0.35rem;
  }

  .location__contacts > a:hover .location__contact-icon {
    color: var(--gold-bright);
    background: var(--ink);
    border-color: var(--ink);
  }

  .map-stage__bar > a:hover {
    color: var(--text-on-dark);
  }

  .map-stage__bar > a:hover svg {
    transform: translate(0.12rem, -0.12rem);
  }

  .map-stage:hover .map-frame iframe,
  .map-stage:focus-within .map-frame iframe {
    filter: grayscale(0.55) contrast(1) brightness(0.98);
  }
}

@keyframes locationSweep {
  0% {
    opacity: 0;
    transform: translateX(-140%);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(460%);
  }
}

@keyframes locationSignal {
  0% {
    box-shadow: 0 0 0 0 rgba(226, 193, 122, 0.5);
  }
  100% {
    box-shadow: 0 0 0 0.55rem rgba(226, 193, 122, 0);
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: var(--text-on-dark);
  background: #050604;
  border-top: 1px solid var(--line-dark);
  isolation: isolate;
}

.site-footer::after {
  content: "";
  height: 1px;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, var(--gold-bright), rgba(226, 193, 122, 0.12) 42%, transparent 78%);
  transform-origin: left center;
}

.site-footer__media,
.site-footer__media picture,
.site-footer__media img,
.site-footer__veil {
  position: absolute;
  inset: 0;
}

.site-footer__media {
  z-index: 0;
  overflow: hidden;
}

.site-footer__media picture,
.site-footer__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.site-footer__media img {
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.72) contrast(1.08) brightness(0.7);
  transform: scale(1.02);
}

.site-footer__veil {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 6, 4, 0.96), rgba(5, 6, 4, 0.82) 52%, rgba(5, 6, 4, 0.68)),
    linear-gradient(0deg, #050604 0%, rgba(5, 6, 4, 0.58) 44%, rgba(5, 6, 4, 0.86) 100%);
}

.site-footer__inner {
  min-height: calc(100svh - var(--header-height));
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto auto auto minmax(3.75rem, 1fr);
}

.site-footer__closing {
  padding: 2.75rem 0 2rem;
  display: grid;
  gap: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.site-footer__closing h2 {
  max-width: 48rem;
  font-size: 2rem;
  line-height: 1.02;
}

.site-footer__closing-action {
  display: grid;
  gap: 0.75rem;
}

.site-footer__closing-action p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__cta {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.85rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  color: #11130f;
  border: 1px solid var(--gold-bright);
  background: var(--gold-bright);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.22);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    transform 260ms var(--ease-out);
}

.site-footer__cta svg,
.site-footer__bottom svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform 260ms var(--ease-out);
}

.site-footer__top {
  padding: 1.5rem 0 1.75rem;
  display: grid;
  gap: 1rem;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.site-footer__brand img {
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 auto;
  object-fit: contain;
  mix-blend-mode: screen;
}

.site-footer__brand > div {
  min-width: 0;
  display: grid;
  gap: 0.15rem;
}

.site-footer__brand strong {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.site-footer__brand span {
  color: var(--text-soft-dark);
  font-size: 0.7rem;
}

.site-footer nav,
.site-footer__contact {
  min-width: 0;
  display: grid;
  align-content: start;
  font-size: 0.82rem;
}

.site-footer nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer nav a,
.site-footer__contact > a,
.site-footer__contact > div {
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer nav a {
  padding-right: 0.65rem;
}

.site-footer__contact > a {
  overflow-wrap: anywhere;
}

.site-footer__contact > div {
  gap: 1.25rem;
  color: var(--gold-bright);
}

.site-footer__contact > div a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
}

.site-footer__signature {
  overflow: hidden;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(4, 5, 3, 0.28);
  backdrop-filter: blur(2px);
}

.site-footer__wordmark {
  width: 100%;
  padding: 1.25rem 0 0.95rem;
  overflow: hidden;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 2.75rem;
  line-height: 0.88;
  text-align: center;
  white-space: nowrap;
}

.site-footer__wordmark span {
  display: block;
}

.site-footer__bottom {
  min-height: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem 0.75rem;
  color: #858a86;
  font-size: 0.7rem;
}

.site-footer__bottom a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.js .site-footer::after {
  transform: scaleX(0);
  transition: transform 1200ms var(--ease-out);
}

.js .site-footer__media img {
  opacity: 0;
  transform: scale(1.07);
  transition:
    opacity 1100ms ease,
    transform 1600ms var(--ease-out);
}

.js .site-footer [data-footer-reveal] {
  opacity: 0;
  transform: translateY(1.4rem);
  transition:
    opacity 720ms var(--ease-out),
    transform 720ms var(--ease-out);
}

.js .site-footer__wordmark span {
  transform: translateY(115%);
  transition: transform 900ms var(--ease-out) 180ms;
}

.js .site-footer.is-visible::after {
  transform: scaleX(1);
}

.js .site-footer.is-visible .site-footer__media img {
  opacity: 1;
  transform: scale(1.02);
}

.js .site-footer.is-visible [data-footer-reveal] {
  opacity: 1;
  transform: translateY(0);
}

.js .site-footer.is-visible .site-footer__top {
  transition-delay: 90ms;
}

.js .site-footer.is-visible .site-footer__signature {
  transition-delay: 170ms;
}

.js .site-footer.is-visible .site-footer__bottom {
  transition-delay: 240ms;
}

.js .site-footer.is-visible .site-footer__wordmark span {
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .site-footer nav a,
  .site-footer__contact a,
  .site-footer__bottom a {
    transition: color 200ms ease;
  }

  .site-footer nav a:hover,
  .site-footer__contact a:hover,
  .site-footer__bottom a:hover {
    color: var(--gold-bright);
  }

  .site-footer__cta:hover {
    color: var(--paper);
    background: rgba(5, 6, 4, 0.76);
    transform: translateY(-2px);
  }

  .site-footer__cta:hover svg {
    transform: translateX(0.25rem);
  }

  .site-footer__bottom a:hover svg {
    transform: translateY(-0.2rem);
  }
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(1.25rem);
  transition:
    opacity 680ms var(--ease-out),
    transform 680ms var(--ease-out);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 26.25rem) {
  .hero__actions {
    display: flex;
    flex-wrap: wrap;
  }

  .hero__actions .button {
    width: auto;
  }

  .scope-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
  }
}

@media (min-width: 23rem) and (max-width: 26.24rem) {
  .hero__actions {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  }

  .hero__actions .button {
    min-width: 0;
    gap: 0.55rem;
    padding-inline: 0.8rem;
    font-size: 0.67rem;
  }
}

@media (max-width: 40rem) {
  .services .chapter-heading {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 1.65rem;
  }

  .services .chapter-heading > div {
    gap: 0.8rem;
  }

  .services .chapter-number {
    padding-top: 0;
  }

  .services__layout {
    gap: 1.5rem;
  }

  .service-visual {
    aspect-ratio: 1 / 1;
  }

  .service-visual figcaption {
    padding: 3.1rem 0.8rem 0.8rem;
    gap: 0.6rem;
  }

  .service-visual__caption-copy {
    align-items: start;
  }

  .service-visual__caption-copy > span {
    max-width: 9rem;
    font-size: 0.58rem;
    line-height: 1.35;
  }

  .service-visual__caption-copy p {
    display: none;
  }

  .service-visual__controls button {
    min-height: 2.8rem;
    justify-content: center;
    gap: 0.35rem;
    padding-inline: 0.35rem;
  }

  .service-visual__controls button b {
    font-size: 0.59rem;
  }

  .service-row {
    padding-block: 1rem;
  }

  .service-row.is-active {
    padding-left: 0.45rem;
  }

  .service-row p {
    font-size: 0.82rem;
    line-height: 1.42;
  }
}

@media (min-width: 40rem) {
  :root {
    --header-height: 4.75rem;
  }

  .container {
    width: min(var(--container), calc(100% - 3rem));
  }

  .video-dialog__panel {
    width: min(calc(100% - 3rem), 70rem);
    height: min(92dvh, 50rem);
  }

  .video-dialog__context {
    padding-inline: 2rem 5rem;
  }

  .video-perspectives__grid {
    gap: 1rem;
  }

  .brand__copy strong {
    max-width: none;
    font-size: 0.78rem;
  }

  .hero__inner {
    gap: 2.5rem;
  }

  .hero h1 {
    font-size: 3.75rem;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .chapter {
    padding: 5.5rem 0;
  }

  .chapter-heading {
    grid-template-columns: 3.5rem 1fr;
  }

  .chapter-heading h2 {
    font-size: 3rem;
  }

  .services__layout,
  .operations__layout,
  .method__lead {
    gap: 3rem;
  }

  .location__heading {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    gap: 0.5rem 1.1rem;
    padding-bottom: 2.1rem;
  }

  .location__heading h2 {
    font-size: 3.35rem;
  }

  .location__heading p {
    font-size: 0.95rem;
  }

  .location__grid {
    gap: 2.75rem;
  }

  .map-frame {
    min-height: 25rem;
  }

  .editorial-media {
    aspect-ratio: 16 / 10;
  }

  .service-row {
    grid-template-columns: 3rem 1fr;
  }

  .service-row h3 {
    font-size: 1.5rem;
  }

  .institution-panel {
    padding: 2rem;
  }

  .institution-panel__intro h3 {
    font-size: 2.6rem;
  }

  .process-item summary {
    grid-template-columns: 2.75rem 1fr 1.75rem;
  }

  .process-item summary h3 {
    font-size: 1.25rem;
  }

  .process-item__body {
    padding-left: 3.4rem;
  }

  .method__copy h2 {
    font-size: 3rem;
  }

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

  .principles {
    gap: 1.5rem;
  }

  .deliverables__grid {
    gap: 0 1.5rem;
  }

  .deliverables__grid article {
    padding-right: 1rem;
  }

  .deliverables__heading h2 {
    font-size: 2.65rem;
  }

  .site-footer__closing {
    grid-template-columns: minmax(0, 1.3fr) minmax(13rem, 0.7fr);
    align-items: end;
  }

  .site-footer__inner {
    min-height: 0;
    display: block;
  }

  .site-footer__closing h2 {
    font-size: 2.75rem;
  }

  .site-footer__cta {
    width: auto;
  }

  .site-footer__top {
    grid-template-columns: minmax(0, 1.5fr) minmax(8rem, 0.6fr) minmax(13rem, 1fr);
    gap: 2rem;
  }

  .site-footer nav {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .site-footer nav a,
  .site-footer__contact > a,
  .site-footer__contact > div {
    min-height: 2.25rem;
    border-bottom: 0;
  }

  .site-footer__wordmark {
    font-size: 5.25rem;
  }
}

@media (min-width: 48rem) {
  .hero h1 {
    font-size: 4.4rem;
  }

  .chapter-heading h2 {
    font-size: 3.4rem;
  }

  .chapter-heading p {
    font-size: 1rem;
  }

  .institution-tabs button {
    min-width: 8.8rem;
  }

  .institution-panel__intro p {
    max-width: 46rem;
  }

  .scope-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }

  .location__heading {
    grid-template-columns: 3.5rem minmax(0, 1.05fr) minmax(17rem, 0.65fr);
    column-gap: 1.5rem;
    align-items: end;
  }

  .location__heading .chapter-number {
    grid-row: 1;
    align-self: start;
  }

  .location__heading h2 {
    font-size: 3.7rem;
  }

  .location__heading p {
    grid-row: 1;
    grid-column: 3;
    padding-bottom: 0.25rem;
  }

  .site-footer__wordmark {
    font-size: 6.4rem;
  }
}

@media (min-width: 64rem) {
  :root {
    --header-height: 5rem;
  }

  .site-header__inner {
    width: min(var(--container), calc(100% - 4rem));
  }

  .video-dialog__panel {
    width: min(calc(100% - 4rem), 70rem);
    height: min(88dvh, 50rem);
    grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
    grid-template-rows: minmax(0, 1fr);
  }

  .video-dialog__context {
    min-height: 0;
    padding: 2.5rem;
    background:
      linear-gradient(0deg, rgba(6, 7, 6, 0.96), rgba(6, 7, 6, 0.28)),
      url("/assets/images/asecontrifi-direccion-quito.webp") 42% center / cover no-repeat;
  }

  .video-dialog__context::after {
    top: 2.5rem;
    right: auto;
    bottom: 2.5rem;
    left: 0;
    width: 1px;
    height: auto;
  }

  .video-dialog__context h2 {
    font-size: 3rem;
  }

  .video-dialog__context p {
    margin-top: 1rem;
    font-size: 0.88rem;
  }

  .video-dialog__player-wrap {
    padding: 1.25rem 4rem;
  }

  .brand__mark {
    width: 3rem;
    height: 3rem;
  }

  .brand__copy strong {
    font-size: 0.8rem;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 1.7rem;
    margin-left: auto;
    margin-right: 0.5rem;
  }

  .desktop-nav a {
    position: relative;
    padding: 0.85rem 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.74rem;
    font-weight: 600;
    transition: color 180ms ease;
  }

  .desktop-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.55rem;
    left: 0;
    height: 1px;
    background: var(--gold-bright);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 220ms var(--ease-out);
  }

  .desktop-nav a:hover,
  .desktop-nav a[aria-current="true"] {
    color: var(--text-on-dark);
  }

  .desktop-nav a:hover::after,
  .desktop-nav a[aria-current="true"]::after {
    transform: scaleX(1);
    transform-origin: left center;
  }

  .site-header .header-cta {
    display: inline-flex;
  }

  .menu-trigger {
    display: none;
  }

  .hero__media video {
    object-position: center center;
  }

  .hero__veil {
    background:
      linear-gradient(90deg, rgba(3, 4, 3, 0.9) 0%, rgba(3, 4, 3, 0.58) 44%, rgba(3, 4, 3, 0.16) 78%, rgba(3, 4, 3, 0.4) 100%),
      linear-gradient(0deg, rgba(3, 4, 3, 0.94) 0%, transparent 40%, rgba(3, 4, 3, 0.28) 100%);
  }

  .hero__inner {
    padding-top: calc(var(--header-height) + 2rem);
    padding-bottom: 1.6rem;
    justify-content: center;
  }

  .hero__copy {
    margin-top: 1.5rem;
  }

  .hero h1 {
    font-size: 5.25rem;
  }

  .hero__lead {
    max-width: 43rem;
    font-size: 1.03rem;
  }

  .hero__scope {
    position: absolute;
    right: 0;
    bottom: 1.5rem;
    left: 0;
  }

  .hero__scope span {
    min-height: 4.3rem;
  }

  .chapter {
    min-height: calc(100svh - var(--header-height));
    padding: 5rem 0;
    display: grid;
    align-items: center;
  }

  .chapter-heading {
    grid-template-columns: 5rem 1fr;
    margin-bottom: 3rem;
  }

  .chapter-heading > div {
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
    align-items: end;
    gap: 3rem;
  }

  .chapter-heading h2 {
    font-size: 3.7rem;
  }

  .services__layout,
  .operations__layout {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: stretch;
    gap: 3.5rem;
  }

  .editorial-media {
    min-height: 34rem;
    aspect-ratio: auto;
  }

  .service-index {
    align-self: center;
  }

  .service-row {
    padding: 0.95rem 0;
    transition: padding-left 260ms var(--ease-out);
  }

  .service-row h3 {
    font-size: 1.38rem;
  }

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

  @media (hover: hover) and (pointer: fine) {
    .service-row:hover {
      padding-left: 0.6rem;
    }
  }

  .institution-tabs {
    overflow: visible;
  }

  .institution-tabs button {
    min-width: 0;
  }

  .institution-panel {
    min-height: 23rem;
    padding: 2.25rem;
    grid-template-columns: minmax(15rem, 0.34fr) minmax(0, 0.66fr);
    gap: 3rem;
    align-items: start;
  }

  .institution-panel:not([hidden]) {
    display: grid;
  }

  .institution-panel__intro h3 {
    font-size: 2.85rem;
  }

  .institution-panel__visual {
    height: 4.5rem;
    margin-top: 0.9rem;
  }

  .institution-panel__scope {
    margin-top: 0;
  }

  .scope-list {
    max-height: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.25rem;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .scope-list li {
    min-height: 3.2rem;
    font-size: 0.78rem;
  }

  .scope-toggle {
    display: none;
  }

  .operations__layout {
    grid-template-columns: minmax(0, 5.4fr) minmax(0, 6.6fr);
  }

  .process-list {
    align-self: center;
  }

  .process-item summary {
    min-height: 4.6rem;
  }

  .process-item summary h3 {
    font-size: 1.28rem;
  }

  .method__lead {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
    gap: 4rem;
  }

  .video-perspectives {
    margin-inline: 0;
  }

  .method__copy h2 {
    font-size: 3.25rem;
  }

  .deliverables {
    margin-top: 3.5rem;
    padding-top: 2.3rem;
    display: grid;
    grid-template-columns: minmax(16rem, 0.32fr) minmax(0, 0.68fr);
    gap: 3rem;
  }

  .deliverables__heading h2 {
    font-size: 2.45rem;
  }

  .deliverables__grid {
    margin-top: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-left: 1px solid var(--line-dark);
  }

  .deliverables__grid article {
    padding: 0.2rem 1.15rem 0;
    border-top: 0;
    border-right: 1px solid var(--line-dark);
  }

  .deliverables__grid h3 {
    font-size: 1.08rem;
  }

  .deliverables__grid p {
    font-size: 0.75rem;
  }

  .location.chapter {
    padding: 4.25rem 0 2rem;
  }

  .location__heading h2 {
    font-size: 4.1rem;
  }

  .location__grid {
    min-height: 0;
    margin-top: 2.5rem;
    grid-template-columns: minmax(18rem, 0.38fr) minmax(0, 0.62fr);
    align-items: stretch;
    gap: 4rem;
  }

  .location__copy {
    padding-left: 5rem;
  }

  .map-stage__bar {
    padding-inline: 1.2rem;
  }

  .map-frame {
    min-height: 24rem;
  }

  .site-footer__media img {
    object-position: 66% center;
  }

  .site-footer__veil {
    background:
      linear-gradient(90deg, rgba(5, 6, 4, 0.96), rgba(5, 6, 4, 0.8) 46%, rgba(5, 6, 4, 0.5)),
      linear-gradient(0deg, #050604 0%, rgba(5, 6, 4, 0.48) 46%, rgba(5, 6, 4, 0.82) 100%);
  }

  .site-footer__closing {
    padding: 5rem 0 3.25rem;
    grid-template-columns: minmax(0, 1fr) 19rem;
    gap: 4rem;
  }

  .site-footer__closing h2 {
    font-size: 3.75rem;
  }

  .site-footer__top {
    padding: 2.5rem 0 2.75rem;
  }

  .site-footer__wordmark {
    font-size: 8.6rem;
  }
}

@media (min-width: 72rem) {
  .hero__brief {
    position: absolute;
    z-index: 3;
    top: 47%;
    right: 0;
    width: min(19rem, 24vw);
    padding: 1rem 0 1.1rem 1.25rem;
    display: grid;
    gap: 1.15rem;
    color: var(--text-on-dark);
    border-left: 1px solid rgba(226, 193, 122, 0.64);
    background: linear-gradient(90deg, rgba(5, 6, 5, 0.7), rgba(5, 6, 5, 0.18) 86%, transparent);
    backdrop-filter: blur(4px);
  }

  .hero__brief-rail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.58rem;
    font-weight: 650;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .hero__brief-rail b {
    color: var(--gold-bright);
    font-weight: 650;
  }

  .hero__brief-copy {
    min-height: 5.2rem;
  }

  .hero__brief-copy strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-weight: 500;
    line-height: 1;
  }

  .hero__brief-copy p {
    max-width: 16rem;
    margin-top: 0.55rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .hero__brief-meter {
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
  }

  .hero__brief-meter span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--gold-bright);
    transform: scaleX(0);
    transform-origin: left center;
  }

  .hero__brief-meter span.is-running {
    animation: briefProgress 3600ms linear both;
  }

  .js .hero__brief {
    opacity: 0;
  }

  .js.is-ready .hero__brief {
    opacity: 1;
    transition: opacity 900ms var(--ease-out) 420ms;
  }
}

@media (min-width: 64rem) {
  .services {
    padding-block: 3rem;
  }

  .services .chapter-heading {
    margin-bottom: 2rem;
  }

  .services .chapter-heading h2 {
    font-size: 3.25rem;
  }

  .services .editorial-media {
    min-height: 32rem;
  }

  .services .service-row {
    padding-block: 0.7rem;
  }

  .services .service-row.is-active {
    padding-left: 0.65rem;
  }

  .services .service-row h3 {
    font-size: 1.22rem;
  }

  .services .service-row p {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.38;
  }
}

@keyframes briefProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (min-width: 80rem) {
  .hero h1 {
    font-size: 5.9rem;
  }

  .chapter-heading h2 {
    font-size: 4.1rem;
  }

  .location__heading h2 {
    font-size: 4.6rem;
  }

  .method__copy h2 {
    font-size: 3.65rem;
  }

  .site-footer__wordmark {
    font-size: 10rem;
  }
}

@media (min-width: 64rem) and (max-height: 60rem) {
  .site-footer__inner {
    min-height: calc(100svh - var(--header-height));
    display: grid;
    grid-template-rows: auto auto auto minmax(3.75rem, 1fr);
  }
}

@media (min-width: 64rem) and (max-height: 50rem) {
  :root {
    --header-height: 4rem;
  }

  .site-header__inner {
    height: 4rem;
  }

  .brand__mark {
    width: 2.55rem;
    height: 2.55rem;
  }

  .hero__inner {
    padding-top: 4.8rem;
  }

  .hero h1 {
    font-size: 4.55rem;
  }

  .hero__lead {
    margin-top: 0.9rem;
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .hero__actions {
    margin-top: 1rem;
  }

  .hero__scope {
    bottom: 0.75rem;
  }

  .hero__scope span {
    min-height: 3.5rem;
  }

  .chapter {
    padding: 3.2rem 0;
  }

  .services {
    padding-block: 2rem;
  }

  .chapter-heading {
    margin-bottom: 2rem;
  }

  .services .chapter-heading {
    margin-bottom: 1.25rem;
  }

  .chapter-heading h2 {
    font-size: 3rem;
  }

  .services .chapter-heading h2 {
    font-size: 2.7rem;
  }

  .services .editorial-media {
    min-height: 24rem;
  }

  .chapter-heading p {
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .editorial-media {
    min-height: 26rem;
  }

  .service-row {
    padding: 0.72rem 0;
  }

  .services .service-row {
    padding-block: 0.55rem;
  }

  .service-row h3 {
    font-size: 1.2rem;
  }

  .services .service-row h3 {
    font-size: 1.08rem;
  }

  .service-row p {
    margin-top: 0.25rem;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .services .service-row p {
    font-size: 0.7rem;
    line-height: 1.32;
  }

  .institution-tabs button {
    min-height: 3.55rem;
    padding-block: 0.55rem;
  }

  .institution-panel {
    min-height: 18.5rem;
    padding: 1.5rem 1.75rem;
  }

  .institution-panel__intro h3 {
    font-size: 2.3rem;
  }

  .institution-panel__intro p {
    font-size: 0.82rem;
  }

  .institution-panel__visual {
    height: 3.4rem;
    margin-top: 0.65rem;
  }

  .scope-list li {
    min-height: 2.4rem;
    padding-block: 0.45rem;
    font-size: 0.72rem;
  }

  .process-item summary {
    min-height: 3.75rem;
  }

  .process-item summary h3 {
    font-size: 1.06rem;
  }

  .process-item__body {
    padding-bottom: 0.85rem;
  }

  .process-item__body p {
    font-size: 0.78rem;
  }

  .method__lead {
    gap: 3rem;
  }

  .video-perspectives__rail {
    min-height: 2.3rem;
  }

  .video-perspective {
    height: 21.5rem;
    aspect-ratio: auto;
  }

  .video-perspective__meta {
    bottom: 3.8rem;
  }

  .video-perspective__meta h3 {
    font-size: 1rem;
  }

  .video-perspective__play {
    min-height: 2.45rem;
    font-size: 0.59rem;
  }

  .method__copy h2 {
    font-size: 2.55rem;
  }

  .method__copy > p {
    margin-top: 0.8rem;
    font-size: 0.82rem;
  }

  .principles {
    margin-top: 1rem;
  }

  .principles article {
    padding-top: 0.65rem;
  }

  .principles h3 {
    font-size: 1.05rem;
  }

  .principles p {
    font-size: 0.72rem;
  }

  .deliverables {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }

  .deliverables__heading h2 {
    font-size: 1.95rem;
  }

  .deliverables__grid p {
    font-size: 0.69rem;
    line-height: 1.38;
  }

  .location.chapter {
    padding: 2.6rem 0;
  }

  .location__heading {
    padding-bottom: 1.35rem;
  }

  .location__heading h2 {
    font-size: 3.2rem;
  }

  .location__heading p {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .location__grid {
    min-height: 0;
    margin-top: 1.5rem;
    gap: 3rem;
  }

  .location__facts div {
    padding-block: 0.65rem;
  }

  .location__contacts > a {
    min-height: 3.45rem;
  }

  .location__actions {
    margin-top: 0.9rem;
  }

  .map-stage__bar {
    min-height: 3.55rem;
    padding-block: 0.4rem;
  }

  .map-frame {
    min-height: 18.5rem;
  }

  .map-stage__status {
    min-height: 2.85rem;
  }
}

@media (max-width: 23rem) {
  .container {
    width: min(var(--container), calc(100% - 2rem));
  }

  .site-header__inner {
    width: calc(100% - 2rem);
  }

  .brand {
    gap: 0.4rem;
  }

  .brand__mark {
    width: 2.35rem;
    height: 2.35rem;
  }

  .brand__copy strong {
    max-width: 9.6rem;
    font-size: 0.64rem;
  }

  .brand__copy small {
    font-size: 0.6rem;
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .hero__lead {
    font-size: 0.85rem;
  }

  .hero__location {
    font-size: 0.64rem;
    letter-spacing: 0.09em;
  }

  .video-perspectives__rail span:last-child {
    display: none;
  }

  .video-perspective__meta {
    right: 0.55rem;
    bottom: 3.8rem;
    left: 0.55rem;
  }

  .video-perspective__meta h3 {
    font-size: 0.92rem;
  }

  .video-perspective__play {
    right: 0.55rem;
    bottom: 0.55rem;
    left: 0.55rem;
    min-height: 2.55rem;
    padding-inline: 0.6rem;
    font-size: 0.58rem;
  }

  .hero__actions .button {
    font-size: 0.71rem;
  }

  .chapter-heading h2 {
    font-size: 2.05rem;
  }

  .location__heading h2 {
    font-size: 2.35rem;
  }

  .location__heading p {
    font-size: 0.82rem;
  }

  .map-stage__bar > a span {
    display: none;
  }

  .site-footer__wordmark {
    font-size: 2.35rem;
  }
}

@media (max-width: 40rem) and (max-height: 42rem) and (orientation: portrait) {
  .hero__inner {
    padding-top: 4.6rem;
    padding-bottom: 0.75rem;
    justify-content: center;
    gap: 0;
  }

  .hero__location {
    margin-bottom: 0.55rem;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .hero__lead {
    margin-top: 0.75rem;
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .hero__actions {
    margin-top: 0.85rem;
  }

  .hero__actions .button--ghost,
  .hero__scope {
    display: none;
  }
}

@media (max-height: 31.25rem) and (orientation: landscape) {
  .hero__inner {
    padding-top: 4rem;
    padding-bottom: 0.75rem;
    justify-content: center;
  }

  .hero__location {
    display: none;
  }

  .hero h1 {
    max-width: 18ch;
    font-size: 2.7rem;
  }

  .hero h1 span {
    display: inline;
  }

  .hero__lead {
    max-width: 42rem;
    margin-top: 0.65rem;
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .hero__actions {
    margin-top: 0.75rem;
  }

  .hero__actions .button {
    min-height: 2.5rem;
    padding-block: 0.55rem;
  }

  .hero__scope {
    display: none;
  }
}

@media (min-width: 64rem) and (max-height: 50rem) {
  .site-footer__inner {
    min-height: 0;
    display: block;
  }

  .site-footer__closing {
    padding: 2rem 0 1.25rem;
    grid-template-columns: minmax(0, 1fr) 17rem;
    gap: 3rem;
  }

  .site-footer__closing h2 {
    font-size: 2.65rem;
  }

  .site-footer__top {
    padding: 1.25rem 0;
  }

  .site-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.25rem;
  }

  .site-footer__wordmark {
    padding: 1rem 0 0.75rem;
    font-size: 6.4rem;
  }

  .site-footer__bottom {
    min-height: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero__media {
    transform: scale(1.03) !important;
  }

  .hero__scope span.is-active::after,
  .hero__brief-meter span.is-running {
    animation: none !important;
    transform: scaleX(1);
  }

  .service-visual .service-visual__image {
    transition: none !important;
  }

  .map-frame::after {
    display: none;
  }

  .map-frame iframe {
    transform: none !important;
  }

  .js [data-reveal],
  .js .hero__copy > *,
  .js .hero__scope {
    opacity: 1;
    transform: none;
  }
}
