:root {
  --ink: #090d10;
  --surface: #11181d;
  --surface-2: #182126;
  --paper: #eef3f5;
  --white: #f9fcfd;
  --steel: #9aacb6;
  --light: #dff7ff;
  --oxblood: #672737;
  --line: rgba(223, 247, 255, 0.24);
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

address {
  font-style: normal;
}

em {
  color: var(--light);
  font-style: normal;
  font-weight: 300;
}

::selection {
  color: var(--white);
  background: var(--oxblood);
}

:focus-visible {
  outline: 2px solid var(--light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  color: var(--ink);
  background: var(--light);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-label,
.eyebrow {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-label {
  color: #5e6d75;
}

.section-label-light {
  color: var(--light);
}

.opening {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 720px;
  isolation: isolate;
  overflow: hidden;
  background: #11181d;
}

.opening-media,
.opening-grade,
.opening-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.opening-media {
  z-index: -4;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(0.84) contrast(1.06);
}

.opening-grade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.94) 0%, rgba(6, 10, 12, 0.78) 27%, rgba(8, 13, 16, 0.2) 63%, rgba(8, 13, 16, 0.52) 100%),
    linear-gradient(180deg, rgba(5, 8, 10, 0.68) 0%, transparent 30%, transparent 65%, rgba(5, 8, 10, 0.9) 100%);
}

.opening-lines {
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent calc(25% - 0.5px), rgba(223, 247, 255, 0.13) 25%, transparent calc(25% + 0.5px)),
    linear-gradient(90deg, transparent calc(75% - 0.5px), rgba(223, 247, 255, 0.09) 75%, transparent calc(75% + 0.5px));
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  width: 100%;
  min-height: 90px;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(5, 8, 10, 0.72), rgba(5, 8, 10, 0.12));
}

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

.brand-mark,
.footer-brand > span {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid var(--light);
  place-items: center;
  color: var(--light);
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 900;
  box-shadow: inset 0 0 18px rgba(223, 247, 255, 0.08), 0 0 18px rgba(223, 247, 255, 0.08);
}

.brand > span:last-child {
  display: grid;
}

.brand strong {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.brand small {
  margin-top: 0.3rem;
  color: var(--steel);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3rem);
}

.site-header nav a,
.header-call {
  color: rgba(249, 252, 253, 0.78);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.site-header nav a:hover,
.header-call:hover,
.text-action:hover {
  color: var(--light);
}

.header-call {
  justify-self: end;
  padding: 0.8rem 0 0.65rem;
  border-bottom: 1px solid var(--light);
  color: var(--white);
}

.opening-content {
  position: absolute;
  left: 4vw;
  bottom: clamp(6.5rem, 11svh, 8.5rem);
  z-index: 2;
  max-width: 920px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--light);
}

.eyebrow span {
  width: 30px;
  height: 1px;
  background: currentColor;
}

.opening h1,
.identity h2,
.craft-heading h2,
.visit-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.78;
  text-transform: uppercase;
}

