:root {
  color-scheme: dark;
  --bg: #120c14;
  --bg-deep: #08060b;
  --surface: rgba(43, 29, 43, 0.72);
  --surface-strong: rgba(67, 43, 61, 0.84);
  --line: rgba(236, 190, 154, 0.2);
  --line-strong: rgba(236, 190, 154, 0.38);
  --text: #fff4e9;
  --muted: #c5abb0;
  --quiet: #987f86;
  --gold: #e8bd78;
  --rose: #b7657c;
  --rose-strong: #8c435e;
  --plum: #291a2a;
  --ink: #18101a;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 10%, rgba(137, 67, 94, 0.32), transparent 28rem),
    radial-gradient(circle at 15% 28%, rgba(232, 189, 120, 0.11), transparent 22rem),
    linear-gradient(180deg, #140d17 0%, #0b0911 58%, #11172c 100%);
}

button,
input,
select {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

.is-focus-pulse {
  animation: focus-pulse 1400ms ease;
}

@keyframes focus-pulse {
  0%,
  100% {
    box-shadow: inherit;
  }
  35% {
    box-shadow:
      var(--shadow),
      0 0 0 5px rgba(232, 189, 120, 0.18);
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: min(var(--max), calc(100vw - 40px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.trust-strip,
.chat-person,
.checkout-summary,
.site-footer,
.site-footer nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  letter-spacing: 0;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
}

.nav-links {
  gap: 30px;
  color: rgba(255, 244, 233, 0.72);
  font-size: 13px;
}

.nav-links a:hover {
  color: var(--text);
}

.header-cta,
.primary-button,
.secondary-button {
  min-height: 46px;
  border-radius: 8px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.header-cta,
.secondary-button {
  border: 1px solid var(--line-strong);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.primary-button {
  border: 0;
  color: #1c1418;
  background: linear-gradient(135deg, #f0c980, #d79572);
  box-shadow: 0 14px 36px rgba(232, 189, 120, 0.16);
}

.secondary-button:hover,
.header-cta:hover,
.primary-button:hover {
  transform: translateY(-1px);
}

.bot-app-section {
  width: min(var(--max), calc(100vw - 40px));
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 52px 0 72px;
}

.bot-copy > span,
.bot-chat-header > span,
.bot-signal-panel > span,
.bot-unlock-panel > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bot-copy h1 {
  max-width: 620px;
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
}

.bot-copy p {
  max-width: 540px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.bot-muse-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.bot-muse-tabs button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 800;
}

.bot-muse-tabs button.is-selected {
  border-color: rgba(232, 189, 120, 0.72);
  color: #1c1418;
  background: var(--gold);
}

.bot-signal-panel,
.bot-chat-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(38, 25, 39, 0.74);
  box-shadow: var(--shadow);
}

.bot-signal-panel {
  margin-top: 22px;
  padding: 18px;
}

.bot-signal-panel h3 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.bot-signal-panel p {
  margin-top: 10px;
  font-size: 14px;
}

.relationship-home-card {
  margin-top: 18px;
  border: 1px solid rgba(232, 189, 120, 0.36);
  border-radius: 18px;
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(232, 189, 120, 0.13), transparent 14rem),
    rgba(38, 25, 39, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.bot-app-section,
.muse-reading-section,
.journey-workspace-section,
.delivery-studio-section,
.section-block,
.product-detail-section,
.checkout-section,
.relationship-status-panel,
.muse-memory-panel,
.continuity-panel {
  scroll-margin-top: 88px;
}

.relationship-home-top,
.relationship-home-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.relationship-home-top span,
.return-trigger span,
.today-moment-card span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.relationship-home-top strong {
  border: 1px solid rgba(232, 189, 120, 0.44);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--text);
  background: rgba(232, 189, 120, 0.08);
  font-size: 12px;
}

.relationship-home-card h3 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0;
}

.relationship-home-card blockquote {
  margin: 16px 0 0;
  border-left: 1px solid var(--gold);
  padding: 4px 0 4px 14px;
  color: rgba(255, 244, 233, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.38;
}

.relationship-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.relationship-stats div,
.return-trigger {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.relationship-stats span,
.relationship-stats strong {
  display: block;
}

.relationship-stats span {
  color: var(--quiet);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.relationship-stats strong {
  margin-top: 5px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
}

.return-trigger {
  margin-top: 12px;
}

.return-trigger p,
.today-moment-card p,
.relationship-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.today-moment-card {
  margin-top: 12px;
  border: 1px solid rgba(232, 189, 120, 0.36);
  border-radius: 14px;
  padding: 14px;
  background:
    radial-gradient(circle at right, rgba(232, 189, 120, 0.12), transparent 12rem),
    rgba(255, 255, 255, 0.04);
}

.today-moment-card p {
  color: rgba(255, 244, 233, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.36;
}

.moment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.moment-actions .secondary-button {
  min-height: 38px;
  padding: 0 14px;
  font-size: 12px;
}

.relationship-home-actions {
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 16px;
}

.relationship-note {
  color: var(--quiet);
}

.bot-chat-card {
  min-height: 640px;
  display: grid;
  grid-template-rows: auto minmax(260px, 1fr) auto auto auto;
  overflow: hidden;
}

.bot-chat-header {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.bot-chat-header img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

.bot-chat-header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
}

.bot-chat-header p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.bot-message-list {
  display: grid;
  align-content: start;
  gap: 12px;
  max-height: 430px;
  overflow: auto;
  padding: 18px;
}

.bot-message {
  max-width: 78%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 13px 15px;
  line-height: 1.5;
  font-size: 14px;
}

.bot-message.is-muse {
  justify-self: start;
  color: rgba(255, 244, 233, 0.9);
  background: rgba(255, 255, 255, 0.05);
}

.bot-message.is-user {
  justify-self: end;
  color: #1c1418;
  background: linear-gradient(135deg, #f0c980, #d79572);
}

.bot-message.is-thinking {
  min-width: 76px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.bot-message.is-thinking span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 244, 233, 0.62);
  animation: typing-dot 1.1s infinite ease-in-out;
}

.bot-message.is-thinking span:nth-child(2) {
  animation-delay: 140ms;
}

.bot-message.is-thinking span:nth-child(3) {
  animation-delay: 280ms;
}

.bot-message.is-typing::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 1.05em;
  margin-left: 3px;
  border-right: 1px solid rgba(255, 244, 233, 0.66);
  vertical-align: -0.18em;
  animation: typing-caret 900ms steps(1) infinite;
}

@keyframes typing-dot {
  0%,
  80%,
  100% {
    opacity: 0.34;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes typing-caret {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

.bot-quick-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding: 14px 18px 0;
}

.bot-quick-prompts button {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  font-size: 12px;
  font-weight: 760;
}

.bot-chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 14px 18px 18px;
}

.bot-chat-form input {
  min-height: 52px;
}

.bot-unlock-panel {
  display: none;
  border-top: 1px solid var(--line);
  padding: 18px;
  background:
    radial-gradient(circle at right, rgba(232, 189, 120, 0.12), transparent 16rem),
    rgba(255, 255, 255, 0.03);
}

.bot-unlock-panel.is-visible {
  display: block;
}

.bot-unlock-panel h3 {
  margin: 8px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
}

.bot-unlock-panel p {
  color: var(--muted);
  line-height: 1.5;
}

.muse-reading-section {
  width: min(1160px, calc(100vw - 40px));
  margin: 0 auto 88px;
}

.muse-reading-card {
  border: 1px solid rgba(232, 189, 120, 0.34);
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
  gap: 24px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(232, 189, 120, 0.14), transparent 18rem),
    rgba(38, 25, 39, 0.78);
  box-shadow: var(--shadow);
}

.muse-reading-card.is-empty {
  grid-template-columns: 1fr;
}

.reading-main > span,
.reading-side > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.reading-main h3 {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

.reading-main p,
.reading-side p {
  color: var(--muted);
  line-height: 1.58;
}

.reading-quote {
  margin-top: 18px;
  border-left: 1px solid var(--gold);
  padding: 5px 0 5px 16px;
  color: rgba(255, 244, 233, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.35;
}

.reading-side {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: rgba(8, 6, 11, 0.24);
}

.reading-side h4 {
  margin: 9px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.reading-meter {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.reading-meter div {
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.reading-meter div::before {
  content: "";
  display: block;
  width: var(--meter, 24%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #f0c980, #d79572);
}

.reading-lead-form,
.reading-lead-status {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.reading-lead-form button {
  width: 100%;
}

.reading-lead-form p,
.reading-lead-status p {
  margin: 0;
  color: var(--quiet);
  font-size: 12px;
  line-height: 1.45;
}

.reading-lead-status {
  border: 1px solid rgba(232, 189, 120, 0.34);
  border-radius: 14px;
  padding: 14px;
  background: rgba(232, 189, 120, 0.08);
}

.reading-lead-status span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.reading-lead-status strong {
  color: var(--text);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.reading-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.journey-workspace-section {
  width: min(1160px, calc(100vw - 40px));
  margin: 0 auto 88px;
}

.journey-workspace {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
}

.relationship-status-panel,
.muse-memory-panel,
.journey-timeline-panel,
.continuity-panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(232, 189, 120, 0.1), transparent 15rem),
    rgba(38, 25, 39, 0.72);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.relationship-status-panel,
.journey-timeline-panel {
  grid-row: span 2;
}

.workspace-kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.journey-workspace h3 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

.journey-workspace p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.status-track {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.status-track button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  color: var(--quiet);
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
  font-weight: 760;
  text-align: left;
}

.status-track i {
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.status-track button:hover {
  border-color: rgba(232, 189, 120, 0.56);
  color: var(--text);
  background: rgba(232, 189, 120, 0.07);
}

.status-track button.is-done {
  border-color: rgba(232, 189, 120, 0.5);
  color: var(--text);
}

.status-track button.is-done i {
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(232, 189, 120, 0.12);
}

.workspace-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.relationship-loop-callout {
  margin-top: 18px;
  border: 1px solid rgba(232, 189, 120, 0.36);
  border-radius: 14px;
  padding: 15px;
  background: rgba(232, 189, 120, 0.07);
}

.relationship-loop-callout span,
.memory-vault span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.relationship-loop-callout strong {
  display: block;
  margin-top: 7px;
  color: var(--text);
  line-height: 1.35;
}

.relationship-loop-callout p {
  margin-top: 8px;
  font-size: 13px;
}

.memory-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.memory-person img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

.muse-memory-panel blockquote {
  margin: 20px 0 0;
  border-left: 1px solid var(--gold);
  padding: 4px 0 4px 16px;
  color: rgba(255, 244, 233, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.36;
}

.memory-vault {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.memory-vault div {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.memory-vault p {
  margin-top: 6px;
  color: rgba(255, 244, 233, 0.84);
  font-size: 13px;
}

.memory-chips,
.continuity-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.memory-chips span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: 12px;
  font-weight: 760;
}

.continuity-stack button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 760;
}

.continuity-stack button:hover {
  border-color: rgba(232, 189, 120, 0.58);
  background: rgba(232, 189, 120, 0.08);
}

.journey-days {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.journey-days div {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.035);
  opacity: 0.58;
}

.journey-days div.is-active {
  border-color: rgba(232, 189, 120, 0.46);
  background: rgba(232, 189, 120, 0.07);
  opacity: 1;
}

.journey-days span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.journey-days p {
  margin-top: 5px;
  font-size: 13px;
}

.continuity-panel {
  background:
    radial-gradient(circle at bottom left, rgba(183, 101, 124, 0.2), transparent 14rem),
    rgba(38, 25, 39, 0.72);
}

.continuity-panel button {
  margin-top: 18px;
}

.delivery-studio-section {
  width: min(1160px, calc(100vw - 40px));
  margin: 0 auto 88px;
}

.delivery-studio {
  border: 1px solid rgba(232, 189, 120, 0.34);
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
  gap: 22px;
  padding: 24px;
  background:
    radial-gradient(circle at 72% 18%, rgba(232, 189, 120, 0.12), transparent 17rem),
    rgba(38, 25, 39, 0.78);
  box-shadow: var(--shadow);
}

.delivery-studio.is-empty {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.delivery-studio.is-saved {
  border-color: rgba(232, 189, 120, 0.66);
}

.delivery-studio > div > span,
.delivery-preview-header span,
.delivery-ops-panel > span,
.delivery-ops-grid span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.delivery-studio h3,
.delivery-ops-panel h4 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

.delivery-studio p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.delivery-preview,
.delivery-ops-panel {
  min-width: 0;
}

.delivery-preview-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.delivery-preview-header strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

.delivery-preview pre {
  max-height: 430px;
  overflow: auto;
  margin: 20px 0 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  color: rgba(255, 244, 233, 0.9);
  background: rgba(8, 6, 11, 0.34);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.48;
  white-space: pre-wrap;
}

.delivery-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.delivery-ops-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: rgba(8, 6, 11, 0.24);
}

.delivery-ops-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.delivery-ops-grid div {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.delivery-ops-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--text);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.delivery-ops-panel button {
  margin-top: 18px;
}

.hero-section {
  width: min(var(--max), calc(100vw - 40px));
  min-height: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  gap: 54px;
  align-items: center;
  padding: 54px 0 64px;
}

.hero-copy h1 {
  max-width: 690px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.4vw, 82px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-copy h1 span,
.text-gold {
  color: var(--gold);
}

.hero-copy p {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.trust-strip {
  flex-wrap: wrap;
  gap: 18px;
  margin: 42px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.trust-strip li {
  max-width: 138px;
  color: var(--quiet);
  font-size: 12px;
  line-height: 1.35;
}

.trust-strip span {
  display: block;
  color: var(--text);
  font-size: 13px;
  font-weight: 760;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.portrait-stack {
  position: relative;
  height: 470px;
}

.hero-portrait {
  position: absolute;
  width: 216px;
  min-height: 355px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
  color: var(--text);
  background: var(--surface);
  box-shadow: var(--shadow);
  transform-origin: bottom center;
}

.hero-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(10, 7, 13, 0.92) 100%);
  pointer-events: none;
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  min-height: 355px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.hero-portrait span,
.hero-portrait small {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  text-align: center;
}

.hero-portrait span {
  bottom: 42px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
}

.hero-portrait small {
  bottom: 24px;
  color: rgba(255, 244, 233, 0.7);
  font-size: 11px;
}

.hero-portrait.is-selected {
  border-color: rgba(232, 189, 120, 0.76);
  box-shadow:
    var(--shadow),
    0 0 0 5px rgba(232, 189, 120, 0.09);
}

.portrait-1 {
  left: 0;
  top: 88px;
  transform: rotate(-6deg);
}

.portrait-2 {
  left: 166px;
  top: 28px;
  z-index: 2;
}

.portrait-3 {
  right: 72px;
  top: 84px;
  transform: rotate(6deg);
}

.chat-preview {
  position: absolute;
  right: 90px;
  bottom: 18px;
  z-index: 4;
  width: min(370px, 82vw);
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  padding: 18px;
  background: rgba(35, 21, 34, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.chat-person {
  gap: 10px;
}

.chat-person img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

.chat-person strong,
.chat-person span {
  display: block;
}

.chat-person span,
.chat-preview p {
  color: var(--muted);
  font-size: 12px;
}

.chat-bubble {
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 12px 14px;
  color: rgba(255, 244, 233, 0.88);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  line-height: 1.45;
}

.chat-bubble.is-user {
  margin-left: 54px;
  color: #1c1418;
  background: linear-gradient(135deg, #f0c980, #d79572);
}

.mini-chat-form {
  min-height: 42px;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 5px;
}

.mini-chat-form input {
  min-width: 0;
  border: 0;
  padding: 0 13px;
  color: var(--text);
  background: transparent;
  outline: none;
}

.mini-chat-form button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #1c1418;
  background: var(--gold);
  font-size: 0;
}

.mini-chat-form button::before {
  content: ">";
  font-size: 16px;
}

.quiz-panel,
.section-block,
.product-detail-section,
.flow-section,
.checkout-section,
.trust-section {
  width: min(1160px, calc(100vw - 40px));
  margin: 0 auto 88px;
}

.quiz-panel {
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  background:
    radial-gradient(circle at right, rgba(183, 101, 124, 0.18), transparent 24rem),
    rgba(43, 29, 43, 0.58);
  box-shadow: var(--shadow);
}

.path-summary {
  margin-top: 20px;
  border: 1px solid rgba(232, 189, 120, 0.34);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.path-summary > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.path-summary div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.path-summary button:not(.path-reset-button) {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--text);
  background: rgba(8, 6, 11, 0.26);
  font-size: 12px;
  font-weight: 800;
}

.path-summary button:not(.path-reset-button):hover {
  border-color: rgba(232, 189, 120, 0.58);
  background: rgba(232, 189, 120, 0.08);
}

.path-summary p {
  margin-top: 12px;
  font-size: 13px;
}

.path-reset-button {
  min-height: 38px;
  margin-top: 12px;
  padding: 0 14px;
  font-size: 12px;
}

.quiz-panel h2,
.section-heading h2,
.product-detail-card h2,
.intake-form h2,
.checkout-card h2,
.delivery-form h2,
.trust-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0;
}

.quiz-panel p,
.section-heading p,
.product-detail-card p,
.intake-form p,
.flow-section p,
.checkout-card p,
.delivery-form p,
.trust-section p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.quiz-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

select,
input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  outline: none;
  text-transform: none;
  letter-spacing: 0;
}

select:focus,
input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(232, 189, 120, 0.08);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.muse-grid,
.pack-grid,
.plan-grid,
.flow-grid {
  display: grid;
  gap: 22px;
}

.muse-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.muse-card,
.pack-card,
.product-detail-card,
.intake-form,
.plan-card,
.flow-grid article,
.checkout-card,
.delivery-form,
.trust-section {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(38, 25, 39, 0.68);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.muse-card {
  overflow: hidden;
}

.muse-card[role="button"],
.pack-card[role="button"],
.plan-card[role="button"] {
  cursor: pointer;
}

.muse-card[role="button"]:hover,
.pack-card[role="button"]:hover,
.plan-card[role="button"]:hover {
  border-color: rgba(232, 189, 120, 0.58);
  transform: translateY(-2px);
}

.muse-card[role="button"]:focus-visible,
.pack-card[role="button"]:focus-visible,
.plan-card[role="button"]:focus-visible {
  outline: 3px solid rgba(232, 189, 120, 0.32);
  outline-offset: 4px;
}

.custom-muse-card {
  display: grid;
  align-content: end;
  min-height: 100%;
  background:
    radial-gradient(circle at top right, rgba(232, 189, 120, 0.13), transparent 13rem),
    radial-gradient(circle at left bottom, rgba(183, 101, 124, 0.2), transparent 12rem),
    rgba(38, 25, 39, 0.68);
}

.muse-card.is-selected,
.pack-card.is-selected,
.plan-card.is-selected {
  border-color: rgba(232, 189, 120, 0.72);
}

.muse-card img {
  width: 100%;
  aspect-ratio: 4 / 3.35;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.muse-card div,
.pack-card,
.product-detail-card,
.intake-form,
.plan-card,
.flow-grid article,
.checkout-card,
.delivery-form {
  padding: 24px;
}

.muse-card span,
.pack-card > span,
.product-detail-card > span,
.intake-form > span,
.checkout-card > span,
.flow-grid span,
.plan-badge {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.muse-card h3,
.pack-card h3,
.product-detail-card h3,
.plan-card h3,
.flow-grid h3 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0;
}

.muse-card strong {
  display: block;
  margin-top: 8px;
  color: rgba(255, 244, 233, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.muse-card p,
.pack-card p,
.plan-card p,
.flow-grid p {
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.pack-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pack-card {
  min-height: 334px;
  position: relative;
  overflow: hidden;
}

.pack-card strong {
  display: block;
  margin: 18px 0 16px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

.pack-art {
  height: 104px;
  margin: -6px -6px 18px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(232, 189, 120, 0.18), transparent 4.5rem),
    rgba(255, 255, 255, 0.04);
}

.pack-art span {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(232, 189, 120, 0.52);
  border-radius: 50% 50% 46% 54%;
  transform: rotate(-18deg);
}

.pack-tone-2 .pack-art span {
  border-radius: 50%;
  border-color: transparent rgba(232, 189, 120, 0.72) transparent transparent;
}

.pack-tone-3 .pack-art span {
  border-radius: 10px;
  transform: rotate(12deg);
}

.pack-tone-4 .pack-art span {
  border-radius: 50% 50% 6px 6px;
}

.membership-section {
  max-width: 1080px;
}

.plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.plan-card {
  position: relative;
  min-height: 410px;
}

.plan-card.is-featured {
  border-color: rgba(232, 189, 120, 0.8);
  background:
    radial-gradient(circle at top, rgba(232, 189, 120, 0.11), transparent 15rem),
    rgba(55, 33, 49, 0.82);
}

.plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  border-radius: 999px;
  padding: 7px 13px;
  color: #1c1418;
  background: var(--gold);
  transform: translateX(-50%);
}

.plan-card div {
  margin-top: 18px;
}

.plan-card strong {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
}

.plan-card small {
  margin-left: 6px;
  color: var(--muted);
}

.plan-card ul,
.product-detail-card ul,
.checkout-card ul,
.trust-section ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.plan-card li::before,
.product-detail-card li::before,
.checkout-card li::before,
.trust-section li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--gold);
}

.product-detail-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: 24px;
  align-items: stretch;
}

.product-detail-card,
.intake-form {
  background:
    radial-gradient(circle at top right, rgba(232, 189, 120, 0.12), transparent 16rem),
    rgba(38, 25, 39, 0.78);
}

.product-price-row {
  display: flex;
  align-items: end;
  gap: 12px;
  margin: 22px 0;
}

.product-price-row strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 500;
}

.product-price-row small {
  color: var(--quiet);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-detail-card blockquote {
  margin: 0 0 24px;
  border-left: 1px solid var(--gold);
  padding: 4px 0 4px 18px;
  color: rgba(255, 244, 233, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.35;
}

.detail-list-grid,
.form-grid,
.handoff-status,
.checkout-intake {
  display: grid;
  gap: 14px;
}

.detail-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-detail-card h3 {
  font-size: 20px;
}

.handoff-status,
.checkout-intake {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.handoff-status.is-ready {
  border-color: rgba(232, 189, 120, 0.62);
}

.handoff-status span,
.checkout-intake span {
  color: var(--quiet);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.handoff-status strong,
.checkout-intake strong {
  color: var(--text);
  font-size: 14px;
}

.intake-form {
  align-content: start;
  display: grid;
  gap: 16px;
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-transform: none;
  letter-spacing: 0;
}

.checkbox-field input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  padding: 0;
}

.flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.checkout-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 24px;
  align-items: stretch;
}

.checkout-card,
.delivery-form {
  background:
    radial-gradient(circle at top right, rgba(183, 101, 124, 0.18), transparent 16rem),
    rgba(38, 25, 39, 0.76);
}

.checkout-summary {
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 6px;
}

.checkout-summary div {
  min-width: 148px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.04);
}

.checkout-summary span,
.checkout-summary strong {
  display: block;
}

.checkout-summary span {
  color: var(--quiet);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.checkout-summary strong {
  margin-top: 6px;
  font-size: 15px;
}

.checkout-note,
.form-note {
  color: var(--quiet);
  font-size: 12px;
}

.payment-handoff {
  margin-top: 22px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.payment-handoff > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.payment-handoff h3 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.payment-link-button {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0 16px;
}

.fulfillment-summary {
  max-height: 260px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  color: rgba(255, 244, 233, 0.86);
  background: rgba(8, 6, 11, 0.36);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.5;
  white-space: pre-wrap;
}

.delivery-form {
  align-content: start;
  display: grid;
  gap: 16px;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 32px;
  padding: 34px;
}

.site-footer {
  width: min(var(--max), calc(100vw - 40px));
  min-height: 82px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 24px;
  color: var(--quiet);
  font-size: 13px;
}

.site-footer span {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.site-footer nav {
  gap: 22px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 30;
  max-width: min(440px, calc(100vw - 32px));
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 13px 18px;
  color: var(--text);
  background: rgba(35, 21, 34, 0.96);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.operator-shell {
  width: min(var(--max), calc(100vw - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: 72px;
}

.operator-header,
.operator-header-actions,
.operator-hero,
.operator-panel-heading,
.operator-record div {
  display: flex;
  align-items: center;
}

.operator-header {
  min-height: 74px;
  justify-content: space-between;
  gap: 20px;
}

.operator-header-actions {
  gap: 12px;
}

.operator-header-actions span {
  color: var(--quiet);
  font-size: 13px;
}

.operator-hero {
  min-height: 260px;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  padding: 46px 0 34px;
}

.operator-hero span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.operator-hero h1 {
  max-width: 720px;
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
}

.operator-hero p {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.operator-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.operator-metric-card,
.operator-panel,
.operator-record,
.operator-empty {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(38, 25, 39, 0.68);
}

.operator-metric-card {
  min-height: 138px;
  padding: 16px;
}

.operator-metric-card span,
.operator-panel-heading span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.operator-metric-card strong {
  display: block;
  margin-top: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
}

.operator-metric-card p {
  margin: 10px 0 0;
  color: var(--quiet);
  font-size: 12px;
  line-height: 1.4;
}

.operator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.operator-panel {
  min-width: 0;
  padding: 18px;
}

.operator-panel-heading {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.operator-panel-heading strong {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
}

.operator-list {
  display: grid;
  gap: 10px;
}

.operator-record,
.operator-empty {
  padding: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.operator-record div {
  justify-content: space-between;
  gap: 14px;
}

.operator-record strong {
  min-width: 0;
  color: var(--text);
  overflow-wrap: anywhere;
}

.operator-record span {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 8px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
}

.operator-record p,
.operator-empty p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.operator-record small {
  display: block;
  margin-top: 9px;
  color: var(--quiet);
  font-size: 11px;
}

.operator-empty strong {
  color: var(--text);
}

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }

  .bot-app-section,
  .hero-section,
  .quiz-panel,
  .muse-reading-card,
  .journey-workspace,
  .delivery-studio,
  .product-detail-section,
  .checkout-section,
  .trust-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    gap: 28px;
  }

  .bot-app-section {
    min-height: auto;
    align-items: start;
    padding-top: 34px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .muse-grid,
  .pack-grid,
  .flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .operator-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header,
  .bot-app-section,
  .muse-reading-section,
  .journey-workspace-section,
  .delivery-studio-section,
  .hero-section,
  .quiz-panel,
  .section-block,
  .product-detail-section,
  .flow-section,
  .checkout-section,
  .trust-section,
  .site-footer {
    width: min(100vw - 24px, 560px);
  }

  .operator-shell {
    width: min(100vw - 24px, 560px);
  }

  .operator-header,
  .operator-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .operator-header {
    padding: 16px 0;
  }

  .operator-header-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .operator-hero {
    min-height: auto;
    padding: 34px 0 28px;
  }

  .operator-metrics,
  .operator-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    min-height: 64px;
  }

  .bot-app-section {
    gap: 22px;
    padding: 26px 0 54px;
  }

  .bot-copy h1 {
    font-size: 39px;
  }

  .relationship-home-top,
  .relationship-home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .relationship-stats {
    grid-template-columns: 1fr;
  }

  .bot-chat-card {
    min-height: 610px;
  }

  .muse-reading-card {
    padding: 20px;
  }

  .relationship-status-panel,
  .muse-memory-panel,
  .journey-timeline-panel,
  .continuity-panel {
    padding: 20px;
  }

  .delivery-studio {
    padding: 20px;
  }

  .delivery-studio.is-empty,
  .delivery-ops-grid {
    grid-template-columns: 1fr;
  }

  .bot-message {
    max-width: 90%;
  }

  .bot-chat-form {
    grid-template-columns: 1fr;
  }

  .brand {
    font-size: 21px;
  }

  .header-cta {
    display: none;
  }

  .hero-section {
    min-height: auto;
    padding: 36px 0 56px;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-copy p {
    font-size: 15px;
  }

  .hero-actions,
  .quiz-form,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .hero-visual {
    min-height: 740px;
  }

  .portrait-stack {
    height: 610px;
  }

  .hero-portrait {
    width: 74%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .portrait-1 {
    top: 0;
    z-index: 1;
    transform: translateX(-50%) rotate(-3deg);
  }

  .portrait-2 {
    top: 128px;
    z-index: 2;
    transform: translateX(-50%);
  }

  .portrait-3 {
    top: 256px;
    z-index: 3;
    transform: translateX(-50%) rotate(3deg);
  }

  .chat-preview {
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
  }

  .quiz-panel,
  .trust-section {
    padding: 22px;
  }

  .muse-grid,
  .pack-grid,
  .detail-list-grid,
  .form-grid,
  .plan-grid,
  .flow-grid {
    grid-template-columns: 1fr;
  }

  .pack-card,
  .plan-card {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
