:root {
  --project-bg: #060708;
  --project-surface: #0f1113;
  --project-surface-soft: #13161a;
  --project-border: rgba(255, 255, 255, 0.14);
  --project-border-soft: rgba(255, 255, 255, 0.08);
  --project-text: #f5f4f0;
  --project-text-muted: #b4b9bf;
  --project-accent: #d8c6a3;
  --project-accent-strong: #f0dfbf;
  --project-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  --project-radius-lg: 12px;
  --project-radius-md: 8px;
  --project-font-display: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --project-font-mono: "IBM Plex Mono", "JetBrains Mono", monospace;
}

body.project-detail-page {
  padding-top: 0;
  background: linear-gradient(180deg, #060708 0%, #050506 58%, #060708 100%);
  color: var(--project-text);
  min-height: 100vh;
}

body.project-detail-page::before {
  display: none;
}

.project-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem 5.5rem;
}

#project-app {
  width: 100%;
}

.project-sticky-header {
  position: fixed;
  left: 50%;
  top: 0.8rem;
  transform: translateX(-50%);
  width: min(1220px, calc(100% - 2rem));
  height: auto;
  padding: 0.92rem 1rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  border-radius: 0;
  border: none;
  background: rgba(8, 10, 13, 0.74);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: none;
  z-index: 1200;
  isolation: isolate;
}

.project-sticky-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: none;
  pointer-events: none;
  z-index: 0;
}

.project-sticky-header>* {
  position: relative;
  z-index: 1;
}

.sticky-left {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.sticky-brand {
  display: inline-flex;
  align-items: center;
}

.sticky-brand-image {
  display: block;
  width: 40px;
  height: auto;
  opacity: 0.96;
}

.sticky-back {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--project-font-mono);
  letter-spacing: 0.08em;
  font-size: 0.69rem;
  text-transform: uppercase;
  color: var(--project-text-muted);
  padding: 0;
  border-radius: 0;
  border: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
}

.sticky-back:hover {
  color: var(--project-text);
  opacity: 1;
}

.sticky-back:focus-visible {
  outline: 2px solid #99c0e4;
  outline-offset: 2px;
  color: var(--project-text);
}

.sticky-center {
  min-width: 0;
  text-align: center;
}

.sticky-overline {
  display: block;
  margin-bottom: 0.16rem;
  color: var(--project-accent);
  font-family: var(--project-font-mono);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
}

