.prototype-flag {
  position: fixed;
  z-index: 130;
  left: 0;
  top: 50%;
  display: flex;
  gap: 0.65rem;
  align-items: center;
  border: 1px solid var(--hairline);
  border-left: 0;
  background: rgba(4, 5, 6, 0.82);
  padding: 0.55rem 0.7rem;
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.44rem;
  letter-spacing: 0.11em;
  line-height: 1;
  pointer-events: none;
  transform: translate(-42%, -50%) rotate(-90deg);
  transform-origin: center;
}

.site-header {
  position: fixed;
  z-index: 120;
  top: var(--safe-top);
  right: 0;
  left: 0;
  width: 100%;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding: 0 max(1.5rem, calc((100vw - 94rem) / 2));
  transition:
    height 500ms var(--ease-premium),
    background-color 500ms ease,
    border-color 500ms ease,
    backdrop-filter 500ms ease;
}

.site-header.is-compact,
.menu-open .site-header {
  height: 4.6rem;
  border-color: var(--hairline-soft);
  background: rgba(4, 5, 6, 0.76);
  backdrop-filter: blur(18px) saturate(120%);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.8rem;
}

.brand-lockup__mark {
  width: 2.45rem;
  height: 2.45rem;
}

.brand-lockup__type {
  display: grid;
  gap: 0.3rem;
}

.brand-lockup__type strong,
.site-footer__brand strong {
  font-family: var(--font-tech);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
}

.brand-lockup__type small,
.site-footer__brand span {
  color: var(--muted);
  font-size: 0.43rem;
  letter-spacing: 0.29em;
  line-height: 1;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.6rem, 3vw, 3.4rem);
}

.desktop-nav a {
  position: relative;
  padding: 0.8rem 0;
  color: var(--muted);
  font-size: 0.72rem;
  transition: color 240ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.45rem;
  left: 0;
  height: 1px;
  background: var(--bone);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 450ms var(--ease-premium);
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--bone);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 0.65rem;
}

.autoplay-control,
.menu-toggle,
.header-cta {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hairline);
  background: rgba(7, 9, 10, 0.35);
  color: var(--muted);
  font-family: var(--font-tech);
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  transition:
    border-color 250ms ease,
    background-color 250ms ease,
    color 250ms ease;
}

.autoplay-control:hover,
.menu-toggle:hover,
.header-cta:hover {
  border-color: rgba(244, 245, 246, 0.34);
  background: rgba(244, 245, 246, 0.04);
  color: var(--bone);
}

.autoplay-control:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.autoplay-control {
  gap: 0.55rem;
  padding: 0 0.9rem;
}

.autoplay-control__icon {
  width: 0;
  height: 0;
  border-top: 0.24rem solid transparent;
  border-bottom: 0.24rem solid transparent;
  border-left: 0.36rem solid currentColor;
}

.autoplay-control[aria-pressed="true"] .autoplay-control__icon {
  width: 0.4rem;
  height: 0.46rem;
  border: 0;
  border-right: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.header-cta {
  position: relative;
  overflow: hidden;
  border-color: rgba(212, 216, 219, 0.35);
  padding: 0 1.2rem;
  color: var(--bone);
}

.header-cta::before,
.button::before,
.contact-card::before,
.social-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.15), transparent 75%);
  content: "";
  pointer-events: none;
  transform: translateX(-135%);
  transition: transform 800ms var(--ease-premium);
}

.header-cta:hover::before,
.button:hover::before,
.contact-card:hover::before,
.social-card:hover::before {
  transform: translateX(135%);
}

.menu-toggle {
  display: none;
  gap: 0.7rem;
  padding: 0 0.9rem;
}

.menu-toggle i {
  position: relative;
  width: 0.9rem;
  height: 1px;
  background: currentColor;
  transition: transform 350ms var(--ease-premium);
}

.menu-toggle i::after {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.9rem;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 350ms var(--ease-premium), top 350ms var(--ease-premium);
}

