@font-face {
  font-family: "Newsreader";
  src: url("/fonts/newsreader-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/fonts/newsreader-latin-variable-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
}

html {
  scroll-behavior: auto;
}

.home-page {
  --home-gutter: clamp(20px, 4vw, 64px);
  background: #050505;
  color: var(--bone);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.home-page .site-canvas {
  width: 100%;
  max-width: none;
  overflow: clip;
}

.home-page .site-header {
  position: fixed;
  left: 0;
  width: 100%;
  border-bottom-color: rgb(242 238 229 / 12%);
  background: linear-gradient(180deg, rgb(0 0 0 / 58%), transparent);
  transform: none;
}

.home-page .site-header__inner {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: var(--home-gutter);
}

.home-page .site-header__action {
  display: inline-flex;
  color: var(--bone);
  text-shadow: 0 1px 2px #000, 0 0 12px #000;
}

.home-page .site-wordmark img {
  filter: grayscale(1) brightness(2.5) drop-shadow(0 1px 8px #000);
}

.home-page .mobile-nav {
  display: none;
}

@media (max-width: 359px) {
  .home-page .site-wordmark,
  .home-page .site-wordmark img {
    width: 82px;
  }

  .home-page .site-header__action {
    font-size: 0.52rem;
  }
}

.home-page .loader {
  right: 0;
  left: 0;
  width: 100%;
  transform: none;
}

.home-main {
  width: 100%;
  background: #050505;
}

.home-page .study,
.film-section {
  width: 100%;
  max-width: none;
}

.home-page .study {
  height: 550svh;
}

.home-page .portrait-stage {
  width: 100%;
  max-width: none;
}

.home-page .hero-copy__beat strong,
.story-film__beat strong,
.editorial-section__title,
.founder-section__title,
.founder-quote p {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
}

.home-page .hero-copy__beat strong {
  font-size: clamp(2.35rem, 11vw, 3.35rem);
  font-weight: 350;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.home-page .hero-copy__beat em,
.story-film__beat em {
  font-family: inherit;
  font-style: italic;
  font-weight: 350;
}

.home-page .hero-nav {
  top: auto;
  right: max(var(--home-gutter), env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  left: max(var(--home-gutter), env(safe-area-inset-left));
  gap: 8px;
  visibility: visible;
  opacity: 0.66;
  transform: none;
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-page .hero-nav a {
  flex: 1;
  isolation: isolate;
  min-width: 0;
  min-height: 52px;
  padding-inline: 10px;
  justify-content: center;
  border: 1px solid rgb(242 238 229 / 18%);
  border-radius: var(--radius-sm);
  background: rgb(5 5 5 / 18%);
  color: rgb(242 238 229 / 78%);
}

.home-page .hero-nav a::before {
  position: absolute;
  z-index: -1;
  inset: -1px;
  border: 1px solid rgb(242 238 229 / 36%);
  border-radius: inherit;
  background: #050505;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-page .hero-nav a::after {
  display: none;
}

.home-page .study[data-chapter="final"] .hero-nav {
  opacity: 1;
  transform: none;
}

.home-page .study[data-chapter="final"] .hero-nav a {
  color: var(--bone);
}

.home-page .study[data-chapter="final"] .hero-nav a::before {
  opacity: 1;
}

.home-page .hero-nav a:hover,
.home-page .hero-nav a:focus-visible {
  border-color: rgb(213 184 128 / 58%);
  background: rgb(5 5 5 / 72%);
  color: var(--bone);
}

.home-page .study[data-chapter="final"] .hero-copy,
.home-page .study[data-chapter="final"] .hero-copy__beat--final,
.home-page .study[data-chapter="final"] .poster,
.home-page .study[data-chapter="final"] .film {
  transition: none;
}

.home-page .study[data-chapter="final"] .hero-copy__beat--final {
  color: var(--bone);
  opacity: 1;
}

.home-page .swipe-cue {
  top: calc(64px + env(safe-area-inset-top) + 22px);
  bottom: auto;
}

.home-page .study[data-media-state="failed"] .hero-copy__beat {
  opacity: 0;
  transform: translate3d(0, 9px, 0);
  transition: none;
}

.home-page .study[data-media-state="failed"] .hero-copy__beat--final {
  opacity: 1;
  transform: none;
}

.home-page .study[data-media-state="failed"] .hero-copy {
  transform: translate3d(0, clamp(-40px, -4svh, -28px), 0);
  transition: none;
}

.home-page .study[data-media-state="failed"] .hero-nav {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition: none;
}

.home-page .study[data-media-state="failed"] .poster {
  transform: translate3d(0, clamp(-36px, -3.5svh, -26px), 0) scale(1.035);
  transition: none;
}

.home-page .study[data-media-state="failed"] .swipe-cue {
  display: none;
}

.home-page[data-header-tone="contrast"] .site-header {
  border-bottom-color: rgb(23 20 15 / 16%);
  background: linear-gradient(180deg, rgb(242 238 229 / 92%), transparent);
}

.home-page[data-header-tone="contrast"] .site-header__action {
  color: #17140f;
  text-shadow: none;
}

.home-page[data-header-tone="contrast"] .site-wordmark img {
  filter: grayscale(1) brightness(0.16);
}

.editorial-section {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 100svh;
  grid-template-rows: minmax(0, 1fr);
  padding: calc(64px + env(safe-area-inset-top) + clamp(38px, 8svh, 96px)) var(--home-gutter)
    max(40px, env(safe-area-inset-bottom));
  overflow: hidden;
  border-bottom: 1px solid rgb(242 238 229 / 14%);
  background: #11100d;
  color: var(--bone);
}

.editorial-section__statement,
.editorial-section__body {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  margin-inline: auto;
  align-self: center;
}

.editorial-section__title {
  max-width: 9ch;
  margin: 0;
  color: var(--bone);
  font-size: clamp(3.35rem, 14vw, 5rem);
  font-weight: 350;
  letter-spacing: -0.055em;
  line-height: 0.86;
  text-wrap: balance;
}

.editorial-section__lede {
  max-width: 36rem;
  margin: 28px 0 0;
  color: rgb(242 238 229 / 72%);
  font-size: clamp(1rem, 3.8vw, 1.05rem);
  line-height: 1.7;
}

.editorial-section--breakpoint {
  min-height: 78svh;
  background: #17140f;
}

.editorial-section--contrast {
  min-height: 80svh;
  border-bottom-color: rgb(5 5 5 / 16%);
  background: #ede8de;
  color: #17140f;
}

.editorial-section--contrast .eyebrow {
  color: #765c2e;
}

.editorial-section--contrast .editorial-section__title {
  color: #17140f;
}

.editorial-section--contrast .editorial-section__lede {
  color: rgb(23 20 15 / 72%);
}

.editorial-section--trade {
  min-height: 112svh;
  background: #0e0d0b;
}

.editorial-section__body--trade {
  align-self: center;
}

.editorial-section__routes {
  max-width: 38rem;
  margin: 36px 0 0;
}

.editorial-section__routes div {
  display: grid;
  grid-template-columns: minmax(64px, 0.25fr) 1fr;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid rgb(242 238 229 / 18%);
}

.editorial-section__routes div:last-child {
  border-bottom: 1px solid rgb(242 238 229 / 18%);
}

.editorial-section__routes dt {
  color: var(--parchment);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.editorial-section__routes dd {
  margin: 0;
  color: rgb(242 238 229 / 68%);
  font-size: 0.88rem;
  line-height: 1.6;
}

.editorial-section__actions {
  display: flex;
  max-width: 38rem;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.editorial-section__action,
.founder-section__action {
  display: inline-flex;
  min-height: 52px;
  padding-inline: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bone);
  border-radius: var(--radius-sm);
  background: var(--bone);
  color: var(--ink);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
}

.editorial-section__action--secondary {
  border-color: rgb(242 238 229 / 28%);
  background: transparent;
  color: var(--bone);
}

.editorial-section__action:hover,
.editorial-section__action:focus-visible,
.founder-section__action:hover,
.founder-section__action:focus-visible {
  border-color: var(--parchment);
  background: var(--parchment);
  color: var(--ink);
}

.film-section {
  position: relative;
  background: #050505;
  color: var(--bone);
}

.film-section--collection {
  height: 350svh;
}

.film-section--review {
  height: 550svh;
}

.story-film__ui {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.story-film__copy {
  position: absolute;
  inset: 0;
}

.story-film__beat {
  position: absolute;
  top: max(calc(64px + env(safe-area-inset-top) + 30px), 12svh);
  right: max(var(--home-gutter), env(safe-area-inset-right));
  left: max(var(--home-gutter), env(safe-area-inset-left));
  width: min(calc(100% - (2 * var(--home-gutter))), 22rem);
  margin: 0;
  opacity: 0;
  text-shadow: 0 1px 3px #000, 0 10px 34px rgb(0 0 0 / 88%);
  transform: none;
  transition: none;
}

.story-film__beat > span {
  display: block;
  margin-bottom: 0.72rem;
  color: rgb(222 199 156 / 92%);
  font: 500 0.59rem/1 "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.story-film__beat strong {
  display: block;
  color: #f5f1e9;
  font-size: clamp(2.3rem, 10.5vw, 3.25rem);
  font-weight: 350;
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-wrap: balance;
}

.story-film__beat em {
  color: rgb(245 241 233 / 78%);
}

.film-section[data-copy-zone="lower-left"] .story-film__beat,
.film-section[data-copy-zone="protected"] .story-film__beat {
  top: auto;
  bottom: clamp(104px, 17svh, 166px);
}

.film-section[data-copy-zone="upper-left"] .story-film__beat {
  top: max(calc(64px + env(safe-area-inset-top) + 30px), 12svh);
  bottom: auto;
}

.film-section[data-copy-zone="lower-right"] .story-film__beat {
  top: auto;
  right: max(var(--home-gutter), env(safe-area-inset-right));
  bottom: clamp(104px, 17svh, 166px);
  left: auto;
  width: min(64vw, 17rem);
  text-align: right;
}

.film-section[data-copy-zone="protected"] .story-film__beat {
  right: auto;
  width: min(70vw, 18.5rem);
  padding: 13px 14px 15px;
  border-radius: var(--radius-md);
  background: rgb(3 3 3 / 78%);
  box-shadow: 0 0 34px 18px rgb(0 0 0 / 54%);
  text-shadow: 0 1px 2px #000;
}

.story-film__action {
  position: absolute;
  z-index: 4;
  right: max(var(--home-gutter), env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  left: max(var(--home-gutter), env(safe-area-inset-left));
  display: inline-flex;
  min-height: 52px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(242 238 229 / 32%);
  border-radius: var(--radius-sm);
  background: #050505;
  color: var(--bone);
  font: 500 0.61rem/1 "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgb(213 184 128 / 16%);
}

.story-film__action:hover,
.story-film__action:focus-visible {
  border-color: rgb(213 184 128 / 70%);
}

.story-film__action:focus-visible {
  outline: 1px solid rgb(220 196 149 / 82%);
  outline-offset: 4px;
}

.film-section[data-media-state="failed"] .story-film__beat {
  opacity: 0 !important;
  transition: none;
}

.film-section[data-media-state="failed"] .story-film__beat--final {
  opacity: 1 !important;
  transform: none;
}

.founder-section {
  position: relative;
  min-height: 100svh;
  padding: clamp(92px, 12svh, 150px) var(--home-gutter);
  overflow: hidden;
  border-bottom: 1px solid rgb(242 238 229 / 14%);
  background: radial-gradient(circle at 20% 35%, rgb(101 76 37 / 16%), transparent 34%), #0d0c0a;
}

.founder-section__inner {
  display: grid;
  width: min(100%, 1240px);
  margin-inline: auto;
  gap: clamp(48px, 8vw, 120px);
}

.founder-section__media {
  position: relative;
  width: min(100%, 390px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgb(242 238 229 / 16%);
  background: #151310;
}

.founder-section__media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / 5%);
  content: "";
  pointer-events: none;
}

.founder-section__media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.founder-section__control {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  min-width: 88px;
  min-height: 44px;
  padding-inline: 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(242 238 229 / 34%);
  border-radius: var(--radius-sm);
  background: rgb(5 5 5 / 82%);
  color: var(--bone);
  cursor: pointer;
  font: 400 0.58rem/1 "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.founder-section__control:hover,
.founder-section__control:focus-visible {
  border-color: var(--parchment);
}

.founder-section__content {
  align-self: center;
}

.founder-section__title {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.25rem, 14vw, 5rem);
  font-weight: 350;
  letter-spacing: -0.055em;
  line-height: 0.88;
  text-wrap: balance;
}

.founder-section__copy {
  max-width: 38rem;
  margin-top: 28px;
  color: rgb(242 238 229 / 72%);
  font-size: clamp(1rem, 3.7vw, 1.05rem);
  line-height: 1.7;
}

.founder-section__copy p {
  margin: 0;
}

.founder-section__copy p + p {
  margin-top: 16px;
}

.founder-proof {
  display: grid;
  max-width: 44rem;
  margin: 36px 0 0;
  border-top: 1px solid rgb(242 238 229 / 18%);
}

.founder-proof div {
  display: grid;
  grid-template-columns: minmax(92px, 0.42fr) 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgb(242 238 229 / 18%);
}

.founder-proof dt,
.founder-proof dd {
  margin: 0;
}

.founder-proof dt {
  color: var(--parchment);
  font: 400 1.05rem/1.2 "Newsreader", Georgia, serif;
}

.founder-proof dd {
  color: rgb(242 238 229 / 62%);
  font-size: 0.78rem;
  line-height: 1.5;
}

.founder-proof a,
.founder-quote a {
  text-decoration-color: rgb(217 204 181 / 48%);
  text-underline-offset: 4px;
}

.founder-quote {
  max-width: 38rem;
  margin: 36px 0 0;
}

.founder-quote p {
  margin: 0;
  color: var(--bone);
  font-size: clamp(1.7rem, 7vw, 2.55rem);
  font-style: italic;
  font-weight: 350;
  letter-spacing: -0.035em;
  line-height: 1;
}

.founder-quote cite {
  display: block;
  margin-top: 14px;
  color: rgb(242 238 229 / 54%);
  font: normal 0.57rem/1.5 "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-section__action {
  margin-top: 32px;
}

.home-page .site-footer {
  padding: clamp(72px, 10vw, 140px) var(--home-gutter) max(28px, env(safe-area-inset-bottom));
  background: #050505;
}

.site-footer__home-grid {
  display: grid;
  width: min(100%, 1280px);
  margin-inline: auto;
  gap: 48px;
}

.home-page .site-footer__identity .site-footer__mark {
  width: clamp(140px, 18vw, 220px);
  margin-bottom: 26px;
}

.site-footer__identity p {
  margin: 0;
  color: rgb(242 238 229 / 70%);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.45;
}

.site-footer__identity span {
  display: block;
  margin-top: 10px;
  color: rgb(242 238 229 / 58%);
  font: 400 0.65rem/1.5 "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-page .site-footer__links {
  display: grid;
  grid-template-columns: 1fr;
}

.home-page .site-footer__links a {
  min-height: 44px;
}

.site-footer__home-legal {
  display: flex;
  width: min(100%, 1280px);
  margin: 54px auto 0;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  color: rgb(242 238 229 / 58%);
  font: 400 0.65rem/1.6 "IBM Plex Mono", ui-monospace, monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer__home-legal p {
  margin: 0;
}

.site-footer__home-legal a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-page .portrait-stage {
    width: min(56.25dvh, 100vw);
    margin-inline: auto;
  }

  .editorial-section__title,
  .founder-section__title {
    font-size: clamp(4.5rem, 10vw, 6rem);
  }

  .founder-section__inner {
    grid-template-columns: minmax(290px, 0.8fr) minmax(360px, 1fr);
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .home-page .site-wordmark,
  .home-page .site-wordmark img {
    width: 142px;
  }

  .home-page .portrait-stage {
    width: 100%;
    height: 100dvh;
  }

  .home-page .portrait-stage::before,
  .home-page .portrait-stage::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
  }

  .home-page .portrait-stage::before {
    z-index: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.14;
    transform: scale(1.025);
  }

  .home-page .study .portrait-stage::before {
    background-image: url("/media/poster.jpg");
  }

  .film-section--review .portrait-stage::before {
    background-image: url("/media/review-reduced.webp");
  }

  .film-section--collection .portrait-stage::before {
    background-image: url("/media/collection-reduced.webp");
  }

  .home-page .portrait-stage::after {
    z-index: 2;
    background: linear-gradient(90deg, #050505 0%, rgb(5 5 5 / 96%) 31%, rgb(5 5 5 / 28%) 66%, #050505 100%), linear-gradient(180deg, rgb(5 5 5 / 38%), transparent 25%, transparent 72%, rgb(5 5 5 / 72%));
  }

  .home-page .poster,
  .home-page .film {
    z-index: 1;
    inset: 0 clamp(5vw, 8vw, 10vw) 0 auto;
    width: auto;
    max-width: 44vw;
    height: 100%;
    object-fit: contain;
  }

  .home-page .hero-ui {
    z-index: 3;
  }

  .home-page .hero-copy {
    top: 31svh;
    right: auto;
    left: clamp(64px, 7vw, 120px);
    width: min(40vw, 620px);
  }

  .home-page .hero-copy__beat {
    width: 100%;
  }

  .home-page .hero-copy__beat strong {
    font-size: clamp(4rem, 5.5vw, 6.7rem);
    line-height: 0.82;
  }

  .home-page .hero-nav {
    right: auto;
    left: clamp(64px, 7vw, 120px);
    width: min(40vw, 620px);
  }

  .home-page .swipe-cue {
    right: auto;
    left: clamp(64px, 7vw, 120px);
    justify-items: start;
    transform: translate(0, 8px);
  }

  .home-page .swipe-cue span {
    font-size: 0;
  }

  .home-page .swipe-cue span::after {
    font-size: 0.56rem;
    content: "Scroll for the GTL experience";
  }

  .home-page .study[data-chapter="intro"] .swipe-cue {
    transform: translate(0, 0);
  }

  .editorial-section {
    min-height: 82svh;
    padding-inline: clamp(64px, 8vw, 140px);
  }

  .editorial-section__title {
    max-width: 10ch;
    font-size: clamp(5.8rem, 8.8vw, 9.2rem);
    line-height: 0.82;
  }

  .editorial-section__lede {
    max-width: 42rem;
    margin-top: 36px;
    font-size: 1.08rem;
  }

  .editorial-section--breakpoint {
    min-height: 78svh;
  }

  .editorial-section--contrast {
    min-height: 80svh;
  }

  .editorial-section--trade {
    min-height: 100svh;
  }

  .story-film__beat,
  .film-section[data-copy-zone="lower-left"] .story-film__beat,
  .film-section[data-copy-zone="lower-right"] .story-film__beat,
  .film-section[data-copy-zone="protected"] .story-film__beat,
  .film-section[data-copy-zone="upper-left"] .story-film__beat {
    top: 32svh;
    right: auto;
    bottom: auto;
    left: clamp(64px, 7vw, 120px);
    width: min(38vw, 580px);
    padding: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
  }

  .story-film__beat strong {
    font-size: clamp(3.8rem, 5.5vw, 6.5rem);
    line-height: 0.83;
  }

  .story-film__action {
    right: auto;
    left: clamp(64px, 7vw, 120px);
    width: min(280px, 34vw);
  }

  .founder-section {
    padding-inline: clamp(64px, 8vw, 140px);
  }

  .founder-section__inner {
    grid-template-columns: minmax(340px, 0.78fr) minmax(480px, 1.22fr);
    align-items: center;
  }

  .founder-section__media {
    width: min(100%, 440px);
  }

  .founder-section__title {
    max-width: 11ch;
    font-size: clamp(5rem, 6.5vw, 7.5rem);
    line-height: 0.82;
  }

  .founder-proof {
    grid-template-columns: 1fr 1fr;
  }

  .founder-proof div:nth-child(odd) {
    padding-right: 28px;
  }

  .founder-proof div:nth-child(even) {
    padding-left: 28px;
    border-left: 1px solid rgb(242 238 229 / 18%);
  }

  .site-footer__home-grid {
    grid-template-columns: minmax(360px, 1.3fr) minmax(180px, 0.55fr) minmax(180px, 0.55fr);
    gap: clamp(60px, 8vw, 120px);
  }

  .home-page .site-footer__links {
    align-content: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .loader,
  .story-film__beat,
  .swipe-cue,
  .founder-section__control {
    transition: none;
  }

  .home-page .hero-nav a::before {
    transition: none;
  }

  .home-page .study {
    height: 100svh;
  }

  .film-section {
    height: auto;
    min-height: 100svh;
  }

  .film-section .sticky-viewport {
    position: relative;
    height: 100svh;
  }

  .film-section .film {
    display: none;
  }

  .film-section .story-film__beat {
    opacity: 0 !important;
  }

  .film-section .story-film__beat--final {
    opacity: 1 !important;
  }

  .home-page .hero-nav,
  .home-page .study[data-chapter="final"] .hero-nav {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .founder-section__control {
    display: none;
  }
}

.home-page :where(a, button):focus-visible {
  outline-width: 2px;
}

/* Homepage UI, September 2026. Film composition/timing above stays intact.
   Component provenance and adaptations: HOMEPAGE-UPGRADE.md. */
.home-page {
  --gold: #c5a572;
  --gold-hover: #e8d5a3;
  --brass: var(--gold);
  --home-gutter: clamp(20px, 4.4vw, 72px);
  --home-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --home-muted: #b9b1a4;
}
.home-page ::selection { color: #100d09; background: var(--gold-hover); }
.home-page :where(a, button, input, textarea, summary):focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.home-page :where(input, textarea) { caret-color: var(--gold); }
.home-page :where(section[id]) { scroll-margin-top: 100px; }
.home-page [hidden] { display: none !important; }
.home-container { width: min(100%, 1280px); margin-inline: auto; }
.home-title { margin: 0; font: 350 clamp(2.7rem, 6vw, 5.6rem)/0.99 "Newsreader", Georgia, serif; letter-spacing: -0.045em; text-wrap: balance; }
.home-lede { max-width: 34rem; color: var(--home-muted); font-size: clamp(1rem, 1.3vw, 1.1rem); line-height: 1.7; text-wrap: pretty; }
.gtl-text-reveal__word { display: inline-block; white-space: pre; }
.gtl-text-reveal__visual { display: inline; }
.quiet-link { display: inline-flex; min-height: 48px; align-items: center; gap: 24px; color: var(--gold); font-size: 0.74rem; text-decoration: none; }
.quiet-link:hover { color: var(--gold-hover); }
.quiet-link span { font-size: 1.15rem; }
.home-page .eyebrow { color: var(--gold); font: 500 0.65rem/1.5 system-ui, sans-serif; letter-spacing: 0.18em; }

/* Mini Navbar: a compact text navigation; native dialog on small screens. */
.home-page .site-header {
  top: max(12px, env(safe-area-inset-top)); left: 16px; width: calc(100% - 32px);
  height: 64px; padding: 0; border: 1px solid rgb(197 165 114 / 24%); border-radius: 4px;
  background: rgb(14 12 9 / 96%); box-shadow: 0 8px 32px rgb(0 0 0 / 15%);
}
.home-page .site-header__inner { height: 62px; padding-inline: 14px; gap: 18px; }
.home-page .site-wordmark { position: static; width: 128px; flex-shrink: 0; transform: none; }
.home-page .site-wordmark img { width: 100%; filter: none; }
.site-header__decisions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.home-page .site-header__action { color: var(--gold); font: 500 0.66rem/1 system-ui, sans-serif; text-shadow: none; }
.mini-nav { display: none; gap: clamp(14px, 1.8vw, 30px); align-items: center; }
.mini-nav a { position: relative; display: flex; height: 44px; align-items: center; overflow: hidden; color: #d8d0c2; font-size: 0.72rem; text-decoration: none; }
.mini-nav a span { transition: transform 220ms var(--home-ease); }
.mini-nav a::after { position: absolute; content: attr(data-label); color: var(--gold-hover); transform: translateY(44px); transition: transform 220ms var(--home-ease); }
.mini-nav a:hover span { transform: translateY(-44px); }
.mini-nav a:hover::after { transform: translateY(0); }
.home-page .gtl-button {
  position: relative; display: inline-flex; isolation: isolate; min-width: 0; min-height: 48px;
  align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border-radius: 4px;
  font: 500 0.65rem/1.2 system-ui, sans-serif; letter-spacing: 0.12em; text-transform: uppercase;
  white-space: nowrap; text-decoration: none; text-shadow: none; cursor: pointer; touch-action: manipulation;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.home-page .gtl-button--ghost { border: 1px solid rgb(197 165 114 / 45%); background: rgb(12 10 8 / 80%); color: var(--gold); }
.home-page .gtl-button--gold { border: 1px solid rgb(197 165 114 / 70%); color: #100d09; background: var(--gold); }
.home-page .gtl-button--metal {
  overflow: hidden; border: 1px solid rgb(197 165 114 / 65%); color: var(--gold);
  background: linear-gradient(120deg, #100d09 8%, #453b2d 32%, #17140f 56%, #534737 78%, #14110d);
  box-shadow: inset 0 1px 0 rgb(232 213 163 / 25%), 0 5px 18px rgb(0 0 0 / 18%);
}
.gtl-button__surface { position: absolute !important; inset: 0; z-index: 0; pointer-events: none; opacity: 0.56; }
.gtl-button__surface > canvas { z-index: 0 !important; }
.gtl-button__label { position: relative; z-index: 1; color: var(--gold); text-shadow: 0 1px 4px #050403, 0 0 10px #050403; }
.home-page .gtl-button--metal::before { display: none; }
.home-page .gtl-button--metal:hover .gtl-button__label { color: var(--gold-hover); }
.home-page .gtl-button:hover { border-color: var(--gold-hover); }
.home-page .gtl-button--ghost:hover { color: var(--gold-hover); background-color: #211a12; }
.home-page .gtl-button--gold:hover { background: var(--gold-hover); }
.home-page .gtl-button:active { translate: 0 1px; }
.home-page .gtl-button:disabled { opacity: 0.5; cursor: not-allowed; }
.home-page .nav-primary { min-height: 40px; padding-inline: 13px; font-size: 0.57rem; letter-spacing: 0.08em; }
.home-page .nav-secondary { display: none; }
.home-page .hero-nav { opacity: 1; }
.home-page .hero-nav .gtl-button--metal { color: var(--gold); border-color: rgb(197 165 114 / 65%); }
.home-page .hero-nav .gtl-button--ghost { color: var(--gold); border-color: rgb(197 165 114 / 45%); background: rgb(12 10 8 / 88%); }
.home-page .hero-nav a::before { display: none; }
.home-page .swipe-cue { display: none; }
.ritual-title {
  padding: 8px 12px; width: fit-content; border-radius: 2px; background: rgb(12 10 8 / 88%);
  position: absolute; top: 88px; left: var(--home-gutter); margin: 0;
  color: var(--gold); font: 500 0.64rem/1.3 system-ui, sans-serif; letter-spacing: 0.16em; text-transform: uppercase;
}

.positioning-section { padding: clamp(64px, 9vw, 124px) var(--home-gutter); background: #18150f; border-block: 1px solid rgb(197 165 114 / 16%); }
.positioning-section__inner { display: grid; gap: 28px; }
.positioning-section .home-title { max-width: 14ch; font-size: clamp(2.4rem, 4vw, 4rem); }
.positioning-section p { max-width: 40rem; margin: 0 0 12px; color: var(--home-muted); font-size: 1rem; line-height: 1.65; }
.positioning-section p:first-child { color: var(--bone); }
.collection-section { padding: clamp(78px, 10vw, 144px) var(--home-gutter) clamp(64px, 8vw, 110px); background: #0c0b09; overflow: hidden; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 54px; }
.section-heading > .quiet-link { flex-shrink: 0; }
.recent-intro { margin: 20px 0 0; }
.recent-arrivals { margin: 0 0 70px; }
.recent-status { text-align: center; }
.recent-status .catalog-status__actions { justify-content: center; }
[data-recent-coverflow][aria-busy="true"] { min-height: 480px; background: linear-gradient(110deg, #12100d, #1c1811, #12100d); border: 1px solid rgb(197 165 114 / 15%); }
.recent-coverflow { position: relative; isolation: isolate; padding-top: 16px; }
.recent-coverflow__ambient { position: absolute; z-index: -1; inset: 10% 15% 12%; overflow: hidden; border-radius: 50%; opacity: 0.12; pointer-events: none; filter: blur(48px); }
.recent-coverflow__ambient img { width: 100%; height: 100%; object-fit: cover; }
.recent-coverflow__stage { position: relative; height: 530px; perspective: 1400px; }
.recent-coverflow__slide { position: absolute; left: 50%; top: 0; width: 360px; height: 500px; overflow: hidden; border: 1px solid rgb(197 165 114 / 32%); border-radius: 6px; background: #16120d; box-shadow: 0 24px 44px rgb(0 0 0 / 30%); transform: translateX(calc(-50% + var(--coverflow-offset) * var(--coverflow-gap, 285px))) scale(var(--coverflow-scale)) rotateY(var(--coverflow-rotation)); opacity: var(--coverflow-opacity); filter: brightness(var(--coverflow-brightness)); z-index: var(--coverflow-layer); transition: transform 800ms cubic-bezier(.25, 1, .5, 1), opacity 800ms ease, filter 800ms ease; }
.recent-coverflow__image { display: block; width: 100%; height: 100%; background: #d5ccbc; }
.recent-coverflow__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.recent-coverflow__image-fallback { display: grid; min-height: 58%; place-items: center; padding: 32px; color: #3b3124; text-align: center; }
.recent-coverflow__vignette { position: absolute; inset: 24% 0 0; pointer-events: none; background: linear-gradient(transparent, rgb(10 8 5 / 80%) 50%, #0e0b08 90%); }
.recent-coverflow__copy { position: absolute; inset: auto 0 0; padding: 24px; color: var(--bone); }
.recent-coverflow__eyebrow { margin: 0 0 10px; color: var(--gold-hover); font-size: 0.56rem; letter-spacing: .15em; text-transform: uppercase; }
.recent-coverflow__title { margin: 0 0 10px; font: 400 1.75rem/1.05 "Newsreader", Georgia, serif; letter-spacing: -.025em; overflow-wrap: anywhere; }
.recent-coverflow__title a { color: inherit; text-decoration: none; }
.recent-coverflow__reference { margin: 0 0 14px; color: #d6cbb9; font-size: .66rem; line-height: 1.5; }
.recent-coverflow__price { color: var(--gold-hover); font-size: .92rem; text-decoration: none; font-variant-numeric: tabular-nums; }
.recent-coverflow__actions { display: flex; gap: 24px; border-top: 1px solid rgb(197 165 114 / 32%); margin-top: 16px; }
.recent-coverflow__link { display: inline-flex; min-height: 44px; align-items: center; color: var(--gold-hover); font-size: .73rem; text-decoration: none; }
.recent-coverflow__link--secondary { color: #d6cbb9; }
.recent-coverflow__link:hover, .recent-coverflow__title a:hover { color: var(--gold-hover); text-decoration: underline; text-underline-offset: 5px; }
.recent-coverflow__controls { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 8px; }
.recent-coverflow__controls[hidden] { display: none; }
.recent-coverflow__controls button { min-height: 44px; padding: 8px 16px; border: 1px solid rgb(197 165 114 / 32%); border-radius: 2px; color: var(--gold); background: transparent; font: inherit; font-size: .69rem; cursor: pointer; }
.recent-coverflow__controls button:hover { border-color: var(--gold-hover); color: var(--gold-hover); }
.recent-coverflow__count { min-width: 3em; color: #c5b9a5; text-align: center; font-size: .72rem; font-variant-numeric: tabular-nums; }
.recent-coverflow[data-layout="flat"] .recent-coverflow__ambient { display: none; }
.recent-coverflow[data-layout="flat"] .recent-coverflow__stage { display: flex; gap: 16px; height: auto; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #7d6847 transparent; perspective: none; padding: 0 max(0px, calc((100% - 330px) / 2)) 18px; scroll-padding-inline: max(0px, calc((100% - 330px) / 2)); }
.recent-coverflow[data-layout="flat"] .recent-coverflow__slide { position: relative; left: auto; top: auto; flex: 0 0 min(85vw, 330px); height: 480px; transform: none; opacity: 1; filter: none; transition: none; scroll-snap-align: center; }
.collection-grid-title { margin: 0 0 30px; font: 350 clamp(1.8rem, 3vw, 2.8rem)/1.1 "Newsreader", Georgia, serif; letter-spacing: -.03em; }
@media (min-width: 701px) and (max-width: 999px) { .recent-coverflow { --coverflow-gap: 205px; } .recent-coverflow__slide { width: 310px; } }
@media (prefers-reduced-motion: reduce) { .recent-coverflow__slide { transition: none; } }
.collection-planes { position: relative; isolation: isolate; }
.collection-planes::before { position: absolute; z-index: -1; inset: 12px -12px -16px; border: 1px solid rgb(197 165 114 / 14%); background: #14110d; transform: rotate(-0.8deg); content: ""; }
.collection-planes__back { position: absolute; z-index: -2; top: -54px; right: -20px; color: rgb(197 165 114 / 5%); font: italic 350 clamp(3rem, 9vw, 8rem)/1 "Newsreader", Georgia, serif; white-space: nowrap; pointer-events: none; }
.piece-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; min-height: 200px; }
.piece-card { min-width: 0; padding-bottom: 12px; background: #14120e; border: 1px solid rgb(197 165 114 / 18%); box-shadow: 0 16px 32px rgb(0 0 0 / 16%); }
.piece-card__image { display: block; overflow: hidden; border-bottom: 1px solid rgb(197 165 114 / 15%); }
.piece-card__media { display: grid; aspect-ratio: 0.9; place-items: center; overflow: hidden; background: #e8e3d9; }
.piece-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--home-ease); }
.piece-card__image-fallback { padding: 20px; color: #4e4537; font-size: 0.75rem; line-height: 1.6; text-align: center; }
.piece-card__title { margin: 20px 12px 8px; font: 400 clamp(1.05rem, 1.65vw, 1.65rem)/1.12 "Newsreader", Georgia, serif; letter-spacing: -0.015em; overflow-wrap: anywhere; }
.piece-card__reference { min-height: 2.5em; margin: 0 12px 12px; color: #bfb5a3; font-size: 0.62rem; line-height: 1.4; overflow-wrap: anywhere; }
.piece-card__price { margin: 0 12px 18px; color: var(--gold-hover); font-size: 0.85rem; font-variant-numeric: tabular-nums; }
.piece-card__facts { margin: 0 12px; padding-top: 12px; border-top: 1px solid rgb(197 165 114 / 18%); }
.piece-card__facts > div { display: grid; gap: 3px; margin-bottom: 10px; }
.piece-card__facts dt { color: #aaa08f; font-size: 0.57rem; line-height: 1.4; }
.piece-card__facts dd { margin: 0; color: #e0d7c8; font-size: 0.65rem; line-height: 1.45; overflow-wrap: anywhere; }
.piece-card__actions { display: flex; flex-wrap: wrap; gap: 0 14px; margin: 12px 12px 0; border-top: 1px solid rgb(197 165 114 / 18%); transition: background-color 180ms ease; }
.piece-card__action { display: inline-flex; min-height: 44px; align-items: center; color: var(--gold); font-size: 0.64rem; text-decoration: none; }
.piece-card__action--secondary { color: #e5dccc; }
.piece-card__action:hover { color: var(--gold-hover); text-decoration: underline; text-underline-offset: 5px; }
.catalog-status { position: relative; margin: 18px 0 0; color: var(--home-muted); font-size: 0.77rem; line-height: 1.6; }
.catalog-status:has(button) { padding: 30px 20px; background: #17140f; }
.catalog-status__actions { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.catalog-status__actions .text-link { color: var(--gold); }
.source-note { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; margin-top: 52px; padding-top: 36px; border-top: 1px solid rgb(197 165 114 / 22%); }
.source-note h3 { margin: 0 0 10px; font: 350 clamp(1.8rem, 3vw, 2.4rem)/1.1 "Newsreader", Georgia, serif; letter-spacing: -0.03em; }
.source-note p, .collection-note { margin: 0; color: var(--home-muted); font-size: 0.86rem; line-height: 1.6; }
.collection-note { margin-top: 28px; font-size: 0.69rem; }

.trade-section { padding: clamp(76px, 10vw, 138px) var(--home-gutter); background: #1a1610; border-block: 1px solid rgb(197 165 114 / 16%); }
.trade-section__inner { display: grid; gap: 52px; }
.trade-section .home-title { max-width: 9ch; }
.trade-section .home-lede { margin-top: 24px; }
.trade-steps { padding: 0; margin: 38px 0 18px; list-style: none; }
.trade-steps li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 22px 0; border-top: 1px solid rgb(197 165 114 / 23%); }
.trade-steps li > span { padding-top: 4px; color: var(--gold); font-size: 0.65rem; font-variant-numeric: tabular-nums; }
.trade-steps h3 { margin: 0 0 8px; font: 400 1.5rem/1.15 "Newsreader", Georgia, serif; }
.trade-steps p { max-width: 32rem; margin: 0; color: var(--home-muted); font-size: 0.88rem; line-height: 1.65; }
.inquiry-form { min-width: 0; padding-top: 6px; }
.inquiry-intent { display: flex; gap: 0; padding: 0; margin: 0 0 32px; border: 0; }
.inquiry-intent legend { margin-bottom: 16px; color: var(--home-muted); font-size: 0.8rem; }
.inquiry-intent label { position: relative; flex: 1; cursor: pointer; }
.inquiry-intent input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.inquiry-intent span { display: grid; min-height: 48px; place-items: center; border: 1px solid rgb(197 165 114 / 35%); color: #cabfaa; font-size: 0.76rem; }
.inquiry-intent label + label span { border-left: 0; }
.inquiry-intent input:checked + span { color: var(--gold-hover); background: #30271b; box-shadow: inset 0 -2px 0 var(--gold); }
.inquiry-intent input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 4px; }
.inquiry-fields { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px 18px; }
.floating-field { position: relative; min-width: 0; }
.floating-field input, .floating-field textarea {
  display: block; width: 100%; min-height: 58px; padding: 22px 16px 12px;
  border: 1px solid rgb(197 165 114 / 35%); border-radius: 4px; background: #15120e;
  color: var(--bone); font: 400 1rem/1.5 system-ui, sans-serif; transition: border-color 180ms ease;
}
.floating-field textarea { min-height: 94px; resize: vertical; }
.floating-field label { position: absolute; top: 18px; left: 13px; padding-inline: 4px; color: #b9b1a4; font-size: 0.86rem; line-height: 1.5; pointer-events: none; transform-origin: left center; transition: transform 180ms var(--home-ease), color 180ms ease, background-color 180ms ease; }
.floating-field :is(input, textarea):focus + label, .floating-field :is(input, textarea):not(:placeholder-shown) + label { color: var(--gold-hover); background: #15120e; transform: translateY(-29px) scale(0.84); }
.floating-field :is(input, textarea):focus { border-color: var(--gold); outline: 1px solid var(--gold); outline-offset: 0; }
.floating-field :is(input, textarea):user-invalid { border-color: #d7997b; }
.inquiry-note { margin: 20px 0; color: var(--home-muted); font-size: 0.73rem; line-height: 1.65; }
.inquiry-note a { color: var(--gold); text-underline-offset: 3px; }
.inquiry-submit { width: 100%; }
.inquiry-result:empty { display: none; }
.inquiry-result { margin-top: 22px; padding: 20px; border: 1px solid rgb(197 165 114 / 45%); background: #211b13; color: var(--bone); font-size: 0.85rem; line-height: 1.65; }
.inquiry-result p { margin-top: 0; }
.inquiry-result__open { width: 100%; padding: 12px; border-color: var(--gold); background: var(--gold); color: #100d09; }
.inquiry-result__copy { width: 100%; justify-content: center; color: var(--gold-hover); }
.inquiry-result__details { width: 100%; padding: 12px; border: 1px solid var(--gold); color: var(--bone); background: #15120e; font: 0.8rem/1.5 system-ui, sans-serif; }

.home-page .founder-section { min-height: 0; padding: clamp(80px, 11vw, 150px) var(--home-gutter); background: #0e0d0b; }
.founder-section__inner { width: min(100%, 1280px); gap: 48px; }
.founder-section .home-title { max-width: 13ch; font-size: clamp(2.8rem, 4.8vw, 5.4rem); }
.founder-portrait { width: min(100%, 460px); margin: 0; align-self: start; }
.founder-portrait__crop { position: relative; aspect-ratio: 0.85; overflow: hidden; background: #171410; border: 1px solid rgb(197 165 114 / 20%); }
.founder-portrait__crop img { position: absolute; display: block; left: 50%; top: 0; width: 215%; max-width: none; height: auto; transform: translate(-50%, -12%); }
.founder-portrait figcaption { display: flex; flex-wrap: wrap; gap: 6px 18px; justify-content: space-between; padding-top: 16px; color: var(--home-muted); font-size: 0.72rem; line-height: 1.5; }
.founder-portrait figcaption span:first-child { color: var(--gold); }
.founder-section__copy { color: var(--home-muted); }
.founder-proof dd { color: var(--home-muted); }
.founder-proof dt { color: var(--gold); }
.founder-quote cite { color: var(--home-muted); font: normal 0.67rem/1.5 system-ui, sans-serif; letter-spacing: 0.04em; }
.founder-section__content > .quiet-link { margin-top: 24px; }
.appointment-section { padding: clamp(84px, 12vw, 174px) var(--home-gutter); border-top: 1px solid rgb(197 165 114 / 22%); background: #17130e; text-align: center; }
.appointment-section .home-title { max-width: 15ch; margin-inline: auto; }
.appointment-section .home-lede { margin: 24px auto 0; }
.appointment-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 34px; }
.appointment-actions .gtl-button { min-width: 215px; min-height: 54px; }

/* Footer Section 5: outlined type in front of the fluted material plane. */
.home-page .site-footer { position: relative; isolation: isolate; padding: clamp(52px, 7vw, 100px) var(--home-gutter) 28px; overflow: hidden; border-top-color: rgb(197 165 114 / 25%); background: #0b0907; }
.footer-glass { position: absolute !important; z-index: -1; inset: 30% 0 0 !important; opacity: 0.42; pointer-events: none; background: repeating-linear-gradient(90deg, #17120b 0, #322617 3px, #0e0b08 7px, #17120b 16px); mask-image: linear-gradient(transparent, #000 30%, #000); }
.footer-glass > canvas { z-index: 0 !important; }
.footer-content { position: relative; }
.footer-contact { display: grid; gap: 28px; }
.footer-contact p { margin: 0 0 12px; color: var(--home-muted); font-size: 0.9rem; line-height: 1.65; }
.footer-contact .footer-name { color: var(--bone); font: 350 2rem/1.1 "Newsreader", Georgia, serif; margin-bottom: 24px; }
.footer-contact .footer-appointment { color: var(--gold); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-contact__direct { display: grid; align-content: start; }
.footer-contact__direct a { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 20px; color: var(--bone); font-size: clamp(0.86rem, 1.4vw, 1rem); text-decoration: none; }
.footer-contact__direct a:hover { color: var(--gold-hover); }
.footer-navigation { display: flex; flex-wrap: wrap; gap: 0 26px; padding: 28px 0 24px; margin-top: 24px; border-top: 1px solid rgb(197 165 114 / 25%); }
.footer-navigation a { display: inline-flex; min-height: 44px; align-items: center; color: var(--gold); font-size: 0.75rem; text-decoration: none; }
.footer-navigation a:hover { color: var(--gold-hover); }
.footer-wordmark { margin: 24px -0.025em 52px; color: transparent; -webkit-text-stroke: 1px rgb(197 165 114 / 57%); font: 400 clamp(3.7rem, 10.5vw, 10rem)/0.92 "Newsreader", Georgia, serif; letter-spacing: -0.065em; white-space: nowrap; }
.footer-wordmark > span { letter-spacing: 0.12em; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 12px 30px; padding-top: 24px; border-top: 1px solid rgb(197 165 114 / 25%); color: #b9b1a4; font-size: 0.64rem; line-height: 1.7; }
.footer-legal p { margin: 0; max-width: 60ch; }
.interface-credits { margin-left: auto; }
.interface-credits summary { min-height: 44px; cursor: pointer; color: var(--gold); }
.interface-credits div { display: flex; flex-wrap: wrap; gap: 0 18px; max-width: 30rem; }
.interface-credits a { display: inline-flex; min-height: 44px; align-items: center; color: var(--gold); text-underline-offset: 4px; }
.home-page .site-dialog { border: 1px solid rgb(197 165 114 / 25%); background: #14110d; }
.home-page .site-menu__links { align-content: start; padding-block: 26px; }
.home-page .site-menu__links a { font-family: "Newsreader", Georgia, serif; min-height: 64px; font-size: 2.4rem; }
.home-page .site-menu__meta { justify-content: space-between; }
.home-page .site-menu__meta .site-header__action { display: inline-flex; }

html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }

@media (hover: hover) and (pointer: fine) {
  .piece-card:hover .piece-card__media img, .piece-card:focus-within .piece-card__media img { transform: scale(1.07); }
  .piece-card:hover .piece-card__actions, .piece-card:focus-within .piece-card__actions { background: #211b13; }
}
@media (min-width: 700px) {
  .positioning-section__inner { grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
  .inquiry-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .floating-field--wide { grid-column: 1 / -1; }
  .footer-contact { grid-template-columns: 1fr 1fr; gap: 64px; }
  .footer-contact__direct { max-width: 360px; width: 100%; justify-self: end; }
  .piece-card__title, .piece-card__price, .piece-card__reference { margin-inline: 20px; }
  .piece-card__facts, .piece-card__actions { margin-inline: 20px; }
  .piece-card__facts > div { grid-template-columns: 75px 1fr; gap: 8px; }
  .piece-card__facts dt, .piece-card__facts dd { font-size: 0.7rem; }
}
@media (min-width: 1000px) {
  .home-page .site-header { width: min(calc(100% - 64px), 1360px); left: 50%; transform: translateX(-50%); }
  .home-page .site-header__inner { padding-inline: 22px; gap: 30px; }
  .mini-nav { display: flex; margin-inline: auto; }
  .home-page .site-header__decisions > [data-menu-open] { display: none; }
  .home-page .nav-secondary { display: inline-flex; min-height: 40px; padding-inline: 16px; }
  .home-page .site-header__decisions { gap: 8px; margin-left: 0; }
  .piece-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
  .piece-card:nth-child(even) { margin-top: 24px; margin-bottom: -24px; }
  .catalog-status { margin-top: 38px; }
  .trade-section__inner { grid-template-columns: 1fr 1fr; gap: clamp(60px, 8vw, 120px); }
  .founder-section__inner { grid-template-columns: 0.85fr 1.15fr; gap: clamp(60px, 8vw, 120px); }
  .founder-portrait { margin-top: 8px; }
  .ritual-title { left: clamp(64px, 7vw, 120px); top: 110px; }
}
@media (max-width: 999px) {
  .founder-section__inner { grid-template-columns: 1fr; }
  .founder-portrait { width: min(100%, 480px); }
}
@media (max-width: 480px) {
  .home-page .site-header { left: 10px; width: calc(100% - 20px); }
  .home-page .site-header__inner { padding-inline: 12px; gap: 10px; }
  .home-page .site-wordmark { width: 96px; }
  .site-header__decisions { gap: 10px; }
  .home-page .nav-primary { padding-inline: 10px; font-size: 0.53rem; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading > .quiet-link { margin-top: 12px; }
  .source-note .gtl-button { width: 100%; }
  .appointment-actions .gtl-button { width: 100%; }
  .footer-wordmark { font-size: clamp(3.1rem, 12vw, 4.8rem); margin-bottom: 34px; }
  .interface-credits { width: 100%; margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .gtl-text-reveal__word, .home-page [data-enter] { opacity: 1 !important; transform: none !important; filter: none !important; }
  .mini-nav a span, .mini-nav a::after, .floating-field label, .piece-card__media img, .home-page .gtl-button { transition: none; }
  .piece-card:hover .piece-card__media img, .piece-card:focus-within .piece-card__media img { transform: none; }
  .collection-planes::before { transform: none; }
}