.opening h1 {
  margin-top: 1.5rem;
  max-width: 940px;
  font-size: clamp(4.2rem, 9.8vw, 9.5rem);
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.opening h1 em {
  padding-left: 0.56em;
}

.opening-actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2.2rem;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 235px;
  padding: 0.85rem 1.1rem 0.8rem 1.25rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-light {
  color: var(--ink);
  background: var(--light);
}

.text-action {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(223, 247, 255, 0.55);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.opening-address {
  position: absolute;
  right: 4vw;
  bottom: 6.8rem;
  z-index: 2;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.9rem;
  width: min(285px, 26vw);
  padding: 1rem 0 1rem 1rem;
  border-left: 1px solid var(--light);
  background: rgba(5, 8, 10, 0.34);
  backdrop-filter: blur(8px);
}

.locator {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid var(--light);
  border-radius: 50%;
}

.locator::after {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: var(--light);
  content: "";
}

.opening-address p {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.opening-address address {
  color: rgba(249, 252, 253, 0.74);
  font-family: var(--mono);
  font-size: 0.66rem;
  line-height: 1.55;
}

.opening-credit {
  position: absolute;
  right: 4vw;
  bottom: 1.4rem;
  z-index: 2;
  width: min(560px, 46vw);
  margin: 0;
  color: rgba(249, 252, 253, 0.52);
  font-family: var(--mono);
  font-size: 0.57rem;
  line-height: 1.5;
  text-align: right;
}

.opening-credit a,
.craft-credit a,
footer a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.scroll-cue {
  position: absolute;
  left: 4vw;
  bottom: 1.2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(249, 252, 253, 0.72);
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue span {
  position: relative;
  display: block;
  width: 1px;
  height: 32px;
  overflow: hidden;
  background: rgba(223, 247, 255, 0.3);
}

.scroll-cue span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 50%;
  background: var(--light);
  content: "";
  animation: cue 1.8s ease-in-out infinite;
}

@keyframes cue {
  0% { transform: translateY(-110%); }
  55%, 100% { transform: translateY(210%); }
}

.action-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(223, 247, 255, 0.13);
  background: var(--surface);
}

.action-rail a {
  position: relative;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.45rem 1rem;
  min-height: 144px;
  padding: 2rem 3vw;
  border-right: 1px solid rgba(223, 247, 255, 0.13);
  text-decoration: none;
  transition: background 180ms ease;
}

.action-rail a:last-child {
  border-right: 0;
}

.action-rail a:hover {
  background: var(--surface-2);
}

.action-rail span {
  grid-row: 1 / 3;
  color: var(--steel);
  font-family: var(--mono);
  font-size: 0.62rem;
}

.action-rail strong {
  align-self: end;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.3vw, 2.1rem);
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.action-rail small {
  align-self: start;
  color: var(--steel);
  font-family: var(--mono);
  font-size: 0.62rem;
}

.action-rail i {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--light);
  font-style: normal;
}

.identity {
  position: relative;
  display: grid;
  grid-template-columns: 0.65fr 2.2fr 1fr;
  gap: 4vw;
  min-height: 100svh;
  align-items: center;
  padding: 10svh 5vw 12svh;
  color: var(--ink);
  background: var(--paper);
  overflow: hidden;
}

.identity::before {
  position: absolute;
  top: -10vw;
  right: -8vw;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(9, 13, 16, 0.12);
  border-radius: 50%;
  content: "";
}

.identity::after {
  position: absolute;
  right: 12vw;
  bottom: -22vw;
  width: 38vw;
  height: 38vw;
  border: 1px solid rgba(103, 39, 55, 0.28);
  border-radius: 50%;
  content: "";
}

.identity-index {
  z-index: 1;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-left: 1px solid rgba(9, 13, 16, 0.22);
  color: #5e6d75;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-orientation: mixed;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.identity-copy {
  position: relative;
  z-index: 1;
}

.identity h2 {
  margin-top: 2rem;
  font-size: clamp(4.6rem, 10.5vw, 10rem);
}

.identity h2 em {
  display: inline-block;
  padding-left: 0.28em;
  color: var(--oxblood);
}

.identity-lede {
  width: min(600px, 88%);
  margin: 4rem 0 0 auto;
  color: #303b40;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.5;
}

.identity-note {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 320px;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(9, 13, 16, 0.35);
}

.identity-note > span {
  color: var(--oxblood);
  font-size: 1.8rem;
}

.identity-note p {
  margin: 1.1rem 0 0;
  color: #4d5a61;
  font-size: 0.8rem;
  line-height: 1.7;
}

.craft-scene {
  position: relative;
  height: 320svh;
  background: var(--ink);
}

.craft-stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  background: #15120f;
}

.craft-video,
.craft-grade,
.craft-frame,
.craft-copy {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.craft-video {
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.craft-grade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.9) 0%, rgba(8, 8, 7, 0.54) 44%, rgba(8, 8, 7, 0.1) 70%, rgba(8, 8, 7, 0.42) 100%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.7), transparent 30%, transparent 60%, rgba(7, 7, 6, 0.76));
}

.craft-frame {
  z-index: 3;
  pointer-events: none;
}

.craft-frame span {
  position: absolute;
  width: 42px;
  height: 42px;
  border-color: rgba(223, 247, 255, 0.65);
}