.menu-toggle[aria-expanded="true"] i {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] i::after {
  top: 0;
  transform: rotate(-90deg);
}

.mobile-menu {
  position: fixed;
  z-index: 110;
  inset: 0;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  overscroll-behavior: contain;
  background:
    linear-gradient(135deg, rgba(16, 19, 22, 0.92), rgba(4, 5, 6, 0.98)),
    var(--ink);
  padding: calc(var(--header-h) + 2.5rem) 1.5rem
    calc(2rem + env(safe-area-inset-bottom));
  opacity: 0;
  visibility: hidden;
  transition: opacity 450ms ease, visibility 450ms ease;
}

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

.mobile-menu__meta {
  display: flex;
  justify-content: space-between;
  color: var(--faint);
}

.mobile-menu nav {
  align-self: stretch;
  min-height: 0;
  margin-block: 1.25rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  border-top: 1px solid var(--hairline);
}

.mobile-menu nav a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-bottom: 1px solid var(--hairline);
  padding: 1rem 0;
  font-size: clamp(1.6rem, 7vw, 2.5rem);
  letter-spacing: -0.04em;
}

.mobile-menu nav a span {
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.52rem;
  letter-spacing: 0.08em;
}

.mobile-menu > p {
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.5rem;
  letter-spacing: 0.1em;
}

.chapter-rail {
  position: fixed;
  z-index: 70;
  top: 50%;
  right: max(1.5rem, calc((100vw - 94rem) / 2));
  width: 7.8rem;
  transform: translateY(-50%);
}

.chapter-rail__label {
  margin-bottom: 1.15rem;
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.45rem;
  letter-spacing: 0.12em;
}

.chapter-rail ol {
  border-top: 1px solid var(--hairline);
}

.chapter-rail a {
  position: relative;
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  gap: 0.55rem;
  align-items: center;
  min-height: 2.4rem;
  border-bottom: 1px solid var(--hairline-soft);
  color: var(--faint);
  font-size: 0.62rem;
  transition: color 300ms ease, padding 450ms var(--ease-premium);
}

.chapter-rail a::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--bone);
  content: "";
  transition: width 700ms var(--ease-premium);
}

.chapter-rail a span {
  font-family: var(--font-tech);
  font-size: 0.45rem;
}

.chapter-rail a b {
  font-weight: 400;
}

.chapter-rail a:hover,
.chapter-rail a[aria-current="location"] {
  padding-left: 0.35rem;
  color: var(--bone);
}

.chapter-rail a[aria-current="location"]::before {
  width: 100%;
}

.chapter-hud {
  position: fixed;
  z-index: 65;
  right: max(1.5rem, calc((100vw - 94rem) / 2));
  bottom: 1.55rem;
  left: max(1.5rem, calc((100vw - 94rem) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 1.5rem;
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.45rem;
  letter-spacing: 0.1em;
  pointer-events: none;
}

.chapter-hud__number {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.chapter-hud__number i {
  width: 2.4rem;
  height: 1px;
  background: var(--faint);
}

.chapter-hud__title {
  justify-self: center;
  color: var(--muted);
}

.chapter-hud__coords {
  display: flex;
  gap: 1rem;
}

.chapter-controls {
  position: fixed;
  z-index: 72;
  right: max(1.5rem, calc((100vw - 94rem) / 2));
  bottom: 3.45rem;
  display: flex;
  gap: 0.4rem;
}

.chapter-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.45rem;
  min-height: 2.65rem;
  gap: 0.42rem;
  border: 1px solid var(--hairline);
  background: rgba(4, 5, 6, 0.72);
  color: var(--muted);
  font-family: var(--font-tech);
  font-size: 0.42rem;
  letter-spacing: 0.08em;
  transition: border-color 240ms ease, color 240ms ease, opacity 240ms ease;
}

.chapter-controls button span {
  font-family: var(--font-sans);
  font-size: 0.85rem;
}

.chapter-controls button b {
  font-weight: 400;
}

.chapter-controls button:hover:not(:disabled) {
  border-color: var(--hairline-strong);
  color: var(--bone);
}

.chapter-controls button:disabled {
  cursor: default;
  opacity: 0.28;
}

.progress-track {
  position: fixed;
  z-index: 125;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(244, 245, 246, 0.05);
  pointer-events: none;
}

.progress-track span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #767e83, var(--bone), #6e777c);
  box-shadow: 0 0 12px rgba(220, 228, 232, 0.32);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.hero-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--faint);
}

