:root {
  --ivory: #f8f3eb;
  --warm-white: #fcfaf6;
  --cream: #f1e8da;
  --stone: #d9cbb8;
  --gold: #826434;
  --gold-soft: #b79863;
  --ink: #2a241e;
  --ink-soft: #6e6254;
  --line: rgba(129, 101, 61, 0.3);
  --serif: "Bodoni 72", Didot, "Iowan Old Style", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, Inter, Helvetica, Arial, sans-serif;
  --ease-luxury: cubic-bezier(0.22, 1, 0.36, 1);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  background: var(--ivory);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button {
  color: inherit;
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  transform: translateY(-150%);
  border: 1px solid var(--gold);
  background: var(--warm-white);
  color: var(--ink);
  font-size: 13px;
  text-decoration: none;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  padding: max(20px, env(safe-area-inset-top)) clamp(24px, 4vw, 68px) 16px;
  color: var(--ink);
  pointer-events: none;
  transition: color 500ms ease;
}

.site-header::after {
  position: absolute;
  right: clamp(24px, 4vw, 68px);
  bottom: 0;
  left: clamp(24px, 4vw, 68px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(86, 67, 45, 0.14), transparent);
  content: "";
}

.site-header a {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
}

.wordmark {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links a {
  display: grid;
  min-height: 44px;
  place-items: center;
  opacity: 0.82;
  transition: opacity 240ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  opacity: 1;
}

.experience {
  position: relative;
  height: 860vh;
  min-height: 5400px;
}

.timeline-anchor {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
}

.timeline-anchor--society {
  top: 66.5%;
}

.timeline-anchor--download {
  top: 92.5%;
}

.experience-viewport {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background: var(--ivory);
}

.background,
.society-plane,
.scene {
  position: absolute;
  inset: 0;
  margin: 0;
}

.background {
  z-index: -4;
  overflow: hidden;
  will-change: opacity;
}

.society-plane {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.society-plane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  will-change: transform;
}

.society-plane--architecture {
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 73% 100%);
}

.society-plane--statue {
  z-index: -2;
  clip-path: polygon(88% 16%, 100% 15%, 100% 79%, 86% 77%);
}

.society-fog {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 62% 62%, rgba(255, 252, 246, 0.46), transparent 42%);
  will-change: transform, opacity;
}

.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  user-select: none;
}

.background--venus {
  opacity: 1;
}

.background--venus img {
  position: absolute;
  top: 0;
  right: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 67% 50%;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 72% 52%;
}

.background--pedestals,
.background--society {
  opacity: 0;
}

.background--pedestals img {
  object-position: center 51%;
  transform: scale(1.045);
}

.background--society img {
  object-position: center center;
  transform: scale(1.035);
}

.ambient-grain {
  position: absolute;
  inset: -70%;
  z-index: 20;
  opacity: 0.025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
  transform: rotate(7deg);
}

.edge-vignette {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 44%, transparent 48%, rgba(99, 72, 42, 0.055) 100%);
}

.scene {
  z-index: 1;
  pointer-events: none;
}

.scene button {
  pointer-events: auto;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.5;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
}

em {
  font-weight: 400;
}

.masterpiece-intro {
  position: absolute;
  top: 24%;
  left: clamp(32px, 7.5vw, 130px);
  width: min(42vw, 620px);
  will-change: transform, opacity;
}