.craft-frame span:nth-child(1) { top: 4vw; left: 4vw; border-top: 1px solid; border-left: 1px solid; }
.craft-frame span:nth-child(2) { top: 4vw; right: 4vw; border-top: 1px solid; border-right: 1px solid; }
.craft-frame span:nth-child(3) { bottom: 4vw; left: 4vw; border-bottom: 1px solid; border-left: 1px solid; }
.craft-frame span:nth-child(4) { right: 4vw; bottom: 4vw; border-right: 1px solid; border-bottom: 1px solid; }

.craft-copy {
  z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  grid-template-rows: 1fr auto;
  align-items: end;
  gap: 4vw;
  padding: max(7rem, 10svh) 6vw max(5rem, 8svh);
}

.craft-heading {
  align-self: center;
}

.craft-heading h2 {
  margin-top: 1.6rem;
  font-size: clamp(4.8rem, 10vw, 10.5rem);
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
}

.craft-heading h2 em {
  display: inline-block;
  padding-left: 0.36em;
}

.craft-beats {
  position: relative;
  align-self: center;
  min-height: 160px;
  border-left: 1px solid rgba(223, 247, 255, 0.45);
}

.craft-beat {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-left: 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-50% + 20px));
  transition: opacity 260ms ease, transform 260ms ease, visibility 260ms linear;
  pointer-events: none;
}

.craft-beat.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
  pointer-events: auto;
}