.status-dot {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  margin-right: 0.55rem;
  background: #d9e2e5;
  box-shadow: 0 0 0 0 rgba(217, 226, 229, 0.35);
  animation: status-pulse 2.8s ease-out infinite;
}

.hero-copy {
  max-width: min(76rem, calc(100% - 7rem));
  margin-top: auto;
}

.chapter-kicker {
  margin-bottom: 1.25rem;
  color: var(--muted);
}

.hero-title {
  max-width: 73rem;
  font-family: var(--font-tech);
  font-size: clamp(4rem, 10.8vw, 10.4rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.82;
}

.hero-title__secondary {
  color: rgba(244, 245, 246, 0.52);
  font-size: 0.57em;
  letter-spacing: 0.11em;
  line-height: 1.15;
}

.experience-failed .chapter .line-mask > span,
.experience-failed .chapter .reveal-item {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

.experience-failed .chapter {
  visibility: visible;
}

.hero-statement {
  display: grid;
  grid-template-columns: minmax(20rem, 1.1fr) minmax(16rem, 0.7fr);
  gap: clamp(2rem, 5vw, 6rem);
  max-width: 67rem;
  border-top: 1px solid var(--hairline);
  margin-top: 2.25rem;
  padding-top: 1.35rem;
}

.hero-statement p {
  max-width: 34rem;
  font-size: clamp(1.05rem, 1.65vw, 1.55rem);
  line-height: 1.35;
}

.hero-statement span {
  max-width: 28rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  gap: 0.7rem;
  margin-top: 2rem;
}

.button {
  position: relative;
  min-height: 3.35rem;
  min-width: 12.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--hairline);
  padding: 0 1.25rem;
  font-size: 0.75rem;
  transition: transform 450ms var(--ease-premium), border-color 250ms ease, background 250ms ease;
}

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

.button--primary {
  border-color: var(--silver);
  background: linear-gradient(110deg, #a9afb3, #f3f4f4 52%, #9aa1a5);
  color: var(--ink);
}

.button--ghost:hover {
  border-color: rgba(244, 245, 246, 0.35);
  background: rgba(244, 245, 246, 0.04);
}

.button span,
.button i {
  position: relative;
  z-index: 1;
}

.button i {
  font-style: normal;
}

.scroll-cue {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.46rem;
  letter-spacing: 0.1em;
}

.scroll-cue i {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--hairline);
}

.scroll-cue i::after {
  position: absolute;
  top: 0.45rem;
  left: calc(50% - 1px);
  width: 1px;
  height: 0.7rem;
  background: var(--muted);
  content: "";
  animation: scroll-cue 1.8s var(--ease-premium) infinite;
}

.principles-panel {
  position: relative;
  border: 1px solid var(--hairline);
  background: rgba(7, 9, 10, 0.5);
  backdrop-filter: blur(14px);
  padding: 1.1rem 1.4rem;
}

.principles-panel::before,
.systems-readout::before,
.work-placeholder::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 2.5rem;
  height: 1px;
  background: var(--silver);
  content: "";
}

.principles-panel > .micro-label {
  border-bottom: 1px solid var(--hairline);
  padding: 0.7rem 0 1.1rem;
  color: var(--faint);
}

.principles-list article {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  gap: 0.8rem;
  border-bottom: 1px solid var(--hairline-soft);
  padding: 0.8rem 0;
}