.masterpiece-intro h1 {
  margin-bottom: 32px;
  font-size: clamp(42px, 5.1vw, 79px);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.masterpiece-intro h1 em {
  display: inline-block;
  margin-top: 13px;
  color: var(--ink-soft);
  font-size: 0.66em;
  letter-spacing: -0.025em;
}

.text-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cta-line {
  position: relative;
  display: block;
  width: 54px;
  height: 1px;
  overflow: hidden;
  background: rgba(42, 36, 30, 0.28);
}

.cta-line::after {
  position: absolute;
  inset: 0;
  background: var(--ink);
  content: "";
  transform: translateX(-100%);
  transition: transform 500ms var(--ease-luxury);
}

.text-cta:hover .cta-line::after,
.text-cta:focus-visible .cta-line::after {
  transform: translateX(0);
}

.hotspot {
  position: absolute;
  top: 28.2%;
  left: 72.2%;
  width: 44px;
  height: 44px;
  opacity: 0;
  transform: translate3d(18px, 12px, 0) scale(0.6);
  will-change: transform, opacity;
}

.hotspot-pulse,
.hotspot-core {
  position: absolute;
  border-radius: 50%;
}

.hotspot-pulse {
  inset: 3px;
  border: 1px solid rgba(157, 118, 60, 0.65);
  box-shadow: 0 0 0 9px rgba(255, 249, 239, 0.22);
}

.hotspot-core {
  inset: 17px;
  background: #fffaf1;
  box-shadow: 0 0 0 1px var(--gold), 0 3px 15px rgba(83, 57, 30, 0.26);
}

.detail-connector {
  position: absolute;
  top: 30%;
  right: 28%;
  width: 17vw;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  background: linear-gradient(90deg, var(--gold), rgba(167, 135, 82, 0.3));
  transform: rotate(-10deg) scaleX(0);
  transform-origin: right center;
  will-change: opacity, transform;
}

.magnifier {
  position: absolute;
  top: 20%;
  left: 48%;
  width: clamp(160px, 17vw, 260px);
  aspect-ratio: 1;
  overflow: hidden;
  border: clamp(5px, 0.5vw, 8px) solid rgba(255, 252, 247, 0.98);
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px var(--gold), 0 22px 60px rgba(86, 61, 34, 0.18);
  transform: translate3d(30px, 18px, 0) scale(0.72);
  will-change: transform, opacity;
}

.magnifier-image {
  position: absolute;
  inset: -7%;
  background-position: 58.5% 17%;
  background-repeat: no-repeat;
  background-size: 430%;
  transform: scale(1);
  will-change: transform;
}

.art-assets-ready .magnifier-image {
  background-image: url("assets/art/birth-of-venus.jpg");
}

.magnifier-glint {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 35%);
}

.detail-note {
  position: absolute;
  top: 49%;
  left: 48.5%;
  width: min(27vw, 360px);
  padding-left: 24px;
  border-left: 1px solid var(--line);
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  will-change: transform, opacity;
}

.detail-note h2 {
  margin-bottom: 9px;
  font-size: clamp(25px, 2.4vw, 36px);
  letter-spacing: -0.025em;
}

.detail-note > p:last-child {
  margin: 0;
  color: #5d5247;
  font-family: var(--serif);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.58;
}

.masterpiece-insight {
  position: absolute;
  top: 42%;
  left: clamp(32px, 7.5vw, 130px);
  width: min(35vw, 540px);
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  will-change: transform, opacity;
}

.masterpiece-insight p {
  font-family: var(--serif);
  font-size: clamp(38px, 4.8vw, 72px);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.scene--phones {
  opacity: 0;
}

.phones-copy {
  position: absolute;
  top: 16%;
  left: clamp(30px, 6vw, 100px);
  z-index: 4;
  width: min(31vw, 460px);
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}

.phones-copy h2 {
  margin-bottom: 25px;
  font-size: clamp(38px, 4.4vw, 68px);
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.pill-cta {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(42, 36, 30, 0.72);
  border-radius: 999px;
  background: rgba(252, 250, 246, 0.54);
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background-color 260ms ease, color 260ms ease, border-color 260ms ease;
}

.pill-cta:hover,
.pill-cta:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--warm-white);
}