.craft-beat span {
  color: var(--light);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.craft-beat p {
  margin: 1.4rem 0 0;
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-transform: uppercase;
}

.craft-credit {
  grid-column: 1 / 3;
  width: min(720px, 80%);
  margin: 0;
  color: rgba(249, 252, 253, 0.56);
  font-family: var(--mono);
  font-size: 0.56rem;
  line-height: 1.55;
}

.motion-notice {
  position: absolute;
  right: 6vw;
  bottom: 8svh;
  z-index: 5;
  display: flex;
  max-width: 390px;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem;
  color: var(--ink);
  background: var(--light);
}

.motion-notice:has([hidden]) {
  padding: 0;
  background: transparent;
}

.motion-notice p {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.4;
}

.motion-notice button {
  flex: none;
  min-height: 38px;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.craft-progress {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  left: 4vw;
  z-index: 4;
  height: 1px;
  overflow: hidden;
  background: rgba(223, 247, 255, 0.25);
}

.craft-progress span {
  position: absolute;
  inset: 0;
  background: var(--light);
  transform: scaleX(0);
  transform-origin: left;
}

.craft-progress i {
  display: none;
}

.noscript-note {
  grid-column: 1 / -1;
  color: var(--light);
  font-family: var(--mono);
  font-size: 0.68rem;
}

.visit {
  position: relative;
  padding: 13svh 5vw 5vw;
  color: var(--ink);
  background: var(--paper);
}

.visit-heading {
  display: grid;
  grid-template-columns: 0.7fr 2fr;
  align-items: start;
  padding-bottom: 10svh;
}

.visit-heading h2 {
  font-size: clamp(4.6rem, 9vw, 9rem);
}

.visit-heading h2 em {
  padding-left: 0.5em;
  color: var(--oxblood);
}

.visit-details {
  border-top: 1px solid rgba(9, 13, 16, 0.32);
}

.visit-row {
  display: grid;
  grid-template-columns: 0.35fr 1.6fr 0.8fr;
  gap: 2rem;
  align-items: start;
  padding: clamp(2rem, 5vw, 4rem) 0;
  border-bottom: 1px solid rgba(9, 13, 16, 0.23);
}

.visit-number {
  margin: 0;
  color: #687981;
  font-family: var(--mono);
  font-size: 0.68rem;
}

.visit-row h3 {
  margin: 0 0 1.2rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.visit-row address,
.large-detail {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4.6vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.96;
  text-transform: uppercase;
}

.visit-row > a {
  justify-self: end;
  padding: 0.8rem 0 0.6rem;
  border-bottom: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.hours-note {
  max-width: 500px;
  margin: 0;
  color: #526169;
  font-size: 0.86rem;
  line-height: 1.6;
}

.hours-list {
  margin: 0;
}

.hours-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  min-width: min(360px, 100%);
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(9, 13, 16, 0.18);
  font-family: var(--mono);
  font-size: 0.67rem;
}

.hours-list dt {
  color: #526169;
}

.hours-list dd {
  margin: 0;
  font-weight: 800;
}

.final-action {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  min-height: 330px;
  padding: 4rem 0 1rem;
}

.final-action p {
  margin: 0;
  color: #697981;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.final-action a {
  display: flex;
  width: min(640px, 64vw);
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  font-family: var(--display);
  font-size: clamp(2.3rem, 5.5vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

footer {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr 0.5fr;
  gap: 4vw;
  align-items: center;
  padding: 3rem 5vw;
  border-top: 1px solid rgba(223, 247, 255, 0.13);
  color: rgba(249, 252, 253, 0.66);
  background: var(--ink);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand > span {
  width: 34px;
  height: 34px;
  font-size: 1.1rem;
}

.footer-brand strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer p {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.56rem;
  line-height: 1.65;
}

footer > a {
  justify-self: end;
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .opening-content {
    right: 4vw;
  }

  .opening h1 {
    font-size: clamp(4.4rem, 12vw, 8rem);
  }

  .opening-address {
    display: none;
  }

  .identity {
    grid-template-columns: 70px 1fr;
  }

  .identity-note {
    grid-column: 2;
    align-self: start;
    margin-left: auto;
  }

  .craft-copy {
    grid-template-columns: 1.25fr 0.75fr;
  }

  .visit-heading {
    grid-template-columns: 0.4fr 1.6fr;
  }

  .visit-row {
    grid-template-columns: 56px 1fr auto;
  }

  .hours-row .hours-list {
    grid-column: 2 / 4;
    margin-top: 1rem;
  }

  footer {
    grid-template-columns: 1fr 1.6fr;
  }

  footer > a {
    display: none;
  }
}

@media (max-width: 700px) {
  .opening {
    min-height: 680px;
  }

  .opening-media {
    object-position: 64% center;
  }

  .opening-grade {
    background:
      linear-gradient(90deg, rgba(5, 8, 10, 0.93), rgba(5, 8, 10, 0.5) 72%, rgba(5, 8, 10, 0.62)),
      linear-gradient(180deg, rgba(5, 8, 10, 0.7), transparent 28%, rgba(5, 8, 10, 0.2) 52%, rgba(5, 8, 10, 0.94));
  }

  .site-header {
    min-height: 74px;
    padding: 0 5vw;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }

  .brand strong {
    font-size: 0.84rem;
  }

  .brand small {
    font-size: 0.5rem;
  }

  .header-call {
    font-size: 0.6rem;
  }

  .opening-content {
    left: 5vw;
    right: 5vw;
    bottom: 7.2rem;
  }

  .opening h1 {
    margin-top: 1.1rem;
    font-size: clamp(3.35rem, 16vw, 5rem);
    line-height: 0.82;
  }

  .opening h1 em {
    padding-left: 0.25em;
  }

  .opening-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.6rem;
  }

  .button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }

  .text-action {
    font-size: 0.62rem;
  }

  .opening-credit {
    right: 5vw;
    bottom: 1rem;
    width: 60vw;
    font-size: 0.48rem;
  }

  .scroll-cue {
    left: 5vw;
    bottom: 0.9rem;
    font-size: 0.54rem;
  }

  .action-rail {
    grid-template-columns: 1fr;
  }

  .action-rail a {
    min-height: 105px;
    padding: 1.5rem 5vw;
    border-right: 0;
    border-bottom: 1px solid rgba(223, 247, 255, 0.13);
  }

  .identity {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 8rem 5vw;
  }

  .identity-index {
    display: flex;
    min-height: 0;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 1rem;
    border-bottom: 1px solid rgba(9, 13, 16, 0.22);
    border-left: 0;
    writing-mode: horizontal-tb;
  }

  .identity h2 {
    margin-top: 1.5rem;
    font-size: clamp(4rem, 20vw, 6rem);
  }

  .identity h2 em {
    padding-left: 0.12em;
  }

  .identity-lede {
    width: 100%;
    margin-top: 2.5rem;
    font-size: 1.12rem;
  }

  .identity-note {
    grid-column: auto;
    margin: 2rem 0 0;
  }

  .craft-scene {
    height: 280svh;
  }

  .craft-stage {
    min-height: 620px;
  }

  .craft-video {
    object-position: 58% center;
  }

  .craft-grade {
    background:
      linear-gradient(90deg, rgba(7, 7, 6, 0.86), rgba(7, 7, 6, 0.12)),
      linear-gradient(180deg, rgba(7, 7, 6, 0.68), transparent 35%, rgba(7, 7, 6, 0.22) 58%, rgba(7, 7, 6, 0.9));
  }

  .craft-copy {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto;
    gap: 1rem;
    padding: 6rem 7vw 4.5rem;
  }

  .craft-heading {
    align-self: start;
  }

  .craft-heading h2 {
    font-size: clamp(4rem, 19vw, 6rem);
  }

  .craft-beats {
    min-height: 120px;
    align-self: end;
  }

  .craft-beat p {
    font-size: 2rem;
  }

  .craft-credit {
    grid-column: 1;
    width: 100%;
    font-size: 0.48rem;
  }

  .motion-notice {
    right: 7vw;
    bottom: 7.5rem;
    left: 7vw;
    max-width: none;
  }

  .craft-frame span:nth-child(1),
  .craft-frame span:nth-child(2) { top: 5vw; }
  .craft-frame span:nth-child(3),
  .craft-frame span:nth-child(4) { bottom: 5vw; }
  .craft-frame span:nth-child(1),
  .craft-frame span:nth-child(3) { left: 5vw; }
  .craft-frame span:nth-child(2),
  .craft-frame span:nth-child(4) { right: 5vw; }

  .craft-progress {
    right: 5vw;
    bottom: 5vw;
    left: 5vw;
  }

  .visit {
    padding: 7rem 5vw 3rem;
  }

  .visit-heading {
    display: block;
    padding-bottom: 5rem;
  }

  .visit-heading h2 {
    margin-top: 1.5rem;
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .visit-heading h2 em {
    padding-left: 0.12em;
  }

  .visit-row {
    grid-template-columns: 36px 1fr;
    gap: 1.4rem;
    padding: 2.5rem 0;
  }

  .visit-row > a {
    grid-column: 2;
    justify-self: start;
    margin-top: 0.6rem;
  }

  .visit-row address,
  .large-detail {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }

  .hours-row .hours-list {
    grid-column: 2;
  }

  .hours-list div {
    min-width: 0;
  }

  .final-action {
    min-height: 260px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }

  .final-action a {
    width: 100%;
    font-size: clamp(2.25rem, 11vw, 4rem);
  }

  footer {
    grid-template-columns: 1fr;
    padding: 2.5rem 5vw;
  }
}

html.is-static .craft-scene,
html:not(.js) .craft-scene {
  height: auto;
}

html.is-static .craft-stage,
html:not(.js) .craft-stage {
  position: relative;
  height: auto;
  min-height: 100svh;
}

html.is-static .craft-copy,
html:not(.js) .craft-copy {
  position: relative;
  min-height: 100svh;
}

html.is-static .craft-beats,
html:not(.js) .craft-beats {
  display: grid;
  gap: 1rem;
  min-height: 0;
  border-left: 0;
}

html.is-static .craft-beat,
html:not(.js) .craft-beat {
  position: relative;
  top: auto;
  padding: 1rem 0 1rem 1.5rem;
  border-left: 1px solid rgba(223, 247, 255, 0.55);
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

html.is-static .craft-beat p,
html:not(.js) .craft-beat p {
  margin-top: 0.55rem;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
}

html.is-static .craft-progress,
html:not(.js) .craft-progress {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html:not(.motion-override) *,
  html:not(.motion-override) *::before,
  html:not(.motion-override) *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  html:not(.motion-override) .craft-scene {
    height: auto;
  }

  html:not(.motion-override) .craft-stage {
    position: relative;
    height: auto;
    min-height: 100svh;
  }

  html:not(.motion-override) .craft-copy {
    position: relative;
    min-height: 100svh;
  }

  html:not(.motion-override) .craft-beats {
    display: grid;
    gap: 1rem;
    min-height: 0;
    border-left: 0;
  }

  html:not(.motion-override) .craft-beat {
    position: relative;
    top: auto;
    padding: 1rem 0 1rem 1.5rem;
    border-left: 1px solid rgba(223, 247, 255, 0.55);
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  html:not(.motion-override) .craft-beat p {
    margin-top: 0.55rem;
    font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  }

  html:not(.motion-override) .craft-progress {
    display: none;
  }
}