.principles-list article:last-child {
  border-bottom: 0;
}

.principles-list article > span {
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.45rem;
}

.principles-list h3 {
  font-size: 0.88rem;
  font-weight: 500;
}

.principles-list p {
  margin-top: 0.2rem;
  color: var(--faint);
  font-size: 0.7rem;
  line-height: 1.45;
}

.services-list {
  margin-top: clamp(3rem, 5vw, 4.75rem);
  border-bottom: 1px solid var(--hairline);
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(14rem, 0.82fr) minmax(17rem, 1fr) minmax(19rem, 1.08fr);
  gap: clamp(1.5rem, 3vw, 3.5rem);
  align-items: start;
  border-top: 1px solid var(--hairline);
  padding: clamp(1.45rem, 2.2vw, 2rem) 0;
  transition: border-color 300ms ease, background 500ms var(--ease-premium);
}

.service-row::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: clamp(3.5rem, 7vw, 7rem);
  height: 1px;
  background: linear-gradient(90deg, var(--silver), transparent);
  content: "";
  opacity: 0.68;
  transition: width 650ms var(--ease-premium), opacity 300ms ease;
}

.service-row__identity {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}

.service-row__number {
  padding-top: 0.35rem;
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.5rem;
  letter-spacing: 0.08em;
}

.service-row h3 {
  max-width: 18rem;
  font-size: clamp(1.3rem, 1.75vw, 1.9rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.08;
  transition: color 300ms ease, transform 550ms var(--ease-premium);
}

.service-row__description {
  max-width: 31rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.72;
}

.service-row__capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-content: start;
}

.service-row__capabilities li {
  border: 1px solid var(--hairline-soft);
  background: rgba(7, 9, 10, 0.34);
  padding: 0.48rem 0.62rem;
  color: rgba(244, 245, 246, 0.72);
  font-family: var(--font-tech);
  font-size: 0.48rem;
  letter-spacing: 0.055em;
  line-height: 1.35;
  transition: border-color 300ms ease, color 300ms ease;
}

.services-closing {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
}

.services-closing > p {
  max-width: 36rem;
  color: var(--faint);
  font-size: 0.72rem;
  line-height: 1.6;
}

.services-cta {
  min-height: 2.75rem;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 1.35rem;
  align-items: center;
  border-bottom: 1px solid var(--hairline-strong);
  color: var(--silver);
  font-family: var(--font-tech);
  font-size: 0.52rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 300ms ease, color 300ms ease;
}

.services-cta i {
  font-style: normal;
  transition: transform 450ms var(--ease-premium);
}