.sticky-title {
  font-family: var(--project-font-display);
  font-size: clamp(0.96rem, 1.55vw, 1.18rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  color: var(--project-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

.sticky-meta {
  justify-self: end;
  font-family: var(--project-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--project-text-muted);
  border: none;
  padding: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
}

.scroll-progress-track {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.35rem;
  height: 2px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.scroll-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #d4bd97 0%, #f2d8a8 100%);
}

.project-scroll-container {
  padding-top: 8.6rem;
}

.project-hero-frame {
  margin-bottom: 4.4rem;
}

.project-banner {
  margin-bottom: 2.1rem;
  aspect-ratio: var(--banner-ratio, 16 / 7);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0b0d;
  box-shadow: none;
}

.project-banner.banner-ratio-medium {
  width: min(100%, 980px);
  margin-left: auto;
  margin-right: auto;
}

.project-banner.banner-ratio-compact {
  width: min(100%, 860px);
  margin-left: auto;
  margin-right: auto;
}

.banner-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-hero-frame.no-banner {
  margin-bottom: 2.5rem;
}

.project-hero-frame.no-banner .editorial-intro-container {
  padding-top: 0.4rem;
}

.block-image-full {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
}

.editorial-intro-container {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem;
}

.editorial-intro-kicker {
  margin: 0;
  font-family: var(--project-font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--project-accent);
}

.editorial-intro-text {
  margin: 1rem auto 0;
  font-size: clamp(1.08rem, 1.62vw, 1.58rem);
  line-height: 1.58;
  letter-spacing: 0.01em;
  color: #f4efe6;
  font-family: var(--project-font-display);
  font-weight: 400;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.editorial-article {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
  margin-bottom: 4rem;
}

.editorial-block {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  transition: opacity 0.75s cubic-bezier(0.2, 1, 0.3, 1), transform 0.75s cubic-bezier(0.2, 1, 0.3, 1);
}

.editorial-block.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.full-figure,
.standard-figure,
.block-grid-item {
  margin: 0;
}

.block-full-width-wrapper {
  width: 100%;
}

.block-caption {
  margin-top: 0.95rem;
  text-align: center;
  color: var(--project-text-muted);
  font-family: var(--project-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-block.container.dynamic-placement {
  display: flex;
}

.editorial-block.container.dynamic-placement.placement-auto:nth-of-type(2n) {
  justify-content: flex-end;
}

.editorial-block.container.dynamic-placement.placement-auto:nth-of-type(odd) {
  justify-content: flex-start;
}

.editorial-block.container.dynamic-placement.placement-left {
  justify-content: flex-start;
}

.editorial-block.container.dynamic-placement.placement-center {
  justify-content: center;
}

.editorial-block.container.dynamic-placement.placement-right {
  justify-content: flex-end;
}

.block-image-standard {
  width: min(76vw, 1000px);
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: block;
  cursor: zoom-in;
  transition: transform 0.35s cubic-bezier(0.2, 1, 0.3, 1);
}

.block-image-standard:hover {
  transform: translateY(-2px);
}

.block-text {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(1.6rem, 2.7vw, 2.6rem);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--project-border);
  border-radius: 24px;
  box-shadow: var(--project-shadow);
}

.block-text h3 {
  margin-bottom: 0.8rem;
  color: var(--project-text);
  font-size: clamp(1.2rem, 2.1vw, 1.6rem);
  font-family: var(--project-font-display);
  font-weight: 600;
}

.block-text p {
  margin: 0;
  color: var(--project-text-muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.block-text-rich {
  margin: 0 auto;
  width: min(840px, 100%);
}

.block-text-rich.width-narrow {
  width: min(680px, 100%);
}

.block-text-rich.width-normal {
  width: min(840px, 100%);
}

.block-text-rich.width-wide {
  width: min(1040px, 100%);
}

.text-rich-card {
  padding: clamp(1.25rem, 2vw, 2rem) 0 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid var(--project-border-soft);
  background: transparent;
  box-shadow: none;
}

.text-rich-title {
  margin: 0;
  font-family: var(--project-font-display);
  font-size: clamp(1.45rem, 2.45vw, 2.25rem);
  font-weight: 600;
  color: var(--project-text);
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.text-rich-lead {
  margin: 0.95rem 0 0;
  font-size: clamp(1.02rem, 1.9vw, 1.2rem);
  line-height: 1.65;
  color: #ece5d8;
  max-width: 74ch;
}

.text-rich-body {
  margin-top: 1.35rem;
  color: var(--project-text-muted);
}

.text-rich-body h2,
.text-rich-body h3 {
  margin: 1.35rem 0 0.85rem;
  color: var(--project-text);
  font-family: var(--project-font-display);
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.text-rich-body h2 {
  font-size: clamp(1.26rem, 2.1vw, 1.78rem);
}

.text-rich-body h3 {
  font-size: clamp(1.11rem, 1.65vw, 1.36rem);
}

.text-rich-body p {
  margin: 0.9rem 0 0;
  font-size: clamp(1rem, 1.05vw, 1.06rem);
  line-height: 1.92;
}

.text-rich-body ul {
  margin: 0.95rem 0 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.42rem;
}

.text-rich-body li {
  line-height: 1.74;
}

.text-rich-body a {
  color: var(--project-accent-strong);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.text-rich-body a:hover {
  color: #f8e3bd;
}

.text-rich-body a:focus-visible {
  outline: 2px solid #99c0e4;
  outline-offset: 2px;
  border-radius: 4px;
}

.block-text-rich.align-center {
  text-align: center;
}

.block-text-rich.align-center .text-rich-lead {
  margin-left: auto;
  margin-right: auto;
}

.block-text-rich.align-center .text-rich-body ul {
  text-align: left;
  width: min(640px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.block-download {
  margin: 0 auto;
  width: min(900px, 100%);
}

.download-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: 1rem 0 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid var(--project-border-soft);
  background: transparent;
  box-shadow: none;
}

.download-title {
  margin: 0;
  font-family: var(--project-font-display);
  font-size: clamp(1.05rem, 1.65vw, 1.4rem);
  color: var(--project-text);
}

.download-description {
  margin: 0.52rem 0 0;
  line-height: 1.66;
  color: var(--project-text-muted);
}

.download-actions {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
}

.download-kind {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  padding: 0.43rem 0.7rem;
  border-radius: 0;
  border: 1px solid var(--project-border-soft);
  background: rgba(255, 255, 255, 0.03);
  font-family: var(--project-font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--project-text-muted);
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.63rem 1.08rem;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: var(--project-text);
  font-family: var(--project-font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 0.28s ease, background-color 0.28s ease;
}

.download-button:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.04);
}

.download-button:focus-visible {
  outline: 2px solid #99c0e4;
  outline-offset: 2px;
}

.download-card.kind-presskit .download-kind {
  color: #f0dfbf;
}

.download-card.kind-pdf .download-kind {
  color: #f4ccc7;
}

.download-card.kind-zip .download-kind {
  color: #cad7ed;
}

.block-embed {
  width: 100%;
}

.embed-shell {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.embed-frame {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--project-border);
  background: rgba(0, 0, 0, 0.25);
  box-shadow: var(--project-shadow);
}

.embed-frame.embed-ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.embed-frame.embed-ratio-4-3 {
  aspect-ratio: 4 / 3;
}

.embed-frame.embed-ratio-9-16 {
  aspect-ratio: 9 / 16;
  max-width: min(560px, 100%);
  margin: 0 auto;
}

.embed-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.embed-caption {
  margin: 0.8rem auto 0;
  max-width: 88ch;
  text-align: center;
  color: var(--project-text-muted);
  font-family: var(--project-font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.block-embed-audio .embed-shell {
  width: min(760px, 100%);
}

.audio-embed-shell {
  border-radius: 24px;
  border: 1px solid var(--project-border);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01));
  box-shadow: var(--project-shadow);
  padding: 1rem;
}

.audio-embed-shell iframe {
  width: 100%;
  height: 352px;
  border: 0;
  border-radius: 14px;
}

.audio-embed-shell.is-compact iframe {
  height: 152px;
}

.block-embed-error {
  margin: 0 auto;
  width: min(760px, 100%);
}

.embed-error-card {
  border-radius: 20px;
  border: 1px dashed var(--project-border);
  background: rgba(255, 255, 255, 0.02);
  padding: 1.1rem 1.15rem;
  text-align: center;
}

.embed-error-title {
  margin: 0;
  font-family: var(--project-font-display);
  color: var(--project-text);
  font-size: 1.04rem;
}

.embed-error-message {
  margin: 0.5rem 0 0;
  color: var(--project-text-muted);
  font-size: 0.95rem;
}

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

.block-grid-2 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: block;
  cursor: zoom-in;
  transition: transform 0.35s ease;
}

.block-grid-2 img:hover {
  transform: scale(1.015);
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: var(--project-radius-md);
  overflow: hidden;
  border: 1px solid var(--project-border);
  box-shadow: var(--project-shadow);
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.project-navigation-minimal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  margin: 5.5rem 0 1rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--project-border-soft);
}

.nav-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.75rem 0;
  border: none;
  border-radius: 0;
  background: transparent;
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav-arrow.is-disabled {
  visibility: hidden;
  pointer-events: none;
}

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

.nav-arrow:focus-visible {
  outline: 2px solid #99c0e4;
  outline-offset: 2px;
}

.nav-copy {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
}

.nav-copy small {
  font-family: var(--project-font-mono);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.62rem;
  color: var(--project-text-muted);
}

.nav-copy strong {
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--project-text);
}

.nav-copy-right {
  text-align: right;
}

.nav-arrow-line {
  font-size: 1.08rem;
  color: var(--project-accent-strong);
}

.nav-overview-link {
  justify-self: center;
  font-family: var(--project-font-mono);
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--project-text-muted);
  padding: 0.7rem 0;
  border-radius: 0;
  border: none;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.nav-overview-link:hover {
  color: var(--project-text);
}

.nav-overview-link:focus-visible {
  outline: 2px solid #99c0e4;
  outline-offset: 2px;
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 5, 6, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.2, 1, 0.3, 1);
}

.lightbox-overlay.active {
  opacity: 1;
  pointer-events: auto;
  cursor: zoom-out;
}

.lightbox-image {
  max-width: min(90vw, 1500px);
  max-height: 90vh;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 38px 85px rgba(0, 0, 0, 0.55);
  transform: scale(0.94);
  opacity: 1;
  transition:
    transform 0.35s cubic-bezier(0.2, 1, 0.3, 1),
    opacity 0.2s ease;
}

.lightbox-overlay.active .lightbox-image {
  transform: scale(1);
}

.lightbox-image.is-loading {
  opacity: 0;
}

.project-error-card {
  max-width: 640px;
  margin: 9rem auto 2rem;
  text-align: center;
  border: 1px solid var(--project-border);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 24px;
  padding: 2.2rem 1.8rem;
}

.project-error-kicker {
  font-family: var(--project-font-mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--project-accent);
  font-size: 0.74rem;
  margin-bottom: 0.65rem;
}

.project-error-link {
  display: inline-block;
  margin-top: 1.2rem;
  border: 1px solid var(--project-border);
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font-family: var(--project-font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.project-detail-page footer {
  border-top: 1px solid var(--project-border-soft);
  margin-top: 4rem;
}

.project-detail-page .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.project-detail-page .footer-content p {
  margin: 0;
  color: #9ca5af;
  font-family: var(--project-font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-detail-page .footer-content a {
  color: #d7c09a;
}

@media (max-width: 1024px) {
  .project-content {
    padding: 0 0.85rem 3.8rem;
  }

  .project-sticky-header {
    width: calc(100% - 1.5rem);
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.85rem;
    padding: 0.88rem 0.9rem;
  }

  .sticky-left {
    gap: 0.75rem;
  }

  .sticky-center {
    text-align: left;
  }

  .sticky-title {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .sticky-meta {
    font-size: 0.72rem;
  }

  .project-scroll-container {
    padding-top: 8rem;
  }

  .editorial-article {
    gap: 5rem;
  }

  .block-image-standard {
    width: min(85vw, 840px);
  }

  .download-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .download-actions {
    width: 100%;
    justify-content: space-between;
  }

  .embed-shell {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .project-sticky-header {
    width: calc(100% - 1.5rem);
    grid-template-columns: auto minmax(0, 1fr) auto;
    justify-items: stretch;
    text-align: left;
    gap: 0.7rem;
    padding: 0.88rem 0.85rem;
  }

  .sticky-left {
    gap: 0.6rem;
  }

  .sticky-center {
    text-align: center;
  }

  .sticky-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
  }

  .sticky-meta {
    justify-self: end;
    font-size: 0.68rem;
  }

  .project-scroll-container {
    padding-top: 8.2rem;
  }
}

@media (max-width: 780px) {
  .project-content {
    padding: 0 0.75rem 3rem;
  }

  .project-sticky-header {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0;
    padding: 0.82rem 0.82rem 0.82rem;
    width: calc(100% - 1.5rem);
    background: rgba(8, 10, 13, 0.82);
  }

  .sticky-left {
    position: relative;
    width: 100%;
    min-height: 2.4rem;
    justify-content: center;
    gap: 0;
  }

  .sticky-back {
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    gap: 0.35rem;
    font-size: 0.64rem;
    letter-spacing: 0.07em;
  }

  .sticky-center,
  .sticky-meta {
    display: none;
  }

  .sticky-brand-image {
    width: 36px;
  }

  .scroll-progress-track {
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.2rem;
  }

  .project-scroll-container {
    padding-top: 6.7rem;
  }

  .project-banner {
    aspect-ratio: var(--banner-ratio, 16 / 9);
    border-radius: 10px;
  }

  .project-banner.banner-ratio-medium,
  .project-banner.banner-ratio-compact {
    width: 100%;
  }

  .editorial-intro-text {
    font-size: 1.15rem;
  }

  .block-grid-2 {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .block-text {
    border-radius: 0;
  }

  .text-rich-card {
    border-radius: 0;
    padding-top: 1rem;
  }

  .text-rich-body p {
    line-height: 1.8;
  }

  .download-card {
    border-radius: 0;
  }

  .download-actions {
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .download-button {
    width: 100%;
    min-height: 44px;
  }

  .embed-frame,
  .audio-embed-shell {
    border-radius: 16px;
  }

  .audio-embed-shell iframe {
    height: 320px;
  }

  .audio-embed-shell.is-compact iframe {
    height: 152px;
  }

  .project-navigation-minimal {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .nav-overview-link {
    justify-self: stretch;
    text-align: center;
  }

  .nav-copy strong {
    font-size: 0.85rem;
  }

  .project-detail-page footer {
    margin-top: 2rem;
  }

  .project-detail-page .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
