/* Objects of the work. Layout rules live here; shared type and navigation in base.css. */
:root {
  color-scheme:dark;
  --bs-black:#10141c;
  --bs-ink:#14171c;
  --bs-white:#f5f3ec;
  --bs-paper:#eeeade;
  --bs-blue:#315af4;
  --bs-acid:#c5ff57;
  --bs-muted:#b9c1cb;
  --page-gutter:clamp(20px,5vw,80px)
}

body {
  background:var(--bs-black);
  color:var(--bs-white);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.55
}

.sleeve {
  margin:0;
  width:100%
}

button {
  font-family:inherit;
  cursor:pointer
}

a {
  color:inherit
}

img {
  max-width:100%;
  height:auto;
  display:block
}

#main {
  outline:none
}

[id] {
  scroll-margin-top:24px
}

.hero-kicker,.section-kicker,.panel-kicker,.contact-kicker {
  font:600 11px/1.4 var(--font-mono);
  letter-spacing:.08em;
  text-transform:uppercase;
  margin:0 0 16px
}

.studio-hero {
  padding:54px var(--page-gutter) 0;
  max-width:1600px;
  margin:auto
}

.studio-intro {
  display:grid;
  grid-template-columns:1.15fr 1fr;
  align-items:end;
  gap:40px;
  margin-bottom:36px
}

.hero-kicker {
  color:var(--bs-acid)
}

h1 {
  font:400 clamp(4rem,7.5vw,8rem)/.87 var(--font-display);
  letter-spacing:-.075em;
  text-transform:uppercase;
  margin:0
}

.studio-intro-copy {
  max-width:440px;
  padding-bottom:2px
}

.studio-intro-copy p {
  font:400 clamp(1.45rem,2.2vw,2rem)/1.22 var(--font-serif);
  margin:0 0 22px
}

.hero-cue {
  display:inline-flex;
  gap:20px;
  align-items:center;
  min-height:44px;
  text-underline-offset:5px;
  font:600 12px/1.2 var(--font-mono)
}

.hero-cue span {
  font-size:24px;
  color:var(--bs-acid)
}

.studio-film {
  margin:0;
  position:relative;
  border:1px solid #69717d;
  background:#65666b;
  overflow:hidden
}

.studio-film video {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  max-height:620px;
  object-fit:cover;
  object-position:50% 53%
}

