@charset "UTF-8";
:root {
  --ink: #151919;
  --muted: #646a6b;
  --paper: #f7f8f5;
  --blue: #1946ed;
  --line: #dce0dc;
  --radius: 18px;
  --space: clamp(24px, 5.3vw, 92px);
  --font: "DM Sans", Arial, Helvetica, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.047em;
}
h1 {
  font-size: clamp(48px, 7.9vw, 128px);
}
h2 {
  font-size: clamp(36px, 4.45vw, 72px);
}
h3 {
  font-size: 26px;
}
p {
  color: var(--muted);
}
em {
  font-style: normal;
  color: #777d7a;
}
::selection {
  background: #b8ccff;
  color: #0a1948;
}
:focus-visible {
  outline: 3px solid #4678ff;
  outline-offset: 5px;
}
button[disabled] {
  cursor: default;
}
button[hidden],
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  background: white;
  color: var(--ink);
  padding: 12px 20px;
  z-index: 1000;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.section-shell {
  padding-left: var(--space);
  padding-right: var(--space);
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  color: inherit;
}
.eyebrow > span:empty {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: var(--blue);
  border-radius: 50%;
  flex-shrink: 0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 15px 23px;
  border-radius: 100px;
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  min-height: 50px;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.button svg {
  width: 20px;
  height: 20px;
}
.button:hover {
  background: var(--ink);
  color: white;
  transform: translateY(-2px);
}
.button.blue {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.button.blue:hover {
  background: #1334b5;
}
.button.light {
  background: white;
  color: var(--ink);
  border-color: white;
}
.button.light:hover {
  background: #d9e6ff;
}
.button.glass {
  background: #ffffff0d;
  border-color: #ffffff60;
  color: white;
  backdrop-filter: blur(10px);
}
.button.glass:hover {
  background: #ffffff25;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  line-height: 1.3;
  font-size: 13px;
  min-height: 44px;
  font-weight: 500;
}
.text-link svg {
  transition: transform 0.2s;
}
.text-link:hover svg {
  transform: translateX(5px);
}
.text-link span {
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}
.muted {
  color: var(--muted);
}
.plus {
  font-size: 29px;
  line-height: 1;
  font-weight: 300;
  transition: transform 0.2s;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}
.section-heading .eyebrow {
  margin-bottom: 30px;
}
.section-heading > p:not(.eyebrow) {
  max-width: 300px;
  font-size: 15px;
  line-height: 1.65;
}
.section-heading h2 span {
  color: var(--muted);
}
/* Navigation */
.site-header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 0 var(--space);
  position: relative;
  z-index: 20;
  max-width: 1800px;
  margin: auto;
}
.site-header.on-hero {
  position: absolute;
  left: 0;
  right: 0;
  color: white;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}
.brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.brand > span {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.6px;
}
.brand small {
  font-size: 8px;
  display: block;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.3;
  margin-top: 7px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
}
.desktop-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  position: relative;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
}
.desktop-nav a:hover::after,
.desktop-nav a[aria-current]::after {
  transform: scaleX(1);
}
.nav-contact {
  font-size: 12px;
  padding: 13px 20px;
  min-height: 44px;
}
.menu-toggle {
  display: none;
}
.mobile-menu {
  display: none;
}
.bottom-dock {
  position: fixed;
  z-index: 18;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px;
  display: flex;
  align-items: center;
  gap: 3px;
  background: #fffefbea;
  border: 1px solid #ffffffb3;
  border-radius: 100px;
  box-shadow: 0 3px 25px #18202120;
  backdrop-filter: blur(18px);
}
.bottom-dock > a {
  font-size: 11px;
  padding: 10px 15px;
  border-radius: 100px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 39px;
  transition: background 0.2s;
}
.bottom-dock > a:hover,
.bottom-dock > a[aria-current] {
  background: #e8eeff;
  color: #153cdc;
}
.bottom-dock > a:first-child {
  padding: 7px 10px;
}
.bottom-dock img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.bottom-dock .dock-contact {
  background: var(--ink);
  color: white;
  padding: 10px 17px;
}
.bottom-dock svg {
  width: 14px;
  height: 14px;
}
/* The photographic world */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 780px;
  height: calc(100svh - 12px);
  max-height: 1060px;
  margin: 6px;
  border-radius: 18px;
  background: #131a1b;
  color: white;
}
.hero-world {
  position: absolute;
  inset: 0;
  overflow: hidden;
  perspective: 1100px;
}
.photo-wall {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 128%;
  left: -14%;
  top: -22%;
  transform: rotateX(14deg) rotateZ(-8deg) scale(1.05);
  animation: wall-drift 24s ease-in-out infinite alternate;
  transform-origin: 50% 40%;
}
.wall-photo {
  height: clamp(170px, 20vw, 305px);
  border-radius: 16px;
  overflow: hidden;
  background: #263337;
  box-shadow: 0 1px 0 #ffffff30;
}
.wall-photo img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
}
.wall-photo:nth-child(4n + 2) {
  transform: translateY(40px);
}
.wall-photo:nth-child(4n + 3) {
  transform: translateY(70px);
}
.wall-photo:nth-child(4n + 4) {
  transform: translateY(20px);
}
.wall-4 img {
  object-position: center 35%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      #06101380 0%,
      #0b141526 23%,
      #101718b8 58%,
      #101718ed 90%
    ),
    linear-gradient(
      90deg,
      #05111670,
      transparent 30%,
      transparent 70%,
      #05111670
    );
}
.hero-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 135px;
  text-align: center;
}
.hero-content .eyebrow {
  justify-content: center;
  color: #fffffff0;
  font-size: 10px;
  letter-spacing: 0.16em;
  margin-bottom: 25px;
}
.hero-content .eyebrow > span {
  background: #a6c2ff;
}
.hero h1 {
  font-size: clamp(54px, 6.6vw, 112px);
  line-height: 1.035;
  letter-spacing: -0.05em;
  text-shadow: 0 2px 40px #0003;
}
.hero h1 > span {
  color: #d5dad8;
}
.hero-content > p {
  font-size: 16px;
  color: #d6dbd9;
  line-height: 1.55;
  margin-top: 23px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 31px;
}
.hero-actions .button {
  min-width: 208px;
  text-align: left;
}
.hero-bottom {
  position: absolute;
  bottom: 34px;
  left: calc(var(--space) - 6px);
  right: calc(var(--space) - 6px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  letter-spacing: 0.08em;
  color: #d5d9d7;
}
.hero-bottom a {
  font-size: 11px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 44px;
}
.hero-bottom a > span {
  display: grid;
  place-items: center;
  border: 1px solid #ffffff38;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 16px;
}
.hero-caption {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-caption i {
  width: 5px;
  height: 5px;
  background: #a9d8bd;
  border-radius: 50%;
}
@keyframes wall-drift {
  from {
    transform: rotateX(14deg) rotateZ(-8deg) scale(1.05) translateY(0);
  }
  to {
    transform: rotateX(14deg) rotateZ(-6deg) scale(1.05) translateY(-32px);
  }
}
/* Home */
.trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
.trust-strip > span {
  font-size: 14px;
  line-height: 1.6;
}
.trust-strip strong {
  font-weight: 500;
  color: var(--muted);
}
.trust-strip > div {
  display: flex;
  align-items: center;
  gap: 55px;
}
.trust-strip img {
  width: 145px;
  height: 47px;
  object-fit: contain;
}
.trust-strip img:last-child {
  width: 165px;
}
.trust-strip > p {
  text-align: right;
  font-size: 12px;
}
.intro-section {
  padding-top: 115px;
  padding-bottom: 92px;
  display: grid;
  grid-template-columns: 1fr 2.15fr;
  gap: 45px;
}
.intro-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mini-mark {
  display: block;
  width: 60px;
  opacity: 0.9;
}
.intro-section h2 {
  font-size: clamp(36px, 4.9vw, 79px);
}
.intro-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 35px;
  margin-bottom: 22px;
}
.intro-columns p {
  font-size: 15px;
  max-width: 350px;
  line-height: 1.8;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 100px;
}
.stats > div {
  padding: 25px 35px 0;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.stats > div:first-child {
  padding-left: 0;
}
.stats > div:last-child {
  border-right: 0;
}
.stats > div > span {
  font-size: 9px;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.stats strong {
  display: block;
  font-size: clamp(55px, 6.8vw, 100px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.1;
  margin: 27px 0 11px;
}
.stats strong span {
  color: var(--blue);
  font-size: 0.55em;
  vertical-align: top;
  line-height: 1.65;
  letter-spacing: -0.02em;
}
.stats p {
  font-size: 13px;
}
.services-section {
  padding-top: 80px;
  padding-bottom: 95px;
  border-top: 1px solid var(--line);
}
.service-preview {
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  gap: 70px;
  align-items: start;
}
.service-photo {
  position: relative;
  aspect-ratio: 1/1.12;
  overflow: hidden;
  border-radius: var(--radius);
  color: white;
}
.service-photo > img {
  height: 100%;
  object-fit: cover;
  object-position: 37% center;
}
.service-photo::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, #09120ccd);
}
.service-photo > div {
  position: absolute;
  bottom: 35px;
  left: 30px;
  right: 25px;
  z-index: 1;
}
.service-photo span {
  font-size: 9px;
  letter-spacing: 0.11em;
}
.service-photo p {
  font-size: 35px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: white;
  margin-top: 15px;
}
.service-list > a:not(.text-link) {
  display: grid;
  grid-template-columns: 25px 1fr 22px;
  align-items: center;
  gap: 14px;
  min-height: 77px;
  border-top: 1px solid var(--line);
  transition:
    padding 0.2s,
    color 0.2s;
}
.service-list > a:not(.text-link):hover {
  padding-left: 8px;
  color: var(--blue);
}
.service-number {
  font-size: 10px;
  color: var(--muted);
}
.service-list h3 {
  font-size: 21px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.service-list > .text-link {
  margin-top: 25px;
}
.people-section {
  padding-top: 92px;
  padding-bottom: 95px;
  background: #edf0ec;
}
.gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 27px;
}
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.gallery-filters button {
  border: 1px solid #d4d9d4;
  background: transparent;
  border-radius: 30px;
  padding: 11px 16px;
  font-size: 11px;
  min-height: 42px;
  transition: background 0.2s;
}
.gallery-filters button[aria-pressed="true"] {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.gallery-filters button > span {
  font-size: 9px;
  margin-left: 12px;
  opacity: 0.65;
}
.gallery-hint {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  color: var(--muted);
}
.gallery-hint svg {
  width: 17px;
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 20px;
}
.people-card {
  min-width: 0;
}
.people-card.featured {
  grid-column: span 2;
}
.photo-link {
  display: block;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #d5d9d3;
  aspect-ratio: 1.45;
}
.people-card.featured .photo-link {
  aspect-ratio: 2.99;
}
.photo-link img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.photo-link:hover img {
  transform: scale(1.035);
}
.photo-open {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: white;
  color: var(--ink);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  font-size: 20px;
}
.people-card figcaption {
  padding: 18px 2px 0;
}
.people-card .eyebrow {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 8px;
}
.people-card h3 {
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.people-card figcaption > p {
  font-size: 13px;
  margin-top: 12px;
  max-width: 390px;
}
.people-grid.filtered .people-card.featured {
  grid-column: auto;
}
.people-grid.filtered .people-card.featured .photo-link {
  aspect-ratio: 1.45;
}
.partners-section {
  padding-top: 90px;
  padding-bottom: 85px;
}
.partners-section .section-heading,
.news-section > .section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  align-items: end;
}
.partners-section .section-heading .eyebrow,
.news-section > .section-heading .eyebrow {
  margin-bottom: 8px;
  max-width: 150px;
}
.partners-section h2,
.news-section > .section-heading h2 {
  font-size: 39px;
  max-width: 380px;
}
.partner-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 55px;
}
.partner-logo {
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border-right: 1px solid var(--line);
}
.partner-logo:last-child {
  border: 0;
}
.partner-logo img {
  max-height: 54px;
  max-width: 135px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.7;
  transition:
    filter 0.3s,
    opacity 0.3s;
}
.partner-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.partner-logo:nth-child(2) img {
  height: 64px;
  max-height: 64px;
}
.testimonials {
  background: #1b2422;
  color: #f8faf6;
  padding-top: 85px;
  padding-bottom: 85px;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 60px;
}
.testimonial-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial-heading h2 {
  font-size: 38px;
  line-height: 1.15;
  margin-top: 24px;
}
.testimonials .eyebrow > span {
  background: #8ebcb0;
}
.quote-controls {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: auto;
  padding-top: 40px;
  font-size: 10px;
  color: #d1d9d5;
}
.quote-controls button {
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #ffffff4a;
  color: white;
  background: transparent;
  width: 44px;
  height: 44px;
  font-size: 20px;
}
.quote-controls button:hover {
  background: #ffffff20;
}
.quote-mark {
  font-family: Georgia, serif;
  font-size: 88px;
  line-height: 0.8;
  color: #b3cfc1;
  display: block;
}
.quote blockquote {
  margin: 0;
  font-size: clamp(21px, 2.25vw, 35px);
  line-height: 1.42;
  letter-spacing: -0.026em;
  font-weight: 400;
}
.quote figcaption {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}
.quote-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: white;
  padding: 5px;
  border-radius: 50%;
}
.quote figcaption strong {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.quote figcaption span {
  font-size: 10px;
  color: #b6c4bd;
  display: block;
  margin-top: 2px;
}
.quote + .quote {
  margin-top: 45px;
}
.quote-stack {
  min-height: 390px;
}
.quote-stack.enhanced .quote + .quote {
  margin-top: 0;
}
.news-section {
  padding-top: 95px;
  padding-bottom: 100px;
}
.news-feature {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 55px;
  align-items: center;
}
.news-image {
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 1.35;
}
.news-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.news-feature:hover .news-image img {
  transform: scale(1.03);
}
.news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 9px;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: 26px;
}
.news-meta > span {
  border: 1px solid #d6dad5;
  border-radius: 30px;
  padding: 6px 11px;
}
.news-copy h3 {
  font-size: clamp(27px, 3vw, 46px);
  max-width: 480px;
  line-height: 1.1;
}
.news-copy p {
  font-size: 14px;
  margin-top: 19px;
  max-width: 480px;
  line-height: 1.7;
}
.news-copy p:first-of-type {
  margin-top: 13px;
  font-size: 11px;
}
.news-copy .text-link {
  margin-top: 25px;
}
.cta {
  background: var(--blue);
  color: white;
  padding-top: 64px;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.cta > .eyebrow > span {
  background: #9fc0ff;
}
.cta > div {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
}
.cta h2 {
  font-size: clamp(49px, 6.3vw, 100px);
  line-height: 1.02;
}
.cta-copy {
  max-width: 320px;
  justify-self: end;
  padding-top: 8px;
}
.cta-copy p {
  color: #d6e0ff;
  font-size: 14px;
  line-height: 1.6;
}
.cta-copy p:first-child {
  color: white;
  font-size: 17px;
  margin-bottom: 14px;
}
.cta-copy .button {
  margin-top: 24px;
}
.cta-word {
  display: block;
  font-size: clamp(80px, 19vw, 305px);
  line-height: 0.82;
  letter-spacing: -0.066em;
  font-weight: 700;
  color: #ffffff15;
  margin: 66px -8px -9px;
}
.site-footer {
  padding: 55px var(--space) 110px;
  max-width: 1800px;
  margin: auto;
  background: var(--paper);
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 85px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
}
.footer-top > p {
  font-size: 11px;
}
.back-top {
  margin-left: auto;
  font-size: 11px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1fr;
  gap: 40px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer-grid nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 11px;
  gap: 10px;
}
.footer-grid .eyebrow {
  color: var(--muted);
  font-size: 8px;
  margin-bottom: 15px;
}
.footer-contact > a {
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
}
.footer-contact .footer-email {
  font-size: clamp(14px, 1.4vw, 20px);
  letter-spacing: -0.035em;
}
.footer-contact > p:last-child {
  font-size: 10px;
  margin-top: 17px;
}
.footer-grid a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  color: var(--muted);
  font-size: 10px;
}
/* Internal pages */
.page-intro {
  padding-top: 70px;
  padding-bottom: 75px;
}
.page-intro > .eyebrow {
  margin-bottom: 35px;
}
.page-intro h1 {
  max-width: 1400px;
  font-size: clamp(49px, 7.5vw, 120px);
  line-height: 1.025;
}
.intro-description {
  max-width: 480px;
  font-size: 17px;
  line-height: 1.7;
  margin-top: 32px;
}
.about-cover {
  height: clamp(340px, 50vw, 740px);
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 var(--space);
  border-radius: var(--radius);
  max-width: calc(1800px - 2 * var(--space));
}
.about-cover img {
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.about-cover:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, #05110bd9);
}
.about-cover > p {
  position: absolute;
  left: 40px;
  bottom: 38px;
  font-size: clamp(27px, 4vw, 64px);
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: white;
  z-index: 1;
}
.values {
  display: grid;
  grid-template-columns: 1fr 2.15fr;
  gap: 45px;
  padding-bottom: 95px;
}
.value-list > div {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.value-list > div > span:first-child {
  color: var(--muted);
  font-size: 10px;
}
.value-list h3 {
  font-size: 37px;
}
.value-list .plus {
  margin-left: auto;
  color: #a2aaa3;
}
.team-section {
  padding-top: 85px;
  padding-bottom: 100px;
  background: #edf0ec;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.team-grid article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: start;
}
.team-grid article > img {
  height: auto;
  aspect-ratio: 0.8;
  object-fit: cover;
  border-radius: 14px;
}
.team-grid h3 {
  font-size: 30px;
  margin: 10px 0 15px;
}
.team-grid p {
  font-size: 13px;
  line-height: 1.75;
}
.team-grid .team-role {
  font-size: 10px;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 15px;
}
.team-grid a {
  font-size: 11px;
  display: inline-block;
  margin-top: 18px;
  word-break: break-word;
}
.journey {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.journey h2 {
  margin-top: 30px;
}
.timeline article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.timeline article > span {
  font-size: 32px;
  line-height: 1;
  color: var(--blue);
  letter-spacing: -0.04em;
}
.timeline h3 {
  font-size: 26px;
}
.timeline p {
  font-size: 14px;
  margin-top: 13px;
  max-width: 440px;
}
.audience-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-bottom: 85px;
}
.audience-cards > article {
  background: #e9ede7;
  border-radius: var(--radius);
  padding: 42px;
}
.audience-cards > article:last-child {
  background: #e4eafb;
}
.audience-cards article > span {
  font-size: 9px;
  letter-spacing: 0.12em;
}
.audience-cards h2 {
  font-size: 48px;
  margin: 25px 0;
}
.audience-cards p {
  font-size: 14px;
  max-width: 450px;
}
.audience-cards .text-link {
  margin-top: 25px;
}
.service-details {
  padding-top: 30px;
  padding-bottom: 95px;
  display: grid;
  grid-template-columns: 1fr 3.3fr;
  gap: 40px;
}
.service-details > .eyebrow {
  align-self: start;
  margin-top: 30px;
}
.service-detail {
  border-top: 1px solid var(--line);
  scroll-margin-top: 35px;
}
.service-detail:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
.service-detail summary {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px 0;
}
.service-detail summary > span:first-child {
  font-size: 11px;
  color: var(--muted);
}
.service-detail h2 {
  font-size: clamp(26px, 2.8vw, 43px);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.service-detail summary > .plus {
  margin-left: auto;
}
.service-detail[open] summary > .plus,
details[open] > summary > .plus {
  transform: rotate(45deg);
}
.service-detail-body {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
}
.service-detail-body img {
  height: 100%;
  min-height: 240px;
  max-height: 340px;
  object-fit: cover;
  border-radius: 12px;
}
.service-detail-body h3 {
  font-size: 23px;
  margin-bottom: 16px;
  line-height: 1.2;
}
.service-detail-body p {
  font-size: 14px;
  line-height: 1.8;
}
.service-detail-body .text-link {
  margin-top: 20px;
}
.workforce-types {
  background: #1b2422;
  color: white;
  padding-top: 70px;
  padding-bottom: 70px;
}
.workforce-types h2 {
  margin-top: 28px;
}
.workforce-types > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 50px;
}
.workforce-types article {
  border-top: 1px solid #ffffff3d;
  padding-top: 25px;
  display: flex;
  gap: 20px;
}
.workforce-types article > span {
  font-size: 10px;
  color: #adc2b7;
}
.workforce-types h3 {
  font-size: 25px;
  line-height: 1.3;
  max-width: 240px;
}
.faq-section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 75px;
}
.faq-section h2 {
  margin: 25px 0;
}
.faq-section > div > p {
  font-size: 13px;
}
.faq-section details {
  border-top: 1px solid var(--line);
}
.faq-section details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-section summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 17px;
  line-height: 1.4;
  padding: 25px 0;
}
.faq-section details > p {
  font-size: 14px;
  padding-bottom: 26px;
  padding-right: 40px;
}
.all-partners {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
}
.all-partners .partner-logo {
  flex-direction: column;
  border-bottom: 1px solid var(--line);
  padding: 35px 20px;
  gap: 20px;
  min-height: 180px;
}
.all-partners .partner-logo:nth-child(4n) {
  border-right: 0;
}
.all-partners img {
  filter: none;
  opacity: 1;
  max-height: 62px;
  height: 62px;
}
.all-partners p {
  text-align: center;
  font-size: 11px;
  color: var(--ink);
  line-height: 1.4;
  min-height: 31px;
}
.all-partners small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 4px;
}
.videos-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.videos-section > .muted {
  font-size: 14px;
  margin-top: -17px;
  margin-bottom: 28px;
}
.videos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.video-card > div {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
}
.video-card img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
  transition: transform 0.4s;
}
.video-card:hover img {
  transform: scale(1.04);
}
.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffffed;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding-left: 3px;
  font-size: 13px;
}
.video-note {
  position: absolute;
  bottom: 5px;
  left: 8px;
  font-size: 7px;
  color: white;
  text-shadow: 0 1px 2px black;
}
.video-card h3 {
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-card h3 svg {
  width: 18px;
}
.video-card > span {
  font-size: 10px;
  color: var(--muted);
}
.article-page .page-intro {
  padding-bottom: 35px;
}
.article-page .page-intro h1 {
  font-size: clamp(43px, 6.4vw, 96px);
  max-width: 1200px;
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 11px;
  margin-bottom: 30px;
}
.article-meta .text-link {
  margin-left: auto;
}
.article-cover img {
  max-height: 740px;
  object-fit: cover;
  border-radius: var(--radius);
}
.article-cover figcaption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 10px;
}
.article-body {
  max-width: 780px;
  margin: 65px auto;
  padding: 0 25px;
}
.article-body p {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 26px;
}
.article-body p:first-child {
  font-size: 23px;
  line-height: 1.7;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.article-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-bottom: 90px;
}
.article-gallery img {
  border-radius: 12px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 90px;
  padding-bottom: 100px;
}
.contact-details > .eyebrow {
  margin-bottom: 28px;
}
.contact-email {
  font-size: clamp(19px, 2.4vw, 35px);
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  gap: 20px;
  word-break: break-word;
  line-height: 1.4;
}
.contact-phone {
  font-size: 24px;
  letter-spacing: -0.03em;
  display: block;
  margin-top: 20px;
}
.contact-details > p {
  font-size: 12px;
  margin-top: 11px;
}
.contact-photo {
  position: relative;
  margin-top: 40px;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1.2;
}
.contact-photo img {
  height: 100%;
  object-fit: cover;
}
.contact-photo:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, #08120dde);
}
.contact-photo > span {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: white;
  z-index: 1;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.contact-form-card {
  background: #eef1eb;
  border-radius: var(--radius);
  padding: 35px;
}
.contact-form-card h2 {
  font-size: 32px;
  line-height: 1.15;
}
.form-intro {
  font-size: 13px;
  margin-top: 13px;
  margin-bottom: 25px;
}
.contact-form-card label {
  font-size: 11px;
  display: block;
  margin: 18px 0 8px;
  color: var(--ink);
}
.contact-form-card label span {
  color: var(--muted);
  font-size: 9px;
}
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  background: #ffffffbc;
  border: 1px solid #cfd6ce;
  border-radius: 7px;
  color: var(--ink);
  padding: 12px 14px;
  width: 100%;
  font-size: 14px;
  min-height: 48px;
}
.contact-form-card textarea {
  resize: vertical;
  min-height: 140px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-note {
  font-size: 11px;
  margin: 15px 0 20px;
}
.contact-form-card .button {
  width: 100%;
}
.form-status {
  font-size: 12px;
  margin-top: 15px;
}
.form-alternative {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 19px;
  font-size: 11px;
}
.form-alternative p {
  margin-bottom: 4px;
}
.form-alternative a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lightbox {
  border: 0;
  background: #111914;
  color: white;
  padding: 60px 20px 20px;
  border-radius: 16px;
  max-width: min(1120px, 94vw);
  max-height: 94svh;
  box-shadow: 0 20px 100px #0006;
}
.lightbox::backdrop {
  background: #04100bea;
  backdrop-filter: blur(10px);
}
.lightbox > img {
  object-fit: contain;
  max-height: 72svh;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.lightbox > p {
  font-size: 13px;
  color: #e3e9e4;
  max-width: 700px;
  padding-top: 17px;
  line-height: 1.5;
}
.lightbox-close {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff50;
  border-radius: 50%;
  background: transparent;
  color: white;
  font-size: 28px;
}
/* Medium screens */
@media (min-width: 1800px) {
  .hero {
    max-width: 1788px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-cover {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1050px) {
  .desktop-nav {
    gap: 20px;
  }
  .section-heading {
    gap: 28px;
  }
  .hero {
    min-height: 710px;
  }
  .hero h1 {
    font-size: 7.2vw;
  }
  .hero-content {
    bottom: 130px;
  }
  .hero-bottom {
    font-size: 8px;
  }
  .hero-bottom > span:last-child {
    display: none;
  }
  .intro-section {
    grid-template-columns: 1fr 2.5fr;
    gap: 30px;
    padding-top: 85px;
  }
  .service-preview {
    gap: 35px;
  }
  .service-list > a:not(.text-link) {
    min-height: 69px;
  }
  .service-list h3 {
    font-size: 18px;
  }
  .service-photo {
    aspect-ratio: 0.85;
  }
  .service-photo p {
    font-size: 29px;
  }
  .gallery-hint {
    display: none;
  }
  .partner-logo {
    padding: 18px;
  }
  .partners-section .section-heading,
  .news-section > .section-heading {
    grid-template-columns: 1fr 2fr;
  }
  .partners-section .section-heading > .text-link,
  .news-section > .section-heading > .text-link {
    grid-column: 2;
  }
  .partners-section h2,
  .news-section > .section-heading h2 {
    font-size: 35px;
  }
  .quote-stack {
    min-height: 370px;
  }
  .testimonials {
    gap: 35px;
    grid-template-columns: 1fr 1.65fr;
  }
  .testimonial-heading h2 {
    font-size: 32px;
  }
  .quote blockquote {
    font-size: 24px;
  }
  .news-feature {
    gap: 35px;
  }
  .footer-grid {
    grid-template-columns: 1.6fr 1fr 1.5fr;
    gap: 30px;
  }
  .footer-grid nav:last-child {
    grid-column: 1;
  }
  .team-grid {
    gap: 35px;
  }
  .team-grid article {
    display: block;
  }
  .team-grid article > img {
    width: 70%;
    max-height: 350px;
    object-fit: cover;
    object-position: top;
  }
  .team-grid article > div {
    padding-top: 15px;
    max-width: 360px;
  }
  .service-details {
    grid-template-columns: 1fr;
  }
  .service-detail-body {
    gap: 28px;
  }
  .contact-layout {
    gap: 35px;
  }
  .contact-form-card {
    padding: 27px;
  }
  .contact-email {
    font-size: 22px;
  }
  .videos-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .trust-strip > div {
    gap: 30px;
  }
  .trust-strip img {
    width: 120px;
  }
  .trust-strip img:last-child {
    width: 140px;
  }
  .cta h2 {
    font-size: 7vw;
  }
}
/* Phones and compact tablets */
@media (max-width: 700px) {
  :root {
    --space: 22px;
    --radius: 14px;
  }
  html {
    scroll-padding-top: 75px;
  }
  h2 {
    font-size: 38px;
  }
  .site-header {
    height: 80px;
    padding: 0 24px;
    gap: 16px;
  }
  .brand img {
    width: 33px;
    height: 33px;
  }
  .brand > span {
    font-size: 19px;
  }
  .brand small {
    font-size: 7px;
    margin-top: 5px;
  }
  .desktop-nav,
  .nav-contact {
    display: none;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    border: 1px solid #c4ccc6;
    border-radius: 50%;
    background: transparent;
    position: relative;
    z-index: 23;
  }
  .on-hero .menu-toggle {
    border-color: #ffffff66;
  }
  .menu-toggle span {
    width: 17px;
    height: 1px;
    background: currentColor;
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] {
    color: var(--ink);
    border-color: var(--line);
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .mobile-menu:not([hidden]) {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 8px 8px auto;
    max-height: calc(100svh - 16px);
    overflow: auto;
    background: var(--paper);
    color: var(--ink);
    padding: 88px 27px 30px;
    border-radius: 16px;
    z-index: 22;
    box-shadow: 0 0 0 100vmax #071411b8;
  }
  .mobile-menu > a {
    font-size: 29px;
    letter-spacing: -0.04em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 63px;
    border-bottom: 1px solid var(--line);
  }
  .mobile-menu > .mobile-email {
    font-size: 14px;
    margin-top: 20px;
    min-height: 44px;
    border: 0;
  }
  .bottom-dock {
    bottom: max(12px, env(safe-area-inset-bottom));
    gap: 0;
    max-width: calc(100% - 24px);
    padding: 5px;
  }
  .bottom-dock > a {
    padding: 11px 13px;
    font-size: 10px;
    min-height: 42px;
  }
  .bottom-dock > a:first-child {
    padding: 7px 9px;
  }
  .bottom-dock .dock-contact {
    padding: 11px 15px;
  }
  .hero {
    min-height: 700px;
    height: calc(100svh - 8px);
    max-height: 860px;
    margin: 4px;
    border-radius: 14px;
  }
  .photo-wall {
    grid-template-columns: repeat(3, 1fr);
    width: 205%;
    left: -54%;
    top: -8%;
    gap: 11px;
    transform: rotateX(12deg) rotateZ(-10deg);
    animation: none;
  }
  .wall-photo {
    height: 180px;
    border-radius: 12px;
  }
  .wall-photo:nth-child(n) {
    transform: none;
  }
  .wall-photo:nth-child(3n + 2) {
    transform: translateY(40px);
  }
  .wall-photo:nth-child(3n) {
    transform: translateY(20px);
  }
  .hero-shade {
    background: linear-gradient(
      180deg,
      #06101380 0%,
      #0b141508 21%,
      #111b18a1 43%,
      #111b18f5 77%,
      #111b18 100%
    );
  }
  .hero-content {
    left: 18px;
    right: 18px;
    bottom: 105px;
    text-align: left;
  }
  .hero-content .eyebrow {
    justify-content: flex-start;
    font-size: 8px;
    letter-spacing: 0.1em;
    margin-bottom: 21px;
    gap: 8px;
  }
  .hero h1 {
    font-size: clamp(39px, 8.5vw, 61px);
    line-height: 1.055;
    letter-spacing: -0.055em;
  }
  .hero-content > p {
    font-size: 13px;
    margin-top: 21px;
    line-height: 1.6;
  }
  .hero-actions {
    justify-content: flex-start;
    margin-top: 24px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    min-width: 0;
    padding: 13px 16px;
    gap: 14px;
    font-size: 11px;
    min-height: 48px;
  }
  .hero-actions .button svg {
    width: 16px;
    height: 16px;
  }
  .hero-bottom {
    left: 20px;
    right: 20px;
    bottom: 47px;
  }
  .hero-caption {
    font-size: 7px;
    letter-spacing: 0.055em;
  }
  .hero-bottom a {
    font-size: 9px;
    gap: 10px;
  }
  .hero-bottom a > span {
    width: 27px;
    height: 27px;
  }
  .trust-strip {
    gap: 20px;
    padding-top: 29px;
    padding-bottom: 29px;
    flex-wrap: wrap;
  }
  .trust-strip > span {
    font-size: 11px;
  }
  .trust-strip > div {
    gap: 20px;
    margin-left: auto;
  }
  .trust-strip img {
    width: 93px;
    height: 35px;
  }
  .trust-strip img:last-child {
    width: 110px;
  }
  .trust-strip > p {
    display: none;
  }
  .intro-section {
    grid-template-columns: 1fr;
    gap: 29px;
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .intro-section h2 {
    font-size: clamp(35px, 7.6vw, 52px);
  }
  .mini-mark {
    display: none;
  }
  .intro-columns {
    gap: 20px;
    margin-top: 26px;
    grid-template-columns: 1fr;
  }
  .intro-columns p {
    font-size: 14px;
    max-width: none;
    line-height: 1.75;
  }
  .intro-section .text-link {
    margin-top: 1px;
  }
  .stats {
    padding-bottom: 65px;
  }
  .stats > div {
    padding: 18px 13px 0;
  }
  .stats > div > span {
    font-size: 7px;
    line-height: 1.4;
    display: block;
    min-height: 20px;
    letter-spacing: 0.04em;
  }
  .stats strong {
    font-size: clamp(32px, 8.7vw, 56px);
    margin: 18px 0 10px;
    line-height: 1.1;
    letter-spacing: -0.065em;
  }
  .stats p {
    font-size: 10px;
    line-height: 1.4;
  }
  .services-section {
    padding-top: 58px;
    padding-bottom: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 29px;
  }
  .section-heading .eyebrow {
    margin-bottom: 23px;
  }
  .section-heading > p:not(.eyebrow) {
    font-size: 13px;
    margin-top: 22px;
    max-width: 350px;
  }
  .section-heading > .text-link {
    margin-top: 17px;
  }
  .service-preview {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .service-photo {
    aspect-ratio: 1.2;
  }
  .service-photo > img {
    object-position: center 35%;
  }
  .service-photo > div {
    left: 24px;
    bottom: 24px;
  }
  .service-photo p {
    font-size: 29px;
    margin-top: 10px;
  }
  .service-photo span {
    font-size: 8px;
  }
  .service-list > a:not(.text-link) {
    min-height: 68px;
    gap: 10px;
  }
  .service-list h3 {
    font-size: 19px;
  }
  .service-list > .text-link {
    margin-top: 16px;
  }
  .people-section {
    padding-top: 61px;
    padding-bottom: 60px;
  }
  .people-section h2 {
    font-size: 36px;
  }
  .gallery-toolbar {
    margin-bottom: 25px;
  }
  .gallery-filters {
    gap: 6px;
    flex-wrap: nowrap;
    width: 100%;
  }
  .gallery-filters button {
    font-size: 10px;
    padding: 10px 11px;
    white-space: nowrap;
    flex: 1;
  }
  .gallery-filters button > span {
    margin-left: 5px;
    font-size: 8px;
  }
  .people-grid {
    grid-template-columns: 1fr 1fr;
    gap: 27px 14px;
  }
  .people-card.featured {
    grid-column: span 2;
  }
  .people-card.featured .photo-link {
    aspect-ratio: 1.45;
  }
  .photo-link {
    aspect-ratio: 1.05;
    border-radius: 10px;
  }
  .people-card .eyebrow {
    font-size: 7px;
    margin-bottom: 7px;
    letter-spacing: 0.06em;
  }
  .people-card h3 {
    font-size: 19px;
    line-height: 1.2;
  }
  .people-card figcaption {
    padding-top: 13px;
  }
  .people-card.featured h3 {
    font-size: 26px;
  }
  .photo-open {
    width: 28px;
    height: 28px;
    bottom: 10px;
    right: 10px;
    font-size: 17px;
  }
  .people-card figcaption > p {
    font-size: 11px;
  }
  .people-grid.filtered .people-card.featured h3 {
    font-size: 19px;
  }
  .people-grid.filtered .people-card.featured .photo-link {
    aspect-ratio: 1.05;
  }
  .partners-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .partners-section .section-heading,
  .news-section > .section-heading {
    display: block;
  }
  .partners-section .section-heading .eyebrow,
  .news-section > .section-heading .eyebrow {
    max-width: none;
    margin-bottom: 25px;
  }
  .partners-section h2,
  .news-section > .section-heading h2 {
    font-size: 36px;
  }
  .partner-logos {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
    row-gap: 20px;
  }
  .partner-logo {
    min-height: 85px;
    padding: 16px;
  }
  .partner-logo:nth-child(3n) {
    border-right: 0;
  }
  .partner-logo img {
    max-height: 40px;
  }
  .partner-logo:nth-child(2) img {
    max-height: 53px;
    height: 53px;
  }
  .testimonials {
    padding-top: 61px;
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .testimonial-heading {
    position: relative;
  }
  .testimonial-heading h2 {
    font-size: 35px;
    margin-top: 23px;
  }
  .quote-controls {
    position: absolute;
    right: 0;
    bottom: 3px;
    gap: 10px;
    padding: 0;
    font-size: 9px;
  }
  .quote-controls button {
    width: 38px;
    height: 38px;
    min-height: 44px;
    min-width: 44px;
  }
  .quote-stack {
    min-height: 360px;
  }
  .quote-mark {
    font-size: 72px;
  }
  .quote blockquote {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.025em;
  }
  .quote figcaption {
    margin-top: 25px;
  }
  .quote figcaption span {
    font-size: 9px;
  }
  .news-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .news-feature {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .news-image {
    aspect-ratio: 1.35;
  }
  .news-meta {
    margin-bottom: 19px;
    font-size: 8px;
    gap: 15px;
  }
  .news-copy h3 {
    font-size: 34px;
  }
  .news-copy p {
    font-size: 13px;
  }
  .news-copy .text-link {
    margin-top: 17px;
  }
  .cta {
    padding-top: 44px;
    border-radius: 14px 14px 0 0;
  }
  .cta > div {
    grid-template-columns: 1fr;
    gap: 29px;
    margin-top: 27px;
  }
  .cta h2 {
    font-size: clamp(47px, 10vw, 70px);
  }
  .cta-copy {
    justify-self: start;
    padding: 0;
    max-width: 310px;
  }
  .cta-copy p {
    font-size: 13px;
  }
  .cta-copy p:first-child {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .cta-copy .button {
    margin-top: 21px;
  }
  .cta-word {
    font-size: 18vw;
    letter-spacing: -0.07em;
    margin-top: 47px;
    margin-bottom: -4px;
  }
  .site-footer {
    padding-top: 36px;
    padding-bottom: 102px;
  }
  .footer-top {
    gap: 25px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 28px;
  }
  .footer-top .brand {
    order: 0;
  }
  .footer-top > p {
    font-size: 10px;
    order: 2;
    width: 100%;
  }
  .back-top {
    font-size: 10px;
    order: 1;
    min-height: 35px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    padding-top: 30px;
    padding-bottom: 32px;
  }
  .footer-contact {
    grid-column: span 2;
  }
  .footer-contact .footer-email {
    font-size: 25px;
  }
  .footer-grid nav {
    font-size: 10px;
    gap: 12px;
  }
  .footer-grid nav:last-child {
    grid-column: auto;
  }
  .footer-grid .eyebrow {
    font-size: 8px;
    margin-bottom: 5px;
  }
  .footer-grid nav a {
    min-height: 26px;
  }
  .footer-bottom {
    font-size: 8px;
    gap: 15px;
    align-items: flex-start;
  }
  .footer-bottom > span:last-child {
    max-width: 140px;
    text-align: right;
  }
  .page-intro {
    padding-top: 42px;
    padding-bottom: 43px;
  }
  .page-intro > .eyebrow {
    margin-bottom: 25px;
  }
  .page-intro h1 {
    font-size: clamp(43px, 10.3vw, 72px);
    line-height: 1.04;
  }
  .intro-description {
    font-size: 14px;
    margin-top: 25px;
    max-width: 370px;
  }
  .about-cover {
    margin: 0 12px;
    border-radius: 12px;
    height: 390px;
  }
  .about-cover img {
    object-position: 43% center;
  }
  .about-cover > p {
    left: 22px;
    bottom: 28px;
    font-size: 32px;
    right: 22px;
  }
  .values {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-bottom: 60px;
  }
  .value-list > div {
    padding: 22px 0;
    gap: 23px;
  }
  .value-list h3 {
    font-size: 31px;
  }
  .team-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .team-grid article {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 20px;
  }
  .team-grid article > img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.75;
    max-height: none;
  }
  .team-grid article > div {
    padding: 0;
  }
  .team-grid h3 {
    font-size: 25px;
    margin-top: 0;
  }
  .team-grid p {
    font-size: 12px;
  }
  .team-grid .team-role {
    font-size: 9px;
  }
  .team-grid a {
    font-size: 10px;
    line-height: 1.5;
  }
  .journey {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .journey h2 {
    margin-top: 22px;
  }
  .journey h2 br {
    display: none;
  }
  .timeline article {
    grid-template-columns: 62px 1fr;
    gap: 23px;
    padding: 26px 0;
  }
  .timeline article > span {
    font-size: 28px;
  }
  .timeline h3 {
    font-size: 24px;
  }
  .timeline p {
    font-size: 13px;
  }
  .audience-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 55px;
  }
  .audience-cards > article {
    padding: 30px;
  }
  .audience-cards h2 {
    font-size: 39px;
    margin: 21px 0;
  }
  .audience-cards p {
    font-size: 13px;
  }
  .audience-cards .text-link {
    margin-top: 20px;
  }
  .service-details {
    padding-top: 0;
    padding-bottom: 60px;
    gap: 25px;
  }
  .service-details > .eyebrow {
    margin-top: 0;
  }
  .service-detail summary {
    gap: 13px;
    padding: 24px 0;
  }
  .service-detail summary > span:first-child {
    font-size: 9px;
  }
  .service-detail h2 {
    font-size: 25px;
  }
  .service-detail-body {
    grid-template-columns: 1fr;
    padding-left: 0;
    gap: 23px;
  }
  .service-detail-body img {
    height: 220px;
    min-height: 0;
  }
  .service-detail-body p {
    font-size: 13px;
  }
  .service-detail-body h3 {
    font-size: 25px;
  }
  .workforce-types {
    padding-top: 52px;
    padding-bottom: 55px;
  }
  .workforce-types > div {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 35px;
  }
  .workforce-types article {
    padding-top: 24px;
  }
  .workforce-types h3 {
    font-size: 24px;
    max-width: 290px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 59px;
    padding-bottom: 60px;
  }
  .faq-section h2 {
    margin: 20px 0;
  }
  .faq-section summary {
    font-size: 16px;
    padding: 23px 0;
    gap: 22px;
  }
  .faq-section details > p {
    font-size: 13px;
    padding-right: 15px;
  }
  .all-partners {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    row-gap: 0;
  }
  .all-partners .partner-logo {
    padding: 25px 14px;
    min-height: 157px;
  }
  .all-partners .partner-logo:nth-child(n) {
    border-right: 1px solid var(--line);
  }
  .all-partners .partner-logo:nth-child(2n) {
    border-right: 0;
  }
  .all-partners img {
    max-height: 55px;
    max-width: 130px;
  }
  .all-partners p {
    font-size: 10px;
  }
  .videos-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .videos-section > .muted {
    font-size: 12px;
    margin-top: -10px;
  }
  .videos-grid {
    gap: 25px 14px;
  }
  .video-card h3 {
    font-size: 14px;
    line-height: 1.3;
    gap: 8px;
  }
  .video-card h3 svg {
    width: 14px;
  }
  .video-card > span {
    font-size: 9px;
  }
  .video-note {
    font-size: 5px;
  }
  .play {
    width: 40px;
    height: 40px;
  }
  .article-page .page-intro h1 {
    font-size: 43px;
  }
  .article-meta {
    gap: 18px;
    font-size: 9px;
    flex-wrap: wrap;
  }
  .article-meta .text-link {
    font-size: 10px;
    gap: 9px;
  }
  .article-cover {
    padding: 0 12px;
  }
  .article-cover img {
    min-height: 260px;
    object-fit: cover;
  }
  .article-cover figcaption {
    font-size: 9px;
    padding: 0 10px;
  }
  .article-body {
    margin: 35px auto;
    padding: 0 22px;
  }
  .article-body p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 23px;
  }
  .article-body p:first-child {
    font-size: 20px;
    line-height: 1.65;
  }
  .article-gallery {
    gap: 12px;
    padding-bottom: 60px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 60px;
  }
  .contact-email {
    font-size: 26px;
    gap: 15px;
  }
  .contact-phone {
    font-size: 23px;
    margin-top: 16px;
  }
  .contact-photo {
    margin-top: 27px;
    aspect-ratio: 1.5;
  }
  .contact-photo > span {
    font-size: 23px;
    bottom: 20px;
    left: 20px;
  }
  .contact-form-card {
    padding: 27px 22px;
  }
  .contact-form-card h2 {
    font-size: 29px;
  }
  .contact-form-card input,
  .contact-form-card select,
  .contact-form-card textarea {
    font-size: 16px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-alternative {
    font-size: 10px;
  }
  .lightbox {
    padding: 60px 14px 18px;
    max-width: 96vw;
  }
  .lightbox > p {
    font-size: 11px;
  }
}
@media (max-width: 370px) {
  :root {
    --space: 18px;
  }
  .hero-content {
    left: 16px;
    right: 16px;
  }
  .hero {
    min-height: 720px;
  }
  .hero h1 {
    font-size: 35px;
  }
  .hero-content .eyebrow {
    font-size: 7px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .hero-actions .button {
    min-width: 222px;
    min-height: 45px;
    padding: 12px 17px;
  }
  .hero-content {
    bottom: 97px;
  }
  .hero-bottom {
    bottom: 41px;
    left: 17px;
    right: 17px;
  }
  .hero-caption {
    max-width: 115px;
    line-height: 1.5;
  }
  .hero-bottom a {
    gap: 5px;
  }
  .trust-strip > div {
    gap: 13px;
  }
  .trust-strip img {
    width: 79px;
  }
  .trust-strip img:last-child {
    width: 90px;
  }
  .trust-strip {
    gap: 10px;
  }
  .trust-strip > span {
    font-size: 10px;
  }
  .bottom-dock > a {
    padding: 10px 10px;
    font-size: 9px;
  }
  .bottom-dock .dock-contact {
    padding: 10px 11px;
  }
  .bottom-dock svg {
    width: 12px;
  }
  .gallery-filters button {
    font-size: 9px;
    padding: 10px 8px;
  }
  .people-section h2 {
    font-size: 31px;
  }
  .people-card h3 {
    font-size: 17px;
  }
  .quote-controls {
    position: static;
    margin-top: 22px;
  }
  .quote-stack {
    min-height: 405px;
  }
  .quote blockquote {
    font-size: 22px;
  }
  .team-grid article {
    grid-template-columns: 1fr;
  }
  .team-grid article > img {
    width: 65%;
    aspect-ratio: 0.85;
  }
  .team-grid article > div {
    max-width: 300px;
  }
  .contact-email {
    font-size: 23px;
  }
  .page-intro h1 {
    font-size: 40px;
  }
  .article-page .page-intro h1 {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width: 700px) {
  .about-cover img {
    object-position: 15% center;
  }
  .contact-email {
    font-size: clamp(20px, 6vw, 26px);
    gap: 12px;
  }
}
@media print {
  .site-header,
  .bottom-dock,
  .site-footer,
  .hero-world,
  .hero-shade,
  .hero-bottom,
  .hero-actions,
  .quote-controls,
  .menu-toggle,
  .cta,
  .gallery-toolbar {
    display: none !important;
  }
  body {
    background: white;
    color: black;
  }
  .hero {
    height: auto;
    min-height: 0;
    background: white;
    color: black;
    margin: 0;
    padding: 30px;
  }
  .hero-content {
    position: static;
    color: black;
  }
  .hero h1,
  .hero h1 span,
  .hero-content p {
    color: black;
  }
  .section-shell {
    padding: 25px 0;
  }
  .quote[hidden] {
    display: block !important;
  }
  .testimonials {
    background: white;
    color: black;
  }
  .quote figcaption span {
    color: #555;
  }
  .quote blockquote {
    font-size: 18px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 30px;
  }
  a {
    break-inside: avoid;
  }
}

/* ---- integration additions (2026-09-08) ---- */
.value-list > div p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  max-width: 32ch;
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status.is-success {
  color: #0f7a3d;
}
.form-status.is-error {
  color: #b42318;
}
.form-note a {
  color: inherit;
  text-decoration: underline;
}
.reviews-link {
  margin: 0 0 24px;
}
.reviews-link a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
}
.reviews-link a:hover {
  border-color: var(--ink);
}
.news-section .news-feature + .news-feature {
  margin-top: 32px;
}

/* v3 — KuarkTek /work/ direction: light canvas, editorial scale, staggered media. */
:root {
  --paper: #f5f5f5;
  --ink: #242629;
  --muted: #686e79;
  --line: #d9dadd;
  --space: clamp(24px, 5.2vw, 88px);
}
.site-header {
  height: 112px;
  padding-inline: clamp(24px, 2.5vw, 48px);
  border-bottom: 1px solid var(--line);
}
.desktop-nav {
  font-size: 14px;
  gap: 38px;
}
.nav-contact,
.button.dark {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.button.dark:hover,
.nav-contact:hover {
  background: #1946ed;
  border-color: #1946ed;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.045em;
  font-weight: 500;
}
.eyebrow > span:empty {
  width: 13px;
  height: 13px;
  background: var(--ink);
  position: relative;
}
.eyebrow > span:empty::before,
.eyebrow > span:empty::after {
  content: "";
  position: absolute;
  background: var(--paper);
  left: 3px;
  right: 3px;
  height: 1px;
  top: 6px;
}
.eyebrow > span:empty::after {
  transform: rotate(90deg);
}
.bottom-dock {
  background: #fffffff2;
  box-shadow: 0 8px 28px #2021240b;
  border-color: #ffffff;
}
.bottom-dock > a[aria-current],
.bottom-dock > a:hover {
  background: var(--ink);
  color: white;
}
.bottom-dock > a:first-child[aria-current] {
  background: #e7e9ee;
}

/* The title is content, separate from the photographs. */
.work-intro {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  padding-top: 54px;
  padding-bottom: 58px;
}
.work-intro-label {
  padding-top: 10px;
}
.work-intro-label > p:last-child {
  font-size: 12px;
  line-height: 1.65;
  margin-top: 22px;
}
.work-intro-main {
  min-width: 0;
}
.work-intro h1 {
  font-size: clamp(51px, 6.05vw, 110px);
  line-height: 1.07;
  letter-spacing: -0.06em;
  font-weight: 500;
}
.work-intro h1 > span {
  display: block;
}
.work-intro h1 > span:last-child {
  color: #888d9b;
}
.work-intro-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  margin-top: 34px;
}
.work-intro-bottom > p {
  font-size: 13px;
  line-height: 1.65;
  max-width: 255px;
}
.work-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.work-actions .button {
  font-size: 12px;
  gap: 18px;
  padding: 13px 18px;
}
.work-actions .text-link {
  font-size: 12px;
  gap: 14px;
}
.work-actions .text-link span {
  border: 0;
  padding: 0;
}
.work-showcase {
  padding-top: 0;
  padding-bottom: 110px;
}
.work-section-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.work-index {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  min-height: 44px;
}
.work-index > span {
  font-size: 18px;
  color: var(--ink);
}
.motion-toggle {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 30px;
  min-height: 44px;
  padding: 10px 15px;
  color: var(--ink);
  background: transparent;
  font-size: 11px;
}
.motion-toggle:hover {
  background: white;
}
.motion-toggle:disabled {
  opacity: 0.65;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 110px;
  align-items: start;
}
.work-card {
  min-width: 0;
}
.work-card-1,
.work-card-5 {
  grid-column: 1 / span 7;
}
.work-card-2,
.work-card-6 {
  grid-column: 9 / span 4;
  margin-top: 145px;
}
.work-card-3 {
  grid-column: 1 / span 4;
}
.work-card-4 {
  grid-column: 6 / span 7;
  margin-top: 115px;
}
.work-media {
  display: block;
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  background: #e1e2e1;
  aspect-ratio: 1.32;
}
.work-card.portrait .work-media {
  aspect-ratio: 0.76;
}
.work-card.square .work-media {
  aspect-ratio: 0.96;
}
.work-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(var(--image-y, 0px)) scale(1.055);
}
.work-media::after {
  content: "";
  position: absolute;
  inset: 65% 0 0;
  background: linear-gradient(transparent, #15171966);
  pointer-events: none;
  z-index: 1;
}
.work-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  z-index: 2;
  pointer-events: none;
}
.work-tags > span {
  font-size: 10px;
  padding: 8px 12px;
  line-height: 1.2;
  color: white;
  background: #25272bb3;
  border: 1px solid #ffffff33;
  border-radius: 30px;
  backdrop-filter: blur(14px);
}
.work-open {
  position: absolute;
  right: 19px;
  top: 19px;
  height: 44px;
  width: 44px;
  background: #ffffffed;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 3;
  opacity: 0;
  transform: translateY(7px);
  transition:
    opacity 0.25s,
    transform 0.35s;
}
.work-open svg {
  transform: rotate(-45deg);
}
.work-media:hover .work-open,
.work-media:focus-visible .work-open {
  opacity: 1;
  transform: none;
}
@media (hover: hover) and (pointer: fine) {
  .work-media:hover .work-image img {
    filter: brightness(1.025);
  }
}
.work-caption {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding-top: 23px;
}
.work-caption h2 {
  font-size: clamp(23px, 2.03vw, 33px);
  letter-spacing: -0.045em;
  line-height: 1.18;
}
.work-caption h2 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.work-caption p {
  font-size: 14px;
  line-height: 1.65;
  margin-top: 12px;
  max-width: 500px;
}
.work-number {
  font-size: 10px;
  color: #848992;
  padding-top: 7px;
}
.work-gallery-link {
  border-top: 1px solid var(--line);
  margin-top: 75px;
  padding-top: 27px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.work-gallery-link > span {
  font-size: 12px;
  color: var(--muted);
}

/* A real training clip belongs to one story card, with a permanent poster underneath. */
.film-player video,
.film-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}
.film-player video {
  opacity: 0;
}
.film-player video[data-ready="true"] {
  opacity: 1;
}
.film-control {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  border: 1px solid #ffffff99;
  background: #202227b0;
  color: white;
  backdrop-filter: blur(12px);
  border-radius: 30px;
  min-height: 44px;
  padding: 10px 14px;
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 11px;
}
.film-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ffffff44;
  z-index: 3;
}
.film-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  transform: scaleX(var(--film-progress, 0));
  transform-origin: left;
}

/* Other pages follow the same light editorial system. */
.page-intro {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 0 40px;
  padding-top: 54px;
  padding-bottom: 75px;
}
.page-intro > .eyebrow {
  align-self: start;
  padding-top: 10px;
}
.page-intro h1 {
  grid-column: 2;
  font-size: clamp(47px, 6.05vw, 110px);
  letter-spacing: -0.06em;
}
.page-intro > .intro-description {
  grid-column: 2;
  margin-top: 28px;
}
.people-section {
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.people-section .section-heading h2 {
  font-size: clamp(37px, 4.6vw, 73px);
}
.people-grid {
  grid-template-columns: 1.18fr 0.82fr;
  gap: 80px 8%;
  align-items: start;
}
.people-card.featured {
  grid-column: auto;
}
.people-card:nth-child(even) {
  margin-top: 110px;
}
.people-card .photo-link,
.people-card.featured .photo-link {
  aspect-ratio: 1.3;
  border-radius: 22px;
}
.people-card:nth-child(even) .photo-link {
  aspect-ratio: 0.92;
}
.people-grid.filtered {
  grid-template-columns: 1fr 1fr;
}
.people-grid.filtered .people-card {
  margin-top: 0;
}
.people-grid.filtered .people-card .photo-link {
  aspect-ratio: 1.2;
}
.people-card figcaption {
  padding-top: 23px;
}
.people-card h3 {
  font-size: 27px;
}
.people-card figcaption > p {
  font-size: 14px;
}
.photo-link img {
  transition: transform 0.7s cubic-bezier(.22,1,.36,1);
}
.photo-link:hover img {
  transform: scale(1.035);
}
.photo-open {
  background: #ffffffeb;
}
.trust-strip {
  border-top: 1px solid var(--line);
}
.service-photo {
  aspect-ratio: 1.05;
}
.service-photo img {
  object-position: 50% 48%;
}
.cta {
  background: var(--paper);
  color: var(--ink);
  border-radius: 0;
  border-top: 1px solid var(--line);
  padding-top: 65px;
  padding-bottom: 80px;
}
.cta > .eyebrow > span {
  background: var(--ink);
}
.cta > div {
  grid-template-columns: 1.65fr 1fr;
  gap: 55px;
}
.cta h2 {
  font-size: clamp(80px, 11vw, 176px);
  letter-spacing: -0.07em;
}
.cta h2 a {
  display: inline-flex;
  align-items: center;
  gap: 25px;
}
.cta h2 a > span {
  font-size: 0.65em;
  transition: transform 0.35s;
}
.cta h2 a:hover > span {
  transform: translate(6px, -6px);
}
.cta-copy {
  padding-top: 10px;
  max-width: 340px;
}
.cta-copy p,
.cta-copy p:first-child {
  color: var(--muted);
}
.cta-copy p:first-child {
  color: var(--ink);
}
.site-footer {
  border-top: 1px solid var(--line);
}
.about-cover img {
  object-position: 50% 48%;
}
.team-section,
.audience-cards > article {
  background: #eeeff1;
}
.audience-cards > article:last-child {
  background: #e9edf7;
}
.values > *,
.value-list {
  min-width: 0;
}
.value-list > div {
  display: grid;
  grid-template-columns: 24px minmax(210px, 0.85fr) minmax(0, 1.15fr);
  gap: 25px;
  align-items: start;
}
.value-list h3 {
  font-size: 31px;
  line-height: 1.12;
}
.value-list > div > p {
  font-size: 13px;
  line-height: 1.75;
}
.team-grid article {
  display: block;
  background: transparent;
  border-top: 1px solid #cfd2d8;
  border-radius: 0;
  padding: 30px 0;
}
.team-grid article > div {
  max-width: 440px;
  padding-top: 24px;
}
.team-monogram {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid #c9cdd4;
  border-radius: 50%;
  font-size: 23px;
  letter-spacing: -0.04em;
  background: #e1e4eb;
  color: #40495c;
}
.team-grid article h3 {
  font-size: 36px;
}
.team-grid article .team-role {
  font-size: 11px;
}
.video-card {
  min-width: 0;
}
.video-card > div {
  aspect-ratio: auto;
  height: 175px;
  min-height: 175px;
  padding: 20px;
  background: #e5e7ec;
  position: relative;
  border: 1px solid #d3d6dd;
  border-radius: 14px;
}
.video-card:nth-child(2) > div {
  background: #e9ebf0;
}
.video-card:nth-child(3) > div {
  background: #e7e5e2;
}
.video-card:nth-child(4) > div {
  background: #282c33;
  color: white;
}
.video-card-type {
  display: block;
  font-size: 7px;
  letter-spacing: 0.1em;
}
.video-card-title {
  display: block;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -0.05em;
  font-weight: 400;
  margin-top: 19px;
}
.video-card .play {
  top: auto;
  left: auto;
  right: 15px;
  bottom: 15px;
  transform: none;
  width: 34px;
  height: 34px;
  font-size: 9px;
}
.contact-photo img {
  object-position: 50% 37%;
}

/* Motion is a quiet enhancement, never a condition for seeing content. */
.work-intro h1 > span {
  animation: title-enter 0.85s cubic-bezier(.22,1,.36,1) both;
}
.work-intro h1 > span:last-child {
  animation-delay: 90ms;
}
@keyframes title-enter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
[data-reveal="pending"] {
  opacity: 0;
  transform: translateY(24px);
}
[data-reveal="visible"] {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.65s var(--reveal-delay, 0ms),
    transform 0.85s var(--reveal-delay, 0ms) cubic-bezier(.22,1,.36,1);
}
html[data-motion="paused"] [data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}
html[data-motion="paused"] .work-image img {
  transform: none;
}
html[data-motion="paused"] .work-intro h1 > span {
  animation: none;
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 24px;
  }
  .work-intro,
  .page-intro {
    grid-template-columns: 1fr 3.3fr;
    gap: 25px;
  }
  .work-intro h1,
  .page-intro h1 {
    font-size: 6.35vw;
  }
  .work-intro-bottom {
    display: block;
    margin-top: 25px;
  }
  .work-actions {
    margin-top: 22px;
    gap: 20px;
  }
  .work-grid {
    column-gap: 18px;
    row-gap: 75px;
  }
  .work-card-2,
  .work-card-6 {
    grid-column: 9 / span 4;
    margin-top: 105px;
  }
  .work-card-4 {
    margin-top: 95px;
  }
  .work-tags {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 5px;
  }
  .work-tags > span {
    font-size: 9px;
    padding: 7px 10px;
  }
  .work-caption p {
    font-size: 13px;
  }
  .work-caption h2 {
    font-size: 25px;
  }
  .work-media {
    border-radius: 18px;
  }
  .value-list > div {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px 20px;
  }
  .value-list > div > p {
    grid-column: 2;
  }
  .cta > div {
    gap: 35px;
  }
  .cta h2 {
    font-size: 10vw;
  }
}
@media (max-width: 700px) {
  :root {
    --space: 22px;
  }
  .site-header {
    height: 84px;
    padding-inline: 22px;
  }
  .work-intro,
  .page-intro {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .work-intro-label {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    margin-bottom: 28px;
  }
  .work-intro-label > p:last-child {
    margin-top: 0;
    font-size: 9px;
    line-height: 1.5;
    text-align: right;
  }
  .work-intro-label .eyebrow {
    font-size: 9px;
    gap: 8px;
    padding-top: 3px;
  }
  .work-intro h1 {
    font-size: clamp(37px, 9.8vw, 64px);
    line-height: 1.09;
    letter-spacing: -0.055em;
  }
  .work-intro h1 > span {
    max-width: 100%;
  }
  .work-intro-bottom {
    margin-top: 25px;
  }
  .work-intro-bottom > p {
    font-size: 13px;
  }
  .work-actions {
    margin-top: 22px;
    gap: 13px;
    justify-content: space-between;
  }
  .work-actions .button {
    padding: 12px 14px;
    gap: 10px;
    font-size: 11px;
  }
  .work-actions .text-link {
    font-size: 11px;
    gap: 8px;
  }
  .work-actions .text-link svg {
    width: 16px;
  }
  .work-showcase {
    padding-bottom: 60px;
  }
  .work-section-bar {
    margin-bottom: 18px;
    gap: 10px;
  }
  .work-index {
    font-size: 10px;
    gap: 7px;
    max-width: 200px;
  }
  .motion-toggle {
    min-height: 44px;
    font-size: 9px;
    padding: 9px 11px;
    gap: 6px;
    white-space: nowrap;
  }
  .work-grid {
    display: block;
  }
  .work-card {
    margin: 0 0 54px;
  }
  .work-card-2,
  .work-card-3,
  .work-card-6 {
    margin-left: auto;
    width: 87%;
    margin-top: 0;
  }
  .work-card-3 {
    margin-left: 0;
    margin-right: auto;
  }
  .work-card-4 {
    margin-top: 0;
  }
  .work-card:last-child {
    margin-bottom: 0;
  }
  .work-media {
    border-radius: 16px;
    aspect-ratio: 1.18;
  }
  .work-card.portrait .work-media {
    aspect-ratio: 0.8;
  }
  .work-card.square .work-media {
    aspect-ratio: 1.02;
  }
  .work-tags {
    bottom: 13px;
    left: 13px;
  }
  .work-tags > span {
    font-size: 9px;
    padding: 7px 10px;
  }
  .work-open {
    width: 36px;
    height: 36px;
    right: 13px;
    top: 13px;
    opacity: 1;
    transform: none;
  }
  .work-open svg {
    width: 18px;
    height: 18px;
  }
  .work-caption {
    padding-top: 17px;
  }
  .work-caption h2 {
    font-size: 25px;
  }
  .work-caption p {
    font-size: 13px;
    margin-top: 8px;
  }
  .work-number {
    font-size: 9px;
  }
  .film-control {
    top: 13px;
    right: 13px;
    font-size: 10px;
  }
  .work-gallery-link {
    margin-top: 42px;
    padding-top: 17px;
    align-items: start;
  }
  .work-gallery-link > span {
    font-size: 9px;
    max-width: 95px;
    text-align: right;
    padding-top: 11px;
  }
  .work-gallery-link .text-link {
    font-size: 12px;
    gap: 12px;
  }
  .page-intro > .eyebrow {
    margin-bottom: 28px;
    padding-top: 0;
  }
  .page-intro h1 {
    font-size: clamp(43px, 10.5vw, 70px);
  }
  .page-intro > .intro-description {
    margin-top: 24px;
    font-size: 15px;
  }
  .people-grid,
  .people-grid.filtered {
    display: block;
  }
  .people-card,
  .people-card:nth-child(even),
  .people-grid.filtered .people-card {
    margin: 0 0 44px;
  }
  .people-card:nth-child(even) {
    width: 88%;
    margin-left: auto;
  }
  .people-grid.filtered .people-card {
    width: 100%;
  }
  .people-card .photo-link,
  .people-card.featured .photo-link {
    aspect-ratio: 1.2;
    border-radius: 16px;
  }
  .people-card:nth-child(even) .photo-link {
    aspect-ratio: 1;
  }
  .people-card h3 {
    font-size: 25px;
  }
  .people-card figcaption > p {
    font-size: 13px;
  }
  .people-section .section-heading h2 {
    font-size: 35px;
  }
  .service-photo {
    aspect-ratio: 1.1;
  }
  .cta {
    padding-top: 45px;
    padding-bottom: 48px;
  }
  .cta > div {
    display: block;
    margin-top: 28px;
  }
  .cta h2 {
    font-size: 22vw;
  }
  .cta h2 a {
    gap: 20px;
  }
  .cta-copy {
    padding-top: 30px;
    max-width: none;
  }
  .team-grid article {
    padding: 25px 0;
  }
  .team-grid article h3 {
    font-size: 30px;
  }
  .team-grid article > div {
    padding-top: 24px;
    max-width: none;
  }
  .team-monogram {
    width: 58px;
    height: 58px;
    font-size: 20px;
  }
  .video-card > div {
    padding: 16px;
  }
  .video-card-title {
    font-size: 23px;
    margin-top: 16px;
  }
  .video-card-type {
    font-size: 6px;
  }
  .video-card .play {
    right: 12px;
    bottom: 12px;
    width: 31px;
    height: 31px;
  }
  .about-cover {
    height: 370px;
  }
  .about-cover img {
    object-position: 54% 45%;
  }
}
@media (max-width: 370px) {
  .work-intro h1 {
    font-size: 36px;
  }
  .work-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
  .work-index {
    font-size: 9px;
    max-width: 150px;
  }
  .work-intro-label > p:last-child {
    font-size: 8px;
  }
  .people-section .section-heading h2 {
    font-size: 31px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  [data-reveal],
  .work-intro h1 > span {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
  .work-image img,
  .photo-link:hover img {
    transform: none;
  }
}
@media print {
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .motion-toggle,
  .film-control {
    display: none;
  }
  .work-intro h1 > span {
    animation: none;
  }
  .work-grid {
    display: block;
  }
  .work-card {
    break-inside: avoid;
    margin: 25px 0;
  }
}

/* v4 interaction finish — same layout, eased motion and one contextual preview. */
:root {
  --motion-ease: cubic-bezier(.22,1,.36,1);
}
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 80;
  pointer-events: none;
}
.reading-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: #1946ed;
  transform: scaleX(0);
  transform-origin: left;
}
.work-image img {
  transform: translateY(var(--image-y, 0px)) scale(var(--image-scale, 1.055));
}
.work-card[data-reveal="pending"] .work-media {
  clip-path: inset(8% 0 0 0 round 23px);
  transform: translateY(14px) rotate(var(--reveal-angle, 0deg));
}
.work-card[data-reveal="visible"] .work-media {
  clip-path: inset(0 0 0 0 round 23px);
  transform: none;
  transition:
    clip-path 0.95s var(--motion-ease),
    transform 1.1s var(--motion-ease);
}
.work-card[data-reveal="pending"] .work-caption {
  opacity: 0;
  transform: translateY(12px);
}
.work-card[data-reveal="visible"] .work-caption {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.65s 0.14s,
    transform 0.8s 0.14s var(--motion-ease);
}
.work-media .work-open {
  transition:
    opacity 0.3s,
    transform 0.55s var(--motion-ease),
    background 0.3s;
}
.work-media:hover .work-open {
  transform: rotate(6deg);
  background: white;
}
.service-list > a[data-service-preview] {
  position: relative;
  transition:
    color 0.25s,
    padding 0.45s var(--motion-ease);
}
.service-list > a[data-service-preview]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background: #1946ed;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.55s var(--motion-ease);
}
.service-list > a[data-service-preview]:hover::after,
.service-list > a[data-service-preview]:focus-visible::after {
  transform: scaleX(1);
}
.service-list > a[data-service-preview] > svg {
  transition: transform 0.45s var(--motion-ease);
}
.service-list > a[data-service-preview]:hover > svg {
  transform: rotate(-35deg);
}
.service-hover-preview {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 306px;
  padding: 10px;
  pointer-events: none;
  z-index: 19;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  background: #fcfcfc;
  box-shadow: 0 18px 50px #171e342b;
  opacity: 0;
  transform: translate(var(--preview-x, 0px), var(--preview-y, 0px))
    rotate(var(--preview-angle, -5deg));
  transition: opacity 0.22s;
}
.service-hover-preview.is-visible {
  opacity: 1;
}
.service-hover-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.48;
  border-radius: 8px;
  background: #e6e7e9;
}
.service-hover-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.28s;
}
.service-hover-image img.is-current {
  opacity: 1;
}
.service-hover-preview > p {
  padding: 11px 3px 2px;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
@media (hover: hover) and (pointer: fine) and (min-width: 901px) {
  .service-hover-preview {
    display: block;
  }
}
html[data-motion="paused"] {
  scroll-behavior: auto;
}
html[data-motion="paused"] .service-hover-preview {
  display: none;
}
html[data-motion="paused"] .work-card[data-reveal] .work-media,
html[data-motion="paused"] .work-card[data-reveal] .work-caption {
  opacity: 1;
  transform: none;
  clip-path: none;
  transition: none;
}
html[data-motion="paused"] .work-image img {
  transform: none;
}
@media (max-width: 700px) {
  .work-card[data-reveal="pending"] .work-media {
    clip-path: inset(4% 0 0 0 round 16px);
    transform: translateY(8px);
  }
  .work-card[data-reveal="visible"] .work-media {
    clip-path: inset(0 0 0 0 round 16px);
    transition-duration: 0.65s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .service-hover-preview {
    display: none;
  }
  .work-card[data-reveal] .work-media,
  .work-card[data-reveal] .work-caption {
    opacity: 1;
    transform: none;
    clip-path: none;
    animation: none;
    transition: none;
  }
  .work-image img {
    transform: none;
  }
  .service-list > a[data-service-preview],
  .service-list > a[data-service-preview]::after,
  .service-list > a[data-service-preview] > svg {
    transition: none;
  }
}
@media print {
  .service-hover-preview,
  .reading-progress {
    display: none;
  }
  .work-card[data-reveal] .work-media,
  .work-card[data-reveal] .work-caption {
    opacity: 1;
    transform: none;
    clip-path: none;
  }
}

/* v5 — white/cobalt tile reveals and black fields with fine travelling lines. */
.mosaic-media {
  position: relative;
  overflow: hidden;
}
.mosaic-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}
.mosaic-canvas[hidden] {
  display: none;
}
/* Media always exists underneath; the canvas is only a temporary cover. */
.work-media[data-mosaic="pending"] .work-tags,
.work-media[data-mosaic="revealing"] .work-tags,
.work-media[data-mosaic="pending"] .work-open,
.work-media[data-mosaic="revealing"] .work-open {
  opacity: 0;
}
.work-tags {
  transition: opacity 0.4s;
}
.signal-panel {
  --ink: #f4f5f8;
  --muted: #b0b6c3;
  --line: #ffffff2b;
  --paper: #090b0f;
  --blue: #9cbaff;
  position: relative;
  overflow: hidden;
  margin-inline: 12px;
  border: 0;
  border-radius: 36px;
  color: var(--ink);
  background: radial-gradient(ellipse at 72% 30%, #111722, #060709 70%);
}
.signal-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #dce5ff24 0.8px, transparent 1.2px);
  background-size: 36px 36px;
  background-position: -18px -18px;
  mask-image: radial-gradient(
    ellipse at 50% 45%,
    black,
    #0006 80%,
    transparent
  );
}
.signal-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.signal-panel > :not(.signal-canvas) {
  position: relative;
  z-index: 1;
}
.signal-panel .field-toggle {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 28px;
  color: #c9ced8;
  border-color: #ffffff2c;
  background: #090b0f9c;
}
.signal-panel .field-toggle:hover {
  background: #ffffff12;
  color: white;
}
.signal-panel .eyebrow,
.signal-panel .section-heading > p {
  color: #b0b6c3;
}
.signal-panel .eyebrow > span:empty {
  background: #f3f5fa;
}
.signal-panel .eyebrow > span:empty::before,
.signal-panel .eyebrow > span:empty::after {
  background: #090b0f;
}
.services-section.signal-panel {
  padding-top: 108px;
  padding-bottom: 105px;
}
.signal-panel .section-heading {
  align-items: start;
}
.signal-panel .section-heading h2 {
  max-width: 740px;
}
.signal-panel .service-preview {
  gap: clamp(30px, 6vw, 95px);
}
.signal-panel .service-photo {
  border-radius: 20px;
  box-shadow: 0 15px 65px #0003;
}
.signal-panel .service-list > a[data-service-preview] {
  min-height: 84px;
}
.signal-panel .service-list > a[data-service-preview]:hover,
.signal-panel .service-list > a[data-service-preview]:focus-visible {
  color: #a8c2ff;
}
.signal-panel .service-list > a[data-service-preview]::after {
  background: #b7cfff;
}
.signal-panel .service-number {
  color: #989fab;
}
.signal-panel :focus-visible {
  outline: 2px solid #b7cfff;
  outline-offset: 5px;
}
.cta.signal-panel {
  padding-top: 100px;
  padding-bottom: 110px;
  margin-top: 35px;
  margin-bottom: 12px;
}
.cta.signal-panel > .eyebrow {
  margin-right: 130px;
}
.cta.signal-panel h2 a {
  color: #f8f9fc;
}
.cta.signal-panel h2 a:hover {
  color: #b7cfff;
}
.cta.signal-panel .cta-copy p {
  color: #b0b6c3;
}
.cta.signal-panel .cta-copy p:first-child {
  color: #f4f5f8;
}
.signal-panel .button.dark {
  color: #12151c;
  background: #f3f5f9;
  border-color: #f3f5f9;
}
.signal-panel .button.dark:hover {
  background: #b7cfff;
  border-color: #b7cfff;
}
html[data-motion="paused"] .mosaic-canvas,
html[data-motion="paused"] .signal-canvas {
  display: none;
}
html[data-motion="paused"] .work-media .work-tags {
  opacity: 1;
}
@media (max-width: 700px) {
  .signal-panel {
    margin-inline: 8px;
    border-radius: 25px;
    padding-inline: 22px;
  }
  .signal-panel::before {
    background-size: 28px 28px;
    background-position: -14px -14px;
  }
  .services-section.signal-panel {
    padding-top: 94px;
    padding-bottom: 52px;
  }
  .signal-panel .field-toggle {
    top: 20px;
    right: 22px;
    padding-inline: 12px;
  }
  .signal-panel .service-list > a[data-service-preview] {
    min-height: 76px;
  }
  .signal-panel .service-preview {
    gap: 30px;
  }
  .signal-panel .service-photo {
    aspect-ratio: 1.12;
    border-radius: 16px;
  }
  .signal-panel .service-photo > div {
    left: 20px;
    right: 20px;
  }
  .signal-panel .service-photo p {
    font-size: clamp(24px, 6.8vw, 34px);
  }
  .cta.signal-panel {
    padding-top: 95px;
    padding-bottom: 60px;
  }
  .cta.signal-panel > .eyebrow {
    margin-right: 0;
  }
  .cta.signal-panel h2 {
    font-size: 21vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mosaic-canvas,
  .signal-canvas {
    display: none;
  }
  .work-media .work-tags {
    opacity: 1;
  }
}
@media print {
  .mosaic-canvas,
  .signal-canvas,
  .field-toggle {
    display: none;
  }
  .signal-panel {
    color: #17191e;
    background: white;
    margin: 0;
  }
  .signal-panel::before {
    display: none;
  }
  .signal-panel * {
    color: #17191e !important;
  }
}

/* v6 — shared interaction language across the page collection. */
.focus-visual {
  transition:
    filter 0.48s var(--motion-ease),
    opacity 0.48s var(--motion-ease);
}
@media (hover: hover) and (pointer: fine) and (min-width: 901px) {
  .focus-group.has-focus .focus-card:not(.is-focus-card) .focus-visual {
    filter: blur(4px) saturate(0.72);
    opacity: 0.66;
  }
  .focus-group.has-focus .focus-card.is-focus-card .focus-visual {
    filter: none;
    opacity: 1;
  }
  .focus-card.is-focus-card .work-open,
  .focus-card.is-focus-card .photo-open {
    opacity: 1;
  }
}
.heading-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}
.heading-line > span {
  display: block;
  animation: heading-mask 0.95s calc(var(--line-order, 0) * 100ms)
    cubic-bezier(.22,1,.36,1) both;
}
.work-intro h1 > .heading-line {
  animation: none;
}
@keyframes heading-mask {
  from {
    transform: translateY(110%);
    opacity: 0.3;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.roll-label {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1.4;
}
.roll-original,
.roll-copy {
  display: block;
  transition: transform 0.4s cubic-bezier(.22,1,.36,1);
}
.roll-copy {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.roll-host:hover .roll-original,
.roll-host:hover .roll-copy,
.roll-host:focus-visible .roll-original,
.roll-host:focus-visible .roll-copy {
  transform: translateY(-100%);
}
.button > svg {
  transition: transform 0.4s var(--motion-ease);
}
.button:hover > svg {
  transform: translateX(4px);
}

/* One semantic group, one inert duplicate. Paused strips stay at their position. */
.logo-ribbon {
  margin-top: 45px;
  overflow: hidden;
  border-block: 1px solid var(--line);
}
.logo-ribbon:not(.marquee-ready) .marquee-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
.marquee-ready .marquee-track,
.media-ribbon .marquee-track,
.media-ribbon .marquee-group {
  display: flex;
  width: max-content;
  gap: 20px;
}
.marquee-ready .marquee-group {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
.marquee-ready .marquee-track {
  animation: ribbon-travel var(--marquee-duration, 50s) linear infinite;
  animation-play-state: paused;
}
.marquee-ready.is-running .marquee-track {
  animation-play-state: running;
}
.logo-ribbon.marquee-ready .marquee-track {
  animation-direction: reverse;
}
@keyframes ribbon-travel {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--marquee-distance, -50%));
  }
}
.logo-ribbon .partner-logo {
  width: 178px;
  min-height: 132px;
  padding: 28px 24px;
  border: 0;
  flex: 0 0 auto;
}
.logo-ribbon .partner-logo img {
  max-width: 130px;
  max-height: 58px;
  filter: grayscale(1);
  opacity: 0.76;
}
.logo-ribbon .partner-logo:hover img {
  filter: none;
  opacity: 1;
}
.ribbon-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 20px;
  padding-bottom: 22px;
  font-size: 11px;
  color: var(--muted);
}
.ribbon-toolbar .field-toggle {
  flex: 0 0 auto;
}
.ribbon-section {
  padding-top: 10px;
  padding-bottom: 38px;
}
.media-ribbon {
  overflow-x: auto;
  scrollbar-width: thin;
  padding-block: 8px;
}
.media-ribbon.marquee-ready {
  overflow: hidden;
}
.ribbon-card {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  width: clamp(360px, 36vw, 565px);
  height: clamp(330px, 33vw, 500px);
  border-radius: 24px;
  background: #e5e7eb;
}
.ribbon-card-wide {
  width: clamp(460px, 46vw, 700px);
}
.ribbon-card > img,
.ribbon-card > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.ribbon-card > video {
  opacity: 0;
  transition: opacity 0.4s;
}
.ribbon-card > video[data-ready="true"] {
  opacity: 1;
}
.ribbon-card::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, #0009);
  pointer-events: none;
}
.ribbon-card figcaption {
  position: absolute;
  bottom: 24px;
  left: 25px;
  right: 25px;
  z-index: 1;
  font-size: 22px;
  color: white;
  letter-spacing: -0.035em;
}
.timeline {
  position: relative;
  padding-left: 24px;
}
.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 0;
  background: #d6dbe5;
}
.timeline::after {
  transform: scaleY(var(--journey-progress, 0));
  transform-origin: top;
  background: #2457eb;
}
.timeline article {
  position: relative;
}
.timeline article::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 38px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: #bbc2cf;
  z-index: 1;
  transition: background 0.35s;
}
.timeline article.is-reached::before {
  background: #2457eb;
}
.timeline article > span {
  transition: color 0.35s;
}
.timeline article:not(.is-reached) > span {
  color: #767f90;
}
@media (min-width: 1000px) {
  .journey > div:first-child {
    position: sticky;
    top: 90px;
    align-self: start;
  }
}
.service-detail[open] > summary,
.faq-section details[open] > summary {
  color: #174bdd;
}
.service-detail summary,
.faq-section summary {
  transition: color 0.3s;
}
.service-detail .plus {
  transition: transform 0.35s var(--motion-ease);
}
.quote-stack.enhanced .quote:not([hidden]) {
  animation: detail-enter 0.5s var(--motion-ease) both;
}
@keyframes detail-enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lightbox[open] {
  animation: modal-enter 0.35s var(--motion-ease) both;
}
.lightbox[open]::backdrop {
  animation: backdrop-enter 0.3s both;
}
@keyframes modal-enter {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.975);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes backdrop-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.article-image,
.article-gallery > a {
  border-radius: 20px;
  overflow: hidden;
}
.article-image > img {
  display: block;
}
.article-page .page-intro {
  padding-bottom: 48px;
}
.contact-form-card {
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}
.contact-form-card:focus-within {
  border-color: #9eafe1;
  box-shadow: 0 14px 55px #1d439411;
}
@view-transition {
  navigation: auto;
}
::view-transition-old(root) {
  animation: page-away 0.22s ease-in both;
}
::view-transition-new(root) {
  animation: page-arrive 0.42s var(--motion-ease) both;
}
@keyframes page-away {
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@keyframes page-arrive {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
}
@media (max-width: 700px) {
  .ribbon-section {
    padding-bottom: 10px;
  }
  .ribbon-card {
    width: 78vw;
    height: 330px;
    border-radius: 19px;
  }
  .ribbon-card-wide {
    width: 88vw;
  }
  .ribbon-card figcaption {
    left: 20px;
    bottom: 20px;
    font-size: 22px;
  }
  .marquee-ready .marquee-track,
  .marquee-ready .marquee-group {
    gap: 12px;
  }
  .logo-ribbon .partner-logo {
    width: 144px;
    min-height: 105px;
    padding: 18px;
  }
  .logo-ribbon .partner-logo img {
    max-width: 108px;
    max-height: 45px;
  }
  .ribbon-toolbar {
    gap: 15px;
    align-items: center;
    font-size: 10px;
  }
  .ribbon-toolbar > p {
    max-width: 180px;
  }
  .timeline {
    padding-left: 18px;
  }
  .timeline article::before {
    left: -22px;
  }
  .article-image,
  .article-gallery > a {
    border-radius: 13px;
  }
}
html[data-motion="paused"] .focus-visual {
  filter: none !important;
  opacity: 1 !important;
}
html[data-motion="paused"] .heading-line > span,
html[data-motion="paused"] .quote-stack .quote,
html[data-motion="paused"] .lightbox[open],
html[data-motion="paused"] .lightbox[open]::backdrop {
  animation: none;
}
html[data-motion="paused"] .marquee-track {
  animation-play-state: paused;
}
html[data-motion="paused"] .roll-original,
html[data-motion="paused"] .roll-copy {
  transition: none;
}
html[data-motion="paused"]::view-transition-old(root),
html[data-motion="paused"]::view-transition-new(root) {
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  @view-transition {
    navigation: none;
  }
  .heading-line > span,
  .quote-stack.enhanced .quote:not([hidden]),
  .lightbox[open],
  .lightbox[open]::backdrop {
    animation: none;
  }
  .focus-visual {
    filter: none !important;
    opacity: 1 !important;
  }
  .marquee-track {
    animation-play-state: paused !important;
  }
  .roll-original,
  .roll-copy {
    transition: none;
  }
}
@media print {
  .heading-line > span {
    animation: none;
    transform: none;
  }
  .focus-visual {
    filter: none !important;
    opacity: 1 !important;
  }
  .marquee-ready .marquee-track {
    animation: none;
    transform: none;
  }
  .marquee-group[aria-hidden="true"],
  .ribbon-toolbar .motion-toggle {
    display: none;
  }
  .marquee-ready .marquee-group {
    width: 100%;
    flex-wrap: wrap;
  }
  .ribbon-card,
  .ribbon-card-wide {
    width: 30%;
    height: 220px;
  }
}

/* v7: larger editorial frames, real portraits and complete film stories. */
@media (min-width: 701px) {
  .work-showcase.section-shell {
    width: 100%;
    max-width: 1800px;
    padding-inline: 32px;
    margin-inline: auto;
  }
  .work-grid {
    column-gap: 18px;
    row-gap: 140px;
  }
  .work-media {
    aspect-ratio: 1.145;
    border-radius: 24px;
  }
  .work-card.portrait .work-media,
  .work-card.square .work-media {
    aspect-ratio: 0.87;
  }
  .work-card-7 {
    grid-column: 1 / span 4;
  }
  .work-card-8 {
    grid-column: 6 / span 7;
    margin-top: 115px;
  }
  .work-card.product-story .work-image img {
    object-fit: cover;
  }
}
.team-section {
  background: transparent;
}
.team-grid {
  gap: 50px;
}
.team-grid article {
  border: 0;
  padding-top: 0;
}
.team-photo {
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #e7e6e3;
}
.team-photo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-grid article > div {
  padding-top: 26px;
}
.team-grid .team-role {
  font-size: 12px;
  line-height: 1.65;
}
.team-grid article h3 {
  font-size: clamp(32px, 3.6vw, 54px);
}
.audience-photo {
  overflow: hidden;
  aspect-ratio: 1.7;
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
}
.audience-photo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-scenes {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  margin-block: 45px 95px;
}
.service-scenes figure {
  position: relative;
  aspect-ratio: 1.2;
  overflow: hidden;
  border-radius: 24px;
}
.service-scenes figure:last-child {
  margin-top: 90px;
}
.service-scenes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-scenes figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 70px 28px 28px;
  color: white;
  font-size: clamp(22px, 2.5vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  background: linear-gradient(transparent, #080d15ae);
  z-index: 1;
}
.film-stories {
  padding-block: 90px 60px;
}
.film-stories .section-heading h2 {
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.02;
  margin-top: 24px;
}
.film-stories-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 75px 40px;
}
.film-story:nth-child(even) {
  margin-top: 100px;
}
.film-story-media {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #25272b;
  aspect-ratio: 1.35;
}
.film-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  background: #17191e;
  transition: transform 0.8s var(--motion-ease);
}
.film-story a:hover img {
  transform: scale(1.025);
}
.film-story-play {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #17191e;
  background: #fffffff0;
  font-size: 17px;
  z-index: 2;
  transition:
    transform 0.35s var(--motion-ease),
    background 0.35s;
}
.film-story a:hover .film-story-play {
  background: white;
  transform: scale(1.1);
}
.film-story-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 16px;
  border: 1px solid #ffffff44;
  border-radius: 30px;
  background: #16191cb3;
  backdrop-filter: blur(12px);
  font-size: 11px;
  color: white;
  z-index: 2;
}
.film-story-caption {
  padding-top: 22px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}
.film-story-caption h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.film-story-caption > span {
  font-size: 11px;
  color: var(--muted);
  text-align: right;
}
.video-archive {
  border-block: 1px solid var(--line);
  padding-block: 30px;
}
.video-archive .section-heading {
  display: none;
}
.video-archive .video-card > div {
  display: none;
}
.video-archive .video-card {
  padding: 15px 0;
}
.video-archive .video-grid {
  gap: 25px;
}
.video-dialog {
  border: 0;
  width: min(1120px, calc(100vw - 40px));
  max-height: calc(100dvh - 36px);
  padding: 20px;
  border-radius: 22px;
  color: #f7f8fa;
  background: #111418;
  overflow: auto;
}
.video-dialog::backdrop {
  background: #080a0de6;
  backdrop-filter: blur(10px);
}
.video-dialog h2 {
  font-size: 22px;
  font-weight: 500;
  padding: 5px 55px 20px 5px;
  letter-spacing: -0.03em;
}
.video-dialog video {
  display: block;
  width: 100%;
  max-height: calc(100dvh - 165px);
  background: #070809;
  border-radius: 10px;
}
.video-dialog-close {
  position: absolute;
  right: 18px;
  top: 15px;
  width: 44px;
  height: 44px;
  color: white;
  border: 1px solid #ffffff55;
  background: #20262c;
  border-radius: 50%;
  font-size: 27px;
}
.video-dialog-status {
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 5px 0;
}
.video-dialog-status:empty {
  display: none;
}
.video-dialog[open] {
  animation: modal-enter 0.3s var(--motion-ease) both;
}
@media (max-width: 700px) {
  .work-card-7 {
    width: 87%;
    margin-left: 0;
  }
  .work-card-8 {
    margin-top: 0;
  }
  .work-media {
    aspect-ratio: 1.12;
  }
  .work-card.portrait .work-media {
    aspect-ratio: 0.87;
  }
  .team-grid {
    gap: 48px;
  }
  .team-photo {
    border-radius: 18px;
  }
  .audience-photo {
    margin-bottom: 24px;
  }
  .service-scenes {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-block: 20px 65px;
  }
  .service-scenes figure {
    border-radius: 18px;
  }
  .service-scenes figure:last-child {
    margin-top: 0;
    width: 90%;
    margin-left: auto;
  }
  .film-stories {
    padding-block: 55px 35px;
  }
  .film-stories-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .film-story:nth-child(even) {
    margin-top: 0;
  }
  .film-story-media {
    border-radius: 18px;
    aspect-ratio: 1.35;
  }
  .film-story-play {
    width: 48px;
    height: 48px;
    left: 16px;
    top: 16px;
  }
  .film-story-caption {
    gap: 15px;
    padding-top: 18px;
  }
  .film-story-label {
    font-size: 10px;
    padding: 8px 12px;
  }
  .video-dialog {
    padding: 12px;
    width: calc(100vw - 16px);
    border-radius: 15px;
  }
  .video-dialog h2 {
    font-size: 19px;
    padding-top: 8px;
  }
  .video-dialog-close {
    right: 12px;
    top: 12px;
  }
}
html[data-motion="paused"] .film-story a:hover img {
  transform: none;
}
html[data-motion="paused"] .video-dialog[open] {
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .video-dialog[open] {
    animation: none;
  }
  .film-story a:hover img {
    transform: none;
  }
}
@media print {
  .video-dialog {
    display: none;
  }
}

/* ---- 2026-09-08 Claude: tidy showcase grid (kuarktek /work/ proportions) ---- */
.work-grid { grid-template-columns: 5fr 7fr !important; column-gap: 32px !important; row-gap: 64px !important; align-items: start; }
.work-grid .work-card { grid-column: auto !important; margin-top: 0 !important; }
.work-grid .work-card:nth-child(odd) { grid-column: 1 !important; }
.work-grid .work-card:nth-child(even) { grid-column: 2 !important; }
.work-grid .work-card:nth-child(2) { margin-top: 96px !important; }
.work-grid .work-media { aspect-ratio: 0.92 !important; border-radius: 24px !important; }
.work-grid .work-card:nth-child(even) .work-media { aspect-ratio: 1.38 !important; }
.work-grid .work-card.portrait .work-media { aspect-ratio: 0.92 !important; }
.work-grid .work-card:nth-child(even).portrait .work-media { aspect-ratio: 1.38 !important; }
.work-caption h2 { font-size: clamp(22px, 2vw, 30px) !important; }
.work-caption p { max-width: 46ch; }
@media (max-width: 900px) {
  .work-grid { display: grid !important; grid-template-columns: 1fr !important; row-gap: 40px !important; }
  .work-grid .work-card, .work-grid .work-card:nth-child(odd), .work-grid .work-card:nth-child(even) { grid-column: 1 !important; width: 100% !important; margin: 0 !important; }
  .work-grid .work-media, .work-grid .work-card:nth-child(even) .work-media, .work-grid .work-card.portrait .work-media { aspect-ratio: 1.25 !important; border-radius: 18px !important; }
}

@media (max-width: 900px) { .work-grid .work-card:first-child .work-media { aspect-ratio: 0.9 !important; } }

/* ---- 2026-09-09 Claude: photo families, KuarkTek flow + out-focus, compliance & welfare ---- */
/* Calm hover (Eddie 2026-09-09): slow zoom on the hovered card, one soft light sweep, siblings soften. */
.work-image img, .people-card .photo-link img { transition: transform 1.4s cubic-bezier(.22,1,.36,1), filter 0.8s ease; }
@media (hover: hover) and (pointer: fine) {
.work-media:hover .work-image img { transform: translateY(var(--image-y, 0px)) scale(1.1); filter: brightness(1.04) saturate(1.04); }
}
@media (hover: hover) and (pointer: fine) {
.people-card .photo-link:hover img { transform: scale(1.06); filter: brightness(1.04) saturate(1.04); }
}
.work-media::before, .people-card .photo-link::before { content: ""; position: absolute; inset: -20% -60%; z-index: 2; pointer-events: none; background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.22) 50%, transparent 60%); transform: translateX(-70%); opacity: 0; }
@media (hover: hover) and (pointer: fine) {
.work-media:hover::before, .people-card .photo-link:hover::before { opacity: 1; animation: hb-sheen 1.3s cubic-bezier(.22,1,.36,1) forwards; }
}
@keyframes hb-sheen { from { transform: translateX(-70%); } to { transform: translateX(70%); opacity: 0; } }
.work-card:hover .work-caption h2 a { color: var(--blue); }
.work-caption h2 a { transition: color 0.5s ease; }
/* Out-focus: the hovered card stays sharp, the rest soften (pointer: fine only). */
@media (hover: hover) and (pointer: fine) {
  .work-grid .work-card, .people-grid .people-card { transition: filter 0.9s cubic-bezier(.22,1,.36,1), opacity 0.9s cubic-bezier(.22,1,.36,1), transform 0.9s cubic-bezier(.22,1,.36,1); }
  .work-grid:has(.work-card:hover) .work-card:not(:hover) { filter: blur(3px); opacity: 0.6; transform: scale(0.99); }
  .people-grid:has(.people-card:hover) .people-card:not(:hover) { filter: blur(3px); opacity: 0.6; transform: scale(0.99); }
  html[data-motion="paused"] .work-grid .work-card, html[data-motion="paused"] .people-grid .people-card { filter: none !important; opacity: 1 !important; transform: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  .work-grid .work-card, .people-grid .people-card { filter: none !important; opacity: 1 !important; transform: none !important; }
}
/* Compliance & welfare — home */
.how-section { padding-top: 120px; padding-bottom: 40px; }
.how-section .section-heading h2 span { color: var(--muted); }
.how-layout { display: grid; grid-template-columns: 7fr 5fr; gap: 56px; align-items: start; margin-top: 56px; }
.how-media { display: grid; gap: 18px; }
.induction-clip { position: relative; margin: 0; border-radius: 24px; overflow: hidden; background: #0b1220; aspect-ratio: 16 / 9; }
.induction-clip img, .induction-clip video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.induction-clip video { opacity: 0; transition: opacity 0.6s; }
.induction-clip video[data-ready="true"], .induction-clip video.is-playing { opacity: 1; }
.induction-clip figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 24px 20px; color: #fff; font-size: 13px; line-height: 1.5; background: linear-gradient(transparent, #0b1220e6); max-width: 100%; }
.induction-clip figcaption span { display: block; font-size: 10px; letter-spacing: 0.1em; opacity: 0.75; margin-bottom: 6px; }
.scene-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.scene-card { margin: 0; }
.scene-card img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 14px; background: #0b1220; display: block; }
.scene-card a { display: block; border-radius: 14px; overflow: hidden; }
.scene-card figcaption { padding-top: 10px; font-size: 12px; line-height: 1.4; color: var(--muted); display: grid; grid-template-columns: auto 1fr; column-gap: 8px; }
.scene-card figcaption span { font-size: 10px; letter-spacing: 0.08em; color: var(--blue); padding-top: 2px; }
.scene-card figcaption strong { color: var(--ink); font-weight: 500; }
.scene-card figcaption p { grid-column: 2; margin: 4px 0 0; }
.pillar-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.pillar-list li { padding: 26px 0; border-top: 1px solid var(--line); }
.pillar-list li:last-child { border-bottom: 1px solid var(--line); }
.pillar-list span { display: block; font-size: 10px; letter-spacing: 0.08em; color: var(--muted); }
.pillar-list h3 { margin: 10px 0 8px; font-size: clamp(20px, 1.6vw, 24px); letter-spacing: -0.02em; font-weight: 500; }
.pillar-list p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--muted); max-width: 46ch; }
.how-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 40px; font-size: 12px; color: var(--muted); }
/* Compliance & welfare — services (full) */
.how-section-full { padding-top: 100px; }
.how-block { display: grid; grid-template-columns: 4fr 8fr; gap: 40px; padding: 56px 0; border-top: 1px solid var(--line); }
.how-block-label h3 { margin: 12px 0 0; font-size: clamp(24px, 2.2vw, 34px); letter-spacing: -0.03em; font-weight: 500; line-height: 1.15; }
.how-block-label p { margin: 14px 0 0; font-size: 13px; line-height: 1.6; color: var(--muted); max-width: 38ch; }
.step-list, .check-list, .module-list { list-style: none; margin: 0; padding: 0; }
.step-list li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid var(--line); }
.step-list li:first-child { border-top: 0; padding-top: 0; }
.step-list span { font-size: 11px; letter-spacing: 0.08em; color: var(--blue); padding-top: 4px; }
.step-list h4 { margin: 0 0 6px; font-size: 17px; font-weight: 500; letter-spacing: -0.01em; }
.step-list p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--muted); max-width: 60ch; }
.check-list li { position: relative; padding: 12px 0 12px 28px; font-size: 15px; line-height: 1.55; border-top: 1px solid var(--line); }
.check-list li:first-child { border-top: 0; padding-top: 0; }
.check-list li::before { content: ""; position: absolute; left: 4px; top: 21px; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.check-list li:first-child::before { top: 9px; }
.how-block > .induction-grid, .how-block > .induction-clip, .how-block > .scene-strip { grid-column: 2; }
.induction-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 28px; align-items: start; margin-bottom: 28px; }
.module-list li { padding: 14px 0; border-top: 1px solid var(--line); display: grid; gap: 3px; }
.module-list li:first-child { border-top: 0; padding-top: 0; }
.module-list span { font-size: 10px; letter-spacing: 0.1em; color: var(--blue); }
.module-list strong { font-weight: 500; font-size: 16px; letter-spacing: -0.01em; }
.module-list small { font-size: 12px; color: var(--muted); line-height: 1.45; }
.induction-screen { margin: 0; }
.induction-screen a { display: block; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 30px 60px -40px #15191966; }
.induction-screen img { display: block; width: 100%; height: auto; }
.induction-screen figcaption { padding-top: 12px; font-size: 12px; color: var(--muted); }
.how-block > .induction-clip { margin: 0 0 18px; }
.how-block-full .scene-strip { grid-template-columns: repeat(3, 1fr); }
.how-block-platform p { margin: 0 0 20px; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.5; letter-spacing: -0.01em; max-width: 60ch; }
.how-section-full .scene-strip { grid-template-columns: repeat(3, 1fr); gap: 18px 16px; }
@media (max-width: 900px) {
  .how-section { padding-top: 80px; }
  .how-layout { grid-template-columns: 1fr; gap: 36px; margin-top: 36px; }
  .how-block { grid-template-columns: 1fr; gap: 24px; padding: 40px 0; }
  .how-block > .induction-grid, .how-block > .induction-clip, .how-block > .scene-strip { grid-column: 1; }
  .induction-grid { grid-template-columns: 1fr; }
  .scene-strip, .how-section-full .scene-strip { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .scene-card figcaption p { display: none; }
  .how-footer { flex-direction: column; align-items: flex-start; }
  .induction-clip figcaption { padding: 16px; font-size: 12px; }
}

/* ---- 2026-09-09 Claude: platform screens, documents, accommodation ---- */
.phone-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.phone-card { margin: 0; }
.phone-card a { display: block; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 24px 50px -36px #15191980; }
.phone-card img { display: block; width: 100%; height: auto; aspect-ratio: 780 / 1688; object-fit: cover; object-position: top; }
.phone-card figcaption { padding-top: 10px; font-size: 12px; color: var(--muted); line-height: 1.4; }
.how-phones { display: grid; grid-template-columns: 3fr 9fr; gap: 40px; align-items: start; padding-top: 64px; }
.how-phones-label p { margin: 12px 0 0; font-size: 13px; line-height: 1.6; color: var(--muted); max-width: 34ch; }
.screen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; margin-bottom: 32px; }
.screen-card { margin: 0; }
.screen-card a { display: block; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 30px 60px -44px #15191980; }
.screen-card img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 11; object-fit: cover; object-position: top; }
.screen-card figcaption { padding-top: 12px; }
.screen-card strong { display: block; font-weight: 500; font-size: 15px; letter-spacing: -0.01em; }
.screen-card p { margin: 4px 0 0; font-size: 13px; line-height: 1.5; color: var(--muted); }
.doc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 20px; }
.doc-card { margin: 0; }
.doc-card a { display: block; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 20px 40px -32px #15191980; }
.doc-card img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1.3; object-fit: cover; object-position: top; }
.doc-card figcaption { padding-top: 10px; }
.doc-card strong { display: block; font-weight: 500; font-size: 14px; letter-spacing: -0.01em; }
.doc-card p { margin: 3px 0 0; font-size: 12px; line-height: 1.45; color: var(--muted); }
.accommodation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.accommodation-card { margin: 0; }
.accommodation-card.wide { grid-column: 1 / -1; }
.accommodation-card a { display: block; border-radius: 18px; overflow: hidden; background: #e1e2e1; }
.accommodation-card img { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.accommodation-card.wide img { aspect-ratio: 21 / 9; }
.accommodation-card figcaption { padding-top: 10px; font-size: 12px; color: var(--muted); }
.how-block > .screen-grid, .how-block > .phone-strip, .how-block > .doc-grid, .how-block > .accommodation-grid { grid-column: 2; }
@media (max-width: 900px) {
  .phone-strip { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .phone-card a { border-radius: 14px; }
  .how-phones { grid-template-columns: 1fr; gap: 20px; padding-top: 40px; }
  .screen-grid { grid-template-columns: 1fr; gap: 20px; }
  .doc-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
  .accommodation-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .how-block > .screen-grid, .how-block > .phone-strip, .how-block > .doc-grid, .how-block > .accommodation-grid { grid-column: 1; }
}

/* ---- 2026-09-09 Claude: hero reel + group entities ---- */
.hero-reel { position: relative; margin: 56px 0 0; border-radius: 24px; overflow: hidden; background: #0b1220; aspect-ratio: 21 / 9; grid-column: 1 / -1; }
.hero-reel img, .hero-reel video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-reel video { opacity: 0; transition: opacity 0.8s; }
.hero-reel video[data-ready="true"] { opacity: 1; }
.hero-reel figcaption { position: absolute; left: 24px; bottom: 20px; color: #fff; font-size: 12px; letter-spacing: 0.02em; text-shadow: 0 1px 12px #0008; }
.hero-reel figcaption span { display: block; font-size: 10px; letter-spacing: 0.1em; opacity: 0.75; margin-bottom: 4px; }
.hero-reel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, #0b122099); pointer-events: none; }
.group-section { padding-top: 40px; padding-bottom: 100px; }
.group-section .section-heading h2 span { color: var(--muted); }
.entity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.entity-card { position: relative; padding: 32px 32px 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; display: grid; gap: 10px; align-content: start; }
.entity-index { font-size: 11px; letter-spacing: 0.08em; color: var(--muted); }
.entity-kicker { margin: 0; font-size: 10px; letter-spacing: 0.1em; color: var(--blue); }
.entity-card h3 { margin: 4px 0 0; font-size: clamp(24px, 2.2vw, 32px); letter-spacing: -0.03em; font-weight: 500; }
.entity-card > p:not(.entity-kicker) { margin: 0; font-size: 14px; line-height: 1.6; color: var(--muted); max-width: 52ch; }
.entity-tags { position: static; margin-top: 12px; }
.entity-tags span { background: var(--paper); color: var(--ink); border: 1px solid var(--line); }
@media (max-width: 900px) {
  .hero-reel { margin-top: 32px; aspect-ratio: 4 / 3; border-radius: 18px; }
  .entity-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }
  .entity-card { padding: 22px 20px; border-radius: 18px; }
  .group-section { padding-bottom: 60px; }
}

/* Review fixes — 2026-09-10. Component sizing, never a page overflow mask. */
:root { --motion-ease: cubic-bezier(.22,1,.36,1); --motion-fast: 220ms; --motion-reveal: 480ms; }
.gallery-toolbar, .gallery-filters { min-width: 0; max-width: 100%; }
.gallery-filters { flex-wrap: wrap; }
.gallery-filters button { flex: 0 1 auto; max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
.phone-carousel { min-width: 0; max-width: 100%; }
.how-block > .phone-carousel { grid-column: 2; }
.phone-carousel-tools { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; font-size: 12px; }
.phone-controls { display: none; gap: 8px; }
.phone-controls button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); }
.phone-controls button:disabled { opacity: .4; cursor: default; }
.phone-strip { min-width: 0; }
.phone-card { min-width: 0; }
.contact-layout > .contact-form-card { grid-column: 2; grid-row: 1; min-width: 0; }
.contact-layout > .contact-details { grid-column: 1; grid-row: 1; min-width: 0; }
.contact-page .page-intro { padding-bottom: 28px; }
.contact-page .employer-fields { min-width: 0; margin: 24px 0 0; padding: 0; border: 0; }
.employer-fields legend { font-size: 14px; font-weight: 600; }
.worker-guidance { margin-top: 20px; }
.worker-guidance p { margin-bottom: 16px; }
.worker-general { display: block; margin-top: 12px; background: transparent; border: 1px solid currentColor; padding: 12px; border-radius: 8px; }
.contact-form-card .field-error { color: #a11b1b; font-size: 13px; margin: 6px 0 0; }
.contact-form-card [aria-invalid="true"] { border-color: #a11b1b; }
.contact-form-card [hidden], .phone-controls[hidden] { display: none; }
.contact-form-card button:disabled { cursor: wait; opacity: .6; }
:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible { outline: 3px solid var(--blue, #2054f4); outline-offset: 4px; }
:where(a,button,input,select,textarea,summary,[tabindex]) { scroll-margin-block: 100px 140px; }
.bottom-dock { bottom: calc(18px + env(safe-area-inset-bottom, 0px)); }
body:has(#contact-form:focus-within) .bottom-dock { visibility: hidden; pointer-events: none; }
.site-footer { padding-bottom: calc(110px + env(safe-area-inset-bottom, 0px)); }
.cta { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
html[data-motion="paused"] .mosaic-canvas { display: none !important; }
html[data-motion="paused"] .work-media::before,
html[data-motion="paused"] .people-card .photo-link::before { animation: none !important; opacity: 0 !important; }
@media (prefers-reduced-motion: reduce) {
  .mosaic-canvas { display: none !important; }
  .work-media::before, .people-card .photo-link::before { animation: none !important; opacity: 0 !important; }
}
@media (hover: none), (pointer: coarse) {
  .work-grid .work-card, .people-grid .people-card,
  .focus-group .focus-visual { filter: none !important; opacity: 1 !important; }
  .work-media::before, .people-card .photo-link::before { animation: none !important; opacity: 0 !important; }
}
@media (max-width: 900px) {
  .how-block > .phone-carousel { grid-column: 1; }
  .phone-controls { display: flex; }
  .phone-strip { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 6px; padding: 6px 6px 16px; overscroll-behavior-x: contain; }
  .phone-strip .phone-card { flex: 0 0 60%; scroll-snap-align: start; }
  .contact-page .page-intro { padding-top: 28px; padding-bottom: 24px; display: block; }
  .contact-page .page-intro > .eyebrow { margin-bottom: 14px; }
  .contact-page .page-intro h1 { font-size: clamp(36px, 8vw, 58px); }
  .contact-page .page-intro > .intro-description { margin-top: 16px; }
  .contact-page .contact-layout { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .contact-layout > .contact-form-card, .contact-layout > .contact-details { grid-column: 1; grid-row: auto; }
  .contact-form-card .form-row { grid-template-columns: minmax(0,1fr); gap: 0; }
  .contact-form-card { padding: 22px 18px; }
  .contact-form-card select { text-overflow: ellipsis; }
  :where(button,input,select,textarea,summary) { min-height: 44px; min-width: 44px; }
  a[href] { min-height: 44px; min-width: 44px; }
  /* Inline links need a real box for target dimensions to take effect. */
  :where(p,nav,figcaption,.footer-bottom) a[href] { display: inline-flex; align-items: center; }
  .gallery-filters button { min-height: 44px; }
  .contact-layout { padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px)); }
}

/* Shared durations for controls and reveals; ambient marquees remain linear. */
.phone-controls button, .worker-general { transition: background var(--motion-fast) var(--motion-ease), opacity var(--motion-fast) var(--motion-ease); }
.contact-form-card { transition: box-shadow var(--motion-reveal) var(--motion-ease); }
.hero-reel video, .induction-clip video { transition: opacity var(--motion-reveal) var(--motion-ease); }
@media (max-width: 900px) {
  :where(h2,h3,li) > a[href], .back-top { display: inline-flex; align-items: center; }
}

/* ---- 2026-09-10 Claude: home IA — who-we-are band, 4-card showcase, featured films ---- */
.who-section { display: grid; grid-template-columns: 3fr 9fr; gap: 40px; padding-top: 96px; padding-bottom: 96px; }
.who-label { display: flex; flex-direction: column; justify-content: space-between; gap: 32px; }
.who-section h2 { margin: 0 0 22px; font-size: clamp(34px, 4vw, 60px); letter-spacing: -0.04em; line-height: 1.05; font-weight: 500; }
.who-section h2 em { font-style: normal; color: var(--muted); }
.who-lede { margin: 0; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.6; max-width: 62ch; color: var(--ink); }
.who-entities { list-style: none; margin: 28px 0 22px; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 28px; }
.who-entities li { display: grid; gap: 2px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.who-entities strong { font-weight: 500; font-size: 15px; letter-spacing: -0.01em; }
.who-entities span { font-size: 11px; letter-spacing: 0.08em; color: var(--blue); text-transform: uppercase; }
.film-stories-featured .film-stories-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
.film-stories-featured .film-story-media { aspect-ratio: 16 / 10; }
.film-stories-featured .section-heading p a { margin-left: 8px; }
@media (max-width: 900px) {
  .who-section { grid-template-columns: 1fr; gap: 20px; padding-top: 64px; padding-bottom: 64px; }
  .who-entities { gap: 10px; }
  .film-stories-featured .film-stories-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ---- 2026-09-10 Claude: trust strip — third logo (AEA member) ---- */
.trust-strip > div { gap: 40px; }
.trust-strip img:nth-child(2) { width: 165px; }
.trust-strip img:last-child { width: 150px; height: 52px; }
@media (max-width: 1100px) {
  .trust-strip > div { gap: 24px; }
  .trust-strip img { width: 110px; }
  .trust-strip img:nth-child(2) { width: 135px; }
  .trust-strip img:last-child { width: 120px; }
}
@media (max-width: 700px) {
  .trust-strip { flex-wrap: wrap; gap: 18px 24px; }
  .trust-strip > div { flex-wrap: wrap; gap: 16px 22px; }
  .trust-strip > p { text-align: left; }
}

/* v9 / 2026-09-09: entry veil, native route handoff, progressive gallery wall. */
@view-transition { navigation: none; }
html::before,html::after { pointer-events:none; }
html[data-entry]:not([data-entry="loading"])::before { content:""; position:fixed; inset:0; z-index:10000; background:#f7f8f5; }
html[data-entry="enter"]::before { animation:hb-v9-enter .42s cubic-bezier(.22,1,.36,1) both; }
html[data-entry="enter"] main { animation:hb-v9-dolly .42s cubic-bezier(.22,1,.36,1) both; transform-origin:50% 0; }
html[data-entry="leave"]::before { animation:hb-v9-leave .28s ease both; pointer-events:auto; }
@keyframes hb-v9-enter { from {opacity:1} to {opacity:0} }
@keyframes hb-v9-leave { from {opacity:0;clip-path:inset(0 0 100%)} to {opacity:1;clip-path:inset(0)} }
@keyframes hb-v9-dolly { from {opacity:.65;transform:scale(1.012)} to {opacity:1;transform:none} }
.v9-wall { position:relative; height:600px; overflow:hidden; background:#151919; border-radius:24px; color:#fff; }
.v9-wall canvas { display:block; width:100%; height:100%; touch-action:pan-y; cursor:grab; }
.v9-wall canvas:active {cursor:grabbing}
.v9-wall-caption { position:absolute; left:8%; right:8%; bottom:55px; text-align:center; pointer-events:none; font-size:14px; letter-spacing:.04em; }
.v9-wall-caption.is-hover {text-decoration:underline;text-underline-offset:6px}
.v9-wall-controls {position:absolute;left:24px;right:24px;bottom:14px;display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:.08em}
.v9-wall button {color:inherit;border:1px solid #ffffff50;border-radius:20px;background:transparent;padding:8px 16px;min-height:36px;cursor:pointer}
.v9-wall button:focus-visible {outline:2px solid white;outline-offset:3px}
.people-grid.v9-wall-source {position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip-path:inset(50%);white-space:nowrap;}
@media(max-width:900px) {
 html[data-entry="enter"]::before,html[data-entry="enter"] main {animation-duration:.22s}
 .v9-wall {display:none}
}
html[data-motion="paused"][data-entry]::before,html[data-motion="paused"][data-entry]::after {display:none}
html[data-motion="paused"][data-entry] main {animation:none}
@media(prefers-reduced-motion:reduce) {
 html[data-entry]::before,html[data-entry]::after {display:none}
 html[data-entry] main {animation:none}
}

html[data-entry="loading"] {background:#f7f8f5}
html[data-entry="loading"] body > :not(.hb-intro) {opacity:0}

/* Eddie 2026-09-09: white intro, unhurried ("여유롭게") — about 2x the component defaults, softer easing, longer exit. */
html .hb-intro{--hb-flight:760ms;--hb-stagger:180ms;--hb-settle:1100ms;--hb-word:1550ms}
html .hb-intro-plane{animation-timing-function:cubic-bezier(.18,1.08,.3,1)}
html .hb-intro-settle{animation-duration:420ms}
html .hb-intro-exact{animation-duration:260ms}
html .hb-intro-sweep{animation-duration:220ms}
html .hb-intro-word span{animation-duration:220ms;animation-delay:calc(var(--hb-word) + var(--hb-letter)*32ms)}
html .hb-intro[data-exit]{animation-duration:380ms}
html .hb-intro[data-exit] .hb-intro-card{animation-duration:380ms}
@media(max-width:900px){html .hb-intro{--hb-flight:560ms;--hb-stagger:120ms;--hb-settle:800ms;--hb-word:1100ms}}

.hb-intro{--hb-veil:#151919;--hb-ink:#fff;--hb-flight:760ms;--hb-stagger:180ms;--hb-settle:1100ms;--hb-word:1550ms;--hb-blur:6px;position:fixed;inset:0;z-index:10001;display:grid;place-items:center;background:var(--hb-veil);color:var(--hb-ink);pointer-events:none;isolation:isolate}
.hb-intro[data-theme="paper"]{--hb-veil:#f7f8f5;--hb-ink:#151919}
.hb-intro-card{display:flex;flex-direction:column;align-items:center}
.hb-intro svg{display:block;width:var(--hb-size,120px);height:auto;overflow:visible}
.hb-intro-flight{isolation:isolate}
.hb-intro-plane{mix-blend-mode:multiply;transform-box:fill-box;transform-origin:center;animation:hb-intro-fly var(--hb-flight) cubic-bezier(.18,1.08,.3,1) both}
.hb-intro-plane-0{--hb-x:-95px;--hb-y:80px;--hb-r:-10deg;--hb-scale:.85}
.hb-intro-plane-1{--hb-x:0px;--hb-y:115px;--hb-r:7deg;--hb-scale:1.3;animation-delay:var(--hb-stagger)}
.hb-intro-plane-2{--hb-x:95px;--hb-y:-80px;--hb-r:-10deg;--hb-scale:.9;animation-delay:calc(var(--hb-stagger)*2)}
.hb-intro-settle{transform-origin:107.5px 94px;animation:hb-intro-land 420ms var(--hb-settle) both}
.hb-intro-exact{animation:hb-intro-color 260ms calc(var(--hb-settle) + 80ms) both}
.hb-intro-sweep{opacity:0;animation:hb-intro-sheen 220ms calc(var(--hb-settle) + 180ms) both}
.hb-intro-word{margin-top:24px;font-family:"DM Sans",sans-serif;font-size:11px;font-weight:500;letter-spacing:.28em;padding-left:.28em;line-height:1.5}
.hb-intro-word span{display:inline-block;animation:hb-intro-letter 220ms calc(var(--hb-word) + var(--hb-letter)*32ms) both}
.hb-intro-progress{position:relative;width:112px;height:1px;margin-top:18px;background:color-mix(in srgb,var(--hb-ink) 12%,transparent);animation:hb-intro-color 180ms var(--hb-word) both}
.hb-intro-progress::after{content:"";position:absolute;inset:0;background:#0090f8;transform:scaleX(var(--hb-progress,0));transform-origin:left;transition:transform 120ms ease}
.hb-intro[data-exit]{animation:hb-intro-out 380ms ease both}
.hb-intro[data-exit] .hb-intro-card{animation:hb-intro-away 380ms ease both}
@keyframes hb-intro-fly{from{opacity:0;transform:translate(var(--hb-x),var(--hb-y)) rotate(var(--hb-r)) scale(var(--hb-scale));filter:blur(var(--hb-blur))}to{opacity:1;transform:none;filter:blur(0)}}
@keyframes hb-intro-land{0%,100%{transform:scale(1)}40%{transform:scale(1.015)}70%{transform:scale(.992)}}
@keyframes hb-intro-color{from{opacity:0}to{opacity:1}}
@keyframes hb-intro-letter{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes hb-intro-sheen{0%{opacity:0;transform:translateX(0)}45%{opacity:.18}100%{opacity:0;transform:translateX(210px)}}
@keyframes hb-intro-out{to{opacity:0}}
@keyframes hb-intro-away{to{opacity:0;transform:scale(.96)}}
@media(max-width:900px){.hb-intro{--hb-flight:560ms;--hb-stagger:120ms;--hb-settle:800ms;--hb-word:1100ms;--hb-blur:0px}}
.hb-intro[data-quiet] *{animation:none!important;transition:none!important}.hb-intro[data-quiet] .hb-intro-sweep{opacity:0}.hb-intro[data-quiet][data-exit]{animation-duration:100ms}
html[data-motion="paused"] .hb-intro *{animation:none!important;transition:none!important}
@media(prefers-reduced-motion:reduce){.hb-intro *{animation:none!important;transition:none!important}.hb-intro[data-exit]{animation-duration:100ms}}