@media (hover: hover) and (pointer: fine) {
  .service-row:hover {
    border-color: rgba(244, 245, 246, 0.28);
    background: linear-gradient(90deg, rgba(244, 245, 246, 0.025), transparent 72%);
  }

  .service-row:hover::before {
    width: clamp(7rem, 15vw, 14rem);
    opacity: 1;
  }

  .service-row:hover h3 {
    color: #fff;
    transform: translateX(0.25rem);
  }

  .service-row:hover .service-row__capabilities li {
    border-color: rgba(244, 245, 246, 0.16);
    color: rgba(244, 245, 246, 0.84);
  }

  .services-cta:hover {
    border-color: var(--bone);
    color: var(--bone);
  }

  .services-cta:hover i {
    transform: translate(0.18rem, -0.18rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .work-placeholder--published,
  .work-placeholder--published:hover,
  .work-placeholder--published:active,
  .work-placeholder__visual img,
  .work-placeholder--published:hover .work-placeholder__visual img,
  .work-status b,
  .work-placeholder--published:hover .work-status b {
    transform: none;
  }
}

.reduced-motion .work-placeholder--published,
.reduced-motion .work-placeholder--published:hover,
.reduced-motion .work-placeholder--published:active,
.reduced-motion .work-placeholder__visual img,
.reduced-motion .work-placeholder--published:hover .work-placeholder__visual img,
.reduced-motion .work-status b,
.reduced-motion .work-placeholder--published:hover .work-status b {
  transform: none;
}

.lab-disclaimer {
  max-width: 38rem;
  margin-top: 1.35rem;
  color: var(--faint);
  font-size: 0.72rem;
  line-height: 1.55;
}

.lab-disclaimer span {
  margin-right: 0.65rem;
  color: var(--muted);
  font-family: var(--font-tech);
  font-size: 0.48rem;
  letter-spacing: 0.11em;
}

.systems-readout {
  position: relative;
  border: 1px solid var(--hairline);
  background: rgba(7, 9, 10, 0.58);
  padding: clamp(1.4rem, 2.7vw, 2.4rem);
  backdrop-filter: blur(14px);
}

.systems-readout__header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 1.2rem;
  color: var(--faint);
}

.systems-readout dl {
  margin-top: 1.1rem;
}

.systems-readout dl > div {
  display: grid;
  grid-template-columns: 1fr minmax(8rem, 0.8fr);
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid var(--hairline-soft);
  padding: 0.85rem 0;
}

.systems-readout dt {
  font-size: 0.78rem;
}

.systems-readout dd {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem;
  align-items: center;
}

.systems-readout dd span {
  position: relative;
  height: 1px;
  background: var(--hairline);
}

.systems-readout dd span::after {
  position: absolute;
  width: 100%;
  height: 1px;
  inset: 0 auto 0 0;
  background: var(--silver);
  box-shadow: 0 0 8px rgba(212, 216, 219, 0.35);
  content: "";
}

.systems-readout dd b {
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.42rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: right;
}

.systems-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.5rem;
}

.systems-tags span {
  border: 1px solid var(--hairline);
  padding: 0.45rem 0.6rem;
  color: var(--muted);
  font-family: var(--font-tech);
  font-size: 0.42rem;
  letter-spacing: 0.08em;
}

.systems-note {
  margin-top: 1rem;
  color: var(--faint);
  font-size: 0.62rem;
  line-height: 1.5;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  margin-top: clamp(3rem, 6vw, 5.5rem);
}

.process-track li {
  position: relative;
  min-height: 18rem;
  border-right: 1px solid var(--hairline-soft);
  padding: 1.2rem 1rem 1.5rem;
}

.process-track li:last-child {
  border-right: 0;
}

.process-track li::before {
  position: absolute;
  top: -0.28rem;
  left: 0.95rem;
  width: 0.52rem;
  height: 0.52rem;
  border: 1px solid var(--steel);
  background: var(--ink);
  content: "";
  transform: rotate(45deg);
  transition: background 250ms ease, box-shadow 250ms ease;
}

.process-track li:hover::before {
  background: var(--silver);
  box-shadow: 0 0 12px rgba(212, 216, 219, 0.4);
}

.process-track li > span {
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.48rem;
}

.process-track li > div {
  margin-top: 5rem;
}

.process-track h3 {
  font-size: 1.02rem;
  font-weight: 500;
}

.process-track p {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

.process-policy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 1.8rem;
}

.process-policy p {
  color: var(--faint);
  font-size: 0.68rem;
  line-height: 1.55;
}

.process-policy span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--muted);
  font-family: var(--font-tech);
  font-size: 0.44rem;
  letter-spacing: 0.1em;
}

.work-selection {
  margin-top: clamp(3rem, 6vw, 5.5rem);
}

.work-project + .work-project {
  margin-top: 1rem;
}

.work-placeholder {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(19rem, 0.6fr);
  min-height: 23rem;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: rgba(5, 6, 7, 0.76);
  color: inherit;
  backdrop-filter: blur(12px);
  isolation: isolate;
  transition:
    border-color 300ms ease,
    background 450ms var(--ease-premium),
    transform 650ms var(--ease-premium);
}

