:root {
  --ink: #f4f3ee;
  --muted: #b8bbb7;
  --quiet: #767b77;
  --black: #0a0c0b;
  --panel: rgba(14, 17, 15, 0.86);
  --glass: rgba(18, 21, 19, 0.72);
  --line: rgba(255, 255, 255, 0.15);
  --line-strong: rgba(255, 255, 255, 0.28);
  --sage: #b9cbaf;
  --sage-strong: #d8e5d0;
  --gold: #d9b978;
  --blue: #9fd2ef;
  --radius: clamp(16px, 1.15vw, 42px);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--black);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

.kiosk {
  width: 100vw;
  height: 100vh;
  min-width: 960px;
  display: grid;
  grid-template-rows: 7.2vh 12.4vh 62.3vh 18.1vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 12%, rgba(184, 204, 173, 0.08), transparent 26%),
    linear-gradient(180deg, #111412 0%, #090b0a 100%);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 clamp(28px, 3vw, 116px);
  border-bottom: 1px solid var(--line);
  background: rgba(10, 12, 11, 0.91);
  backdrop-filter: blur(22px);
  position: relative;
  z-index: 20;
}

.brand {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.72vw, 28px);
  border: 0;
  background: none;
  padding: 0;
  font-size: clamp(17px, 1.06vw, 40px);
  letter-spacing: 0.035em;
  font-weight: 680;
  cursor: pointer;
}

.brand i {
  color: #5e625f;
  font-weight: 400;
  font-style: normal;
}

.brand .cafe {
  color: #a9aaa6;
}

.brand-mark {
  width: clamp(28px, 1.7vw, 66px);
  height: clamp(28px, 1.7vw, 66px);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.topbar-meta {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.4vw, 54px);
  color: var(--muted);
  font-size: clamp(13px, 0.78vw, 30px);
}

.location,
.quality {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
}

.referral {
  display: inline-flex;
  align-items: center;
  min-height: 2.35em;
  padding: 0 0.85em;
  border-radius: 999px;
  background: rgba(185, 203, 175, 0.12);
  border: 1px solid rgba(185, 203, 175, 0.24);
  color: var(--sage-strong);
  letter-spacing: 0.02em;
}

.location-dot {
  width: 0.52em;
  height: 0.52em;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 0.35em rgba(185, 203, 175, 0.11);
}

.quality {
  border: 1px solid rgba(185, 203, 175, 0.26);
  color: var(--sage-strong);
  padding: 0.5em 0.86em;
  border-radius: 999px;
  letter-spacing: 0.04em;
}

.reset {
  min-height: clamp(44px, 2.6vw, 92px);
  padding: 0 0.4em;
  border: 0;
  background: none;
  color: #858985;
  cursor: pointer;
}

.intent-bar {
  display: grid;
  align-content: center;
  grid-template-columns: clamp(300px, 23vw, 880px) 1fr;
  grid-template-rows: auto auto;
  column-gap: clamp(28px, 2.5vw, 96px);
  padding: 1.1vh clamp(28px, 3vw, 116px) 0.9vh;
  background: #101311;
  position: relative;
  z-index: 10;
}

.eyebrow {
  color: var(--sage);
  letter-spacing: 0.16em;
  font-size: clamp(11px, 0.64vw, 25px);
  font-weight: 760;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.intent-bar .eyebrow {
  grid-column: 1;
}

.intent-bar h1 {
  grid-column: 1;
  margin: 0;
  font-size: clamp(24px, 1.62vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 580;
}

.intent-list {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.62vw, 24px);
  overflow-x: auto;
  scrollbar-width: none;
}

.intent-list::-webkit-scrollbar,
.space-list::-webkit-scrollbar {
  display: none;
}

.intent-chip,
.segmented button {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #d8dad7;
  min-height: clamp(52px, 3.2vw, 116px);
  padding: 0 clamp(16px, 1.15vw, 44px);
  white-space: nowrap;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.intent-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  font-size: clamp(14px, 0.88vw, 34px);
}

.intent-chip:active,
.segmented button:active,
.space-card:active,
.primary-action:active,
.cafe-toggle:active {
  transform: scale(0.975);
}

.intent-chip.is-active,
.segmented button.is-active {
  background: var(--sage-strong);
  border-color: var(--sage-strong);
  color: #172018;
}

.experience {
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr clamp(220px, 16.2vw, 620px);
  gap: clamp(12px, 1vw, 38px);
  padding: 0 clamp(28px, 3vw, 116px) 1.2vh;
  background: #101311;
}

.stage {
  min-width: 0;
  height: 100%;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  background: #252a26;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.stage-picture {
  position: absolute;
  inset: -1.4%;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 700ms cubic-bezier(.22, .72, .22, 1), transform 6s ease-out;
  will-change: opacity, transform;
}

.stage-picture.is-active {
  opacity: 1;
  transform: scale(1.035) translate3d(var(--drift-x, 0), var(--drift-y, 0), 0);
}

.stage-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stage-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 7, 5, 0.2), transparent 38%, transparent 70%, rgba(4, 7, 5, 0.12)),
    linear-gradient(0deg, rgba(5, 8, 6, 0.8), transparent 42%);
  pointer-events: none;
  z-index: 2;
}

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

