@font-face {
  font-family: Fraunces;
  src: url('/assets/fraunces.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Readex;
  src: url('/assets/readex.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --forest: #293628;
  --deep: #1b281f;
  --cream: #f4efd9;
  --paper: #f4efd9;
  --amber: #edbd72;
  --ink: #293628;
  --muted: #c5cbb7;
  --line: #f4efd92b;
  --serif: Fraunces, Georgia, serif;
  --sans: Readex, Arial, sans-serif;
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
  background: var(--deep);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 350;
  font-size: 16px;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
h1,
h2,
h3,
p,
blockquote {
  margin: 0;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary {
  cursor: pointer;
}
button {
  color: inherit;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
img {
  display: block;
  max-width: 100%;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 6px;
}
.paper :focus-visible {
  outline-color: #8c581f;
}
::selection {
  color: var(--deep);
  background: var(--amber);
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.paper {
  background: var(--paper);
  color: var(--ink);
  color-scheme: light;
  --muted: #65705b;
  --line: #29362830;
  --amber: #81551e;
}
.chapter,
.eyebrow {
  font-size: 0.62rem;
  line-height: 1.7;
  font-weight: 450;
  letter-spacing: 0.16em;
}
.chapter {
  display: block;
}
.eyebrow {
  color: var(--muted);
}
h1,
h2,
h3,
blockquote {
  font-family: var(--serif);
  font-weight: 450;
}
h1,
h2 {
  letter-spacing: -0.058em;
}
h2 {
  font-size: clamp(3.7rem, 5.65vw, 5.75rem);
  line-height: 1.06;
}
em {
  font-weight: 400;
  font-style: italic;
  color: var(--amber);
}
.paper em {
  color: #7c825b;
}
p {
  line-height: 1.85;
}
.sr-only,
.honey {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 18px;
  background: var(--cream);
  color: var(--deep);
  padding: 12px 20px;
  transform: translateY(-170%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 27px 4%;
  color: var(--cream);
}
.wordmark {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 3.6rem;
  letter-spacing: -0.085em;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 20px;
}
.wordmark span {
  font-family: var(--sans);
  font-size: 0.94rem;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--amber);
  border-left: 1px solid #f4efd939;
  padding-left: 19px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.72rem;
  margin-left: auto;
  margin-right: 38px;
}
.site-header nav a {
  padding-block: 14px;
  position: relative;
}
.site-header nav a::after {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 100%;
  height: 1px;
  content: '';
  background: var(--cream);
  transition: right 0.25s;
}
.site-header nav a:hover::after {
  right: 0;
}
.header-cta {
  background: var(--cream);
  border-radius: 100px;
  padding: 14px 20px;
  font-size: 0.72rem;
  color: var(--deep);
  font-weight: 450;
  display: flex;
  gap: 32px;
  align-items: center;
  min-height: 48px;
}
.header-cta span {
  font-size: 1.1rem;
}
.hero {
  isolation: isolate;
  position: relative;
  min-height: max(870px, 100svh);
  overflow: hidden;
  background: var(--deep);
  display: flex;
  align-items: center;
}
.hero-art,
.hero-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}
.hero-art {
  will-change: transform;
  transform: translate3d(var(--scene-x, 0px), var(--scene-y, 0px), 0)
    scale(1.025);
}
.hero-art picture,
.hero-art img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-art img {
  object-fit: cover;
  object-position: 65% 50%;
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, #15241968, transparent 63%),
    linear-gradient(
      0deg,
      #14251dbb,
      transparent 25%,
      transparent 83%,
      #15251c55
    );
}
.hero-content {
  position: relative;
  padding-top: 65px;
  padding-bottom: 115px;
}
.hero h1 {
  font-size: clamp(5.6rem, 7.45vw, 8rem);
  line-height: 0.99;
  max-width: 900px;
  margin-top: 34px;
  font-weight: 450;
}
.hero h1 span,
.hero h1 em {
  display: block;
}
.hero h1 em {
  font-size: 1.015em;
  color: #edbd72;
  font-weight: 400;
}
.hero-description {
  max-width: 365px;
  font-size: 0.79rem;
  line-height: 1.85;
  margin-top: 28px;
  color: #dddcc5;
}
.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 31px;
}
.button {
  min-height: 58px;
  padding: 18px 25px;
  border-radius: 100px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
  font-size: 0.8rem;
  font-weight: 450;
  line-height: 1.5;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button-gold {
  background: #edbd72;
  color: #243124;
}
.button:hover {
  background: #f3cd92;
  transform: translateY(-2px);
}
.button span[aria-hidden] {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}
.hero-eligibility {
  font-size: 0.6rem;
  line-height: 1.8;
  color: var(--muted);
}
.hero-listening {
  position: absolute;
  right: 6%;
  bottom: 123px;
  width: 335px;
  padding: 12px 19px 10px;
  border: 1px solid #f4efd92b;
  background: #17261dcc;
  backdrop-filter: blur(14px);
  border-radius: 6px;
}
.hero-listening > p {
  font-size: 0.56rem;
  margin: 1px 0 0 50px;
  color: var(--muted);
}
.hero-listening .voice-transcript {
  margin-left: 50px;
  margin-top: 0;
}
.hero-listening .voice-transcript summary {
  font-size: 0.57rem;
  min-height: 30px;
}
.hero-bottom {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.57rem;
  letter-spacing: 0.08em;
}
.scroll-cue {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}
.scroll-cue > span {
  height: 39px;
  width: 27px;
  border: 1px solid #f4efd959;
  border-radius: 50px;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  letter-spacing: 0;
}
.hero-location {
  font-size: 0.54rem;
  letter-spacing: 0.16em;
  color: var(--muted);
}
.meet-section {
  position: relative;
  padding: 136px 0 125px;
}
.meet-grid {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 65px;
}
.meet-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.meet-aside > .chapter {
  margin-top: 12px;
}
.meet-copy h2 {
  font-size: clamp(4rem, 6.65vw, 6.25rem);
}
.meet-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 43px;
  margin-top: 42px;
  max-width: 740px;
}
.meet-detail p {
  font-size: 0.78rem;
  line-height: 1.95;
  color: #59634e;
}
.meet-listening {
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  max-width: 740px;
}
.taste-section {
  padding-top: 105px;
  background: #293628;
  overflow: hidden;
  position: relative;
}
.taste-intro {
  display: grid;
  grid-template-columns: 1fr 2.2fr 1fr;
  gap: 35px;
  align-items: start;
}
.taste-intro > .chapter {
  margin-top: 11px;
}
.taste-intro h2 {
  font-size: clamp(3.5rem, 5.2vw, 5.2rem);
}
.taste-intro > p {
  font-size: 0.68rem;
  color: var(--muted);
  margin-top: 23px;
  line-height: 1.9;
}
.table-stage {
  min-height: 650px;
  position: relative;
  margin-top: 50px;
  isolation: isolate;
}
.table-host {
  position: absolute;
  left: 0;
  top: 25px;
  width: 450px;
  height: 470px;
  z-index: 1;
}
.table-host > img {
  width: 440px;
  height: 440px;
  object-fit: contain;
  position: relative;
  filter: drop-shadow(0 20px 35px #15211677);
}
.host-halo {
  position: absolute;
  inset: 0 -30px -40px;
  opacity: 0.7;
  background: radial-gradient(ellipse, #b3a46622, transparent 65%);
}
.table-conversation {
  position: relative;
  z-index: 4;
  margin-left: 54%;
  padding-top: 65px;
  max-width: 600px;
}
.table-label {
  font-size: 0.54rem;
  color: var(--muted);
  margin-bottom: 29px;
}
.phrase-arabic {
  font-size: clamp(2.35rem, 3.35vw, 3.5rem);
  line-height: 1.7;
  color: var(--cream);
  font-weight: 400;
  text-align: left;
  unicode-bidi: plaintext;
}
.phrase-latin {
  color: var(--amber);
  font-family: var(--serif);
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 1px;
  line-height: 1.5;
}
.phrase-meaning {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 8px;
}
.drink-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}
.drink-choices button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  min-height: 51px;
  border: 1px solid #f4efd957;
  border-radius: 100px;
  padding: 12px 19px;
  background: transparent;
  color: var(--cream);
  font-size: 0.71rem;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
}
.drink-choices button:hover,
.drink-choices button[aria-pressed='true'] {
  background: var(--cream);
  color: var(--forest);
  border-color: var(--cream);
}
.drink-choices button span {
  font-size: 1.25rem;
}
.choice-feedback {
  font-size: 0.62rem;
  color: var(--muted);
  margin-top: 19px;
}
.table-surface {
  position: absolute;
  left: -100vw;
  right: -100vw;
  bottom: 0;
  height: 115px;
  background: #202d22;
  border-top: 1px solid #c3b16d59;
  z-index: 2;
}
.table-rim {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 18px;
  background: linear-gradient(#665b3755, #81714033);
  border-top: 1px solid #c7a85b33;
}
.table-object {
  position: absolute;
  width: 260px;
  height: 260px;
  left: calc(50% - 200px);
  bottom: 25px;
}
.table-object > img {
  width: 260px;
  height: 260px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 16px 11px #0c1b1280);
  transition: transform 0.4s;
}
.table-line {
  position: absolute;
  bottom: 34px;
  left: calc(50% - 700px);
  width: 520px;
  height: 1px;
  background: #e6cc8926;
}
.steam {
  position: absolute;
  left: 47%;
  top: 29px;
  width: 60px;
  height: 65px;
  z-index: 3;
}
.steam i {
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  width: 20px;
  border-left: 1px solid #f4efd94d;
  border-radius: 50%;
  opacity: 0;
}
.steam i:nth-child(2) {
  left: 15px;
}
.steam i:nth-child(3) {
  left: 30px;
}
.example-provenance {
  padding-top: 23px;
  padding-bottom: 28px;
  font-size: 0.54rem;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.025em;
}
.values-section {
  padding: 135px 0;
}
.values-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.values-heading h2 {
  margin-top: 31px;
  font-size: clamp(3.7rem, 5vw, 5rem);
}
.gentle-moment {
  max-width: 370px;
  margin-top: 75px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.gentle-moment blockquote {
  font-size: 1.55rem;
  font-style: italic;
  color: #79805c;
  line-height: 1.4;
  margin-bottom: 15px;
}
.values-list {
  padding-top: 0;
}
.value {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 30px 0 36px;
}
.value:last-child {
  border-bottom: 1px solid var(--line);
}
.value-number {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  padding-top: 8px;
  color: #81866b;
}
.value h3 {
  font-size: 2.65rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.value p {
  font-size: 0.72rem;
  max-width: 305px;
  line-height: 1.9;
  color: #616951;
  margin-top: 18px;
}
.evening {
  min-height: 790px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #233127;
  display: flex;
  align-items: center;
}
.evening-art {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 58%;
  z-index: -2;
}
.evening-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transform: scale(1.02);
}
.evening::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 26%,
    #233127b5 54%,
    #233127 67%
  );
  z-index: -1;
}
.evening-copy {
  padding-left: 50%;
  padding-block: 80px;
}
.evening-copy h2 {
  font-size: clamp(3.4rem, 4.9vw, 5rem);
  margin-top: 37px;
}
.evening-copy p {
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 35px;
}
.signup-section {
  padding: 120px 0 110px;
}
.signup-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.signup-intro h2 {
  font-size: clamp(4rem, 6.5vw, 6.5rem);
  margin-top: 28px;
}
.signup-intro > p {
  font-size: 0.83rem;
  max-width: 335px;
  margin-top: 29px;
  color: #5f684f;
}
.invitation-signature {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 43px;
}
.signature {
  font: italic 3.5rem var(--serif);
  letter-spacing: -0.1em;
  color: #76805a;
}
.invitation-signature > span:last-child {
  font-size: 0.59rem;
  line-height: 1.85;
  color: #697353;
  border-left: 1px solid var(--line);
  padding-left: 25px;
}
.signup-panel {
  position: relative;
  background: #ebe6cf;
  border: 1px solid #29362837;
  padding: 70px 43px 36px;
  min-width: 0;
  box-shadow:
    8px 8px 0 -1px #f4efd9,
    8px 8px 0 0 #29362826;
}
.invitation-mark {
  position: absolute;
  right: 28px;
  top: 20px;
  border: 1px solid #66724c6b;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  color: #73815b;
  font-size: 0.84rem;
  transform: rotate(12deg);
}
.email-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 450;
  margin-bottom: 11px;
}
input[type='email'] {
  display: block;
  width: 100%;
  height: 59px;
  color: var(--forest);
  border: 0;
  border-bottom: 1px solid #29362880;
  background: transparent;
  padding: 13px 0;
  border-radius: 0;
  font-size: 1.12rem;
  min-width: 0;
}
input[type='email']::placeholder {
  color: #73795d;
}
input[aria-invalid='true'] {
  border-color: #a24025;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 25px;
  cursor: pointer;
  font-size: 0.63rem;
  line-height: 1.85;
  min-height: 44px;
}
.consent input {
  width: 18px;
  height: 18px;
  accent-color: #293628;
  flex-shrink: 0;
  margin: 2px 0 0;
}
.signup-panel .button {
  background: #293628;
  color: var(--cream);
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 0.77rem;
}
.signup-panel .button:hover {
  background: #3a4933;
}
.form-note {
  font-size: 0.58rem;
  line-height: 1.85;
  color: #697156;
  margin-top: 16px;
}
.form-error {
  font-size: 0.7rem;
  line-height: 1.7;
  color: #9b3827;
  margin-top: 15px;
}
.email-details {
  border-top: 1px solid var(--line);
  margin-top: 27px;
  padding-top: 6px;
}
.email-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  font-size: 0.65rem;
}
.email-details summary::-webkit-details-marker {
  display: none;
}
.email-details p {
  font-size: 0.65rem;
  line-height: 1.9;
  color: #687252;
}
.signup-success h3 {
  font-size: 2.8rem;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}
.signup-success > p {
  font-size: 0.8rem;
  color: #596447;
  line-height: 1.9;
}
.success-flower {
  font-size: 2.5rem;
  color: #828762;
  margin-bottom: 20px;
}
.text-button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  font-size: 0.76rem;
  min-height: 44px;
  margin-top: 20px;
  padding: 10px 0;
}
.site-footer {
  background: #293628;
  padding-top: 62px;
  padding-bottom: 25px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  padding-bottom: 42px;
}
.footer-wordmark {
  font: 450 clamp(7rem, 13vw, 13rem)/0.8 var(--serif);
  letter-spacing: -0.095em;
  display: flex;
  align-items: flex-end;
  gap: 26px;
}
.footer-wordmark > span {
  font: 400 1.15rem var(--sans);
  letter-spacing: 0;
  color: #edbd72;
  margin-bottom: 10px;
}
.footer-top > p {
  font-size: 0.7rem;
  line-height: 1.9;
  color: var(--muted);
  text-align: right;
}
.footer-bottom {
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.49rem;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.audio-disclosure {
  font-size: 0.53rem;
  letter-spacing: 0;
}
.motion-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  padding: 10px 0;
  min-height: 44px;
  font-size: 0.58rem;
  color: var(--cream);
}
.listen-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 7px 0;
  min-height: 48px;
  background: none;
  border: 0;
  color: #edbd72;
  font-size: 0.71rem;
  text-align: left;
  line-height: 1.6;
}
.listen-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border: 1px solid #edbd7280;
  border-radius: 50%;
  font-size: 0.67rem;
  padding-left: 2px;
  transition:
    background 0.2s,
    color 0.2s;
}
.listen-button:hover .listen-icon,
.listen-button[aria-pressed='true'] .listen-icon {
  background: #edbd72;
  color: #293628;
}
.paper .listen-button {
  color: #546341;
}
.paper .listen-icon {
  border-color: #76815b99;
}
.paper .listen-button:hover .listen-icon,
.paper .listen-button[aria-pressed='true'] .listen-icon {
  background: #293628;
  color: var(--cream);
}
.mini-wave {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 22px;
  min-width: 20px;
  color: currentColor;
}
.mini-wave i {
  display: block;
  width: 2px;
  border-radius: 2px;
  height: 5px;
  background: currentColor;
}
.mini-wave i:nth-child(2) {
  height: 13px;
}
.mini-wave i:nth-child(3) {
  height: 19px;
}
.mini-wave i:nth-child(4) {
  height: 9px;
}
.voice-transcript {
  font-size: 0.7rem;
  line-height: 1.85;
  color: var(--muted);
  max-width: 520px;
  margin-top: 2px;
}
.voice-transcript summary {
  cursor: pointer;
  min-height: 36px;
  display: flex;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #9ca386;
  font-size: 0.61rem;
  gap: 8px;
}
.voice-transcript summary::after {
  content: '+';
}
.voice-transcript[open] summary::after {
  content: '−';
}
.voice-transcript summary::-webkit-details-marker {
  display: none;
}
.voice-transcript p {
  margin-top: 8px;
}
.voice-transcript [lang='ar'] {
  display: inline-block;
  font-size: 0.95rem;
  color: inherit;
  margin-left: 5px;
}
.transcript-reading {
  font-size: 0.69rem;
  color: inherit;
}
.visit-bar {
  position: fixed;
  z-index: 40;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: 24px;
  right: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}