.studio-film-label {
  position:absolute;
  inset:0 0 auto;
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:18px 22px;
  z-index:1;
  font:600 11px/1.4 var(--font-mono);
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#fff;
  background:linear-gradient(#10141c66,transparent)
}

.studio-film figcaption {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:17px 22px;
  background:#191f2a;
  color:#dce0e6;
  font:400 12px/1.4 var(--font-mono)
}

.scene-controls {
  display:flex;
  gap:8px;
  position:absolute;
  left:22px;
  bottom:76px
}

.scene-controls button {
  min-height:44px;
  border:1px solid #e7e7e1;
  background:#10141ce8;
  color:#fff;
  padding:10px 16px;
  font:600 11px/1 var(--font-mono)
}

.scene-controls button:hover {
  background:var(--bs-blue)
}

.studio-chapters {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-bottom:1px solid #69717d
}

.studio-chapter {
  display:flex;
  align-items:center;
  gap:18px;
  padding:23px 20px;
  border-right:1px solid #69717d;
  min-width:0
}

.studio-chapter:first-child {
  padding-left:0
}

.studio-chapter:last-child {
  border-right:0;
  padding-right:0
}

.chapter-number {
  font:400 11px/1 var(--font-mono);
  color:var(--bs-acid)
}

.studio-chapter a {
  display:block;
  text-decoration:none;
  flex:1;
  min-width:0
}

.studio-chapter strong {
  display:block;
  font:400 clamp(1.3rem,2vw,2rem)/1 var(--font-display);
  letter-spacing:-.045em
}

.studio-chapter a>span {
  display:block;
  font-size:13px;
  color:#c5cbd4;
  margin-top:8px
}

.studio-chapter a:hover strong {
  text-decoration:underline;
  text-underline-offset:5px
}

.studio-chapter button {
  width:44px;
  height:44px;
  flex-shrink:0;
  background:transparent;
  border:1px solid #69717d;
  color:#fff;
  font-size:25px
}

.studio-chapter.is-active button {
  color:var(--bs-acid);
  border-color:var(--bs-acid)
}

.below-home-rotation {
  padding:24px var(--page-gutter) 34px;
  max-width:1600px;
  margin:auto
}

.ticker {
  display:flex;
  gap:16px;
  align-items:baseline;
  font:400 11px/1.5 var(--font-mono)
}

.ticker-label {
  color:var(--bs-acid);
  flex-shrink:0
}

.ticker-marquee {
  min-width:0
}

.ticker-text {
  overflow-wrap:anywhere;
  color:#c5cbd4
}

.inspection {
  position:relative;
  padding:64px var(--page-gutter) 0;
  background:var(--bs-paper);
  color:var(--bs-ink)
}

.inspection-intro {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 40px;
  align-items:end;
  max-width:1440px;
  margin:auto auto 32px
}

.inspection-intro .section-kicker {
  grid-column:1/-1;
  color:#904314;
  margin:0
}

.inspection-intro h2 {
  font:400 clamp(2.6rem,4.5vw,4.9rem)/.94 var(--font-display);
  letter-spacing:-.065em;
  text-transform:uppercase;
  margin:0
}

.inspection-intro>p:last-child {
  font:400 23px/1.25 var(--font-serif);
  max-width:34ch;
  margin:0
}

.layer-tabs {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:1440px;
  margin:auto;
  border:1px solid #858078;
  border-bottom:0
}

.layer-tabs button {
  border:0;
  border-right:1px solid #858078;
  border-radius:0;
  background:transparent;
  color:inherit;
  padding:18px 20px;
  text-align:left;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:8px 14px;
  min-width:0
}

.layer-tabs button:last-child {
  border-right:0
}

.layer-tabs button[aria-selected=true] {
  background:var(--bs-blue);
  color:white
}

.layer-tabs button>span {
  font:600 11px/1.4 var(--font-mono)
}

.layer-tabs strong {
  font-size:19px;
  line-height:1.15
}

.layer-tabs small {
  grid-column:2;
  font:400 11px/1.4 var(--font-mono)
}

.layer-panel {
  padding:36px var(--page-gutter) 64px;
  background:var(--bs-paper);
  color:var(--bs-ink)
}

.project-cards {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  max-width:1440px;
  margin:auto
}

.project-card {
  border:1px solid #8b877e;
  min-width:0;
  background:#f5f1e7;
  display:flex;
  flex-direction:column
}

.project-render {
  position:relative;
  display:block;
  overflow:hidden;
  text-decoration:none;
  background:#777
}

.project-render img {
  width:100%;
  aspect-ratio:1;
  object-fit:cover;
  transition:transform .3s ease
}

.project-render:hover img {
  transform:scale(1.025)
}

.project-render>span {
  position:absolute;
  inset:auto 12px 12px;
  background:#10141ce6;
  color:#fff;
  padding:6px 9px;
  font:400 10px/1.4 var(--font-mono)
}

.project-copy {
  padding:26px 24px;
  display:flex;
  flex-direction:column;
  flex:1
}

.project-copy .section-kicker {
  color:#82401d
}

.project-copy h2 {
  font:400 clamp(1.6rem,2.5vw,2.6rem)/1 var(--font-display);
  letter-spacing:-.045em;
  margin:0 0 18px
}

.project-copy p {
  font-size:15px;
  line-height:1.55;
  color:#51545a;
  margin:0 0 18px
}

.project-copy .project-description {
  font-size:18px;
  line-height:1.4;
  color:var(--bs-ink)
}

.project-copy .panel-link {
  margin-top:auto
}

.panel-link,.panel-links a {
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:44px;
  font:600 12px/1.3 var(--font-mono);
  text-underline-offset:5px
}

.studio-aside {
  max-width:1440px;
  margin:32px auto 0;
  display:flex;
  gap:18px;
  align-items:center
}

.studio-aside img {
  width:64px;
  height:80px;
  object-fit:cover;
  transform:rotate(-5deg);
  border:4px solid white;
  box-shadow:0 2px 4px #0003
}

.studio-aside p {
  font-weight:700;
  font-size:14px
}

.studio-aside span {
  font-weight:400;
  color:#57595e
}

.panel-topline {
  display:flex;
  justify-content:space-between;
  gap:20px;
  font:400 11px/1.5 var(--font-mono);
  padding-bottom:30px
}

.panel-grid {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:60px;
  max-width:1440px;
  margin:auto
}

.panel-copy h2 {
  font:400 clamp(2.5rem,4.5vw,4.8rem)/.95 var(--font-display);
  letter-spacing:-.065em;
  text-transform:uppercase;
  margin:0 0 25px
}

.panel-copy>p:not(.panel-kicker) {
  font-size:17px;
  line-height:1.55;
  margin:0 0 24px;
  max-width:44ch
}

.panel-links {
  display:flex;
  flex-wrap:wrap;
  gap:8px 22px
}

.panel-boundary {
  background:#2549d0;
  color:#fff;
  padding-top:40px
}

.public-work-plate {
  border-top:1px solid #9bade7
}

.public-work-plate article {
  display:grid;
  grid-template-columns:30px 1fr;
  gap:4px 16px;
  padding:22px 0;
  border-bottom:1px solid #9bade7
}

.public-work-plate article>span {
  font:400 11px/1.4 var(--font-mono)
}

.public-work-plate strong {
  font-size:22px
}

.public-work-plate p {
  grid-column:2;
  font-size:16px;
  margin:5px 0 0;
  color:#e0e6ff
}

.panel-facts {
  display:flex;
  flex-wrap:wrap;
  gap:12px 25px;
  font:400 11px/1.4 var(--font-mono);
  padding-top:36px;
  max-width:1440px;
  margin:auto
}

.record-marks {
  list-style:none;
  padding:0;
  margin:0;
  border-top:1px solid #8b877e
}

.record-marks>li {
  border-bottom:1px solid #8b877e;
  padding:0
}

.record-entry summary {
  position:relative;
  cursor:pointer;
  list-style:none;
  display:grid;
  grid-template-columns:1fr auto;
  gap:7px;
  padding:22px 45px 22px 18px
}

.record-entry summary::-webkit-details-marker {
  display:none
}

.record-entry summary::after {
  content:'+';
  position:absolute;
  right:18px;
  top:24px;
  font-size:22px
}

.record-entry[open] summary::after {
  content:'−'
}

.record-entry summary>span {
  font:400 11px/1.4 var(--font-mono);
  grid-column:1/-1
}

.record-entry summary strong {
  font-size:24px;
  line-height:1.2;
  grid-column:1/-1
}

.record-entry summary small {
  font-size:14px;
  grid-column:1/-1
}

.record-current {
  background:var(--bs-blue);
  color:white
}

.record-detail {
  padding:0 18px 25px;
  font-size:16px;
  line-height:1.6
}

.record-detail p {
  margin:0 0 18px
}

.record-detail ul {
  padding:0;
  margin:0;
  list-style:none;
  display:flex;
  gap:7px;
  flex-wrap:wrap
}

.record-detail li {
  font:400 11px/1.4 var(--font-mono);
  padding:5px 8px;
  border:1px solid currentColor
}

.below-manifest {
  padding:76px var(--page-gutter);
  background:#e2ddcf;
  color:var(--bs-ink);
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:30px 60px
}

.below-manifest h2,.below-notes h2,.below-repositories h2 {
  font:400 clamp(2.8rem,4.5vw,5rem)/.95 var(--font-display);
  letter-spacing:-.065em;
  text-transform:uppercase;
  margin:0
}

.below-about-copy {
  font-size:17px;
  line-height:1.65;
  max-width:70ch
}

.below-about-copy>:first-child {
  margin-top:0
}

.below-about-copy a {
  text-underline-offset:3px
}

.below-about-links {
  grid-column:2
}

.below-about-links p {
  font:600 11px/1.3 var(--font-mono);
  text-transform:uppercase
}

.below-about-links ul {
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  gap:8px;
  flex-wrap:wrap
}

.below-about-links li {
  padding:5px 9px;
  border:1px solid #858078;
  font:400 11px/1.4 var(--font-mono)
}

.below-notes {
  background:var(--bs-paper);
  color:var(--bs-ink);
  padding:70px var(--page-gutter);
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:50px
}

.post-row {
  display:grid;
  grid-template-columns:24px 72px 1fr;
  gap:15px;
  padding:22px 0;
  border-top:1px solid #858078;
  text-decoration:none
}

.post-no,.post-meta {
  font:400 11px/1.4 var(--font-mono)
}

.post-thumb {
  width:72px;
  height:72px;
  object-fit:cover
}

.post-thumb-empty {
  background:var(--bs-blue);
  color:white;
  display:grid;
  place-items:center
}

.post-title {
  font:400 24px/1.2 var(--font-serif);
  margin:0 0 8px
}

.post-row:hover .post-title {
  text-decoration:underline
}

.post-summary {
  display:block;
  margin-top:10px;
  font-size:15px
}

.below-more-link {
  display:inline-flex;
  min-height:44px;
  align-items:center;
  font:600 12px/1.4 var(--font-mono)
}

.below-repositories {
  padding:70px var(--page-gutter);
  background:#2549d0;
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  gap:45px
}

.crates {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid #a3b7f6
}

.crate {
  min-width:0;
  padding:25px 20px;
  border-bottom:1px solid #a3b7f6;
  display:flex;
  flex-direction:column
}

.crate:nth-child(odd) {
  border-right:1px solid #a3b7f6
}

.crate-top {
  display:flex;
  justify-content:space-between;
  font:400 11px/1.4 var(--font-mono)
}

.crate h3 {
  font:400 clamp(1.4rem,2.2vw,2rem)/1.1 var(--font-display);
  letter-spacing:-.04em;
  overflow-wrap:anywhere;
  margin:18px 0 12px
}

.crate h3 a {
  text-decoration:none
}

.crate h3 a:hover {
  text-decoration:underline
}

.crate .ext {
  font:400 25px/1 var(--font-body);
  white-space:nowrap
}

.crate .blurb {
  font-size:15px;
  margin:0 0 20px;
  line-height:1.5
}

.crate-foot {
  display:flex;
  flex-wrap:wrap;
  gap:7px 18px;
  margin-top:auto;
  font:400 10px/1.5 var(--font-mono);
  color:#e0e7ff
}

.crates-more a {
  display:inline-flex;
  min-height:44px;
  align-items:center;
  margin-top:16px;
  font:600 12px/1.4 var(--font-mono)
}

.below-contact {
  padding:56px var(--page-gutter);
  background:var(--bs-acid);
  color:var(--bs-ink);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px 70px
}

.contact-topline {
  display:flex;
  justify-content:space-between;
  grid-column:1/-1;
  font:400 11px/1.4 var(--font-mono);
  margin-bottom:10px
}

.contact-kicker {
  grid-column:1/-1;
  margin:0
}

.below-contact h2 {
  grid-column:1/-1;
  font:400 clamp(3rem,6vw,6.5rem)/.92 var(--font-display);
  letter-spacing:-.065em;
  text-transform:uppercase;
  margin:0;
  max-width:17ch
}

.contact-copy {
  font:400 25px/1.25 var(--font-serif);
  max-width:40ch;
  margin:0
}

.contact-email {
  font-size:clamp(18px,2.5vw,30px);
  font-weight:700;
  align-self:center;
  overflow-wrap:anywhere;
  text-underline-offset:6px
}

.below-contact nav {
  display:flex;
  flex-wrap:wrap;
  gap:6px 20px;
  justify-content:end;
  align-items:center
}

.below-contact nav a {
  display:inline-flex;
  align-items:center;
  min-height:44px;
  font:600 12px/1.4 var(--font-mono)
}

.below-colophon {
  font-size:13px
}

@media(max-width:1000px) {
  .project-cards {
    gap:14px
  }
  .project-copy {
    padding:20px 16px
  }
  .panel-grid {
    gap:35px
  }
  .studio-chapter {
    gap:12px;
    padding:20px 15px
  }
  .studio-film video {
    max-height:520px
  }
}

@media(max-width:760px) {
  .studio-hero {
    padding-top:32px
  }
  .studio-intro {
    grid-template-columns:1fr;
    gap:24px;
    margin-bottom:24px
  }
  h1 {
    font-size:clamp(3.8rem,13vw,6rem)
  }
  .studio-intro-copy p {
    font-size:25px;
    margin-bottom:10px
  }
  .studio-intro-copy {
    max-width:38ch
  }
  .studio-film video {
    aspect-ratio:4/3;
    max-height:none;
    object-fit:contain
  }
  .studio-film-label {
    font-size:8px;
    padding:10px;
    gap:5px
  }
  .studio-film figcaption {
    font-size:10px;
    padding:12px;
    display:block;
    min-height:70px
  }
  .studio-film figcaption>span:last-child {
    display:none
  }
  .scene-controls {
    position:static;
    background:#191f2a;
    padding:0 12px 12px
  }
  .scene-controls button {
    font-size:11px;
    min-height:44px
  }
  .studio-chapters {
    grid-template-columns:1fr
  }
  .studio-chapter,.studio-chapter:first-child,.studio-chapter:last-child {
    padding:15px 0;
    border-right:0;
    border-bottom:1px solid #525965
  }
  .studio-chapter:last-child {
    border-bottom:0
  }
  .studio-chapter strong {
    font-size:22px
  }
  .studio-chapter a>span {
    margin-top:4px;
    font-size:14px
  }
  .below-home-rotation {
    padding-top:20px;
    padding-bottom:25px
  }
  .ticker {
    flex-wrap:wrap;
    gap:5px 14px
  }
  .inspection {
    padding-top:40px
  }
  .inspection-intro {
    grid-template-columns:1fr;
    gap:15px;
    margin-bottom:25px
  }
  .inspection-intro h2 {
    font-size:42px
  }
  .inspection-intro>p:last-child {
    font-size:22px
  }
  .layer-tabs button {
    display:block;
    padding:14px 8px;
    min-height:76px
  }
  .layer-tabs button>span,.layer-tabs small {
    display:none
  }
  .layer-tabs strong {
    font-size:14px
  }
  .layer-panel {
    padding-top:24px;
    padding-bottom:40px
  }
  .project-cards {
    grid-template-columns:1fr;
    gap:26px
  }
  .project-copy {
    padding:24px
  }
  .project-copy h2 {
    font-size:34px
  }
  .project-description {
    font-size:19px
  }
  .project-copy p {
    font-size:16px
  }
  .panel-grid,.below-manifest,.below-notes,.below-repositories {
    grid-template-columns:1fr;
    gap:28px
  }
  .panel-topline {
    font-size:10px;
    flex-wrap:wrap;
    gap:6px
  }
  .panel-topline>span:last-child {
    display:none
  }
  .panel-copy h2 {
    font-size:42px
  }
  .panel-copy>p:not(.panel-kicker) {
    font-size:17px
  }
  .public-work-plate strong {
    font-size:22px
  }
  .below-manifest,.below-notes,.below-repositories {
    padding-block:44px
  }
  .below-about-links {
    grid-column:1
  }
  .below-manifest h2,.below-notes h2,.below-repositories h2 {
    font-size:42px
  }
  .crates {
    grid-template-columns:1fr
  }
  .crate {
    padding:24px 0
  }
  .crate:nth-child(odd) {
    border-right:0
  }
  .crate h3 {
    font-size:28px
  }
  .crate .blurb {
    font-size:16px
  }
  .below-contact {
    grid-template-columns:1fr;
    gap:22px;
    padding-block:40px
  }
  .below-contact h2 {
    font-size:48px
  }
  .contact-copy {
    font-size:24px
  }
  .contact-email {
    font-size:22px
  }
  .below-contact nav {
    justify-content:start
  }
  .contact-topline {
    font-size:10px
  }
  .below-colophon {
    margin:0
  }
}

@media(prefers-reduced-motion:reduce) {
  .project-render img {
    transition:none
  }
}

@media print {
  .scene-controls,.studio-chapters button,.layer-tabs {
    display:none
  }
  .layer-panel[hidden] {
    display:block!important
  }
  .studio-film {
    break-inside:avoid
  }
}