.scene-labels {
  position: absolute;
  z-index: 5;
  inset: clamp(18px, 1.2vw, 46px) clamp(18px, 1.2vw, 46px) auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.scene-mode,
.scene-counter {
  padding: 0.65em 1em;
  border-radius: 999px;
  background: rgba(8, 11, 9, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  color: #f0f2ee;
  font-size: clamp(12px, 0.67vw, 26px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stage-arrow {
  position: absolute;
  z-index: 7;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(56px, 3.4vw, 128px);
  height: clamp(80px, 5vw, 190px);
  border: 0;
  border-radius: 999px;
  background: rgba(8, 11, 9, 0.46);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: clamp(38px, 2.5vw, 96px);
  line-height: 1;
  opacity: 0.75;
}

.stage-arrow span {
  display: block;
  transform: translateY(-0.05em);
}

.stage-arrow-left { left: clamp(12px, 0.7vw, 28px); }
.stage-arrow-right { right: clamp(12px, 0.7vw, 28px); }

.tech-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.tech-points {
  position: absolute;
  top: clamp(78px, 5.4vw, 208px);
  right: clamp(32px, 2vw, 78px);
  width: min(28%, 900px);
  display: grid;
  gap: clamp(9px, 0.58vw, 22px);
}

.tech-point {
  min-height: clamp(76px, 4.45vw, 172px);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(12px, 0.82vw, 32px);
  padding: clamp(12px, 0.78vw, 30px) clamp(15px, 1vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: clamp(14px, 0.95vw, 36px);
  background: linear-gradient(120deg, rgba(8, 11, 9, 0.89), rgba(13, 17, 14, 0.67));
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px) saturate(1.15);
  opacity: 0;
  transform: translate3d(2.5vw, 0, 0);
  animation: tech-point-in 620ms cubic-bezier(.18, .82, .24, 1) forwards;
  animation-delay: var(--point-delay, 0ms);
}

.tech-point small {
  width: clamp(29px, 1.72vw, 66px);
  height: clamp(29px, 1.72vw, 66px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 229, 208, 0.45);
  border-radius: 50%;
  color: var(--sage-strong);
  font-size: clamp(9px, 0.5vw, 19px);
  font-weight: 800;
  letter-spacing: 0.07em;
}

.tech-point strong,
.tech-point em {
  display: block;
}

.tech-point strong {
  color: #f5f6f1;
  font-size: clamp(13px, 0.79vw, 30px);
  line-height: 1.1;
  font-weight: 700;
}

.tech-point em {
  margin-top: 0.28em;
  color: #bac0ba;
  font-size: clamp(10px, 0.61vw, 23px);
  line-height: 1.32;
  font-style: normal;
}

@keyframes tech-point-in {
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.tech-effect {
  --tech-accent: rgba(216, 229, 208, 0.86);
  position: absolute;
  width: clamp(116px, 7.8vw, 300px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 28px rgba(188, 221, 173, 0.32));
}

.tech-effect::before,
.tech-effect::after,
.tech-effect i {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--tech-accent);
  border-radius: inherit;
}

.tech-effect[data-effect="focus"]::before {
  border-width: 2px;
  animation: focus-breathe 2.8s ease-in-out infinite;
}

.tech-effect[data-effect="focus"]::after {
  inset: 22%;
  border-style: dashed;
  opacity: 0.76;
  animation: tech-orbit 12s linear infinite;
}

.tech-effect[data-effect="focus"] i {
  inset: 42%;
  border: 0;
  background: var(--tech-accent);
  box-shadow: 0 0 0 0 rgba(216, 229, 208, 0.44);
  animation: focus-pulse 2.1s ease-out infinite;
}

.tech-effect[data-effect="audio"] {
  width: clamp(220px, 16vw, 615px);
  background: repeating-conic-gradient(from -2deg, rgba(216, 229, 208, 0.34) 0 2deg, transparent 2deg 45deg);
  -webkit-mask: radial-gradient(circle, transparent 0 16%, #000 17% 72%, transparent 73%);
  mask: radial-gradient(circle, transparent 0 16%, #000 17% 72%, transparent 73%);
  filter: drop-shadow(0 0 32px rgba(188, 221, 173, 0.23));
  animation: audio-lobes 12s ease-in-out infinite;
}

.tech-effect[data-effect="audio"]::before,
.tech-effect[data-effect="audio"]::after,
.tech-effect[data-effect="audio"] i {
  border-color: rgba(216, 229, 208, 0.58);
  opacity: 0;
  animation: audio-field 3.2s ease-out infinite;
}

.tech-effect[data-effect="audio"]::after { animation-delay: 1.05s; }
.tech-effect[data-effect="audio"] i { animation-delay: 2.1s; }

.tech-effect[data-effect="display"] {
  width: clamp(160px, 11vw, 425px);
  aspect-ratio: 16 / 10;
  border-radius: clamp(12px, 0.8vw, 30px);
}

.tech-effect[data-effect="display"]::before {
  border-width: 2px;
  box-shadow: inset 0 0 50px rgba(191, 226, 176, 0.12);
}

.tech-effect[data-effect="display"]::after {
  inset: 7%;
  border-color: rgba(216, 229, 208, 0.28);
}

.tech-effect[data-effect="display"] i {
  left: 5%;
  right: 5%;
  top: 8%;
  bottom: auto;
  height: 1px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, var(--tech-accent), transparent);
  box-shadow: 0 0 24px rgba(216, 229, 208, 0.8);
  animation: display-scan 2.9s ease-in-out infinite;
}

.tech-effect[data-effect="light"] {
  width: clamp(180px, 13vw, 500px);
  background: radial-gradient(circle, rgba(255, 239, 193, 0.24), transparent 65%);
  filter: drop-shadow(0 0 42px rgba(255, 229, 163, 0.38));
}

.tech-effect[data-effect="light"]::before {
  border-color: rgba(255, 239, 196, 0.76);
  animation: focus-breathe 3.2s ease-in-out infinite;
}

.tech-effect[data-effect="light"]::after {
  inset: 23%;
  border-color: rgba(255, 243, 209, 0.5);
}

.tech-effect[data-effect="light"] i {
  inset: 39%;
  border: 0;
  background: rgba(255, 242, 202, 0.52);
  box-shadow: 0 0 45px rgba(255, 236, 181, 0.9);
}

@keyframes focus-breathe {
  50% { transform: scale(1.08); opacity: 0.56; }
}

@keyframes focus-pulse {
  68% { box-shadow: 0 0 0 2.4em rgba(216, 229, 208, 0); }
}

@keyframes tech-orbit {
  to { transform: rotate(360deg); }
}

@keyframes audio-field {
  0% { opacity: 0; transform: scale(0.14); }
  18% { opacity: 0.7; }
  100% { opacity: 0; transform: scale(1.08); }
}

@keyframes audio-lobes {
  50% { transform: translate(-50%, -50%) rotate(2deg) scale(1.035); }
}

@keyframes display-scan {
  50% { transform: translateY(clamp(92px, 5.8vw, 222px)); opacity: 0.65; }
}

.story-card {
  position: absolute;
  z-index: 6;
  left: clamp(24px, 1.55vw, 60px);
  right: 26%;
  bottom: clamp(22px, 1.35vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: calc(var(--radius) * 0.78);
  background: linear-gradient(110deg, rgba(10, 13, 11, 0.88), rgba(10, 13, 11, 0.55));
  backdrop-filter: blur(24px) saturate(1.12);
  padding: clamp(18px, 1.2vw, 46px) clamp(20px, 1.4vw, 54px);
}

.stage.is-feature .story-card {
  right: 33%;
  background: linear-gradient(110deg, rgba(8, 11, 9, 0.92), rgba(8, 11, 9, 0.69));
}

.stage.is-feature .story-card h2 {
  font-size: clamp(26px, 1.58vw, 61px);
}

.story-kicker {
  color: var(--sage);
  font-size: clamp(10px, 0.58vw, 23px);
  font-weight: 760;
  letter-spacing: 0.15em;
  margin-bottom: 0.45em;
}

.story-card h2 {
  margin: 0;
  font-size: clamp(28px, 1.78vw, 68px);
  line-height: 1;
  letter-spacing: -0.036em;
  font-weight: 590;
}

.story-card > p {
  margin: 0.55em 0 0;
  font-size: clamp(13px, 0.8vw, 31px);
  color: #dadcd8;
  line-height: 1.35;
}

.story-facts {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(6px, 0.42vw, 16px);
  margin-top: 0.8em;
}

.story-facts span {
  color: #e9ebe7;
  padding: 0.48em 0.76em;
  border-radius: 999px;
  background: rgba(185, 203, 175, 0.14);
  border: 1px solid rgba(185, 203, 175, 0.23);
  font-size: clamp(11px, 0.66vw, 26px);
}

.story-note {
  color: #aeb1ad !important;
  font-size: clamp(10px, 0.61vw, 24px) !important;
}

.imagine-button {
  position: absolute;
  z-index: 8;
  right: clamp(24px, 1.55vw, 60px);
  bottom: clamp(28px, 1.7vw, 66px);
  width: 20%;
  min-height: clamp(58px, 3.7vw, 142px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(12, 15, 13, 0.7);
  backdrop-filter: blur(18px);
  cursor: pointer;
  font-size: clamp(12px, 0.7vw, 28px);
}

.imagine-pulse {
  display: inline-block;
  width: 0.62em;
  height: 0.62em;
  border-radius: 50%;
  margin-right: 0.55em;
  background: var(--sage);
  box-shadow: 0 0 0 0 rgba(185, 203, 175, 0.5);
  animation: pulse 2.2s infinite;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 0.75em rgba(185, 203, 175, 0); }
  100% { box-shadow: 0 0 0 0 rgba(185, 203, 175, 0); }
}

.you-are-here {
  position: absolute;
  z-index: 8;
  left: 62%;
  top: 46%;
  width: clamp(52px, 3vw, 116px);
  height: clamp(52px, 3vw, 116px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-strong);
  color: #152016;
  font-size: clamp(9px, 0.5vw, 20px);
  font-weight: 820;
  letter-spacing: 0.11em;
  opacity: 0;
  transform: scale(0.4) translateY(20px);
  transition: opacity 280ms ease, transform 380ms cubic-bezier(.2, .85, .28, 1.5);
  box-shadow: 0 0 0 0.8em rgba(216, 229, 208, 0.18), 0 16px 44px rgba(0, 0, 0, 0.38);
}

.you-are-here::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  height: clamp(34px, 2vw, 78px);
  background: linear-gradient(var(--sage-strong), transparent);
}

.you-are-here.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.space-rail {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(13, 16, 14, 0.92);
  overflow: hidden;
}

.rail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(14px, 0.9vw, 34px) clamp(16px, 1.05vw, 40px);
  border-bottom: 1px solid var(--line);
  font-size: clamp(13px, 0.76vw, 30px);
}

.rail-heading small {
  color: var(--quiet);
}

.space-list {
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: none;
  padding: clamp(8px, 0.55vw, 20px);
  scroll-snap-type: y proximity;
}

.space-card {
  width: 100%;
  min-height: clamp(76px, 4.6vw, 176px);
  display: grid;
  grid-template-columns: clamp(60px, 4.2vw, 160px) 1fr auto;
  gap: clamp(10px, 0.72vw, 28px);
  align-items: center;
  padding: clamp(8px, 0.5vw, 18px);
  border: 1px solid transparent;
  border-radius: calc(var(--radius) * 0.58);
  background: transparent;
  text-align: left;
  cursor: pointer;
  scroll-snap-align: center;
  transition: background 180ms ease, border-color 180ms ease;
}

.space-card + .space-card {
  margin-top: clamp(5px, 0.32vw, 12px);
}

.space-card.is-active {
  background: rgba(185, 203, 175, 0.1);
  border-color: rgba(185, 203, 175, 0.28);
}

.space-thumb {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: clamp(8px, 0.55vw, 20px);
  filter: saturate(0.92);
}

.space-card strong,
.space-card small {
  display: block;
}

.space-card strong {
  font-size: clamp(12px, 0.72vw, 28px);
  font-weight: 610;
  line-height: 1.08;
}

.space-card small {
  margin-top: 0.35em;
  color: var(--quiet);
  font-size: clamp(9px, 0.52vw, 20px);
  line-height: 1.12;
}

.space-card .rail-arrow {
  color: #6e746f;
  font-size: clamp(20px, 1.2vw, 46px);
}

.control-deck {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr) minmax(360px, 1.25fr);
  align-items: center;
  gap: clamp(18px, 1.8vw, 70px);
  padding: 1.5vh clamp(28px, 3vw, 116px);
  background: #0b0d0c;
  border-top: 1px solid var(--line);
}

.control-group {
  min-width: 0;
}

.control-label {
  display: block;
  margin-bottom: 0.65em;
  color: var(--quiet);
  font-size: clamp(10px, 0.61vw, 24px);
  letter-spacing: 0.055em;
}

.segmented {
  display: flex;
  gap: clamp(6px, 0.44vw, 17px);
  overflow-x: auto;
  scrollbar-width: none;
}

.segmented button {
  min-height: clamp(48px, 2.9vw, 108px);
  padding: 0 clamp(14px, 0.96vw, 36px);
  font-size: clamp(12px, 0.72vw, 28px);
}

.deck-actions {
  height: 100%;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: clamp(12px, 0.8vw, 30px);
}

.cafe-toggle,
.primary-action {
  min-height: clamp(74px, 5vw, 188px);
  border-radius: calc(var(--radius) * 0.72);
  cursor: pointer;
}

.cafe-toggle {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(10px, 0.7vw, 26px);
  align-items: center;
  text-align: left;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.045);
  padding: 0 clamp(14px, 1vw, 38px);
}

.cafe-toggle b,
.cafe-toggle small {
  display: block;
}

.cafe-toggle b {
  font-size: clamp(12px, 0.76vw, 30px);
}

.cafe-toggle small {
  margin-top: 0.28em;
  color: var(--quiet);
  font-size: clamp(9px, 0.52vw, 20px);
}

.cup-icon {
  font-size: clamp(22px, 1.3vw, 50px);
  filter: grayscale(1);
}

.toggle-dot {
  width: clamp(36px, 2.1vw, 80px);
  height: clamp(22px, 1.25vw, 48px);
  border-radius: 999px;
  background: #2b2f2c;
  position: relative;
  transition: background 180ms ease;
}

.toggle-dot::after {
  content: "";
  position: absolute;
  top: 12%;
  left: 8%;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #858985;
  transition: transform 180ms ease, background 180ms ease;
}

.cafe-toggle[aria-pressed="true"] {
  border-color: rgba(217, 185, 120, 0.5);
  background: rgba(217, 185, 120, 0.1);
}

.cafe-toggle[aria-pressed="true"] .toggle-dot {
  background: rgba(217, 185, 120, 0.38);
}

.cafe-toggle[aria-pressed="true"] .toggle-dot::after {
  transform: translateX(100%);
  background: #f2d9a5;
}

.primary-action {
  border: 0;
  background: var(--ink);
  color: #111512;
  font-weight: 680;
  font-size: clamp(14px, 0.92vw, 35px);
  padding: 0 clamp(18px, 1.2vw, 46px);
}

.primary-action span {
  margin-left: 0.4em;
}

.drawer-scrim {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(6px);
}

.build-drawer {
  position: fixed;
  z-index: 70;
  inset: 0 0 0 auto;
  width: min(38vw, 1460px);
  min-width: 560px;
  padding: clamp(36px, 2.5vw, 96px);
  overflow-y: auto;
  background: #f1f1eb;
  color: #171b18;
  transform: translateX(102%);
  transition: transform 480ms cubic-bezier(.2, .75, .2, 1);
  box-shadow: -30px 0 90px rgba(0, 0, 0, 0.32);
}

.build-drawer.is-open {
  transform: translateX(0);
}

.drawer-close {
  position: absolute;
  right: clamp(24px, 1.5vw, 58px);
  top: clamp(24px, 1.5vw, 58px);
  width: clamp(48px, 3vw, 112px);
  height: clamp(48px, 3vw, 112px);
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  color: #161a17;
  font-size: clamp(24px, 1.5vw, 58px);
  cursor: pointer;
}

.build-drawer .eyebrow {
  color: #526b50;
}

.build-drawer h2 {
  max-width: 12em;
  margin: 0.2em 0 0.8em;
  font-size: clamp(36px, 2.45vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 610;
}

.drawer-scene {
  width: 100%;
  aspect-ratio: 16 / 7;
  border-radius: calc(var(--radius) * 0.8);
  background-size: cover;
  background-position: center;
  margin-bottom: clamp(18px, 1.2vw, 44px);
}

.summary-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: calc(var(--radius) * 0.68);
  overflow: hidden;
}

.summary-card > div {
  min-height: clamp(96px, 6vw, 228px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(14px, 1vw, 38px);
}

.summary-card > div + div {
  border-left: 1px solid rgba(0, 0, 0, 0.13);
}

.summary-card span,
.handoff span {
  color: #737a74;
  font-size: clamp(10px, 0.6vw, 24px);
}

.summary-card strong {
  margin-top: 0.4em;
  font-size: clamp(13px, 0.78vw, 30px);
  line-height: 1.12;
}

.catering-story {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(16px, 1.1vw, 42px);
  padding: clamp(18px, 1.3vw, 50px) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.catering-icon {
  display: grid;
  place-items: center;
  width: clamp(54px, 3.2vw, 122px);
  height: clamp(54px, 3.2vw, 122px);
  border-radius: 50%;
  background: #1b241c;
  color: #eff0eb;
  font-size: clamp(12px, 0.75vw, 29px);
  font-weight: 760;
}

.catering-story strong {
  font-size: clamp(14px, 0.88vw, 34px);
}

.catering-story p {
  margin: 0.45em 0 0;
  color: #646a65;
  font-size: clamp(11px, 0.67vw, 26px);
  line-height: 1.45;
}

.handoff {
  display: grid;
  grid-template-columns: clamp(120px, 8vw, 306px) 1fr;
  gap: clamp(20px, 1.5vw, 58px);
  align-items: center;
  margin-top: clamp(22px, 1.6vw, 62px);
}

.handoff img {
  width: 100%;
  height: auto;
  border-radius: clamp(10px, 0.6vw, 24px);
  background: white;
  padding: 5%;
}

.handoff h3 {
  margin: 0.25em 0;
  font-size: clamp(20px, 1.35vw, 52px);
  line-height: 1.06;
}

.mobile-handoff-copy {
  display: none;
}

.handoff h3 .desktop-handoff-copy,
.handoff h3 .mobile-handoff-copy {
  color: inherit;
  font-size: inherit;
}

.handoff p,
.disclaimer {
  color: #777e78;
  font-size: clamp(10px, 0.62vw, 24px);
}

.book-link {
  min-height: clamp(58px, 3.8vw, 145px);
  margin-top: clamp(20px, 1.4vw, 54px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 1.2vw, 46px);
  border-radius: calc(var(--radius) * 0.66);
  background: #19231a;
  color: #f4f4ef;
  text-decoration: none;
  font-size: clamp(14px, 0.88vw, 34px);
  font-weight: 650;
}

.disclaimer {
  line-height: 1.45;
}

.attract {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 27%, rgba(176, 202, 162, 0.19), transparent 26%),
    linear-gradient(140deg, rgba(7, 10, 8, 0.76), rgba(6, 8, 7, 0.96)),
    image-set(url("../assets/scenes/coworking-full-2k.avif") type("image/avif"), url("../assets/scenes/coworking-full-2k.webp") type("image/webp"));
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 600ms ease, visibility 600ms;
}

.attract.is-visible {
  opacity: 1;
  visibility: visible;
}

.attract-copy {
  position: relative;
  z-index: 3;
  width: min(74vw, 2800px);
  text-align: center;
}

.attract-brand {
  color: var(--sage);
  font-size: clamp(15px, 1.02vw, 39px);
  letter-spacing: 0.14em;
  font-weight: 720;
}

.attract-brand i {
  color: #7b817d;
  font-style: normal;
}

.attract h2 {
  margin: 0.26em 0;
  font-size: clamp(66px, 5.2vw, 200px);
  line-height: 0.91;
  letter-spacing: -0.068em;
  font-weight: 560;
}

.attract p {
  max-width: 36em;
  margin: 1em auto 1.4em;
  color: #d0d4cf;
  font-size: clamp(18px, 1.15vw, 44px);
  line-height: 1.44;
}

.attract button {
  min-height: clamp(70px, 4.3vw, 164px);
  padding: 0 clamp(28px, 2vw, 76px);
  border: 0;
  border-radius: 999px;
  background: #f1f3ed;
  color: #151a16;
  font-size: clamp(17px, 1.05vw, 40px);
  font-weight: 680;
  cursor: pointer;
}

.attract-orbit {
  position: absolute;
  border: 1px solid rgba(216, 229, 208, 0.16);
  border-radius: 50%;
  animation: orbit 16s linear infinite;
}

.orbit-one {
  width: 68vw;
  height: 68vw;
}

.orbit-two {
  width: 46vw;
  height: 46vw;
  animation-direction: reverse;
  animation-duration: 12s;
}

.attract-orbit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.45vw;
  width: 0.9vw;
  height: 0.9vw;
  border-radius: 50%;
  background: var(--sage-strong);
  box-shadow: 0 0 3vw rgba(216, 229, 208, 0.72);
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

[hidden] {
  display: none !important;
}

@media (max-aspect-ratio: 3 / 2) {
  .kiosk {
    grid-template-rows: 7.5vh 13vh 60.5vh 19vh;
  }

  .experience {
    grid-template-columns: 1fr clamp(205px, 18vw, 360px);
  }

  .topbar-meta .quality {
    display: none;
  }

  .control-deck {
    grid-template-columns: 1fr 0.9fr 1.25fr;
  }

  .cafe-toggle small {
    display: none;
  }
}

@media (max-width: 780px) {
  :root {
    --radius: 20px;
  }

  html,
  body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    user-select: auto;
  }

  .kiosk {
    width: 100%;
    height: auto;
    min-height: 100svh;
    min-width: 0;
    display: block;
    overflow: visible;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .topbar {
    position: sticky;
    top: 0;
    min-height: 58px;
    padding: 0 14px;
    z-index: 40;
  }

  .brand {
    gap: 7px;
    font-size: 14px;
  }

  .brand-mark {
    width: 25px;
    height: 25px;
  }

  .brand i,
  .brand .cafe,
  .topbar-meta .location,
  .topbar-meta .quality,
  .topbar-meta .reset {
    display: none;
  }

  .topbar-meta {
    min-width: 0;
    gap: 0;
    font-size: 10px;
  }

  .referral {
    max-width: 46vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 30px;
    padding: 0 10px;
  }

  .intent-bar {
    display: block;
    padding: 21px 14px 17px;
  }

  .intent-bar .eyebrow {
    font-size: 9px;
    margin-bottom: 7px;
  }

  .intent-bar h1 {
    max-width: 12em;
    font-size: 29px;
    line-height: 0.98;
  }

  .intent-list {
    margin-top: 16px;
    margin-right: -14px;
    padding-right: 14px;
    gap: 8px;
    scroll-snap-type: x proximity;
  }

  .intent-chip {
    min-height: 43px;
    padding: 0 15px;
    font-size: 13px;
    scroll-snap-align: start;
  }

  .experience {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 14px 12px;
  }

  .stage {
    width: 100%;
    height: 68svh;
    min-height: 520px;
    max-height: 680px;
    border-radius: 22px;
  }

  .stage-picture {
    inset: -0.7%;
  }

  .stage-picture.is-active {
    transform: scale(1.025) translate3d(var(--drift-x, 0), var(--drift-y, 0), 0);
  }

  .stage-vignette {
    background:
      linear-gradient(90deg, rgba(4, 7, 5, 0.12), transparent 45%, rgba(4, 7, 5, 0.08)),
      linear-gradient(0deg, rgba(5, 8, 6, 0.91), transparent 62%);
  }

  .scene-labels {
    inset: 12px 12px auto;
  }

  .scene-mode,
  .scene-counter {
    padding: 8px 11px;
    font-size: 9px;
  }

  .stage-arrow {
    top: 47%;
    width: 42px;
    height: 68px;
    font-size: 34px;
    opacity: 0.68;
  }

  .stage-arrow-left { left: 8px; }
  .stage-arrow-right { right: 8px; }

  .story-card,
  .stage.is-feature .story-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-height: 43%;
    overflow-y: auto;
    padding: 15px 16px 14px;
    border-radius: 17px;
    backdrop-filter: blur(18px) saturate(1.08);
  }

  .story-kicker {
    font-size: 8px;
    margin-bottom: 5px;
  }

  .story-card h2,
  .stage.is-feature .story-card h2 {
    font-size: 24px;
    line-height: 1.02;
  }

  .story-card > p {
    margin-top: 7px;
    font-size: 12.5px;
    line-height: 1.35;
  }

  .story-facts {
    gap: 5px;
    margin-top: 9px;
  }

  .story-facts span {
    padding: 6px 8px;
    font-size: 9.5px;
  }

  .story-note {
    font-size: 9.5px !important;
  }

  .imagine-button {
    top: 57px;
    right: 12px;
    bottom: auto;
    width: auto;
    min-height: 38px;
    padding: 0 12px;
    font-size: 10px;
  }

  .you-are-here {
    width: 48px;
    height: 48px;
    font-size: 8px;
  }

  .tech-overlay {
    z-index: 5;
  }

  .tech-points {
    top: 58px;
    left: 12px;
    right: 12px;
    width: auto;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    pointer-events: auto;
    scrollbar-width: none;
  }

  .tech-points::-webkit-scrollbar {
    display: none;
  }

  .tech-point {
    flex: 0 0 calc(100% - 30px);
    min-height: 72px;
    padding: 10px 12px;
    gap: 10px;
    border-radius: 14px;
    scroll-snap-align: start;
    backdrop-filter: blur(18px);
  }

  .tech-point small {
    width: 30px;
    height: 30px;
    font-size: 8px;
  }

  .tech-point strong {
    font-size: 13px;
  }

  .tech-point em {
    font-size: 10px;
  }

  .tech-effect {
    width: 116px;
  }

  .tech-effect[data-effect="audio"] {
    width: 220px;
  }

  .tech-effect[data-effect="display"] {
    width: 160px;
  }

  .tech-effect[data-effect="light"] {
    width: 180px;
  }

  .space-rail {
    display: block;
    margin-top: 5px;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .rail-heading {
    padding: 13px 2px 8px;
    border: 0;
    font-size: 12px;
  }

  .space-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 4px;
    scroll-snap-type: x mandatory;
  }

  .space-card {
    flex: 0 0 78%;
    min-height: 80px;
    grid-template-columns: 76px 1fr auto;
    gap: 10px;
    padding: 7px;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.025);
    scroll-snap-align: center;
  }

  .space-card + .space-card {
    margin-top: 0;
  }

  .space-card strong {
    font-size: 12px;
  }

  .space-card small {
    font-size: 9px;
  }

  .space-thumb {
    border-radius: 10px;
  }

  .control-deck {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 16px 14px calc(16px + env(safe-area-inset-bottom));
  }

  .control-label {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .segmented {
    gap: 7px;
  }

  .segmented button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 12px;
  }

  .deck-actions {
    height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .cafe-toggle,
  .primary-action {
    min-height: 58px;
    border-radius: 15px;
  }

  .cafe-toggle {
    grid-template-columns: auto 1fr auto;
    gap: 7px;
    padding: 0 10px;
  }

  .cafe-toggle b {
    font-size: 11px;
  }

  .cafe-toggle small {
    display: none;
  }

  .cup-icon {
    font-size: 17px;
  }

  .toggle-dot {
    width: 32px;
    height: 20px;
  }

  .primary-action {
    padding: 0 12px;
    font-size: 13px;
  }

  .build-drawer {
    inset: auto 0 0;
    width: 100%;
    min-width: 0;
    max-height: 92svh;
    padding: 26px 18px calc(24px + env(safe-area-inset-bottom));
    border-radius: 24px 24px 0 0;
    transform: translateY(102%);
    transition: transform 420ms cubic-bezier(.2, .75, .2, 1);
    box-shadow: 0 -24px 80px rgba(0, 0, 0, 0.34);
  }

  .drawer-close {
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .build-drawer h2 {
    max-width: 9em;
    margin: 5px 0 16px;
    font-size: 34px;
  }

  .drawer-scene {
    aspect-ratio: 16 / 9;
    margin-bottom: 14px;
  }

  .summary-card {
    grid-template-columns: 1fr;
  }

  .summary-card > div {
    min-height: 68px;
    padding: 12px 14px;
  }

  .summary-card > div + div {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
  }

  .summary-card span,
  .handoff span {
    font-size: 10px;
  }

  .summary-card strong {
    font-size: 13px;
  }

  .catering-story {
    gap: 12px;
    padding: 18px 0;
  }

  .catering-icon {
    width: 48px;
    height: 48px;
    font-size: 11px;
  }

  .catering-story strong {
    font-size: 14px;
  }

  .catering-story p {
    font-size: 11px;
  }

  .handoff {
    display: block;
    margin-top: 20px;
  }

  .handoff img {
    display: none;
  }

  .handoff h3 {
    font-size: 21px;
  }

  .desktop-handoff-copy {
    display: none;
  }

  .mobile-handoff-copy {
    display: inline;
  }

  .book-link {
    min-height: 58px;
    margin-top: 16px;
    padding: 0 16px;
    font-size: 13px;
  }

  .attract-copy {
    width: 88vw;
  }

  .attract h2 {
    font-size: 48px;
  }
}

@media (max-width: 420px) and (max-height: 720px) {
  .stage {
    height: 72svh;
    min-height: 480px;
  }

  .story-card,
  .stage.is-feature .story-card {
    max-height: 46%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
