:root {
  --agency-ink: #07111f;
  --agency-navy: #08182a;
  --agency-navy-soft: #10263e;
  --agency-blue: #0b6f9e;
  --agency-cyan: #19a7c5;
  --agency-gold: #c9a667;
  --agency-gold-light: #ecd7a4;
  --agency-cream: #f4f0e8;
  --agency-paper: #fbfaf7;
  --agency-white: #fff;
  --agency-muted: #66717f;
  --agency-line: rgba(7, 17, 31, 0.12);
  --agency-shell: min(1180px, calc(100vw - 48px));
  --agency-display: "Manrope", "Trebuchet MS", sans-serif;
  --agency-body: "DM Sans", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--agency-ink);
  background: var(--agency-paper);
  font-family: var(--agency-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.agency-home {
  overflow-x: hidden;
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.agency-skip {
  position: fixed;
  z-index: 1000;
  top: -4rem;
  left: 1rem;
  padding: 0.85rem 1rem;
  color: var(--agency-white);
  background: var(--agency-navy);
  border-radius: 0 0 0.5rem 0.5rem;
  transition: top 180ms ease;
}

.agency-skip:focus {
  top: 0;
}

.agency-shell {
  width: var(--agency-shell);
  margin-inline: auto;
}

.agency-header {
  position: fixed;
  z-index: 80;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 17, 31, 0.94);
  backdrop-filter: blur(18px);
  transition: background 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.agency-header.is-scrolled {
  border-color: rgba(7, 17, 31, 0.08);
  background: rgba(251, 250, 247, 0.94);
  box-shadow: 0 12px 40px rgba(7, 17, 31, 0.08);
}

.agency-nav-wrap {
  display: flex;
  width: var(--agency-shell);
  min-height: 84px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.agency-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--agency-white);
  text-decoration: none;
}

.agency-brand img {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.agency-brand span {
  display: grid;
  gap: 0.1rem;
}

.agency-brand strong {
  font-family: var(--agency-display);
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

.agency-brand small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.agency-header.is-scrolled .agency-brand {
  color: var(--agency-ink);
}

.agency-header.is-scrolled .agency-brand small {
  color: var(--agency-muted);
}

.agency-nav {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.agency-nav > a {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.agency-nav > a:not(.agency-nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  left: 0;
  height: 1px;
  background: var(--agency-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.agency-nav > a:hover,
.agency-nav > a:focus-visible {
  color: var(--agency-white);
}

.agency-nav > a:hover::after,
.agency-nav > a:focus-visible::after {
  transform: scaleX(1);
}

.agency-nav > a[aria-current="page"]:not(.agency-nav-cta) {
  color: var(--agency-white);
}

.agency-nav > a[aria-current="page"]:not(.agency-nav-cta)::after {
  transform: scaleX(1);
}

.agency-header.is-scrolled .agency-nav > a:not(.agency-nav-cta) {
  color: #394553;
}

.agency-header.is-scrolled .agency-nav > a:not(.agency-nav-cta):hover {
  color: var(--agency-ink);
}

.agency-nav .agency-nav-cta {
  display: inline-flex;
  min-height: 46px;
  padding: 0 1.2rem;
  align-items: center;
  gap: 0.7rem;
  color: var(--agency-navy);
  background: var(--agency-gold-light);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(201, 166, 103, 0.16);
}

.agency-nav .agency-nav-cta:hover {
  color: var(--agency-navy);
  background: #f6e5ba;
}

.agency-menu-button {
  display: none;
}

.agency-hero {
  position: relative;
  min-height: 840px;
  padding: 154px 0 90px;
  overflow: hidden;
  color: var(--agency-white);
  background:
    radial-gradient(circle at 72% 48%, rgba(25, 167, 197, 0.13), transparent 27%),
    linear-gradient(135deg, #07111f 0%, #091a2d 56%, #06111e 100%);
}

.agency-grid,
.agency-band-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 42%, #000 100%);
}

.agency-glow {
  position: absolute;
  border: 1px solid rgba(201, 166, 103, 0.24);
  border-radius: 50%;
  pointer-events: none;
}

.agency-glow-one {
  top: 4rem;
  right: -18rem;
  width: 46rem;
  height: 46rem;
  box-shadow: inset 0 0 120px rgba(25, 167, 197, 0.05), 0 0 90px rgba(25, 167, 197, 0.06);
}

.agency-glow-two {
  bottom: -24rem;
  left: -12rem;
  width: 42rem;
  height: 42rem;
  border-color: rgba(25, 167, 197, 0.17);
}

.agency-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 600px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: 4.5rem;
}

.agency-eyebrow,
.agency-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--agency-gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.agency-eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--agency-gold);
}

.agency-hero h1 {
  max-width: 770px;
  margin: 1.6rem 0 1.5rem;
  font-family: var(--agency-display);
  font-size: clamp(3.25rem, 5.3vw, 5.85rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.agency-hero h1 em,
.agency-intro h2 em {
  display: block;
  color: var(--agency-gold-light);
  font-style: normal;
  font-weight: 500;
}

.agency-lede {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.13rem;
  line-height: 1.75;
}

.agency-hero-actions,
.agency-band-actions {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.35rem;
}

.agency-button {
  display: inline-flex;
  min-height: 58px;
  padding: 0 1.55rem;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.agency-button:hover {
  transform: translateY(-2px);
}

.agency-button-primary {
  color: var(--agency-navy);
  background: var(--agency-gold-light);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
}

.agency-button-primary:hover {
  background: #f7e8c4;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.agency-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  font-weight: 600;
  text-underline-offset: 0.35rem;
  transition: color 180ms ease;
}

.agency-text-link:hover {
  color: var(--agency-white);
}

.agency-assurance {
  display: flex;
  margin-top: 2.2rem;
  flex-wrap: wrap;
  gap: 0.75rem 1.35rem;
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.74rem;
}

.agency-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.agency-assurance i {
  color: var(--agency-gold);
  font-style: normal;
}

.agency-hero-visual {
  position: relative;
  min-height: 560px;
}

.agency-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.agency-orbit::before,
.agency-orbit::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 3px solid rgba(201, 166, 103, 0.28);
  border-radius: 50%;
  background: var(--agency-gold-light);
  box-shadow: 0 0 18px rgba(236, 215, 164, 0.55);
}

.agency-orbit-outer {
  inset: 2.2rem -1.5rem 1.5rem;
}

.agency-orbit-outer::before {
  top: 10%;
  right: 15%;
}

.agency-orbit-outer::after {
  bottom: 15%;
  left: 8%;
}

.agency-orbit-inner {
  inset: 6rem 2.4rem 5.6rem;
  border-color: rgba(25, 167, 197, 0.24);
}

.agency-orbit-inner::before {
  top: 28%;
  left: -6px;
  background: var(--agency-cyan);
}

.agency-orbit-inner::after {
  right: -6px;
  bottom: 26%;
  background: var(--agency-cyan);
}

.agency-signal-card {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(390px, 85%);
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(17, 43, 68, 0.88), rgba(7, 17, 31, 0.9));
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  transform: translate(-50%, -50%);
}

.agency-signal-top {
  display: flex;
  padding-bottom: 1rem;
  align-items: center;
  gap: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
}

.agency-signal-top small {
  margin-left: auto;
  color: var(--agency-gold-light);
  letter-spacing: 0.12em;
}

.agency-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5ed8bf;
  box-shadow: 0 0 0 5px rgba(94, 216, 191, 0.1), 0 0 16px rgba(94, 216, 191, 0.5);
}

.agency-signal-main {
  display: grid;
  padding: 1.6rem 0 1.4rem;
  gap: 0.65rem;
}

.agency-signal-main span {
  color: var(--agency-gold);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.agency-signal-main strong {
  font-family: var(--agency-display);
  font-size: 1.75rem;
  letter-spacing: -0.04em;
  line-height: 1.18;
}

.agency-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}

.agency-progress span {
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

.agency-progress span:nth-child(-n+3) {
  background: linear-gradient(90deg, var(--agency-blue), var(--agency-cyan));
}

.agency-signal-meta {
  display: grid;
  margin-top: 1.1rem;
  padding-top: 1rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.7rem;
}

.agency-signal-meta span {
  display: grid;
  gap: 0.2rem;
}

.agency-signal-meta small {
  color: rgba(255, 255, 255, 0.37);
  font-size: 0.55rem;
  letter-spacing: 0.12em;
}

.agency-map-label,
.agency-coordinate {
  position: absolute;
  z-index: 4;
  font-family: var(--agency-body);
}

.agency-map-label {
  display: flex;
  padding: 0.68rem 0.9rem;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(7, 17, 31, 0.68);
  font-size: 0.68rem;
  backdrop-filter: blur(12px);
}

.agency-map-label span {
  color: var(--agency-gold-light);
  font-size: 0.56rem;
}

.agency-map-us {
  top: 13%;
  right: 2%;
}

.agency-map-mx {
  right: 12%;
  bottom: 10%;
}

.agency-coordinate {
  color: rgba(255, 255, 255, 0.27);
  font-size: 0.53rem;
  letter-spacing: 0.14em;
}

.agency-coordinate-top {
  top: 29%;
  left: -4%;
  transform: rotate(-90deg);
}

.agency-coordinate-bottom {
  right: -2%;
  bottom: 28%;
  transform: rotate(90deg);
}

.agency-scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 2rem;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.agency-scroll-cue span {
  width: 1px;
  height: 28px;
  background: linear-gradient(var(--agency-gold), transparent);
}

.agency-proof {
  border-bottom: 1px solid var(--agency-line);
  background: var(--agency-cream);
}

.agency-proof-grid {
  display: grid;
  min-height: 150px;
  grid-template-columns: 0.8fr 0.8fr 1fr 1.45fr;
  align-items: stretch;
}

.agency-proof-grid > div {
  display: flex;
  min-width: 0;
  padding: 2rem 1.8rem;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid var(--agency-line);
}

.agency-proof-grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.agency-stat {
  font-family: var(--agency-display);
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.agency-stat-label {
  margin-top: 0.25rem;
  color: var(--agency-muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.agency-proof-grid .agency-proof-statement {
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
}

.agency-monogram {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border: 1px solid rgba(201, 166, 103, 0.55);
  border-radius: 50%;
  color: var(--agency-gold);
  font-family: var(--agency-display);
  font-weight: 700;
}

.agency-proof-statement p {
  margin: 0;
  color: var(--agency-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.agency-proof-statement strong {
  color: var(--agency-ink);
}

.agency-section {
  padding: 120px 0;
}

.agency-intro {
  background: var(--agency-paper);
}

.agency-intro-grid {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 5rem;
}

.agency-section-label {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  color: var(--agency-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.agency-section-label span {
  color: var(--agency-gold);
}

.agency-section-label p {
  margin: 0;
}

.agency-intro h2,
.agency-section-head h2,
.agency-candidate-band h2,
.agency-final-card h2 {
  margin: 0;
  font-family: var(--agency-display);
  font-size: clamp(2.45rem, 4vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.06;
}

.agency-intro h2 em {
  color: var(--agency-blue);
}

.agency-intro-grid > div:last-child > p {
  max-width: 770px;
  margin: 2rem 0 0;
  color: var(--agency-muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.agency-services {
  padding-bottom: 120px;
  background: var(--agency-paper);
}

.agency-services .agency-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--agency-line);
  border-bottom: 1px solid var(--agency-line);
}

.agency-service {
  position: relative;
  min-height: 455px;
  padding: 2rem;
  overflow: hidden;
  border-left: 1px solid var(--agency-line);
  background: rgba(255, 255, 255, 0.28);
  transition: background 250ms ease, transform 250ms ease;
}

.agency-service:first-child {
  border-left: 0;
}

.agency-service:hover {
  background: var(--agency-white);
  transform: translateY(-6px);
}

.agency-service-number {
  color: var(--agency-gold);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.agency-service-icon {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 3rem 0 2.5rem;
}

.agency-service-icon span {
  position: absolute;
  border: 1px solid rgba(11, 111, 158, 0.35);
  border-radius: 50%;
}

.agency-service-icon span:nth-child(1) {
  inset: 4px 40px 62px 18px;
  background: rgba(25, 167, 197, 0.1);
}

.agency-service-icon span:nth-child(2) {
  inset: 42px 8px 16px 50px;
  background: rgba(201, 166, 103, 0.12);
}

.agency-service-icon span:nth-child(3) {
  top: 31px;
  left: 34px;
  width: 44px;
  height: 1px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, var(--agency-blue), var(--agency-gold));
  transform: rotate(35deg);
}

.agency-service-icon-doc {
  border: 1px solid rgba(11, 111, 158, 0.22);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(11, 111, 158, 0.06), rgba(201, 166, 103, 0.08));
}

.agency-service-icon-doc span:nth-child(1),
.agency-service-icon-doc span:nth-child(2) {
  right: 18px;
  left: 18px;
  height: 1px;
  border: 0;
  border-radius: 0;
  background: var(--agency-blue);
}

.agency-service-icon-doc span:nth-child(1) {
  top: 40px;
}

.agency-service-icon-doc span:nth-child(2) {
  top: 63px;
  background: var(--agency-gold);
}

.agency-service-icon-path span {
  width: 18px;
  height: 18px;
  border-color: rgba(11, 111, 158, 0.45);
  background: var(--agency-paper);
}

.agency-service-icon-path span:nth-child(1) {
  inset: 4px auto auto 2px;
}

.agency-service-icon-path span:nth-child(2) {
  inset: 44px auto auto 44px;
}

.agency-service-icon-path span:nth-child(3) {
  inset: auto 2px 2px auto;
  border-radius: 50%;
  background: var(--agency-gold-light);
}

.agency-service-icon-path::before,
.agency-service-icon-path::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, var(--agency-blue), var(--agency-gold));
}

.agency-service-icon-path::before {
  top: 34px;
  left: 15px;
  transform: rotate(43deg);
}

.agency-service-icon-path::after {
  right: 12px;
  bottom: 31px;
  transform: rotate(43deg);
}

.agency-kicker {
  color: var(--agency-blue);
}

.agency-service h3 {
  margin: 0.75rem 0 1rem;
  font-family: var(--agency-display);
  font-size: 1.45rem;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.agency-service p:last-child {
  margin: 0;
  color: var(--agency-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.agency-process {
  background: var(--agency-cream);
}

.agency-section-head {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr;
  align-items: end;
  gap: 5rem;
}

.agency-section-head .agency-kicker {
  margin-bottom: 1.1rem;
}

.agency-section-head > p {
  margin: 0 0 0.4rem;
  color: var(--agency-muted);
  line-height: 1.75;
}

.agency-timeline {
  position: relative;
  display: grid;
  margin: 5rem 0 3rem;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.agency-timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 11%;
  left: 2%;
  height: 1px;
  background: linear-gradient(90deg, var(--agency-blue), rgba(11, 111, 158, 0.15));
}

.agency-timeline li {
  position: relative;
  padding-right: 2rem;
}

.agency-timeline li > span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(11, 111, 158, 0.28);
  border-radius: 50%;
  color: var(--agency-blue);
  background: var(--agency-cream);
  font-size: 0.68rem;
  font-weight: 700;
}

.agency-timeline h3 {
  margin: 1.5rem 0 0.7rem;
  font-family: var(--agency-display);
  font-size: 1.05rem;
}

.agency-timeline p {
  margin: 0;
  color: var(--agency-muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

.agency-button-dark {
  color: var(--agency-white);
  background: var(--agency-navy);
}

.agency-button-dark:hover {
  background: var(--agency-navy-soft);
}

.agency-voices {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(25, 167, 197, 0.08), transparent 28%),
    var(--agency-paper);
}

.agency-voices::before {
  content: "";
  position: absolute;
  top: 0;
  right: max(24px, calc((100vw - 1180px) / 2));
  left: max(24px, calc((100vw - 1180px) / 2));
  height: 1px;
  background: linear-gradient(90deg, var(--agency-gold), transparent 72%);
}

.agency-voices-head {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 5rem;
}

.agency-voices-head h2 {
  margin: 1rem 0 0;
  font-family: var(--agency-display);
  font-size: clamp(2.45rem, 4vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.06;
}

.agency-voices-head h2 em {
  color: var(--agency-blue);
}

.agency-voices-head > div:last-child > p {
  max-width: 760px;
  margin: 1.75rem 0 0;
  color: var(--agency-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.agency-quote-grid {
  display: grid;
  margin-top: 4.5rem;
  grid-template-columns: 1.24fr 0.88fr 0.88fr;
  gap: 1rem;
}

.agency-quote-card {
  position: relative;
  display: flex;
  min-height: 390px;
  padding: 2.25rem;
  margin: 0;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--agency-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 50px rgba(7, 17, 31, 0.055);
}

.agency-quote-card::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  width: 11rem;
  height: 11rem;
  border: 1px solid rgba(11, 111, 158, 0.1);
  border-radius: 50%;
}

.agency-quote-featured {
  color: var(--agency-white);
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 88% 10%, rgba(25, 167, 197, 0.2), transparent 32%),
    linear-gradient(145deg, #0b2037, var(--agency-ink));
  box-shadow: 0 28px 70px rgba(7, 17, 31, 0.18);
}

.agency-quote-featured::after {
  border-color: rgba(236, 215, 164, 0.16);
}

.agency-quote-mark {
  position: absolute;
  top: -1.4rem;
  right: 1.25rem;
  color: rgba(236, 215, 164, 0.14);
  font-family: Georgia, serif;
  font-size: 12rem;
  line-height: 1;
}

.agency-quote-index {
  color: var(--agency-gold);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.agency-quote-card blockquote {
  position: relative;
  z-index: 1;
  margin: auto 0;
}

.agency-quote-card blockquote p {
  margin: 0;
  font-family: var(--agency-display);
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.55;
}

.agency-quote-featured blockquote p {
  max-width: 580px;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.35;
}

.agency-quote-card figcaption {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.25rem;
  margin-top: 2rem;
}

.agency-quote-card figcaption strong {
  font-family: var(--agency-display);
  font-size: 0.82rem;
}

.agency-quote-card figcaption span {
  color: var(--agency-muted);
  font-size: 0.72rem;
}

.agency-quote-featured figcaption span {
  color: rgba(255, 255, 255, 0.54);
}

.agency-quote-note {
  margin: 1.25rem 0 0;
  color: var(--agency-muted);
  font-size: 0.7rem;
}

.agency-candidate-band {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  color: var(--agency-white);
  background:
    radial-gradient(circle at 10% 70%, rgba(25, 167, 197, 0.16), transparent 30%),
    var(--agency-navy);
}

.agency-band-grid {
  opacity: 0.1;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.agency-candidate-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.35fr 1fr 1.45fr;
  align-items: start;
  gap: 3rem;
}

.agency-candidate-mark {
  position: absolute;
  right: -2rem;
  bottom: -10rem;
  color: transparent;
  font-family: var(--agency-display);
  font-size: 22rem;
  font-weight: 800;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
}

.agency-section-label-light {
  color: rgba(255, 255, 255, 0.48);
}

.agency-kicker-gold {
  color: var(--agency-gold-light);
}

.agency-candidate-band h2 {
  margin-top: 1rem;
  font-size: clamp(2.3rem, 3.6vw, 4rem);
}

.agency-candidate-band p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.75;
}

.agency-button-gold {
  color: var(--agency-navy);
  background: var(--agency-gold-light);
}

.agency-text-link-light {
  color: rgba(255, 255, 255, 0.7);
}

.agency-final-cta {
  padding: 110px 0;
  background: var(--agency-paper);
}

.agency-final-card {
  display: grid;
  padding: 4.5rem;
  grid-template-columns: 1.1fr 0.75fr;
  align-items: center;
  gap: 5rem;
  color: var(--agency-white);
  border-radius: 30px;
  background:
    radial-gradient(circle at 95% 5%, rgba(25, 167, 197, 0.19), transparent 30%),
    linear-gradient(135deg, #0b1c30, #07111f);
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.18);
}

.agency-final-card h2 {
  margin-top: 1rem;
  font-size: clamp(2.35rem, 3.8vw, 4rem);
}

.agency-final-card p {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.agency-final-card small {
  display: block;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.67rem;
}

.agency-footer {
  padding: 78px 0 24px;
  color: var(--agency-white);
  background: #050d17;
}

.agency-footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 0.8fr 1fr 1.2fr;
  gap: 4rem;
}

.agency-brand-light {
  color: var(--agency-white);
}

.agency-footer-brand > p {
  max-width: 340px;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.82rem;
  line-height: 1.7;
}

.agency-footer h2 {
  margin: 0 0 1.1rem;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.agency-footer-grid > div:not(:first-child) > a {
  display: block;
  width: fit-content;
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  text-decoration: none;
}

.agency-footer-grid > div:not(:first-child) > a:hover {
  color: var(--agency-gold-light);
}

.agency-footer-cta > span {
  color: var(--agency-gold);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agency-footer-grid .agency-footer-cta > a {
  margin-top: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--agency-white);
  font-family: var(--agency-display);
  font-size: 1.1rem;
}

.agency-footer-bottom {
  display: flex;
  margin-top: 4.5rem;
  padding-top: 1.4rem;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.65rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(0.2, 0.75, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

/* Shared polish for the existing inner pages. */
body:not(.agency-home) {
  color: var(--agency-ink);
  background: var(--agency-paper);
  font-family: var(--agency-body);
}

body:not(.agency-home) > header:not(.agency-header) {
  border-color: rgba(7, 17, 31, 0.09) !important;
  background: rgba(251, 250, 247, 0.93) !important;
  box-shadow: 0 10px 38px rgba(7, 17, 31, 0.06);
}

body:not(.agency-home) > header:not(.agency-header) > div > div {
  display: flex !important;
  min-height: 82px;
  padding-block: 0.75rem !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  gap: 2rem !important;
}

body:not(.agency-home) > header:not(.agency-header) nav ul {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 1.45rem !important;
}

body:not(.agency-home) > header:not(.agency-header) nav li:last-child a {
  display: inline-flex;
  min-height: 42px;
  padding: 0 1.15rem;
  align-items: center;
  color: var(--agency-navy);
  border-radius: 999px;
  background: var(--agency-gold-light);
}

.inner-menu-button {
  display: none;
}

body:not(.agency-home) > header:not(.agency-header) img,
body:not(.agency-home) footer img {
  box-shadow: 0 6px 20px rgba(7, 17, 31, 0.12);
}

body:not(.agency-home) h1,
body:not(.agency-home) h2,
body:not(.agency-home) h3,
body:not(.agency-home) h4 {
  font-family: var(--agency-display);
  letter-spacing: -0.035em;
}

body:not(.agency-home) .nav-link-active {
  color: var(--agency-blue);
}

body:not(.agency-home) main > section:first-child.text-white {
  background-color: var(--agency-navy) !important;
}

body:not(.agency-home) main > section:first-child h1 {
  font-size: clamp(2.5rem, 4vw, 4.4rem) !important;
  line-height: 1.08;
}

body:not(.agency-home) main > section:first-child a.bg-white {
  color: var(--agency-navy) !important;
}

body:not(.agency-home) .bg-primary-600,
body:not(.agency-home) .bg-primary-700,
body:not(.agency-home) .bg-blue-700 {
  background-color: var(--agency-blue) !important;
}

body:not(.agency-home) .text-primary-600,
body:not(.agency-home) .text-primary-700,
body:not(.agency-home) .text-blue-700 {
  color: var(--agency-blue) !important;
}

body:not(.agency-home) .rounded-xl,
body:not(.agency-home) .rounded-2xl {
  border-radius: 1.15rem;
}

body:not(.agency-home) footer {
  background: #050d17 !important;
}

body:not(.agency-home) main.pt-32 {
  padding-top: 84px !important;
}

/* Branded briefing heroes for the staffing interior pages. */
.agency-page-hero {
  position: relative;
  display: grid;
  min-height: 510px;
  padding: 88px 0;
  overflow: hidden;
  align-items: center;
  color: var(--agency-white);
  background:
    radial-gradient(circle at 78% 34%, rgba(25, 167, 197, 0.16), transparent 25%),
    linear-gradient(135deg, #07111f 0%, #0b2037 70%, #08182a 100%);
}

.agency-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 48%, #000 100%);
}

.agency-page-hero::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9rem;
  width: 37rem;
  height: 37rem;
  border: 1px solid rgba(236, 215, 164, 0.16);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 78px rgba(25, 167, 197, 0.025),
    inset 0 0 0 155px rgba(255, 255, 255, 0.018);
  transform: translateY(-50%);
}

.agency-page-hero-compact {
  min-height: 450px;
}

.agency-page-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.agency-page-eyebrow {
  display: flex;
  margin-bottom: 1.45rem;
  align-items: center;
  gap: 0.85rem;
  color: var(--agency-gold-light);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.agency-page-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--agency-gold);
}

.agency-page-eyebrow small {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.3);
  font: inherit;
}

.agency-page-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--agency-white) !important;
  font-family: var(--agency-display);
  font-size: clamp(3rem, 5vw, 5.2rem) !important;
  font-weight: 700;
  letter-spacing: -0.06em !important;
  line-height: 1.02 !important;
}

.agency-page-hero h1 em {
  color: var(--agency-gold-light);
  font-style: normal;
}

.agency-page-hero-copy > p {
  max-width: 680px;
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 1.04rem;
  line-height: 1.75;
}

.agency-page-actions {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
}

.agency-page-primary,
.agency-page-secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.agency-page-primary {
  padding: 0 1.45rem;
  gap: 1rem;
  color: var(--agency-navy);
  border-radius: 999px;
  background: var(--agency-gold-light);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.agency-page-primary:hover {
  background: var(--agency-white);
}

.agency-page-secondary {
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.agency-page-secondary:hover {
  color: var(--agency-white);
  border-color: var(--agency-gold);
}

.agency-page-brief {
  position: relative;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(7, 17, 31, 0.66);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.agency-page-brief-head {
  display: flex;
  padding: 0.2rem 0.2rem 1rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agency-page-brief-head span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--agency-gold-light);
}

.agency-page-brief-head span:last-child::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--agency-cyan);
  box-shadow: 0 0 12px rgba(25, 167, 197, 0.8);
}

.agency-page-brief dl {
  margin: 0;
}

.agency-page-brief dl > div {
  display: grid;
  padding: 1.15rem 0.2rem;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.agency-page-brief dl > div:last-child {
  border-bottom: 0;
}

.agency-page-brief dt {
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.agency-page-brief dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--agency-display);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
}

.agency-page-brief-foot {
  display: flex;
  padding: 0.9rem 0.2rem 0.1rem;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.agency-inner-content-head {
  max-width: 760px;
  margin: 0 auto 4rem;
  text-align: center;
}

.agency-inner-content-head .agency-kicker {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.agency-line-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 1.5rem;
  place-items: center;
  color: var(--agency-blue);
  border: 1px solid rgba(11, 111, 158, 0.14);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(25, 167, 197, 0.13), rgba(236, 215, 164, 0.14)),
    var(--agency-white);
  box-shadow: 0 12px 30px rgba(7, 17, 31, 0.06);
}

.agency-line-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.agency-line-icon-centered {
  margin-inline: auto;
}

@media (max-width: 1040px) {
  .agency-nav {
    gap: 1.15rem;
  }

  .agency-hero-layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
  }

  .agency-hero h1 {
    font-size: clamp(3.1rem, 5.9vw, 4.9rem);
  }

  .agency-footer-grid {
    grid-template-columns: 1.5fr 0.8fr 1fr;
  }

  .agency-footer-cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  :root {
    --agency-shell: min(100% - 36px, 700px);
  }

  .agency-nav-wrap {
    min-height: 74px;
  }

  .agency-menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 11px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: transparent;
  }

  .agency-header.is-scrolled .agency-menu-button {
    border-color: rgba(7, 17, 31, 0.13);
  }

  .agency-menu-button > span:not(.sr-only) {
    width: 18px;
    height: 1px;
    background: var(--agency-white);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .agency-header.is-scrolled .agency-menu-button > span:not(.sr-only) {
    background: var(--agency-ink);
  }

  .agency-menu-button[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .agency-menu-button[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .agency-menu-button[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .agency-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    padding: 1.25rem 18px 1.5rem;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: rgba(7, 17, 31, 0.98);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
  }

  .agency-nav.is-open {
    display: flex;
  }

  .agency-nav > a {
    padding: 0.9rem 0;
    color: rgba(255, 255, 255, 0.8) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .agency-nav .agency-nav-cta {
    margin-top: 0.8rem;
    padding-inline: 1.2rem;
    align-self: flex-start;
    color: var(--agency-navy) !important;
    border-bottom: 0;
  }

  .agency-hero {
    min-height: auto;
    padding: 130px 0 80px;
  }

  .agency-hero-layout {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .agency-hero h1 {
    max-width: 680px;
  }

  .agency-hero-visual {
    min-height: 470px;
  }

  .agency-scroll-cue {
    display: none;
  }

  .agency-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .agency-proof-grid > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--agency-line);
  }

  .agency-proof-grid > div:nth-child(4) {
    border-top: 1px solid var(--agency-line);
  }

  .agency-intro-grid,
  .agency-section-head,
  .agency-voices-head,
  .agency-candidate-layout,
  .agency-final-card {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

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

  .agency-service {
    min-height: 360px;
    border-top: 1px solid var(--agency-line);
    border-left: 0;
  }

  .agency-service:first-child {
    border-top: 0;
  }

  .agency-service-icon {
    margin: 2rem 0;
  }

  .agency-page-hero-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .agency-page-brief {
    max-width: 650px;
  }

  .agency-page-hero::after {
    right: -18rem;
  }

  .agency-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
  }

  .agency-timeline::before {
    display: none;
  }

  .agency-quote-grid {
    grid-template-columns: 1fr 1fr;
  }

  .agency-quote-featured {
    grid-column: 1 / -1;
  }

  .agency-quote-featured,
  .agency-quote-card {
    min-height: 340px;
  }

  .agency-candidate-layout {
    grid-template-columns: 0.4fr 1.6fr;
  }

  .agency-candidate-layout > div:last-child {
    grid-column: 1 / -1;
  }

  .agency-final-card {
    padding: 3rem;
  }

  body:not(.agency-home) > header:not(.agency-header) > div > div {
    position: relative;
    min-height: 82px;
    padding-block: 0.65rem !important;
    align-items: center !important;
    flex-wrap: nowrap;
    gap: 0.5rem !important;
  }

  .inner-menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 11px;
    margin-left: auto;
    place-content: center;
    flex: 0 0 44px;
    gap: 5px;
    border: 1px solid rgba(7, 17, 31, 0.14);
    border-radius: 50%;
    background: transparent;
  }

  .inner-menu-button span {
    width: 18px;
    height: 1px;
    background: var(--agency-ink);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .inner-menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .inner-menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .inner-menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  body:not(.agency-home) > header:not(.agency-header) nav.inner-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 0.75rem 1rem 1.25rem;
    overflow: visible;
    background: rgba(251, 250, 247, 0.98);
    box-shadow: 0 24px 45px rgba(7, 17, 31, 0.12);
  }

  body:not(.agency-home) > header:not(.agency-header) nav.inner-nav.is-open {
    display: block;
  }

  body:not(.agency-home) > header:not(.agency-header) nav.inner-nav ul {
    display: flex !important;
    width: 100%;
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  body:not(.agency-home) > header:not(.agency-header) nav.inner-nav li a {
    display: flex;
    min-height: 42px;
    padding: 0.75rem 0;
    align-items: center;
    border-bottom: 1px solid rgba(7, 17, 31, 0.08);
  }

  body:not(.agency-home) > header:not(.agency-header) nav.inner-nav li:last-child a {
    width: fit-content;
    min-height: 40px;
    margin-top: 0.75rem;
    padding-inline: 1rem;
    border-bottom: 0;
  }

  .agency-footer-grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
  }

  .agency-footer-cta {
    grid-column: auto;
  }

  body:not(.agency-home) main.pt-32 {
    padding-top: 74px !important;
  }
}

@media (max-width: 560px) {
  :root {
    --agency-shell: calc(100% - 32px);
  }

  .agency-brand strong {
    font-size: 0.84rem;
  }

  .agency-brand small {
    font-size: 0.56rem;
  }

  .agency-brand img {
    width: 44px;
    height: 44px;
  }

  .agency-hero {
    padding-top: 116px;
  }

  .agency-page-hero {
    min-height: auto;
    padding: 74px 0;
  }

  .agency-page-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.65rem) !important;
  }

  .agency-page-hero-copy > p {
    font-size: 0.95rem;
  }

  .agency-page-eyebrow {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .agency-page-eyebrow small {
    width: 100%;
    margin: 0 0 0 48px;
  }

  .agency-page-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .agency-page-primary,
  .agency-page-secondary {
    width: 100%;
  }

  .agency-page-secondary {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
  }

  .agency-page-brief {
    padding: 1rem;
    border-radius: 18px;
  }

  .agency-page-brief dl > div {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .agency-hero h1 {
    margin-top: 1.25rem;
    font-size: clamp(2.65rem, 12.5vw, 3.55rem);
    letter-spacing: -0.06em;
  }

  .agency-lede {
    font-size: 1rem;
    line-height: 1.65;
  }

  .agency-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .agency-button {
    width: 100%;
  }

  .agency-text-link {
    justify-content: center;
  }

  .agency-assurance {
    display: grid;
    grid-template-columns: 1fr;
  }

  .agency-hero-visual {
    min-height: 400px;
  }

  .agency-orbit-outer {
    inset: 1rem -5rem;
  }

  .agency-orbit-inner {
    inset: 4rem -1.5rem;
  }

  .agency-signal-card {
    width: 94%;
  }

  .agency-map-label {
    font-size: 0.59rem;
  }

  .agency-map-us {
    right: -1rem;
  }

  .agency-map-mx {
    right: -0.5rem;
    bottom: 4%;
  }

  .agency-coordinate {
    display: none;
  }

  .agency-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .agency-proof-grid > div {
    padding: 1.6rem 1rem;
  }

  .agency-proof-grid > div:nth-child(odd) {
    border-left: 0;
  }

  .agency-proof-grid > div:first-child {
    padding-left: 1rem;
  }

  .agency-proof-statement {
    grid-column: 1 / -1;
  }

  .agency-section {
    padding: 88px 0;
  }

  .agency-intro-grid {
    gap: 2.2rem;
  }

  .agency-intro h2,
  .agency-section-head h2,
  .agency-voices-head h2,
  .agency-candidate-band h2,
  .agency-final-card h2 {
    font-size: 2.45rem;
  }

  .agency-services {
    padding-bottom: 88px;
  }

  .agency-service {
    min-height: auto;
    padding: 2rem 1.25rem 2.5rem;
  }

  .agency-timeline {
    grid-template-columns: 1fr;
  }

  .agency-quote-grid {
    margin-top: 3rem;
    grid-template-columns: 1fr;
  }

  .agency-quote-featured {
    grid-column: auto;
  }

  .agency-quote-card {
    min-height: 320px;
    padding: 1.75rem;
  }

  .agency-quote-featured blockquote p {
    font-size: 1.55rem;
  }

  .agency-candidate-band {
    padding: 90px 0;
  }

  .agency-candidate-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .agency-candidate-layout > div:last-child {
    grid-column: auto;
  }

  .agency-candidate-mark {
    right: -5rem;
    font-size: 15rem;
  }

  .agency-final-cta {
    padding: 70px 0;
  }

  .agency-final-card {
    width: calc(100% - 24px);
    padding: 2.25rem 1.35rem;
    border-radius: 22px;
  }

  .agency-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 1.25rem;
  }

  .agency-footer-brand,
  .agency-footer-cta {
    grid-column: 1 / -1;
  }

  .agency-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }
}

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