.work-placeholder__visual {
  position: relative;
  min-width: 0;
  min-height: 23rem;
  overflow: hidden;
  border-right: 1px solid var(--hairline);
  margin: 0;
  background: #080a0b;
}

.work-placeholder__visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 72%, rgba(4, 5, 6, 0.22));
  content: "";
  pointer-events: none;
}

.work-placeholder__visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.86) brightness(0.9) contrast(1.02);
  transform: scale(1.01);
  transition:
    filter 500ms ease,
    transform 900ms var(--ease-premium);
}

.work-placeholder__copy {
  align-self: stretch;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.25rem);
  background: rgba(5, 6, 7, 0.82);
}

.work-placeholder__copy .micro-label {
  color: var(--faint);
  line-height: 1.65;
}

.work-placeholder__copy h3 {
  margin-top: 1.6rem;
  font-size: clamp(1.75rem, 2.8vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.work-placeholder__copy > p {
  max-width: 27rem;
  margin-top: 1.35rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.work-status {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2.4rem;
  border-top: 1px solid var(--hairline-soft);
  padding-top: 1.1rem;
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  transition: color 300ms ease;
}

.work-status b {
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 400;
  transform: translate(0, -0.05rem);
  transition: transform 450ms var(--ease-premium);
}

.work-placeholder--published:focus-visible {
  border-color: var(--hairline-strong);
}

.work-placeholder--published:active {
  transform: translateY(-0.08rem);
}

@media (hover: hover) and (pointer: fine) {
  .work-placeholder--published:hover {
    border-color: var(--hairline-strong);
    background: rgba(8, 10, 11, 0.82);
    transform: translateY(-0.2rem);
  }

  .work-placeholder--published:hover .work-placeholder__visual img {
    filter: saturate(0.92) brightness(0.94) contrast(1.01);
    transform: scale(1.025);
  }

  .work-placeholder--published:hover .work-status {
    color: var(--silver);
  }

  .work-placeholder--published:hover .work-status b {
    transform: translate(0.18rem, -0.23rem);
  }
}

.contact-heading {
  max-width: 80rem;
}

.contact-title {
  margin-top: 2rem;
  font-size: clamp(3.2rem, 7.7vw, 8.3rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: clamp(3rem, 6vw, 5.5rem);
}

.contact-card {
  position: relative;
  min-height: 12rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: rgba(7, 9, 10, 0.54);
  padding: clamp(1.4rem, 2.8vw, 2.4rem);
  transition: border-color 250ms ease, transform 600ms var(--ease-premium), background 250ms ease;
}

.contact-card:hover {
  border-color: rgba(244, 245, 246, 0.34);
  background: rgba(14, 17, 19, 0.78);
  transform: translateY(-0.35rem);
}

.contact-card--primary {
  border-color: rgba(212, 216, 219, 0.36);
  background: linear-gradient(125deg, rgba(212, 216, 219, 0.12), rgba(7, 9, 10, 0.64));
}

.contact-card > span {
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.45rem;
  letter-spacing: 0.1em;
}

.contact-card strong {
  align-self: end;
  font-size: clamp(1.8rem, 3.6vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.contact-card em {
  align-self: end;
  color: var(--muted);
  font-size: 0.8rem;
  font-style: normal;
}

.contact-card > i {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  font-size: 1.4rem;
  font-style: normal;
}

.contact-privacy {
  max-width: 42rem;
  margin: 1.35rem 0 0;
  color: var(--faint);
  font-size: 0.68rem;
  line-height: 1.7;
}

.contact-privacy a {
  border-bottom: 1px solid rgba(244, 245, 246, 0.2);
  color: var(--muted);
  transition:
    border-color 220ms ease,
    color 220ms ease;
}

.contact-privacy a:hover,
.contact-privacy a:focus-visible {
  border-color: var(--bone);
  color: var(--bone);
}

.contact-privacy a:active {
  color: #ffffff;
}

.contact-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  border-bottom: 1px solid var(--hairline);
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.contact-meta p {
  color: var(--faint);
  font-size: 0.7rem;
}

.contact-meta span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--muted);
  font-family: var(--font-tech);
  font-size: 0.44rem;
  letter-spacing: 0.1em;
}

.faq {
  display: grid;
  grid-template-columns: minmax(14rem, 0.45fr) minmax(25rem, 1fr);
  gap: clamp(3rem, 7vw, 8rem);
  border-top: 1px solid var(--hairline);
  margin-top: 8rem;
  padding-top: 3.5rem;
}

.faq.faq--lead {
  margin-top: 0;
}

.faq header .micro-label {
  color: var(--faint);
}

.faq header h3 {
  margin-top: 1.5rem;
  font-size: clamp(2rem, 3.5vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.faq-list {
  border-top: 1px solid var(--hairline);
}

.faq-item {
  border-bottom: 1px solid var(--hairline);
  transition: border-color 350ms var(--ease-premium);
}

.faq-item__heading {
  margin: 0;
  font: inherit;
}

.faq-question {
  width: 100%;
  min-height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(244, 245, 246, 0.83);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  text-align: left;
  transition:
    color 350ms var(--ease-premium),
    padding-left 450ms var(--ease-premium);
}

.faq-question__icon {
  flex: 0 0 auto;
  color: var(--faint);
  font-size: 1.15rem;
  font-weight: 300;
  transition:
    color 350ms var(--ease-premium),
    transform 450ms var(--ease-premium);
}

.faq-question:hover,
.faq-question[aria-expanded="true"] {
  color: var(--text);
}

.faq-question:focus-visible {
  outline: 1px solid var(--hairline-strong);
  outline-offset: 0.35rem;
}

.faq-item.is-open {
  border-color: var(--hairline-strong);
}

.faq-question[aria-expanded="true"] .faq-question__icon {
  color: var(--text);
  transform: rotate(45deg);
}

.faq-answer {
  overflow: hidden;
  will-change: height, opacity, transform;
}

.faq-answer__inner {
  min-height: 1px;
}

.faq-answer p {
  max-width: 48rem;
  padding: 0 2rem 1.5rem 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.7;
}

.social-follow,
.direct-contact {
  border-top: 1px solid var(--hairline);
  margin-top: clamp(6rem, 10vw, 10rem);
  padding-top: clamp(2.5rem, 4vw, 3.5rem);
}

.direct-contact.direct-contact--lead {
  margin-top: 0;
}

.social-follow {
  display: grid;
  grid-template-columns: minmax(14rem, 0.45fr) minmax(25rem, 1fr);
  gap: clamp(3rem, 7vw, 8rem);
}

.social-follow__heading .micro-label {
  color: var(--faint);
}

.social-follow__heading h3 {
  margin-top: 1.5rem;
  font-size: clamp(2rem, 3.5vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.social-follow__heading > p:last-child {
  max-width: 25rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.social-card {
  position: relative;
  min-width: 0;
  min-height: 11rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: rgba(7, 9, 10, 0.54);
  padding: 1.5rem;
  transition:
    border-color 250ms ease,
    background 250ms ease,
    transform 600ms var(--ease-premium);
}

.social-card:hover {
  border-color: rgba(244, 245, 246, 0.34);
  background: rgba(14, 17, 19, 0.78);
  transform: translateY(-0.35rem);
}

.social-card > span {
  color: var(--faint);
  font-family: var(--font-tech);
  font-size: 0.45rem;
  letter-spacing: 0.1em;
}

.social-card strong {
  align-self: end;
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.social-card em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  overflow-wrap: anywhere;
}

.social-card > i {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  font-style: normal;
}

.direct-contact {
  scroll-margin-top: calc(var(--header-h) + 2rem);
}

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

.site-footer__brand img {
  width: 3.2rem;
  height: 3.2rem;
}

.site-footer__brand > div {
  display: grid;
  gap: 0.45rem;
}

.analytics-consent {
  position: fixed;
  z-index: 105;
  right: max(1.25rem, var(--safe-right));
  bottom: max(1.25rem, var(--safe-bottom));
  left: max(1.25rem, var(--safe-left));
  width: min(calc(100% - 2.5rem), 58rem);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: start;
  border: 1px solid var(--hairline-strong);
  margin-left: auto;
  background: rgba(7, 9, 10, 0.97);
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.48);
  padding: 1.35rem;
  animation: analytics-consent-enter 520ms var(--ease-premium) both;
}

.analytics-consent__signal {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--hairline);
  color: var(--silver);
}

.analytics-consent__signal svg {
  width: 1.15rem;
  height: 1.15rem;
}

.analytics-consent__content {
  max-width: 35rem;
}

.analytics-consent__content .micro-label {
  color: var(--faint);
}

.analytics-consent__content h2 {
  margin-top: 0.65rem;
  color: var(--bone);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.analytics-consent__content > p:last-of-type {
  max-width: 34rem;
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.analytics-consent__content a {
  display: inline-block;
  margin-top: 0.75rem;
  border-bottom: 1px solid var(--hairline-strong);
  color: var(--silver);
  font-size: 0.7rem;
  transition: border-color 220ms ease, color 220ms ease;
}

.analytics-consent__content a:hover,
.analytics-consent__content a:focus-visible {
  border-color: var(--bone);
  color: var(--bone);
}

.analytics-consent__actions {
  min-width: 13.5rem;
  display: grid;
  gap: 0.6rem;
}

.analytics-consent__button,
.analytics-preferences {
  min-height: 2.9rem;
  border: 1px solid var(--hairline-strong);
  background: rgba(4, 5, 6, 0.68);
  color: var(--silver);
  font-family: var(--font-tech);
  font-size: 0.46rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    transform 420ms var(--ease-premium);
}

.analytics-consent__button {
  padding: 0.75rem 1rem;
}

.analytics-consent__button--primary {
  border-color: var(--silver);
  background: var(--silver);
  color: var(--ink);
}

.analytics-consent__button:hover,
.analytics-consent__button:focus-visible,
.analytics-preferences:hover,
.analytics-preferences:focus-visible {
  border-color: var(--bone);
  background-color: rgba(244, 245, 246, 0.08);
  color: var(--bone);
  transform: translateY(-0.12rem);
}

.analytics-consent__button--primary:hover,
.analytics-consent__button--primary:focus-visible {
  background: var(--bone);
  color: var(--ink);
}

.analytics-consent__button[aria-pressed="true"] {
  box-shadow: inset 0 0 0 1px var(--bone);
}

.analytics-consent__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--faint);
  transition: color 220ms ease, transform 420ms var(--ease-premium);
}

.analytics-consent__close:hover,
.analytics-consent__close:focus-visible {
  color: var(--bone);
  transform: rotate(90deg);
}

.analytics-consent__close svg {
  width: 1rem;
  height: 1rem;
}

.analytics-preferences {
  position: fixed;
  z-index: 105;
  right: max(1rem, var(--safe-right));
  bottom: calc(4.5rem + var(--safe-bottom));
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0 0.9rem;
  animation: analytics-consent-enter 420ms var(--ease-premium) both;
}

.analytics-preferences svg {
  width: 0.9rem;
  height: 0.9rem;
}

body.menu-open .analytics-consent,
body.menu-open .analytics-preferences {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes analytics-consent-enter {
  from {
    opacity: 0;
    transform: translateY(0.75rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes status-pulse {
  0% { box-shadow: 0 0 0 0 rgba(217, 226, 229, 0.35); }
  70%, 100% { box-shadow: 0 0 0 0.45rem rgba(217, 226, 229, 0); }
}

@keyframes scroll-cue {
  0% { opacity: 0; transform: translateY(-0.25rem); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translateY(0.4rem); }
}