.visit-bar > * {
  pointer-events: auto;
}
.floating-waitlist {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 28px;
  border-radius: 100px;
  background: var(--amber);
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 6px 30px #08180e38;
  margin-left: auto;
}
.floating-waitlist:hover {
  background: var(--cream);
}
.sound-dock {
  display: flex;
  align-items: center;
  background: #1e2b22f5;
  backdrop-filter: blur(18px);
  border: 1px solid #b4a06c70;
  border-radius: 100px;
  padding: 5px;
  box-shadow: 0 6px 30px #08180e38;
  color: var(--cream);
}
.sound-dock button,
.sound-settings summary {
  background: transparent;
  border: 0;
  color: inherit;
  min-height: 44px;
  cursor: pointer;
}
.sound-dock #sound-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 0.72rem;
  border-radius: 100px;
  padding: 8px 13px;
  line-height: 1.4;
}
.sound-settings {
  position: relative;
}
.sound-settings summary {
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  list-style: none;
}
.sound-settings summary::-webkit-details-marker {
  display: none;
}
.sound-settings[open] summary {
  background: #f4efd912;
}
.sound-panel {
  position: absolute;
  bottom: calc(100% + 18px);
  left: -130px;
  width: 300px;
  max-width: calc(100vw - 32px);
  padding: 18px;
  border: 1px solid #b4a06c70;
  border-radius: 14px;
  background: #1e2b22;
  box-shadow: 0 6px 30px #08180e55;
}
#sound-status {
  font-size: 0.75rem;
  line-height: 1.5;
}
.sound-mixer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  border-top: 1px solid #f4efd92b;
  padding-top: 8px;
  font-size: 0.65rem;
}
.sound-mixer button {
  font-size: 0.65rem;
  padding: 4px 0;
}
.sound-mixer button[aria-pressed='true'] {
  color: var(--amber);
}
.sound-mixer label {
  margin-left: auto;
}
.sound-mixer input {
  width: 85px;
  min-width: 45px;
  height: 44px;
  accent-color: var(--amber);
}
.sound-error {
  color: #ffd0af;
  font-size: 0.7rem;
  line-height: 1.6;
  padding-top: 8px;
}
.sound-dock button:hover,
.sound-settings summary:hover {
  color: var(--amber);
}
body {
  padding-bottom: max(100px, 7rem);
}
#waitlist input,
#waitlist button {
  scroll-margin-bottom: max(130px, 8rem);
}
.table-listening {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #f4efd929;
}
.tea-reading {
  display: flex;
  gap: 14px;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 10px 0;
}
.tea-reading [lang='ar'] {
  font-size: 1rem;
  color: var(--cream);
}
.tea-reading > span:last-child {
  font-size: 0.68rem;
  color: var(--muted);
}
@media (max-width: 760px) {
  .visit-bar {
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    gap: 8px;
  }
  .floating-waitlist {
    min-height: 54px;
    padding: 12px 18px;
    font-size: 0.74rem;
  }
  .sound-dock {
    min-width: 0;
  }
  .sound-dock #sound-toggle {
    padding-inline: 9px;
    font-size: 0.66rem;
    gap: 6px;
  }
  .sound-settings summary {
    width: 36px;
  }
  .sound-panel {
    position: fixed;
    left: 12px;
    right: auto;
    bottom: max(86px, calc(env(safe-area-inset-bottom) + 74px));
  }
  .tea-reading {
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .floating-waitlist {
    padding-inline: 13px;
    font-size: 0.68rem;
  }
  .sound-dock .mini-wave {
    display: none;
  }
}
.js-reveal .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s,
    transform 0.8s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.js-reveal .reveal.is-visible {
  opacity: 1;
  transform: none;
}
[data-motion='playing'] .enter {
  animation: enter 0.9s both cubic-bezier(0.2, 0.65, 0.3, 1);
}
[data-motion='playing'] .hero h1 {
  animation-delay: 0.1s;
}
[data-motion='playing'] .hero-description {
  animation-delay: 0.22s;
}
[data-motion='playing'] .hero-actions {
  animation-delay: 0.32s;
}
[data-motion='playing'][data-background='false']
  .table-stage.is-in-view
  .steam
  i {
  animation: steam 4s infinite ease-out;
}
[data-motion='playing'] .steam i:nth-child(2) {
  animation-delay: -1.5s !important;
}
[data-motion='playing'] .steam i:nth-child(3) {
  animation-delay: -2.6s !important;
}
[data-motion='playing'][data-sound='voice'] .mini-wave i {
  animation: sound-wave 0.8s ease-in-out infinite alternate;
}
[data-motion='playing'][data-sound='voice'] .mini-wave i:nth-child(2) {
  animation-delay: -0.3s;
}
[data-motion='playing'][data-sound='voice'] .mini-wave i:nth-child(3) {
  animation-delay: -0.5s;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes steam {
  0% {
    opacity: 0;
    transform: translateY(0) scaleX(0.7);
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(-70px) scaleX(1.6);
  }
}
@keyframes sound-wave {
  from {
    transform: scaleY(0.45);
  }
  to {
    transform: scaleY(1);
  }
}
[data-motion='paused'] *,
[data-background='true'] * {
  animation-play-state: paused !important;
}
[data-motion='paused'] .enter,
[data-motion='paused'] .reveal {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
[data-motion='paused'] .hero-art {
  transform: scale(1.025) !important;
}
[data-motion='paused'] .table-object > img {
  animation: none !important;
}
[data-motion='paused'] .hero-art,
[data-motion='paused'] .evening-art {
  will-change: auto;
}
@media (min-width: 1600px) {
  .hero-content {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .hero-listening {
    right: calc((100% - 1280px) / 2 + 20px);
  }
  .hero-art img {
    object-position: 70% 50%;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 80px);
  }
  .site-header {
    padding-inline: 40px;
  }
  .hero {
    min-height: 840px;
  }
  .hero h1 {
    font-size: 8.2vw;
  }
  .hero-description {
    max-width: 330px;
    font-size: 0.76rem;
  }
  .hero-art img {
    object-position: 62% 50%;
  }
  .hero-listening {
    right: 40px;
    bottom: 102px;
    width: 305px;
  }
  .hero-content {
    padding-top: 55px;
    padding-bottom: 135px;
  }
  .meet-grid {
    grid-template-columns: 24% 1fr;
    gap: 40px;
  }
  .meet-copy h2 {
    font-size: 7.1vw;
  }
  .meet-detail {
    gap: 25px;
  }
  .taste-intro {
    grid-template-columns: 1fr 2fr;
  }
  .taste-intro > p {
    grid-column: 2;
    margin-top: -8px;
  }
  .table-host {
    width: 370px;
    top: 40px;
  }
  .table-host > img {
    width: 370px;
    height: 420px;
  }
  .table-conversation {
    margin-left: 49%;
    padding-top: 68px;
  }
  .phrase-arabic {
    font-size: 3.3vw;
  }
  .table-object {
    left: calc(50% - 235px);
  }
  .table-stage {
    height: 530px;
    margin-top: 32px;
  }
  .values-layout {
    gap: 55px;
  }
  .values-heading h2 {
    font-size: 5.3vw;
  }
  .signup-layout {
    gap: 50px;
  }
  .signup-panel {
    padding-inline: 30px;
  }
  .evening-copy {
    padding-left: 47%;
  }
  .evening-copy h2 {
    font-size: 5.1vw;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 44px);
  }
  .site-header {
    padding: 23px 22px;
    gap: 15px;
  }
  .wordmark {
    font-size: 2.85rem;
    gap: 12px;
  }
  .wordmark span {
    font-size: 0.78rem;
    padding-left: 12px;
  }
  .site-header nav {
    display: none;
  }
  .header-cta {
    padding: 11px 15px;
    font-size: 0.62rem;
    gap: 20px;
    min-height: 44px;
  }
  .hero {
    min-height: 0;
    display: block;
    padding-bottom: 0;
  }
  .hero-art {
    position: absolute;
    inset: auto 0 0;
    height: 680px;
    transform: none;
    z-index: -2;
    will-change: auto;
  }
  .hero-art img {
    object-position: 50% 63%;
    object-fit: cover;
  }
  .hero-shade {
    background: linear-gradient(
      180deg,
      #1b281f 0,
      #1b281f 38%,
      #1b281fb3 47%,
      transparent 61%,
      transparent 82%,
      #1b281fb5 100%
    );
  }
  .hero-content {
    padding-top: 139px;
    padding-bottom: 0;
  }
  .eyebrow {
    font-size: 0.48rem;
    letter-spacing: 0.14em;
    max-width: 290px;
  }
  .hero h1 {
    font-size: clamp(3.6rem, 12.05vw, 5.7rem);
    line-height: 1.01;
    letter-spacing: -0.06em;
    margin-top: 24px;
    max-width: 100%;
  }
  .hero h1 span:nth-child(2) {
    display: inline;
  }
  .hero h1 em {
    font-size: 0.96em;
    display: block;
  }
  .hero-description {
    font-size: 0.71rem;
    line-height: 1.8;
    max-width: 305px;
    margin-top: 21px;
    color: #d0d6c2;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 17px;
  }
  .button {
    min-height: 54px;
    font-size: 0.72rem;
    padding: 15px 22px;
    gap: 28px;
  }
  .hero-eligibility {
    font-size: 0.5rem;
  }
  .hero-listening {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 44px);
    margin: 375px auto 0;
    padding: 9px 15px 8px;
    background: #17261de8;
    max-width: 400px;
  }
  .hero-listening .listen-button {
    font-size: 0.72rem;
  }
  .hero-listening > p {
    font-size: 0.54rem;
  }
  .hero-bottom {
    position: relative;
    bottom: auto;
    margin-top: 21px;
    padding-bottom: 22px;
    font-size: 0.53rem;
  }
  .hero-location {
    display: none;
  }
  .meet-section {
    padding: 80px 0;
  }
  .meet-grid {
    display: block;
  }
  .meet-aside {
    display: block;
    position: relative;
  }
  .meet-aside > .chapter {
    margin: 0;
  }
  .meet-copy {
    padding-top: 53px;
  }
  .meet-copy h2 {
    font-size: clamp(2.8rem, 10.6vw, 4.6rem);
    line-height: 1.07;
  }
  .desktop-break {
    display: none;
  }
  .meet-detail {
    display: block;
    margin-top: 29px;
    max-width: 480px;
  }
  .meet-detail p {
    font-size: 0.73rem;
    line-height: 1.9;
    margin-top: 15px;
  }
  .meet-listening {
    margin-top: 28px;
    padding-top: 15px;
  }
  .chapter {
    font-size: 0.52rem;
  }
  .taste-section {
    padding-top: 74px;
  }
  .taste-intro {
    display: block;
  }
  .taste-intro h2 {
    font-size: clamp(2.8rem, 10.1vw, 4.8rem);
    margin-top: 25px;
  }
  .taste-intro > p {
    font-size: 0.68rem;
    margin-top: 24px;
    max-width: 290px;
  }
  .table-stage {
    height: auto;
    min-height: 740px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    isolation: isolate;
  }
  .table-host {
    position: relative;
    left: auto;
    top: auto;
    width: 290px;
    height: 280px;
    margin-inline: auto;
    margin-top: 20px;
  }
  .table-host > img {
    width: 290px;
    height: 290px;
  }
  .host-halo {
    inset: 0 -10px;
  }
  .table-surface {
    z-index: 2;
    top: 267px;
    bottom: auto;
    height: 84px;
    left: -22px;
    right: -22px;
    background: #213023;
  }
  .table-object {
    left: calc(50% + 10px);
    bottom: 12px;
    width: 145px;
    height: 145px;
  }
  .table-object > img {
    width: 145px;
    height: 145px;
  }
  .steam {
    left: 40%;
    top: 9px;
    transform: scale(0.7);
  }
  .table-line {
    display: none;
  }
  .table-rim {
    height: 10px;
    top: -10px;
  }
  .table-conversation {
    margin: 69px 0 0;
    padding: 35px 0 0;
    max-width: none;
    text-align: center;
    z-index: 4;
  }
  .table-label {
    font-size: 0.48rem;
    margin-bottom: 19px;
  }
  .phrase-arabic {
    font-size: clamp(1.8rem, 7.7vw, 2.5rem);
    line-height: 1.6;
    text-align: center;
  }
  .phrase-latin {
    font-size: 1.35rem;
    margin-top: 4px;
  }
  .phrase-meaning {
    font-size: 0.72rem;
    margin-top: 7px;
  }
  .drink-choices {
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
  }
  .drink-choices button {
    font-size: 0.65rem;
    min-height: 49px;
    gap: 22px;
    padding-inline: 16px;
  }
  .choice-feedback {
    font-size: 0.57rem;
    margin-top: 20px;
  }
  .example-provenance {
    font-size: 0.49rem;
    line-height: 1.8;
    text-align: center;
    display: block;
    padding-top: 3px;
    padding-bottom: 24px;
  }
  .example-provenance span {
    display: block;
  }
  .values-section {
    padding: 76px 0 83px;
  }
  .values-layout {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
  .values-heading h2 {
    font-size: clamp(2.8rem, 10.5vw, 4.5rem);
    margin-top: 28px;
  }
  .values-heading h2 br:last-child {
    display: none;
  }
  .gentle-moment {
    margin-top: 31px;
    max-width: none;
    padding-top: 21px;
  }
  .gentle-moment blockquote {
    font-size: 1.35rem;
    margin-bottom: 8px;
  }
  .gentle-moment .listen-button {
    font-size: 0.66rem;
  }
  .values-list {
    padding-top: 0;
  }
  .value {
    grid-template-columns: 30px 1fr;
    gap: 20px;
    padding: 28px 0 29px;
  }
  .value h3 {
    font-size: 2.25rem;
  }
  .value p {
    font-size: 0.69rem;
    margin-top: 15px;
    max-width: 280px;
  }
  .value-number {
    font-size: 0.52rem;
  }
  .evening {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 420px;
  }
  .evening-art {
    inset: 0 0 auto;
    width: 100%;
    height: 530px;
  }
  .evening-art img {
    object-position: 50% 31%;
  }
  .evening::after {
    background: linear-gradient(
      180deg,
      transparent 250px,
      #23312733 350px,
      #233127 505px
    );
  }
  .evening-copy {
    padding: 30px 0 75px;
    position: relative;
  }
  .evening-copy h2 {
    font-size: clamp(2.8rem, 10.45vw, 4.5rem);
    margin-top: 28px;
  }
  .evening-copy p {
    font-size: 0.7rem;
    margin-top: 25px;
  }
  .signup-section {
    padding: 77px 0 85px;
  }
  .signup-layout {
    display: block;
  }
  .signup-intro h2 {
    font-size: clamp(3.7rem, 14.2vw, 5.5rem);
    margin-top: 22px;
  }
  .signup-intro > p {
    font-size: 0.76rem;
    max-width: 300px;
    margin-top: 23px;
  }
  .invitation-signature {
    margin-top: 27px;
    gap: 20px;
  }
  .signature {
    font-size: 2.9rem;
  }
  .invitation-signature > span:last-child {
    padding-left: 20px;
    font-size: 0.55rem;
  }
  .signup-panel {
    margin-top: 42px;
    padding: 65px 22px 27px;
    box-shadow:
      5px 5px 0 -1px var(--paper),
      5px 5px 0 0 #29362826;
  }
  .invitation-mark {
    right: 19px;
    top: 15px;
    width: 42px;
    height: 42px;
    font-size: 0.7rem;
  }
  .email-label {
    font-size: 0.7rem;
  }
  input[type='email'] {
    font-size: 1rem;
  }
  .consent {
    font-size: 0.59rem;
    gap: 10px;
    margin-top: 22px;
  }
  .signup-panel .button {
    font-size: 0.69rem;
  }
  .form-note {
    font-size: 0.56rem;
  }
  .email-details p {
    font-size: 0.61rem;
  }
  .form-error {
    font-size: 0.65rem;
  }
  .site-footer {
    padding-top: 47px;
    padding-bottom: 21px;
  }
  .footer-top {
    display: block;
    padding-bottom: 30px;
  }
  .footer-wordmark {
    font-size: 8rem;
    gap: 24px;
  }
  .footer-wordmark span {
    font-size: 1rem;
  }
  .footer-top > p {
    text-align: left;
    font-size: 0.62rem;
    margin-top: 29px;
  }
  .footer-bottom {
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 14px;
  }
  .audio-disclosure {
    flex: 1 0 100%;
    font-size: 0.5rem;
  }
  .footer-bottom > span {
    font-size: 0.45rem;
    margin-left: auto;
  }
  .motion-toggle {
    font-size: 0.55rem;
  }
  .listen-button {
    font-size: 0.7rem;
  }
  .voice-transcript {
    font-size: 0.68rem;
  }
  .voice-transcript summary {
    font-size: 0.59rem;
  }
  .js-reveal .reveal {
    transform: translateY(16px);
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .site-header {
    padding-inline: 18px;
  }
  .wordmark {
    font-size: 2.6rem;
  }
  .wordmark span {
    display: none;
  }
  .header-cta {
    gap: 14px;
    font-size: 0.59rem;
  }
  .hero-content {
    padding-top: 133px;
  }
  .hero h1 {
    font-size: 12.05vw;
  }
  .hero-description {
    font-size: 0.67rem;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-eligibility {
    font-size: 0.45rem;
  }
  .hero-listening {
    width: calc(100% - 36px);
    margin-top: 335px;
    padding-inline: 12px;
  }
  .hero-listening .listen-button {
    font-size: 0.66rem;
  }
  .hero-art {
    height: 630px;
  }
  .hero-shade {
    background: linear-gradient(
      180deg,
      #1b281f 0,
      #1b281f 37%,
      #1b281fb3 48%,
      transparent 63%,
      transparent 82%,
      #1b281fb5 100%
    );
  }
  .table-surface {
    left: -18px;
    right: -18px;
  }
  .table-host {
    width: 260px;
    height: 280px;
  }
  .table-host > img {
    width: 270px;
    height: 280px;
  }
  .table-object {
    left: calc(50% + 3px);
    width: 140px;
  }
  .drink-choices button {
    gap: 14px;
    padding-inline: 13px;
    font-size: 0.61rem;
  }
  .table-conversation {
    padding-top: 30px;
  }
  .signup-panel {
    padding-inline: 18px;
  }
  .value h3 {
    font-size: 2.1rem;
  }
  .listen-button .mini-wave {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .enter,
  .reveal,
  .js-reveal .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .hero-art {
    transform: none !important;
    will-change: auto;
  }
}
@media (forced-colors: active) {
  .hero-art,
  .hero-shade,
  .evening-art,
  .evening::after,
  .table-surface,
  .host-halo {
    display: none;
  }
  .hero,
  .paper,
  .taste-section,
  .evening,
  .site-footer,
  .signup-panel,
  .hero-listening {
    background: Canvas;
  }
  .button,
  .header-cta,
  .drink-choices button,
  .listen-icon,
  .signup-panel {
    border: 1px solid ButtonText;
  }
  .mini-wave i {
    background: CanvasText;
  }
}
/* Readable body scale carries the scenes; small type is reserved for chapter labels. */
.hero-description {
  font-size: 0.9rem;
  max-width: 405px;
}
.hero-eligibility {
  font-size: 0.65rem;
}
.site-header nav,
.header-cta {
  font-size: 0.8rem;
}
.meet-detail p {
  font-size: 0.88rem;
}
.taste-intro > p {
  font-size: 0.8rem;
}
.phrase-meaning {
  font-size: 0.88rem;
}
.choice-feedback {
  font-size: 0.72rem;
}
.drink-choices button {
  font-size: 0.8rem;
}
.value p {
  font-size: 0.83rem;
}
.evening-copy p {
  font-size: 0.85rem;
}
.signup-intro > p {
  font-size: 0.9rem;
}
.consent {
  font-size: 0.73rem;
}
.form-note {
  font-size: 0.68rem;
}
.email-details summary {
  font-size: 0.75rem;
}
.email-details p {
  font-size: 0.73rem;
}
.email-label {
  font-size: 0.8rem;
}
.listen-button {
  font-size: 0.8rem;
}
.voice-transcript summary {
  font-size: 0.68rem;
}
.hero-listening > p {
  font-size: 0.63rem;
}
.hero-listening .voice-transcript summary {
  font-size: 0.62rem;
}
.example-provenance {
  font-size: 0.61rem;
}
.footer-top > p {
  font-size: 0.8rem;
}
.audio-disclosure {
  font-size: 0.63rem;
}
@media (max-width: 760px) {
  .hero-description {
    font-size: 0.81rem;
    max-width: 345px;
  }
  .header-cta {
    font-size: 0.65rem;
  }
  .hero-eligibility {
    font-size: 0.56rem;
  }
  .hero h1 {
    font-size: clamp(2.65rem, 12.05vw, 5.7rem);
    overflow-wrap: anywhere;
  }
  .hero-listening .listen-button {
    font-size: 0.77rem;
  }
  .meet-detail p {
    font-size: 0.81rem;
  }
  .taste-intro > p {
    font-size: 0.77rem;
  }
  .phrase-meaning {
    font-size: 0.81rem;
  }
  .drink-choices button {
    font-size: 0.73rem;
  }
  .choice-feedback {
    font-size: 0.66rem;
  }
  .value p {
    font-size: 0.8rem;
  }
  .evening-copy p {
    font-size: 0.8rem;
  }
  .signup-intro > p {
    font-size: 0.84rem;
  }
  .consent {
    font-size: 0.68rem;
  }
  .form-note {
    font-size: 0.63rem;
  }
  .email-details p {
    font-size: 0.68rem;
  }
  .listen-button {
    font-size: 0.75rem;
  }
  .gentle-moment .listen-button {
    font-size: 0.72rem;
  }
  .hero-listening > p {
    font-size: 0.6rem;
  }
  .example-provenance {
    font-size: 0.58rem;
  }
  .footer-top > p {
    font-size: 0.75rem;
  }
  .audio-disclosure {
    font-size: 0.59rem;
  }
  h2,
  h3 {
    overflow-wrap: anywhere;
  }
  .table-stage {
    padding-bottom: 25px;
    min-height: 760px;
  }
  .table-conversation {
    min-width: 0;
  }
}
@media (max-width: 360px) {
  .drink-choices button {
    font-size: 0.69rem;
    gap: 14px;
  }
  .hero-listening .listen-button {
    font-size: 0.72rem;
  }
  .hero-eligibility {
    font-size: 0.52rem;
  }
}

/* Natural large-text reflow and a continuous evening crop. */
.evening::after {
  background: linear-gradient(
    90deg,
    transparent 25%,
    #233127b5 47%,
    #233127 58%
  );
}
.footer-wordmark {
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .footer-wordmark {
    font-size: clamp(4rem, 28vw, 8rem);
    gap: 20px;
  }
  .evening::after {
    background: linear-gradient(
      180deg,
      transparent 250px,
      #23312733 350px,
      #233127 505px
    );
  }
}
/* The camera and the cup are the only scene choreography. */
.hero-art {
  transform: translate3d(var(--scene-x, 0px), var(--scene-y, 0px), 0)
    scale(1.07);
}
[data-motion='playing'][data-background='false']
  .hero.is-in-view
  .hero-art
  img {
  animation: room-breathe 18s ease-in-out infinite;
}
.evening-art img {
  transform: translateY(var(--evening-shift, 0px)) scale(1.045);
}
@keyframes room-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.018);
  }
}
@media (max-width: 760px) {
  .hero-art {
    transform: none !important;
  }
  [data-motion='playing'] .hero.is-in-view .hero-art img {
    animation-duration: 22s;
  }
  .evening-art img {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .evening-art img {
    transform: none !important;
  }
}

/* Quiet and native recovery states use the same readable materials. */
[data-motion='paused'] {
  scroll-behavior: auto;
}
[data-motion='paused'] *,
[data-motion='paused'] *::before,
[data-motion='paused'] *::after {
  transition: none !important;
  animation: none !important;
}
.native-page {
  min-height: 100svh;
}
.native-page .signup-intro {
  max-width: 640px;
}
.native-page h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  margin-top: 45px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
.native-page form {
  margin-top: 30px;
}
.native-page .wordmark {
  width: max-content;
}
.native-page .form-error {
  color: #9b3827;
}

:root:not([data-motion]) {
  scroll-behavior: auto;
}
.portrait-performance {
  position: relative;
  width: 360px;
  max-width: calc(100% + 65px);
  aspect-ratio: 1;
  margin: 92px 0 0 -36px;
  mix-blend-mode: multiply;
  mask-image: radial-gradient(ellipse at 50% 48%, #000 51%, transparent 73%);
}
.portrait-performance img,
.portrait-performance video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.portrait-performance video {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.portrait-performance[data-playing='true'] video {
  opacity: 1;
}
.portrait-performance[data-playing='true'] img {
  opacity: 0;
}
@media (max-width: 760px) {
  .portrait-performance {
    position: absolute;
    width: 126px;
    max-width: none;
    right: -9px;
    top: -53px;
    margin: 0;
  }
  .meet-copy {
    padding-top: 61px;
  }
}
@media (max-width: 360px) {
  .portrait-performance {
    width: 112px;
    top: -47px;
  }
}

@media (min-width: 761px) {
  .table-stage {
    height: auto;
  }
  .table-host {
    top: auto;
    bottom: 50px;
  }
  .table-conversation {
    padding-bottom: 140px;
  }
}
@media (max-width: 760px) {
  .table-listening .listen-button {
    margin-inline: auto;
  }
}
