/* The film follows ordinary document scrolling; there is no wheel interception. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.site-header,
.site-header.scrolled {
  height: 76px;
  transition: none;
  border-bottom: 1px solid var(--rule);
}
.walkthrough .hero-visual {
  animation: none !important;
}
@media (max-width: 760px) {
  .site-header,
  .site-header.scrolled {
    height: 68px;
  }
}
.walkthrough {
  height: 880svh;
  position: relative;
  margin: 0 24px;
}
.walkthrough .hero-visual {
  position: sticky;
  top: 76px;
  height: calc(100svh - 76px);
  min-height: 0;
  margin: 0;
  --visit-start: 1;
}
.walkthrough .hero-visual > img {
  position: absolute;
  inset: 0;
  transform: none;
  object-position: 52% 50%;
  will-change: auto;
}
#walkthrough-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
#walkthrough-video.is-ready {
  opacity: 1;
}
.walkthrough .hero-image-shade {
  background: linear-gradient(
    180deg,
    rgba(29, 23, 18, 0.2),
    transparent 25%,
    transparent 50%,
    rgba(29, 23, 18, 0.68)
  );
  pointer-events: none;
}
.walkthrough .hero-caption {
  bottom: 125px;
  z-index: 2;
}
.walkthrough .hero-caption > span:first-child {
  font-size: 12px;
  letter-spacing: 1.4px;
}
.walkthrough .hero-caption > span:nth-child(2) {
  font-size: clamp(29px, 2.8vw, 44px);
}
.walkthrough .discover-orbit {
  bottom: 125px;
  width: 115px;
  height: 115px;
  opacity: var(--visit-start);
  pointer-events: none;
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.walkthrough .discover-orbit > span:first-child {
  font-size: 12px;
  letter-spacing: 0.6px;
}
.walkthrough .hero-location {
  font-size: 12px;
  left: calc(var(--gutter) - 24px);
  top: 28px;
  z-index: 2;
}
.skip-visit {
  position: absolute;
  right: calc(var(--gutter) - 24px);
  top: 25px;
  color: white;
  z-index: 2;
  font-size: 14px;
  text-shadow: 0 1px 5px #302923;
}
.skip-visit > span {
  margin-left: 15px;
}
.skip-visit:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.visit-statement {
  position: absolute;
  top: 38%;
  left: calc(var(--gutter) - 24px);
  color: var(--paper);
  opacity: var(--visit-words);
  text-shadow: 0 2px 35px #38281c;
  pointer-events: none;
}
#visit-word {
  display: block;
  font: 400 clamp(80px, 10.7vw, 170px)/1 var(--serif);
  letter-spacing: -0.055em;
}
#visit-description {
  font-size: 15px;
  display: block;
  margin-top: 15px;
}
.visit-navigation {
  position: absolute;
  bottom: 29px;
  left: calc(var(--gutter) - 24px);
  right: calc(var(--gutter) - 24px);
  color: white;
  z-index: 2;
}
.visit-track {
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  overflow: hidden;
}
#visit-progress {
  height: 100%;
  display: block;
  width: 100%;
  background: white;
  transform: scaleX(0);
  transform-origin: left;
}
.visit-chapters {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  gap: 20px;
}
.visit-chapters button {
  display: flex;
  gap: 12px;
  padding: 6px 0;
  font-size: 12px;
  letter-spacing: 1.2px;
  opacity: 0.72;
  transition: opacity 0.25s;
}
.visit-chapters button[aria-current],
.visit-chapters button:hover {
  opacity: 1;
}
.visit-chapters button > span {
  letter-spacing: 0;
}
.visit-status {
  position: absolute;
  right: calc(var(--gutter) - 24px);
  bottom: 98px;
  color: white;
  font-size: 12px;
  background: rgba(40, 32, 25, 0.65);
  padding: 6px 12px;
  max-width: 330px;
  z-index: 3;
}
.visit-status[hidden] {
  display: none;
}
.tour-decoders {
  position: fixed;
  width: 2px;
  height: 2px;
  overflow: hidden;
  left: 0;
  bottom: 0;
  opacity: 0.001;
  pointer-events: none;
  z-index: -1;
}
.tour-decoders video {
  position: absolute;
  inset: 0;
  width: 2px;
  height: 2px;
}
.brand-name {
  font-size: 12px;
}
.brand-name > span {
  font-size: 12px;
  letter-spacing: 0.45px;
}
.detail-photo {
  position: relative;
  background: var(--dark);
}
.detail-photo video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  inset: 0;
  background: var(--dark);
}
.detail-photo video[hidden],
.detail-photo img[hidden] {
  display: none;
}
.hero-eyebrow,
.hero-caption > span:first-child,
.hero-location,
.hero-bottom,
.section-kicker,
.project-tag,
.project-caption p,
.concept-note,
.atelier-image > span,
.atelier-signature > span:last-child,
.step-num,
.step-body > span,
.contact-top > span,
.contact-bottom,
.footer-bottom,
.footer-bottom button,
.detail-copy dt,
.detail-copy .detail-fiction,
.dialog-close {
  font-size: 12px !important;
}
.hero-intro,
.section-top > p,
.project-three-copy > p,
.atelier-body,
.approach-heading > p,
.step-body p,
.contact-aside > p,
.detail-copy > p:not(.section-kicker):not(.detail-intro),
.text-dialog p:not(.section-kicker),
.intro-copy p {
  font-size: 16px;
}
.header-contact,
.text-link,
.contact-button,
.detail-copy dd {
  font-size: 14px;
}
.hero-intro {
  min-width: 230px;
}
.hero-bottom {
  letter-spacing: 0.5px;
}
.atelier-signature {
  gap: 18px;
}
.atelier-signature > span:last-child {
  letter-spacing: 0.3px;
}
.atelier-signature > span:first-child {
  white-space: nowrap;
}
.step-body > span {
  letter-spacing: 0.6px;
}
.footer-bottom {
  flex-wrap: wrap;
}
.footer-bottom p:nth-child(2) {
  max-width: none;
}
.project-caption p {
  line-height: 1.7;
}
@media (max-width: 1100px) {
  .brand-name > span {
    font-size: 12px !important;
    letter-spacing: 0;
  }
  .hero-intro {
    min-width: 200px;
    font-size: 14px;
  }
  .hero h1 {
    font-size: 10.3vw;
  }
  .desktop-nav {
    gap: 18px;
  }
  .header-contact {
    font-size: 14px;
  }
  .atelier-signature > span:last-child {
    font-size: 12px !important;
  }
  .footer-bottom {
    gap: 12px 25px;
  }
  .hero-eyebrow {
    letter-spacing: 1px;
  }
}
@media (max-width: 760px) {
  .walkthrough {
    height: 780svh;
    margin: 0 12px;
  }
  .walkthrough .hero-visual {
    top: 68px;
    height: calc(100svh - 68px);
    min-height: 0;
    max-height: none;
    background: var(--paper);
    color: var(--ink);
  }
  .walkthrough .hero-visual > img,
  #walkthrough-video {
    inset: 96px 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: contain;
  }
  .walkthrough .hero-image-shade {
    display: none;
  }
  .walkthrough .hero-caption {
    left: 22px;
    top: calc(96px + (100vw - 24px) * 0.5625 + 26px);
    bottom: auto;
    max-width: calc(100% - 44px);
    gap: 12px;
    color: var(--ink);
  }
  .walkthrough .hero-caption > span:first-child {
    font-size: 12px;
    letter-spacing: 0.5px;
    max-width: 225px;
  }
  .walkthrough .hero-caption > span:nth-child(2) {
    font-size: 38px;
    line-height: 1.1;
  }
  .walkthrough .discover-orbit {
    right: 20px;
    bottom: 110px;
    top: auto;
    width: 86px;
    height: 86px;
    border-color: var(--ink);
  }
  .walkthrough .discover-orbit > span:first-child {
    font-size: 12px;
    letter-spacing: 0;
  }
  .walkthrough .hero-location {
    left: 22px;
    top: 23px;
    max-width: 145px;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 1.65;
    color: var(--ink);
    text-shadow: none;
  }
  .skip-visit {
    right: 20px;
    top: 22px;
    font-size: 12px;
    color: var(--ink);
    text-shadow: none;
  }
  .skip-visit > span {
    margin-left: 5px;
  }
  .visit-statement {
    left: 22px;
    top: 13%;
  }
  #visit-word {
    font-size: 18vw;
  }
  #visit-description {
    display: none;
  }
  .visit-navigation {
    left: 22px;
    right: 22px;
    bottom: 25px;
  }
  .visit-chapters {
    gap: 5px;
    margin-top: 13px;
  }
  .visit-chapters button {
    display: block;
    font-size: 12px;
    letter-spacing: -0.2px;
  }
  .visit-chapters button > span {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
  }
  .visit-navigation {
    left: 16px;
    right: 16px;
    color: var(--ink);
  }
  .visit-track {
    background: var(--rule);
  }
  #visit-progress {
    background: var(--ink);
  }
  .visit-status {
    bottom: 92px;
    left: 22px;
    right: 22px;
    max-width: none;
  }
  .brand-name {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
  .brand-name > span {
    display: none;
  }
  .brand-monogram {
    font-size: 43px;
  }
  .menu-toggle {
    font-size: 14px;
  }
  .hero-eyebrow {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 1.6;
  }
  .hero-eyebrow > span:first-child {
    max-width: 170px;
  }
  .hero-eyebrow > span:last-child {
    max-width: 150px;
  }
  .hero h1 {
    font-size: 17vw;
  }
  .hero-intro {
    font-size: 14px;
    min-width: 0;
  }
  .hero-bottom {
    font-size: 12px;
    gap: 20px;
    align-items: start;
    line-height: 1.7;
  }
  .hero-bottom > span:first-child {
    max-width: 160px;
  }
  .hero-bottom > span:last-child {
    text-align: right;
    max-width: 130px;
  }
  .hero-bottom > span:last-child span {
    margin-left: 2px;
  }
  .intro-copy {
    padding-left: 22px;
  }
  .intro-copy p {
    font-size: 16px;
  }
  .section-top > p {
    font-size: 16px;
  }
  .section-top {
    margin-bottom: 35px;
  }
  .project-caption p {
    font-size: 12px;
  }
  .project-three-copy > p {
    font-size: 16px;
  }
  .atelier-body {
    font-size: 16px;
  }
  .atelier-signature {
    display: block;
  }
  .atelier-signature > span:last-child {
    margin-top: 20px;
  }
  .steps summary > span:nth-child(2) {
    font-size: 28px;
  }
  .step-body p {
    font-size: 16px;
  }
  .step-body > span {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  .step-body {
    padding-left: 37px;
  }
  .contact-aside > p {
    font-size: 16px;
  }
  .contact-bottom {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  .contact-bottom > span:first-child {
    max-width: 135px;
  }
  .contact-bottom > span:last-child {
    max-width: 185px;
  }
  .footer-bottom,
  .footer-bottom button {
    font-size: 12px;
  }
  .detail-copy > p:not(.section-kicker):not(.detail-intro),
  .text-dialog p:not(.section-kicker) {
    font-size: 16px;
  }
  .detail-copy dd {
    font-size: 14px;
  }
  .text-dialog .dialog-close {
    font-size: 14px !important;
  }
}
@media (max-height: 600px) and (min-aspect-ratio: 1/1) {
  .walkthrough .hero-visual {
    min-height: 0;
  }
  .walkthrough .hero-visual > img,
  #walkthrough-video {
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
  .walkthrough .hero-caption {
    bottom: 94px;
  }
  .walkthrough .hero-caption > span:nth-child(2) {
    font-size: 30px;
  }
  .walkthrough .hero-location {
    top: 16px;
  }
  .skip-visit {
    top: 15px;
  }
  .walkthrough .discover-orbit {
    display: none;
  }
  .visit-navigation {
    bottom: 18px;
  }
  .walkthrough .hero-image-shade {
    background: linear-gradient(
      180deg,
      rgba(29, 23, 18, 0.2),
      transparent 35%,
      rgba(29, 23, 18, 0.6)
    );
  }
}
