/* Circa extends the existing editorial experiment layout. */
:root { --accent: #b94233; }
a:focus-visible, button:focus-visible, video:focus-visible { outline-color: var(--accent); }
.circa-hero { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); width: calc(100% - var(--site-gutter) * 2); max-width: 1280px; margin: auto; padding-block: clamp(3rem, 5vw, 5rem); }
.circa-hero h1 { font-size: clamp(5.5rem, 9vw, 9rem); line-height: .93; }
.project-status { display: flex; align-items: center; gap: .6rem; margin-bottom: 2rem; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .6875rem; letter-spacing: .045em; text-transform: uppercase; }
.project-status span { width: .4rem; height: .4rem; border-radius: 50%; background: var(--accent); }
.circa-hero .hero-statement { margin-top: 2rem; }
.circa-hero .intro { margin-top: 1.25rem; }
.circa-hero .project-meta { margin-bottom: 0; gap: 2.5rem; }
.circa-hero-figure img { aspect-ratio: 1600 / 1737; object-fit: cover; }
.companion-band { background: #edede9; scroll-margin-top: 3.5rem; }
.app-studies { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.app-stage { display: flex; align-items: center; justify-content: center; padding: 3rem; background: #e2e2de; min-height: 42rem; }
.app-stage .screen-link, .app-stage video { width: min(100%, 17rem); }
.app-stage img, .app-stage video, .sync-stage img { border-radius: 2rem; }
.app-stage video { display: block; aspect-ratio: 1206 / 2622; background: #f2f1f7; }
.hardware-studies { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.hardware-studies img { aspect-ratio: 3 / 4; object-fit: cover; }
.sync-study { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; margin-top: 5rem; }
.sync-study h3 { font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1.1; }
.sync-stage { display: flex; justify-content: center; padding: 2.5rem; background: var(--stage); }
.sync-stage .screen-link { max-width: 15rem; }
.circa-motion { background: #111210; color: var(--paper); scroll-margin-top: 3.5rem; }
.circa-motion .prose p, .circa-motion figcaption { color: #b0b0a9; }
.motion-studies { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.boot-stage, .device-stage { height: 38rem; display: flex; justify-content: center; background: #000; overflow: hidden; }
.motion-studies video { display: block; height: 100%; max-width: 100%; object-fit: contain; }
.device-stage { background: #262520; }
.next-section .text-link { margin-top: 2rem; }
.circa-more .related-case-visual img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; object-position: top; }
@media (max-width: 1000px) {
  .circa-hero { gap: 2.5rem; }
  .circa-hero .project-meta { flex-direction: column; gap: 1rem; }
  .app-stage { min-height: 0; padding: 2rem; }
  .boot-stage, .device-stage { height: 30rem; }
}
@media (max-width: 600px) {
  .circa-hero { grid-template-columns: 1fr; padding-top: 3rem; }
  .circa-hero h1 { font-size: clamp(5.5rem, 23vw, 7.5rem); }
  .circa-hero .hero-statement { max-width: none; font-size: 1.9rem; }
  .circa-hero .project-meta { flex-direction: row; flex-wrap: wrap; gap: 1.5rem; }
  .circa-hero-figure figcaption { gap: .5rem; }
  .app-studies, .sync-study, .motion-studies { grid-template-columns: 1fr; gap: 2.5rem; }
  .app-stage { padding: 2rem; }
  .app-stage .screen-link, .app-stage video { width: min(100%, 16rem); }
  .hardware-studies { grid-template-columns: 1fr; gap: 2rem; }
  .hardware-studies img { aspect-ratio: 4 / 4.5; object-position: center 65%; }
  .sync-study { margin-top: 3.5rem; }
  .sync-stage { padding: 2rem; }
  .motion-studies { margin-top: 2rem; }
  .boot-stage, .device-stage { height: auto; aspect-ratio: 3 / 4; }
  .site-footer { flex-wrap: wrap; }
}