.shared-phone,
.phone-side {
  position: absolute;
  z-index: 7;
  width: clamp(176px, 15vw, 232px);
  aspect-ratio: 0.49;
  opacity: 0;
  perspective: 1500px;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.shared-phone {
  top: 43.5%;
  left: 60%;
  z-index: 8;
  transform: translate3d(-50%, -50%, 0) scale(0.1);
}

.phone-side--left {
  top: 44.5%;
  left: 40.2%;
  transform: translate3d(-50%, -50%, 0) scale(0.82) rotateY(10deg) rotateX(-1deg);
}

.phone-side--right {
  top: 44.5%;
  left: 80.2%;
  transform: translate3d(-50%, -50%, 0) scale(0.82) rotateY(-10deg) rotateX(-1deg);
}

.device {
  position: absolute;
  inset: 0;
  padding: 7px;
  border: 1px solid rgba(64, 57, 48, 0.95);
  border-radius: clamp(28px, 2.4vw, 38px);
  background: linear-gradient(105deg, #2d2a27 0%, #797169 8%, #1d1b19 18%, #403b36 82%, #b0a69b 94%, #282521 100%);
  box-shadow:
    0 35px 52px rgba(74, 56, 38, 0.24),
    0 9px 15px rgba(72, 53, 35, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  transform-style: preserve-3d;
}

.device::before {
  position: absolute;
  top: 9%;
  right: -4px;
  bottom: 9%;
  width: 5px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #9b9188, #2b2825 25%, #57514c 78%, #938a82);
  content: "";
  transform: translateZ(-3px);
}

.device::after {
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.device-button {
  position: absolute;
  left: -4px;
  z-index: 2;
  width: 3px;
  border-radius: 2px 0 0 2px;
  background: #5d5751;
}

.device-button--top {
  top: 19%;
  height: 9%;
}

.device-button--middle {
  top: 31%;
  height: 15%;
}

.device-camera {
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 6;
  width: 29%;
  height: 4.6%;
  border-radius: 999px;
  background: #080807;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.1);
  transform: translateX(-50%);
}

.device-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: calc(clamp(28px, 2.4vw, 38px) - 7px);
  background: #fbf8f3;
  color: #2b2620;
}

.status-row {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  display: flex;
  height: 7.5%;
  align-items: center;
  justify-content: space-between;
  padding: 0 8.5%;
  color: #2e2923;
  font-size: clamp(5px, 0.48vw, 8px);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.status-row--light {
  color: #fffaf2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.app-bar {
  display: flex;
  height: 15%;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 8% 4%;
  border-bottom: 1px solid #eee5da;
  font-family: var(--serif);
  font-size: clamp(8px, 0.75vw, 12px);
  font-weight: 600;
  letter-spacing: 0.16em;
}

.mini-glyph {
  font-family: var(--sans);
  font-size: 1.2em;
}

.screen-hero {
  position: relative;
  display: flex;
  height: 48%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 9%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #fffaf3;
}

.screen-hero::after,
.story-image::after,
.closer-art::after {
  position: absolute;
  inset: 28% 0 0;
  background: linear-gradient(transparent, rgba(17, 13, 9, 0.68));
  content: "";
}

.screen-hero--klimt {
  background-position: center 36%;
}

.art-assets-ready .screen-hero--klimt {
  background-image: url("assets/art/the-kiss.jpg");
}

.screen-kicker,
.screen-title,
.screen-meta {
  position: relative;
  z-index: 1;
}

.screen-kicker {
  font-size: clamp(4px, 0.38vw, 6px);
  font-weight: 700;
  letter-spacing: 0.16em;
}

.screen-title {
  margin: 3% 0 1%;
  font-family: var(--serif);
  font-size: clamp(15px, 1.45vw, 23px);
  line-height: 1;
}

.screen-meta {
  font-family: var(--serif);
  font-size: clamp(5px, 0.5vw, 8px);
  opacity: 0.82;
}

.screen-body {
  padding: 8%;
}

.screen-section-title {
  display: block;
  margin-bottom: 6%;
  font-family: var(--serif);
  font-size: clamp(7px, 0.7vw, 11px);
}

.mini-art-row {
  display: flex;
  gap: 5%;
}

.mini-art {
  width: 48%;
  aspect-ratio: 1.2;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
}

.art-assets-ready .mini-art--vermeer {
  background-image: url("assets/art/girl-with-a-pearl-earring.jpg");
}

.art-assets-ready .mini-art--starry {
  background-image: url("assets/art/starry-night.jpg");
}

.screen-tabs {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 10%;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #eee5da;
  background: rgba(251, 248, 243, 0.94);
}

.screen-tabs i {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #b08d4f;
  border-radius: 50%;
}

.screen-tabs i:first-child {
  background: #b08d4f;
}

.screen-understand {
  background: #f7f2e9;
}

.story-image {
  position: relative;
  height: 56%;
  background-position: center 24%;
  background-size: cover;
}

.art-assets-ready .story-image {
  background-image: url("assets/art/girl-with-a-pearl-earring.jpg");
}

.story-sheet {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 48%;
  padding: 13% 9% 8%;
  border-radius: 17px 17px 0 0;
  background: #fbf8f3;
}

.story-sheet .screen-kicker,
.closer-sheet .screen-kicker {
  color: #a78752;
}

.story-sheet h3,
.closer-sheet h3 {
  margin: 7% 0 6%;
  font-size: clamp(13px, 1.22vw, 19px);
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.story-sheet p,
.closer-sheet p {
  margin-bottom: 8%;
  color: #72685b;
  font-family: var(--serif);
  font-size: clamp(5px, 0.53vw, 8.5px);
  line-height: 1.5;
}

.reading-progress {
  display: block;
  height: 2px;
  margin-bottom: 4%;
  overflow: hidden;
  background: #e5ddd2;
}

.reading-progress i {
  display: block;
  width: 61%;
  height: 100%;
  background: #a78752;
}

.read-label {
  color: #8a7b67;
  font-size: clamp(4px, 0.37vw, 6px);
  font-weight: 700;
  letter-spacing: 0.14em;
}

.screen-closer {
  background: #efe7d9;
}

.closer-art {
  position: relative;
  height: 65%;
  background-position: 58% center;
  background-size: 285%;
}

.art-assets-ready .closer-art {
  background-image: url("assets/art/birth-of-venus.jpg");
}

.closer-hotspot {
  position: absolute;
  top: 28%;
  left: 47%;
  z-index: 3;
  width: 14%;
  aspect-ratio: 1;
  border: 1px solid #fffaf1;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(176, 141, 79, 0.58), 0 0 20px rgba(255, 250, 241, 0.75);
}

.closer-label {
  position: absolute;
  right: 8%;
  bottom: 9%;
  z-index: 3;
  color: #fff;
  font-size: clamp(4px, 0.38vw, 6px);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.closer-sheet {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 39%;
  padding: 11% 9% 8%;
  border-radius: 17px 17px 0 0;
  background: #fbf8f3;
}

.screen-action {
  color: #826633;
  font-size: clamp(4px, 0.4vw, 6.5px);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.screen-action b {
  margin-left: 5px;
}

.phone-caption {
  position: absolute;
  top: 73%;
  z-index: 5;
  display: flex;
  width: 23%;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  text-align: center;
  transform: translate3d(0, 12px, 0);
  will-change: transform, opacity;
}

.phone-caption--left {
  left: 28.5%;
}

.phone-caption--center {
  left: 48.5%;
}

.phone-caption--right {
  left: 68.5%;
}

.phone-caption strong {
  color: #675538;
  font-size: 9px;
  letter-spacing: 0.2em;
}

.phone-caption span {
  margin-top: 5px;
  color: #74695c;
  font-family: var(--serif);
  font-size: clamp(10px, 0.85vw, 13px);
}

.scene--society,
.scene--final {
  opacity: 0;
}

.society-heading {
  position: absolute;
  top: 17%;
  left: 50%;
  width: min(70vw, 880px);
  text-align: center;
  transform: translate3d(-50%, 20px, 0);
  will-change: transform, opacity;
}

.society-heading h2 {
  margin-bottom: 10px;
  font-size: clamp(40px, 5.4vw, 82px);
  letter-spacing: 0.03em;
  line-height: 0.96;
}

.society-heading > p:last-child {
  color: #675c50;
  font-family: var(--serif);
  font-size: clamp(16px, 1.35vw, 21px);
}

.membership-object {
  --card-rx: 0deg;
  --card-ry: 0deg;
  --shine-x: 50%;
  --shine-y: 30%;
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: 9;
  width: clamp(300px, 29vw, 440px);
  aspect-ratio: 1.586;
  opacity: 0;
  perspective: 1400px;
  transform: translate3d(-50%, -43%, 0) scale(0.82);
  will-change: transform, opacity, filter;
}

.membership-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(140, 104, 50, 0.56);
  border-radius: 17px;
  background:
    linear-gradient(108deg, rgba(255, 255, 255, 0.8), transparent 26%, rgba(187, 151, 91, 0.13) 48%, rgba(255, 255, 255, 0.52) 68%, transparent),
    #e8dcc7;
  box-shadow:
    0 36px 60px rgba(82, 60, 34, 0.21),
    0 8px 16px rgba(82, 60, 34, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  transform: rotateX(var(--card-rx)) rotateY(var(--card-ry));
  transform-style: preserve-3d;
  transition: box-shadow 220ms ease-out;
}

.membership-card::before {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(132, 100, 51, 0.26);
  border-radius: 11px;
  content: "";
}

.membership-card::after {
  position: absolute;
  inset: -45%;
  background: radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255, 255, 255, 0.68), transparent 23%);
  content: "";
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.card-aura {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(112deg, transparent 0 26px, rgba(116, 83, 40, 0.035) 27px 28px),
    radial-gradient(circle at 12% 85%, rgba(155, 117, 55, 0.18), transparent 28%);
}

.card-mark {
  position: absolute;
  top: 18%;
  left: 9%;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(119, 85, 38, 0.46);
  border-radius: 50%;
  color: #876936;
  font-family: var(--serif);
  font-size: 26px;
  font-style: italic;
}

.card-title,
.card-member,
.card-year,
.card-number {
  position: absolute;
  z-index: 1;
}

.card-title {
  top: 19%;
  right: 9%;
  color: #6e552d;
  font-family: var(--serif);
  font-size: clamp(14px, 1.35vw, 21px);
  letter-spacing: 0.13em;
}

.card-member {
  bottom: 21%;
  left: 9%;
  color: #6d5734;
  font-size: clamp(8px, 0.65vw, 10px);
  font-weight: 600;
  letter-spacing: 0.19em;
}

.card-year {
  right: 9%;
  bottom: 18%;
  color: #745b32;
  font-family: var(--serif);
  font-size: clamp(21px, 2.1vw, 32px);
}

.card-number {
  bottom: 10%;
  left: 9%;
  color: rgba(88, 67, 37, 0.58);
  font-size: 7px;
  letter-spacing: 0.15em;
}

.society-statements {
  position: absolute;
  right: 0;
  bottom: 12.5%;
  left: 0;
  height: 44px;
  text-align: center;
}

.society-statement {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  color: #52483e;
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 30px);
  line-height: 1.2;
  transform: translate3d(0, 16px, 0);
  will-change: transform, opacity;
}

.society-cta {
  position: absolute;
  bottom: 5.5%;
  left: 50%;
  opacity: 0;
  transform: translate3d(-50%, 12px, 0);
  will-change: transform, opacity;
}

.scene--final {
  z-index: 5;
  background: rgba(249, 244, 235, 0.72);
  will-change: opacity;
}

.final-copy {
  position: absolute;
  top: 15%;
  left: 50%;
  width: min(84vw, 850px);
  text-align: center;
  transform: translateX(-50%);
}

.final-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4.9vw, 74px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.final-copy h2 em {
  color: #6c5c49;
  font-size: 0.74em;
}

.final-wordmark {
  margin: 0 0 20px;
  color: #705834;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.32em;
}

.store-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.store-badge {
  display: flex;
  min-width: 142px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 7px 14px;
  border: 1px solid rgba(44, 38, 31, 0.7);
  border-radius: 9px;
  background: #302a24;
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: transform 220ms ease, background-color 220ms ease;
}

.store-badge:hover,
.store-badge:focus-visible {
  background: #171411;
  transform: translateY(-2px);
}

.store-badge svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.store-badge span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.04;
}

.store-badge small {
  display: block;
  font-size: 7px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.store-status {
  min-height: 20px;
  margin-top: 8px;
  color: #6c5c49;
  font-size: 11px;
}

.scroll-cue {
  position: absolute;
  bottom: max(22px, env(safe-area-inset-bottom));
  left: clamp(24px, 4vw, 68px);
  z-index: 17;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(42, 36, 30, 0.56);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  will-change: opacity;
}

.scroll-cue i {
  position: relative;
  display: block;
  width: 42px;
  height: 1px;
  overflow: hidden;
  background: rgba(42, 36, 30, 0.18);
}

.scroll-cue i::after {
  position: absolute;
  inset: 0;
  background: rgba(42, 36, 30, 0.66);
  content: "";
  animation: cue 2.8s var(--ease-luxury) infinite;
}

.timeline-progress {
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 17;
  width: 1px;
  height: 18vh;
  overflow: hidden;
  background: rgba(77, 60, 41, 0.15);
  transform: translateY(-50%);
}

.timeline-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #917047;
  transform: translateY(-100%);
  will-change: transform;
}

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

.reduced-experience {
  display: none;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 68px;
    padding: max(14px, env(safe-area-inset-top)) 18px 12px;
  }

  .site-header::after {
    right: 18px;
    left: 18px;
  }

  .wordmark {
    font-size: 14px;
  }

  .nav-links {
    gap: 7px;
    font-size: 8px;
  }

  .nav-links span {
    display: none;
  }

  .experience {
    height: 720vh;
  }

  .experience-viewport {
    min-height: 540px;
  }

  .background--venus img {
    top: 0;
    right: auto;
    height: 100%;
    object-fit: cover;
    object-position: 65% center;
    transform: scale(1.18);
    transform-origin: 68% 48%;
  }

  .background--pedestals img {
    object-position: 57% center;
    transform: scale(1.2);
  }

  .background--society img {
    object-position: 69% center;
    transform: scale(1.16);
  }

  .society-plane img {
    object-position: 69% center;
    transform: scale(1.16);
  }

  .masterpiece-intro {
    top: 18%;
    left: 24px;
    width: min(78vw, 430px);
  }

  .masterpiece-intro h1 {
    font-size: clamp(42px, 11.5vw, 61px);
  }

  .hotspot {
    top: 34%;
    left: 72%;
  }

  .detail-connector {
    top: 34%;
    right: 27%;
    width: 26vw;
  }

  .magnifier {
    top: 31%;
    left: 15%;
    width: min(38vw, 190px);
  }

  .detail-note {
    top: 58%;
    left: 9%;
    width: 57vw;
  }

  .masterpiece-insight {
    top: 27%;
    left: 24px;
    width: 80vw;
  }

  .masterpiece-insight p {
    font-size: clamp(38px, 10.2vw, 58px);
  }

  .phones-copy {
    top: 13%;
    left: 24px;
    width: 75vw;
  }

  .phones-copy h2 {
    font-size: clamp(39px, 10.6vw, 58px);
  }

  .shared-phone,
  .phone-side {
    width: clamp(134px, 31vw, 180px);
  }

  .shared-phone {
    top: 48%;
    left: 50%;
  }

  .phone-side--left {
    top: 50%;
    left: 17%;
  }

  .phone-side--right {
    top: 50%;
    left: 83%;
  }

  .phone-caption {
    top: 76%;
    width: 30%;
  }

  .phone-caption--left { left: 2%; }
  .phone-caption--center { left: 35%; }
  .phone-caption--right { left: 68%; }

  .phone-caption span {
    display: none;
  }

  .society-heading {
    top: 15%;
    width: 90vw;
  }

  .society-heading h2 {
    font-size: clamp(38px, 10.8vw, 60px);
  }

  .membership-object {
    top: 52%;
    width: min(82vw, 390px);
  }

  .society-statements {
    bottom: 13%;
    padding: 0 18px;
  }

  .society-statement {
    font-size: clamp(18px, 5.5vw, 27px);
  }

  .final-copy {
    top: 14%;
    width: 90vw;
  }

  .final-copy h2 {
    font-size: clamp(38px, 10.3vw, 58px);
  }

  .timeline-progress {
    right: 9px;
  }

  .scroll-cue {
    left: 18px;
  }
}

@media (max-width: 560px) {
  .site-header {
    align-items: flex-start;
  }

  .wordmark {
    padding-top: 13px;
  }

  .nav-links a {
    min-height: 44px;
  }

  .experience-viewport {
    min-height: 500px;
  }

  .masterpiece-intro {
    top: 19%;
  }

  .masterpiece-intro h1 {
    line-height: 1.01;
  }

  .text-cta {
    font-size: 9px;
  }

  .detail-note {
    top: auto;
    bottom: 15%;
    width: 72vw;
  }

  .detail-note > p:last-child {
    font-size: 13px;
  }

  .phones-copy {
    top: 11.5%;
    width: calc(100vw - 48px);
  }

  .phones-copy .eyebrow {
    margin-bottom: 10px;
  }

  .phones-copy h2 {
    margin-bottom: 12px;
  }

  .phones-copy .pill-cta {
    min-height: 48px;
    max-width: 100%;
    padding-inline: 20px;
    white-space: nowrap;
  }

  .shared-phone {
    top: 58%;
  }

  .phone-side--left {
    top: 60%;
    left: 12%;
  }

  .phone-side--right {
    top: 60%;
    left: 88%;
  }

  .phone-caption {
    top: 85%;
  }

  .phone-caption strong {
    font-size: 7px;
    letter-spacing: 0.13em;
  }

  .society-heading .eyebrow {
    margin-bottom: 10px;
  }

  .membership-object {
    width: min(86vw, 350px);
  }

  .card-title {
    letter-spacing: 0.08em;
  }

  .society-cta {
    bottom: 4%;
  }

  .final-copy {
    top: 12%;
  }

  .store-actions {
    align-items: center;
    flex-direction: column;
  }

  .store-badge {
    width: 156px;
  }

  .scroll-cue span {
    display: none;
  }
}

@media (max-height: 720px) and (min-width: 700px) {
  .masterpiece-intro {
    top: 20%;
  }

  .detail-note {
    top: 47%;
  }

  .phones-copy {
    top: 13%;
  }

  .shared-phone,
  .phone-side {
    width: min(14vw, 185px);
  }

  .phone-caption {
    top: 76%;
  }

  .society-heading {
    top: 13%;
  }

  .membership-object {
    width: min(27vw, 360px);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .experience {
    display: none;
  }

  .reduced-experience {
    display: block;
  }

  .reduced-panel {
    position: relative;
    display: grid;
    min-height: 100svh;
    place-items: center;
    overflow: hidden;
    padding: 100px 24px 48px;
    background-position: center;
    background-size: cover;
  }

  .reduced-panel::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(249, 245, 238, 0.25);
    content: "";
  }

  .reduced-panel > div {
    position: relative;
    z-index: 1;
    width: min(88vw, 780px);
    text-align: center;
  }

  .reduced-panel h1,
  .reduced-panel h2,
  .reduced-final h2 {
    font-size: clamp(40px, 8vw, 76px);
    letter-spacing: -0.04em;
    line-height: 1;
  }

  .reduced-panel--venus {
    background-image: url("assets/backgrounds/scene-venus.png");
    background-position: 58% center;
  }

  .reduced-panel--phones {
    background-image: url("assets/backgrounds/scene-pedestals.png");
  }

  .reduced-panel--society {
    background-image: url("assets/backgrounds/scene-society.png");
  }

  .reduced-phone-row {
    display: flex;
    justify-content: center;
    gap: 2vw;
    margin-top: 32px;
  }

  .reduced-phone {
    display: grid;
    width: min(22vw, 170px);
    aspect-ratio: 0.5;
    place-items: center;
    border: 5px solid #2d2925;
    border-radius: 25px;
    background: rgba(251, 248, 243, 0.88);
    color: #7b6239;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    box-shadow: 0 22px 44px rgba(74, 55, 36, 0.18);
  }

  .reduced-member-card {
    width: min(82vw, 420px);
    aspect-ratio: 1.586;
    margin: 40px auto 0;
    padding: 12%;
    border: 1px solid #aa8751;
    border-radius: 16px;
    background: rgba(234, 221, 199, 0.92);
    color: #735a31;
    font-family: var(--serif);
    font-size: 22px;
    letter-spacing: 0.12em;
  }

  .reduced-member-card span {
    display: block;
    margin-top: 28%;
    font-family: var(--sans);
    font-size: 9px;
  }

  .reduced-final {
    display: grid;
    min-height: 75svh;
    place-items: center;
    padding: 96px 24px;
    text-align: center;
  }

  .reduced-final p {
    color: #735a31;
    font-family: var(--serif);
    letter-spacing: 0.3em;
  }
}

.no-js .experience {
  display: none;
}

.no-js .reduced-experience {
  display: block;
}
