:root {
  --black: #1c1519;
  --ink: #1c1519;
  --charcoal: rgba(28, 21, 25, 0.8);
  --cream: #fbf9f9;
  --paper: #fbf9f9;
  --pearl: #efedea;
  --stone: #e3dfd9;
  --muted: rgba(28, 21, 25, 0.72);
  --gold: #e7a43d;
  --accent: #705e43;
  --border-dark: #e3dfd9;
  --border-light: rgba(28, 21, 25, 0.12);
  --shadow: 0 22px 70px rgba(28, 21, 25, 0.12);
  --font-display: Denim, -apple-system, "system-ui", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-body: Denim, -apple-system, "system-ui", "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-serif: Reckless, "serif";
}

/* Board-ready demo polish */
.prompt-hero {
  min-height: calc(92svh - 78px);
}

.prompt-hero .hero-image {
  background:
    linear-gradient(90deg, rgba(251, 249, 249, 0.98), rgba(251, 249, 249, 0.91) 39%, rgba(251, 249, 249, 0.28) 70%, rgba(251, 249, 249, 0.86)),
    url("/assets/hero-home.jpg") right center / cover;
}

.executive-hero {
  grid-template-columns: minmax(0, 0.72fr) minmax(390px, 0.56fr);
  min-height: calc(92svh - 78px);
  padding-top: clamp(28px, 4vw, 62px);
  padding-bottom: clamp(28px, 4vw, 62px);
}

.prompt-hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 4.8vw, 76px);
  line-height: 1.02;
}

.prompt-hero .lede {
  max-width: 760px;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.4;
}

.prompt-hero .hero-message > .eyebrow {
  padding: 10px 14px;
  font-size: clamp(13px, 0.9vw, 16px);
}

.mcp-line {
  max-width: 720px;
  font-size: clamp(15px, 1vw, 18px);
}

.hero-console {
  max-width: 560px;
  justify-self: end;
}

.hero-console textarea {
  height: clamp(210px, 24vh, 285px);
  min-height: 0;
  overflow: auto;
  font-size: clamp(17px, 1.22vw, 21px);
  line-height: 1.35;
}

.console-note {
  font-size: 14px;
}

.moment-showcase,
.plain-language {
  display: none;
}

.journey-board,
.board-section {
  padding-top: clamp(44px, 5vw, 82px);
}

.journey-board .demo-intro h2,
.board-section .section-heading h2 {
  max-width: 920px;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.06;
}

.journey-board .demo-intro p:last-child,
.board-section .section-heading p {
  font-size: clamp(17px, 1.25vw, 21px);
}

.board-flow article {
  min-height: 230px;
}

.board-flow strong {
  margin-top: 30px;
  font-size: clamp(20px, 1.55vw, 25px);
}

.answer-placeholder h3,
.pending-moment h3,
.customer-reveal h3,
.connected-placeholder h3,
.real-memory-panel h3,
.customer-cart-copy h3,
.scenario-panel h3,
.look-placeholder h3,
.connector-placeholder h3,
.generated-look-copy h3,
.look-approval h3,
.connector-hero h3 {
  max-width: 860px;
}

@media (max-width: 980px) {
  .prompt-hero,
  .executive-hero {
    min-height: auto;
  }

  .hero-console {
    justify-self: stretch;
    max-width: none;
  }
}

@media (max-width: 680px) {
  .prompt-hero .hero-image {
    background:
      linear-gradient(180deg, rgba(251, 249, 249, 0.93), rgba(251, 249, 249, 0.78) 42%, rgba(251, 249, 249, 0.94)),
      url("/assets/commuter-sbs.jpg") 62% top / cover;
  }

  .executive-hero {
    gap: 14px;
    padding: 18px 14px 22px;
  }

  .prompt-hero h1 {
    max-width: 360px;
    font-size: clamp(33px, 8.8vw, 40px);
    line-height: 1.04;
  }

  .prompt-hero .lede {
    display: block;
    max-width: 350px;
    font-size: 14px;
    line-height: 1.34;
  }

  .mcp-line {
    display: none;
  }

  .hero-console {
    padding: 12px;
  }

  .hero-console textarea {
    height: 166px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.34;
  }

  .prompt-dots {
    display: flex;
    gap: 6px;
  }

  .prompt-dots button {
    width: 28px;
  }

  .console-note {
    display: block;
    font-size: 12px;
    line-height: 1.35;
  }

  .journey-board .demo-intro h2,
  .board-section .section-heading h2 {
    font-size: 31px;
  }

  .board-flow article {
    min-height: 0;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions .primary-cta {
    order: 1;
  }

  .hero-actions .ghost-cta {
    order: 2;
  }
}

@media (max-width: 680px) and (max-height: 760px) {
  .executive-hero {
    gap: 10px;
    padding: 12px 12px 16px;
  }

  .prompt-hero .hero-message > .eyebrow {
    padding: 7px 10px;
    font-size: 11px;
  }

  .prompt-hero h1 {
    max-width: 340px;
    font-size: 31px;
    line-height: 1.02;
  }

  .prompt-hero .lede {
    max-width: 340px;
    font-size: 13px;
    line-height: 1.28;
  }

  .hero-console {
    padding: 10px;
  }

  .hero-console textarea {
    height: 132px;
    min-height: 0;
    padding: 10px;
    font-size: 13px;
    line-height: 1.28;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .primary-cta,
  .hero-actions .ghost-cta {
    min-height: 44px;
    padding: 12px 10px;
    font-size: 13px;
  }

  .console-note {
    display: none;
  }
}

@media (max-width: 680px) and (max-height: 760px) {
  .executive-hero {
    gap: 10px;
    padding: 12px 12px 16px;
  }

  .prompt-hero .hero-message > .eyebrow {
    padding: 7px 10px;
    font-size: 11px;
  }

  .prompt-hero h1 {
    max-width: 340px;
    font-size: 31px;
    line-height: 1.02;
  }

  .prompt-hero .lede {
    max-width: 340px;
    font-size: 13px;
    line-height: 1.28;
  }

  .hero-console {
    padding: 10px;
  }

  .hero-console textarea {
    height: 132px;
    min-height: 0;
    padding: 10px;
    font-size: 13px;
    line-height: 1.28;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .primary-cta,
  .hero-actions .ghost-cta {
    min-height: 44px;
    padding: 12px 10px;
    font-size: 13px;
  }

  .console-note {
    display: none;
  }
}

@media (max-width: 680px) and (max-height: 760px) {
  .executive-hero {
    gap: 10px;
    padding: 12px 12px 16px;
  }

  .prompt-hero .hero-message > .eyebrow {
    padding: 7px 10px;
    font-size: 11px;
  }

  .prompt-hero h1 {
    max-width: 340px;
    font-size: 31px;
    line-height: 1.02;
  }

  .prompt-hero .lede {
    max-width: 340px;
    font-size: 13px;
    line-height: 1.28;
  }

  .hero-console {
    padding: 10px;
  }

  .hero-console textarea {
    height: 132px;
    padding: 10px;
    font-size: 13px;
    line-height: 1.28;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .primary-cta,
  .hero-actions .ghost-cta {
    min-height: 44px;
    padding: 12px 10px;
    font-size: 13px;
  }

  .console-note {
    display: none;
  }
}

/* Executive Rhone AI redesign */
.prompt-hero {
  min-height: calc(100svh - 78px);
  color: var(--ink);
  background: var(--cream);
}

.prompt-hero .hero-image {
  background:
    linear-gradient(90deg, rgba(251, 249, 249, 0.97), rgba(251, 249, 249, 0.9) 42%, rgba(251, 249, 249, 0.22) 73%, rgba(251, 249, 249, 0.88)),
    url("/assets/hero-home.jpg") right center / cover;
}

.executive-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.64fr);
  gap: clamp(24px, 4vw, 72px);
  min-height: calc(100svh - 78px);
  padding: clamp(34px, 5vw, 84px) clamp(18px, 4vw, 64px);
}

.hero-message {
  grid-column: 1;
  display: grid;
  align-content: center;
  gap: 20px;
  max-width: 840px;
}

.prompt-hero .hero-message > .eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 6px;
  padding: 12px 16px;
  border: 1px solid rgba(112, 94, 67, 0.34);
  background: rgba(251, 249, 249, 0.82);
  color: var(--accent);
  font-family: var(--font-body);
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prompt-hero h1 {
  max-width: 780px;
  color: var(--ink);
  font-size: clamp(44px, 5vw, 82px);
  line-height: 1;
}

.prompt-hero .lede {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.34;
}

.mcp-line {
  max-width: 640px;
  margin: 8px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--accent);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.45;
}

.hero-console {
  grid-column: 2;
  display: grid;
  gap: 16px;
  align-self: center;
  padding: clamp(18px, 2.4vw, 34px);
  border: 1px solid var(--border-dark);
  background: rgba(251, 249, 249, 0.94);
  box-shadow: 0 28px 90px rgba(28, 21, 25, 0.16);
  backdrop-filter: blur(14px);
}

.console-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 16px;
}

.console-topline strong {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
}

.hero-console textarea {
  width: 100%;
  min-height: clamp(210px, 23vh, 290px);
  resize: vertical;
  padding: 20px;
  border: 1px solid var(--border-dark);
  background: var(--paper);
  color: var(--ink);
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(28, 21, 25, 0.03);
}

.prompt-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.prompt-dots button {
  width: 34px;
  height: 4px;
  border: 0;
  background: rgba(28, 21, 25, 0.2);
  cursor: pointer;
}

.prompt-dots button.active {
  background: var(--ink);
}

.hero-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 12px;
}

.hero-actions .primary-cta,
.hero-actions .ghost-cta {
  width: 100%;
  margin: 0;
  box-shadow: none;
}

.hero-actions .primary-cta {
  background: var(--black);
  color: var(--paper);
}

.console-note {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.customer-answer-stage {
  padding: clamp(22px, 4vw, 58px) clamp(14px, 4vw, 64px);
  background: var(--pearl);
}

.customer-answer-stage .agent-output {
  max-width: 1480px;
  margin: 0 auto;
}

.answer-placeholder {
  display: grid;
  gap: 10px;
  min-height: 260px;
  align-content: center;
  padding: clamp(26px, 4vw, 58px);
  background: var(--paper);
}

.answer-placeholder span {
  color: var(--accent);
  font-family: var(--font-serif);
}

.answer-placeholder h3 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 400;
  line-height: 1.04;
}

.answer-placeholder p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.journey-board,
.moment-showcase,
.board-section {
  padding: clamp(56px, 7vw, 110px) clamp(14px, 4vw, 64px) 0;
  background: var(--cream);
}

.journey-board .demo-intro,
.moment-showcase .section-heading,
.board-section .section-heading {
  max-width: 1120px;
  margin: 0 auto 32px;
}

.journey-board .demo-intro h2,
.moment-showcase .section-heading h2,
.board-section .section-heading h2,
.plain-language h2 {
  font-size: clamp(42px, 5.2vw, 82px);
  line-height: 1.02;
}

.journey-board .demo-intro p:last-child,
.moment-showcase .section-heading p,
.board-section .section-heading p,
.plain-language p {
  max-width: 980px;
  color: var(--muted);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.42;
}

.board-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1480px;
  margin: 0 auto;
  border: 1px solid var(--border-dark);
  background: var(--paper);
}

.board-flow article {
  min-height: 280px;
  padding: clamp(18px, 2vw, 28px);
  border-right: 1px solid var(--border-dark);
}

.board-flow article:last-child {
  border-right: 0;
}

.board-flow span {
  color: var(--accent);
  font-family: var(--font-serif);
}

.board-flow strong {
  display: block;
  margin-top: 48px;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.12;
}

.board-flow p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.42;
}

.board-story,
.connected-output,
.look-output,
.connector-output,
.system-proof-grid,
.source-rows {
  max-width: 1480px;
  margin: 0 auto;
}

.board-story {
  border: 1px solid var(--border-dark);
  background: var(--paper);
}

.board-story .story-copy,
.board-story .agent-output {
  background: var(--paper);
}

.plain-language {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: start;
}

.media-control-panel .video-controls,
.video-controls {
  display: none;
}

.media-control-panel > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .executive-hero {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .hero-message,
  .hero-console {
    grid-column: 1;
  }

  .prompt-hero h1 {
    font-size: clamp(42px, 11vw, 64px);
  }

  .board-flow {
    grid-template-columns: 1fr;
  }

  .board-flow article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--border-dark);
  }

  .board-flow article:last-child {
    border-bottom: 0;
  }

  .board-flow strong {
    margin-top: 18px;
  }

  .plain-language {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .nav {
    min-height: 74px;
    padding: 12px 18px;
  }

  .nav img {
    width: 118px;
  }

  .executive-hero {
    min-height: auto;
    padding: 18px 12px 22px;
  }

  .prompt-hero .hero-image {
    background:
      linear-gradient(180deg, rgba(251, 249, 249, 0.98), rgba(251, 249, 249, 0.82) 48%, rgba(251, 249, 249, 0.97)),
      url("/assets/commuter-sbs.jpg") center top / cover;
  }

  .hero-message {
    gap: 10px;
  }

  .prompt-hero h1 {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1;
  }

  .prompt-hero .lede {
    font-size: 15px;
    line-height: 1.34;
  }

  .mcp-line {
    margin-top: 2px;
    padding-left: 12px;
    font-size: 13px;
    line-height: 1.32;
  }

  .hero-console {
    gap: 9px;
    padding: 12px;
  }

  .hero-console textarea {
    min-height: 138px;
    padding: 13px;
    font-size: 15px;
    line-height: 1.26;
  }

  .console-topline {
    font-size: 14px;
  }

  .console-topline strong {
    font-size: 12px;
  }

  .prompt-dots {
    display: none;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-actions .primary-cta,
  .hero-actions .ghost-cta {
    min-height: 48px;
    padding: 12px 14px;
  }

  .console-note {
    display: none;
  }

  .customer-answer-stage,
  .journey-board,
  .moment-showcase,
  .board-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .journey-board .demo-intro h2,
  .moment-showcase .section-heading h2,
  .board-section .section-heading h2,
  .plain-language h2 {
    font-size: 34px;
  }

  .media-control-panel > div {
    grid-template-columns: 1fr;
  }

  .pursuit-prompt-card div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .nav {
    min-height: 74px;
    padding: 12px 18px;
  }

  .nav img {
    width: 118px;
  }

  .executive-hero {
    min-height: auto;
    padding: 18px 12px 22px;
  }

  .hero-message {
    gap: 10px;
  }

  .prompt-hero h1 {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1;
  }

  .prompt-hero .lede {
    font-size: 15px;
    line-height: 1.34;
  }

  .mcp-line {
    margin-top: 2px;
    padding-left: 12px;
    font-size: 13px;
    line-height: 1.32;
  }

  .hero-console {
    gap: 9px;
    padding: 12px;
  }

  .hero-console textarea {
    min-height: 138px;
    padding: 13px;
    font-size: 15px;
    line-height: 1.26;
  }

  .console-topline {
    font-size: 14px;
  }

  .console-topline strong {
    font-size: 12px;
  }

  .prompt-dots {
    display: none;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-actions .primary-cta,
  .hero-actions .ghost-cta {
    min-height: 48px;
    padding: 12px 14px;
  }

  .console-note {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  min-width: 0;
}

html,
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

button,
textarea {
  font: inherit;
}

button {
  white-space: normal;
}

h1,
h2,
h3,
p,
li,
span,
strong,
small,
a,
button,
label,
textarea {
  overflow-wrap: break-word;
  word-break: normal;
}

button:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 14px 30px;
  border-bottom: 1px solid var(--stone);
  background: rgba(251, 249, 249, 0.96);
  color: var(--ink);
  backdrop-filter: blur(14px);
}

.nav img {
  width: 138px;
  filter: none;
}

.nav div {
  text-align: right;
}

.eyebrow,
.nav span,
.prompt-card span,
.thesis-band span,
.notice span,
.agent-header span,
.source-row span,
.mini-sources span,
.prompt-input label {
  display: block;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.nav strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  overflow: hidden;
  color: var(--cream);
  border-bottom: 1px solid var(--stone);
}

.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(28, 21, 25, 0.9), rgba(28, 21, 25, 0.72) 43%, rgba(28, 21, 25, 0.26) 70%, rgba(251, 249, 249, 0.04)),
    linear-gradient(0deg, rgba(28, 21, 25, 0.72), transparent 58%),
    url("/assets/hero-home.jpg") center / cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: 36px;
  max-width: 1480px;
  min-height: calc(100vh - 78px);
  padding: 72px 44px 58px;
  align-items: center;
}

.hero-content > .eyebrow,
.hero h1,
.lede {
  grid-column: 1;
}

.hero h1,
.demo-intro h2,
.story-copy h2,
.plain-language h2,
.section-heading h2,
.try-prompt h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero h1 {
  max-width: 920px;
  margin-top: 14px;
  color: var(--cream);
  font-size: clamp(52px, 5.3vw, 82px);
  line-height: 1.02;
}

.lede {
  max-width: 900px;
  margin: 22px 0 0;
  color: rgba(251, 249, 249, 0.84);
  font-size: 20px;
  line-height: 1.4;
}

.lede-mobile {
  display: none;
}

.prompt-card {
  grid-column: 2;
  grid-row: 1 / span 4;
  align-self: center;
  padding: 28px;
  border: 1px solid rgba(251, 249, 249, 0.34);
  border-radius: 0;
  background: rgba(251, 249, 249, 0.92);
  box-shadow: var(--shadow);
}

.prompt-card p {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.28;
}

.primary-cta,
.secondary-cta,
.ghost-cta,
.section-cta {
  min-height: 58px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
}

.primary-cta:disabled,
.secondary-cta:disabled,
.ghost-cta:disabled,
.section-cta:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.primary-cta {
  grid-column: 1;
  width: min(100%, 360px);
  min-height: 68px;
  margin-top: 34px;
  padding: 0 34px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 20px 70px rgba(28, 21, 25, 0.28);
  font-size: 16px;
}

.secondary-cta {
  background: var(--black);
  color: var(--cream);
  border: 1px solid var(--black);
}

.ghost-cta {
  border: 1px solid var(--stone);
  background: var(--cream);
  color: var(--ink);
}

.ghost-cta:disabled {
  border-color: var(--stone);
  background: var(--pearl);
  color: rgba(28, 21, 25, 0.58);
}

.section-cta {
  min-width: 250px;
  margin-top: 16px;
  padding: 0 24px;
  background: var(--black);
  color: var(--cream);
}

.section-cta:disabled {
  background: var(--stone);
  color: rgba(17, 18, 15, 0.62);
}

.journey-preview {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin-top: 26px;
}

.journey-preview p {
  margin: 0;
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(251, 249, 249, 0.4);
  border-radius: 0;
  background: rgba(251, 249, 249, 0.88);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

.journey-preview b {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 15px;
}

.guided-demo,
.connected-account,
.look-visualizer,
.connector-readiness,
.try-prompt,
.plain-language,
.system-proof,
.sources {
  padding: 56px 18px 0;
  background: var(--cream);
}

.demo-intro,
.section-heading {
  max-width: 1180px;
  margin: 0 auto 22px;
  color: var(--ink);
}

.demo-intro h2,
.section-heading h2,
.try-prompt h2 {
  max-width: 940px;
  margin-top: 10px;
  color: var(--ink);
  font-size: clamp(36px, 4.1vw, 66px);
  line-height: 1.06;
}

.demo-intro p:last-child,
.section-heading p {
  max-width: 940px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.thesis-band {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1.2fr;
  gap: 24px;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto 18px;
  padding: 24px 28px;
  border: 1px solid var(--stone);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(231, 164, 61, 0.18), rgba(239, 237, 234, 0.72)),
    var(--pearl);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.thesis-band strong {
  display: block;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.12;
}

.thesis-band p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.story {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  max-width: 1480px;
  margin: 0 auto;
}

.story-copy,
.agent-output,
.plain-language-inner,
.source-row,
.prompt-input {
  border: 1px solid var(--border-dark);
  border-radius: 0;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}

.story-copy h2 {
  margin-top: 14px;
  color: var(--ink);
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.02;
}

.story-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.scene-rule {
  margin-top: 20px;
  padding: 18px 18px 18px 22px;
  border-left: 5px solid var(--gold);
  background: var(--pearl);
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.36;
}

.notice {
  margin-top: 18px;
  padding: 18px;
  border-left: 5px solid var(--gold);
  background: var(--pearl);
}

.notice strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.3;
}

.story-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.agent-output {
  padding: 18px;
  border: 1px solid var(--stone);
  background: var(--pearl);
}

.agent-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  padding: 15px 16px;
  border-radius: 0;
  background: var(--cream);
  color: var(--ink);
}

.agent-header strong {
  color: var(--ink);
  font-size: 15px;
}

.proof-output,
.system-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.proof-card,
.mini-sources div,
.metric {
  border: 1px solid var(--border-dark);
  border-radius: 0;
  background: var(--cream);
  color: var(--ink);
}

.proof-card {
  min-height: 156px;
  padding: 18px;
}

.proof-card.wide {
  grid-column: 1 / -1;
}

.workbench.wide,
.reveal-loading.wide,
.customer-reveal.wide,
.pending-moment.wide {
  grid-column: 1 / -1;
}

.proof-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.18;
}

.proof-card p,
.proof-card li,
.source-row p,
.mini-sources small {
  color: var(--muted);
  line-height: 1.45;
}

.proof-card ul {
  margin: 0;
  padding-left: 18px;
}

.workbench,
.reveal-loading,
.customer-reveal,
.pending-moment {
  border: 1px solid var(--border-dark);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 18px 60px rgba(28, 21, 25, 0.1);
}

.workbench {
  padding: 18px;
}

.pending-moment {
  min-height: 360px;
  padding: 28px;
  background:
    linear-gradient(135deg, var(--cream) 0%, var(--pearl) 100%);
}

.pending-moment > span {
  display: block;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.pending-moment h3 {
  max-width: 720px;
  margin: 12px 0;
  color: var(--ink);
  font-size: clamp(32px, 3.4vw, 54px);
  line-height: 1;
}

.pending-moment p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.34;
}

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

.pending-steps div {
  min-height: 116px;
  padding: 16px;
  border: 1px solid var(--border-dark);
  border-radius: 0;
  background: var(--cream);
}

.pending-steps strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--stone);
  background: var(--cream);
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
}

.pending-steps span {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
}

.prompt-receipt {
  padding: 18px;
  border: 1px solid var(--stone);
  border-radius: 0;
  background: var(--pearl);
  color: var(--ink);
}

.prompt-receipt p {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.28;
}

.work-steps {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.work-step {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 14px;
  border: 1px solid var(--border-dark);
  border-radius: 0;
  background: var(--pearl);
  opacity: 0.62;
}

.work-step.active,
.work-step.done {
  opacity: 1;
  background: var(--cream);
}

.work-step span {
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.work-step strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.32;
}

.reveal-loading {
  padding: 28px;
}

.reveal-loading span,
.customer-reveal > div > span,
.customer-reveal > span,
.cart-hero-copy > span,
.outfit-tile span,
.fit-evidence span,
.checkout-copy span,
.exchange-path span,
.sms-card span,
.email-card span,
.pursuit-detail-grid span {
  display: block;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.reveal-loading h3,
.customer-reveal h3 {
  margin: 10px 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.05;
}

.reveal-loading p,
.customer-reveal p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.customer-reveal {
  padding: 24px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, var(--cream) 0%, var(--pearl) 100%);
}

.wardrobe-cart-reveal {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.cart-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  padding: 26px;
  border: 1px solid var(--stone);
  border-radius: 0;
  background: var(--pearl);
  color: var(--ink);
}

.cart-hero-copy h3 {
  color: var(--ink);
  font-size: clamp(34px, 3.2vw, 54px);
}

.cart-hero-copy p {
  color: var(--muted);
}

.cart-signal-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 22px;
}

.cart-signal-strip div {
  min-height: 0;
  padding: 13px;
  border: 1px solid var(--stone);
  border-radius: 0;
  background: var(--cream);
}

.cart-signal-strip span,
.built-cart-header span {
  display: block;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.cart-signal-strip strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.05;
}

.built-cart {
  border: 1px solid var(--border-dark);
  border-radius: 0;
  overflow: hidden;
  background: var(--cream);
}

.built-cart-header,
.built-cart-line,
.built-cart-summary div,
.built-cart-approval {
  padding: 18px;
}

.built-cart-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  border-bottom: 1px solid var(--border-dark);
  background: var(--pearl);
}

.built-cart-header strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.05;
}

.built-cart-header b {
  white-space: nowrap;
  color: var(--muted);
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}

.built-cart-lines {
  display: grid;
}

.built-cart-line {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  border-bottom: 1px solid var(--border-dark);
}

.product-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--stone);
  background: var(--pearl);
  color: var(--ink);
  font-weight: 500;
}

.built-cart-line strong,
.built-cart-line span,
.built-cart-line small,
.built-cart-line a {
  display: block;
}

.built-cart-line strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}

.built-cart-line span,
.built-cart-line small {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.35;
}

.built-cart-line a {
  margin-top: 9px;
  color: var(--ink);
  font-weight: 500;
  text-decoration: none;
}

.built-cart-line b {
  color: var(--ink);
  white-space: nowrap;
}

.built-cart-summary {
  background: var(--pearl);
}

.built-cart-summary div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--border-dark);
}

.built-cart-summary span {
  color: var(--muted);
}

.built-cart-summary b {
  color: var(--ink);
}

.built-cart-summary .total {
  border-bottom: 0;
  font-size: 24px;
}

.built-cart-approval {
  background: var(--cream);
  color: var(--ink);
}

.built-cart-approval strong {
  display: block;
  color: var(--ink);
  font-size: 28px;
}

.built-cart-approval p {
  margin: 8px 0 16px;
  color: var(--muted);
}

.built-cart-approval div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.built-cart-approval button {
  min-height: 52px;
  border: 1px solid var(--black);
  border-radius: 0;
  background: var(--black);
  color: var(--cream);
  font-weight: 500;
}

.built-cart-approval button + button {
  background: var(--cream);
  color: var(--ink);
}

.outfit-grid,
.fit-evidence,
.exchange-path,
.message-stack,
.answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.outfit-tile,
.fit-evidence div,
.exchange-path div,
.sms-card,
.email-card,
.answer-grid > div {
  min-height: 128px;
  padding: 16px;
  border: 1px solid var(--border-dark);
  border-radius: 0;
  background: var(--cream);
}

.outfit-tile strong,
.fit-evidence strong,
.exchange-path strong,
.email-card strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.22;
}

.outfit-tile small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.35;
}

.outfit-tile a {
  display: inline-block;
  margin-top: 12px;
  color: var(--ink);
  font-weight: 500;
  text-decoration: none;
}

.checkout-reveal {
  display: grid;
  grid-template-columns: minmax(260px, 0.54fr) minmax(0, 1fr);
  gap: 18px;
}

.checkout-copy h3 {
  font-size: 38px;
}

.cart-shell {
  border: 1px solid var(--border-dark);
  border-radius: 0;
  overflow: hidden;
  background: var(--cream);
}

.cart-lines,
.cart-totals,
.approval-question {
  padding: 18px;
}

.cart-line,
.cart-totals div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--border-dark);
}

.cart-line:first-child {
  padding-top: 0;
}

.cart-line strong,
.cart-line span,
.cart-totals span,
.policy-note span {
  display: block;
}

.cart-line span,
.cart-totals span,
.policy-note span {
  color: var(--muted);
}

.cart-line b,
.cart-totals b {
  color: var(--ink);
  white-space: nowrap;
}

.cart-totals .total {
  border-bottom: 0;
  font-size: 24px;
}

.approval-question {
  background: var(--pearl);
  color: var(--ink);
}

.approval-question strong {
  font-size: 28px;
}

.approval-question p {
  color: var(--muted);
}

.approval-question div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.approval-question button {
  min-height: 52px;
  border: 1px solid var(--black);
  border-radius: 0;
  background: var(--black);
  color: var(--cream);
  font-weight: 500;
}

.approval-question button + button {
  background: var(--pearl);
  color: var(--ink);
}

.policy-note {
  grid-column: 1 / -1;
  padding: 15px;
  border-left: 5px solid var(--gold);
  background: var(--pearl);
}

.policy-note strong {
  display: block;
  margin-bottom: 5px;
}

.sms-card {
  border-radius: 0;
  background: var(--cream);
}

.sms-card p,
.email-card p {
  margin-bottom: 0;
}

.email-card {
  background: var(--cream);
}

.pursuits-reveal {
  display: grid;
  gap: 18px;
}

.pursuit-hero {
  max-width: 980px;
}

.pursuit-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pursuit-detail-grid div {
  min-height: 142px;
  padding: 16px;
  border: 1px solid var(--border-dark);
  border-radius: 0;
  background: var(--cream);
}

.pursuit-detail-grid strong {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.34;
}

.pursuit-source {
  justify-self: start;
  color: var(--ink);
  font-weight: 500;
  text-decoration: none;
}

.prompt-answer p:first-of-type {
  max-width: 940px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 400;
}

.answer-grid ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.answer-grid li {
  color: var(--muted);
  line-height: 1.42;
}

.answer-grid span,
.approval-mini span {
  display: block;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.answer-main {
  grid-column: 1 / -1;
}

.approval-mini {
  grid-column: 1 / -1;
  background: var(--pearl) !important;
  color: var(--ink);
}

.approval-mini strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.05;
}

.approval-mini p {
  color: var(--muted);
}

.pursuit-prompt-card > strong {
  display: block;
  margin: 8px 0 10px;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.12;
}

.pursuit-prompt-card > p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.42;
}

.pursuit-prompt-card div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pursuit-prompt-card div p {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--border-dark);
  background: var(--paper);
  color: var(--muted);
  line-height: 1.4;
}

.pursuit-prompt-card div b {
  display: block;
  margin: 0 0 8px;
  color: var(--ink);
}

.metric-row,
.mini-sources {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.metric {
  min-height: 88px;
  padding: 12px;
}

.metric span,
.metric strong,
.mini-sources strong,
.mini-sources small,
.mini-sources a {
  display: block;
}

.metric span {
  color: var(--muted);
  font-size: 12px;
}

.metric strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 24px;
}

.mini-sources div {
  padding: 14px;
  background: var(--cream);
}

.mini-sources strong {
  margin: 7px 0;
  color: var(--ink);
}

.mini-sources a,
.source-row a {
  margin-top: 8px;
  color: var(--ink);
  font-weight: 500;
  text-decoration: none;
}

.journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 1480px;
  margin: 18px auto 0;
}

.journey-line {
  display: none;
}

.journey-step {
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--stone);
  border-radius: 0;
  background: var(--pearl);
  color: var(--ink);
}

.journey-step span {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--stone);
}

.journey-step.active {
  border-color: var(--gold);
  background: rgba(231, 164, 61, 0.12);
}

.journey-step.active span,
.journey-step.complete span {
  background: var(--gold);
  box-shadow: 0 0 18px rgba(231, 164, 61, 0.36);
}

.journey-step strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

.journey-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.38;
}

.try-prompt {
  padding-top: 76px;
}

.prompt-lab {
  display: grid;
  grid-template-columns: minmax(320px, 0.55fr) minmax(0, 1fr);
  gap: 18px;
  max-width: 1480px;
  margin: 0 auto;
}

.prompt-input {
  padding: 26px;
}

.prompt-input textarea {
  display: block;
  width: 100%;
  min-height: 190px;
  margin: 14px 0 18px;
  padding: 18px;
  border: 1px solid var(--border-dark);
  border-radius: 0;
  resize: vertical;
  background: var(--cream);
  color: var(--ink);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.prompt-input .primary-cta {
  width: 100%;
  margin: 0;
}

.prompt-output-wrap {
  min-height: 360px;
}

.plain-language {
  padding-top: 76px;
}

.plain-language-inner,
.plain-language {
  color: var(--ink);
}

.plain-language {
  display: block;
}

.plain-language > div,
.plain-language > p {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.plain-language > div {
  padding: 34px 34px 0;
  border: 1px solid var(--stone);
  border-bottom: 0;
  border-radius: 0;
  background: var(--pearl);
}

.plain-language > p {
  margin-top: 0;
  padding: 0 34px 34px;
  border: 1px solid var(--stone);
  border-top: 0;
  border-radius: 0;
  background: var(--pearl);
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.plain-language h2 {
  color: var(--ink);
  font-size: clamp(34px, 3vw, 52px);
}

.system-proof,
.sources {
  padding-bottom: 18px;
}

.sources {
  padding-top: 32px;
}

.system-proof-grid {
  max-width: 1480px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.source-rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 1480px;
  margin: 0 auto;
}

.source-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  padding: 20px;
}

.source-row-placeholder {
  grid-column: 1 / -1;
  max-width: 920px;
  margin: 0;
}

.source-row strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 18px;
}

.source-row p {
  margin: 0;
}

.connected-account {
  padding-top: 76px;
}

.connected-output,
.look-output,
.connector-output {
  max-width: 1480px;
  margin: 0 auto;
}

.connected-placeholder,
.connected-working,
.connected-reveal {
  border: 1px solid var(--border-dark);
  border-radius: 0;
  background: var(--paper);
  box-shadow: var(--shadow);
  color: var(--ink);
}

.connected-placeholder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: center;
  padding: 34px;
}

.connected-placeholder span,
.connected-working .prompt-receipt span,
.real-memory-panel > span,
.customer-cart-copy > span,
.trip-plan-panel > span,
.scenario-panel > span,
.weather-strip span,
.real-memory-metrics span,
.scenario-list small {
  display: block;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.connected-placeholder h3,
.real-memory-panel h3,
.customer-cart-copy h3,
.scenario-panel h3 {
  margin: 10px 0 12px;
  color: var(--ink);
  font-size: clamp(32px, 3.2vw, 54px);
  font-weight: 400;
  line-height: 1.04;
}

.connected-placeholder p,
.real-memory-panel p,
.customer-cart-copy p,
.scenario-panel p,
.trip-plan-grid p,
.trip-plan-grid small,
.scenario-list p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.connected-preview-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.connected-preview-steps div,
.real-memory-metrics div,
.weather-strip div,
.trip-plan-grid div,
.scenario-list div {
  border: 1px solid var(--border-dark);
  border-radius: 0;
  background: var(--cream);
}

.connected-preview-steps div {
  min-height: 136px;
  padding: 18px;
}

.connected-preview-steps b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--stone);
  border-radius: 50%;
  color: var(--ink);
  font-weight: 500;
}

.connected-preview-steps span {
  margin-top: 18px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.22;
}

.connected-working {
  padding: 22px;
}

.connected-reveal {
  display: grid;
  grid-template-columns: minmax(320px, 0.48fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  background: var(--pearl);
}

.real-memory-panel,
.weather-cart-panel,
.trip-plan-panel,
.scenario-panel {
  border: 1px solid var(--border-dark);
  border-radius: 0;
  background: var(--paper);
}

.real-memory-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 26px;
}

.real-memory-metrics {
  display: grid;
  gap: 10px;
}

.real-memory-metrics div {
  padding: 15px;
}

.real-memory-metrics strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.06;
}

.privacy-note {
  margin-top: auto;
  padding: 14px;
  border-left: 5px solid var(--gold);
  background: var(--pearl);
}

.weather-cart-panel {
  overflow: hidden;
}

.weather-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--border-dark);
  background: var(--pearl);
}

.weather-strip div {
  border-width: 0 1px 0 0;
  padding: 18px;
  background: transparent;
}

.weather-strip div:last-child {
  border-right: 0;
}

.weather-strip strong {
  display: block;
  margin: 8px 0 4px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
}

.weather-strip small {
  display: block;
  color: var(--muted);
  line-height: 1.35;
}

.customer-cart-copy {
  padding: 24px 24px 6px;
}

.connected-cart {
  margin: 18px 24px 24px;
}

.trip-plan-panel,
.scenario-panel {
  grid-column: 1 / -1;
  padding: 24px;
}

.trip-plan-grid,
.scenario-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

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

.trip-plan-grid div,
.scenario-list div {
  padding: 16px;
}

.trip-plan-grid strong,
.scenario-list strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
}

.trip-plan-grid p,
.scenario-list p {
  margin: 8px 0;
}

.trip-plan-grid small,
.scenario-list small {
  font-family: var(--font-body);
  color: var(--muted);
  line-height: 1.38;
  text-transform: none;
}

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

.look-visualizer,
.connector-readiness {
  padding-top: 76px;
}

.look-placeholder,
.look-working,
.look-reveal,
.connector-placeholder,
.connector-reveal {
  border: 1px solid var(--border-dark);
  border-radius: 0;
  background: var(--paper);
  box-shadow: var(--shadow);
  color: var(--ink);
}

.look-placeholder,
.connector-placeholder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 24px;
  align-items: stretch;
  padding: 34px;
}

.look-placeholder span,
.look-preview-card span,
.generated-look-copy span,
.look-products-header span,
.alternate-piece > span,
.look-approval span,
.image-brief span,
.connector-placeholder span,
.connector-hero span,
.connector-grid span,
.upstream-grid span,
.tool-contract > span,
.look-product-card span {
  display: block;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.look-placeholder h3,
.connector-placeholder h3,
.generated-look-copy h3,
.look-approval h3,
.connector-hero h3 {
  margin: 10px 0 12px;
  color: var(--ink);
  font-size: clamp(32px, 3.4vw, 56px);
  font-weight: 400;
  line-height: 1.04;
}

.look-placeholder p,
.look-preview-card p,
.generated-look-copy p,
.look-approval p,
.image-brief p,
.connector-placeholder p,
.connector-hero p,
.connector-grid p,
.upstream-grid p,
.tool-contract p span {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.look-preview-card,
.image-brief {
  padding: 22px;
  border: 1px solid var(--border-dark);
  background: var(--pearl);
}

.look-preview-card strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.08;
}

.look-working {
  padding: 22px;
}

.look-reveal {
  display: grid;
  grid-template-columns: minmax(360px, 1.15fr) minmax(300px, 0.72fr);
  gap: 18px;
  padding: 18px;
  background: var(--pearl);
}

.generated-look {
  display: grid;
  grid-template-rows: minmax(430px, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--border-dark);
  background: var(--cream);
}

.openai-media-shell {
  display: grid;
  grid-template-rows: minmax(430px, 1fr) auto;
  min-width: 0;
  background: var(--paper);
}

.openai-media-shell.compact {
  grid-template-rows: minmax(360px, auto) auto;
}

.media-preview-frame {
  display: grid;
  place-items: center;
  min-height: 430px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-dark);
  background: linear-gradient(180deg, var(--paper), var(--pearl));
}

.openai-media-shell.compact .media-preview-frame {
  min-height: 360px;
}

.openai-generated-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.media-placeholder {
  display: grid;
  gap: 12px;
  width: min(86%, 440px);
  padding: 24px;
  border: 1px solid var(--border-dark);
  background: rgba(251, 249, 249, 0.92);
  box-shadow: 0 18px 54px rgba(28, 21, 25, 0.12);
}

.media-placeholder span,
.media-control-panel > p,
.video-controls label {
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.media-placeholder strong {
  color: var(--ink);
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}

.media-placeholder p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

.media-loading {
  background: rgba(241, 236, 226, 0.95);
}

.media-config-needed {
  background: rgba(251, 249, 249, 0.96);
}

.media-unavailable {
  display: grid;
  align-content: space-between;
  gap: 22px;
  width: 100%;
  min-height: inherit;
  padding: clamp(22px, 3vw, 40px);
  background: var(--paper);
}

.media-unavailable span,
.media-unavailable-list span {
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 15px;
}

.media-unavailable > div:first-child strong {
  display: block;
  max-width: 620px;
  margin: 8px 0 12px;
  color: var(--ink);
  font-size: clamp(34px, 4.2vw, 72px);
  font-weight: 400;
  line-height: 0.98;
}

.media-unavailable p {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 24px);
  line-height: 1.38;
}

.media-unavailable-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--border-dark);
  border: 1px solid var(--border-dark);
}

.media-unavailable-list > div {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: var(--paper);
}

.media-unavailable-list strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}

.media-unavailable-list small {
  color: var(--muted);
  font-size: 14px;
}

.media-control-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: var(--paper);
}

.media-control-panel > div,
.video-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.video-controls {
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 0.75fr) minmax(0, 1fr);
}

.video-controls label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: var(--muted);
}

.video-controls select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border-dark);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
}

.media-action {
  min-width: 0;
  min-height: 52px;
  border: 1px solid var(--black);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.media-action.primary {
  background: var(--black);
  color: var(--paper);
}

.media-action:disabled {
  cursor: not-allowed;
  opacity: 0.46;
}

.media-status {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--muted) !important;
  font-family: var(--font-sans) !important;
  font-size: 14px !important;
  line-height: 1.38;
}

.generated-look-photo {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(231, 164, 61, 0.5), transparent 24%),
    linear-gradient(135deg, rgba(112, 94, 67, 0.18), transparent 38%),
    linear-gradient(180deg, #f3ede4 0%, #d8c7ad 46%, #8ab8c3 47%, #1d5363 76%, #efe7d8 77%, #c8b89c 100%);
}

.generated-look-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251, 249, 249, 0.18), transparent 35%, rgba(28, 21, 25, 0.14)),
    radial-gradient(circle at 18% 19%, rgba(251, 249, 249, 0.8) 0 3px, transparent 4px),
    radial-gradient(circle at 26% 17%, rgba(251, 249, 249, 0.8) 0 3px, transparent 4px),
    radial-gradient(circle at 34% 16%, rgba(251, 249, 249, 0.8) 0 3px, transparent 4px),
    radial-gradient(circle at 42% 16%, rgba(251, 249, 249, 0.8) 0 3px, transparent 4px),
    radial-gradient(circle at 50% 17%, rgba(251, 249, 249, 0.8) 0 3px, transparent 4px);
  opacity: 0.86;
}

.look-model {
  position: absolute;
  left: 27%;
  bottom: 13%;
  width: 170px;
  height: 340px;
  transform: translateX(-50%);
}

.model-head,
.model-blazer,
.model-shirt,
.model-shorts,
.model-leg {
  position: absolute;
  display: block;
}

.model-head {
  top: 0;
  left: 58px;
  width: 54px;
  height: 62px;
  border-radius: 50% 50% 45% 45%;
  background: #b98763;
  box-shadow: 0 -13px 0 #2f211b inset;
}

.model-blazer {
  top: 62px;
  left: 18px;
  width: 134px;
  height: 158px;
  border-radius: 16px 16px 5px 5px;
  background: linear-gradient(90deg, #d9c5a1 0 43%, #f5efe5 44% 55%, #d5bf98 56% 100%);
  box-shadow: 0 12px 26px rgba(28, 21, 25, 0.28);
}

.model-shirt {
  top: 66px;
  left: 59px;
  width: 52px;
  height: 154px;
  background: #fbf9f9;
  clip-path: polygon(12% 0, 88% 0, 72% 100%, 28% 100%);
}

.model-shorts {
  top: 207px;
  left: 42px;
  width: 88px;
  height: 68px;
  border-radius: 6px 6px 18px 18px;
  background: #14213a;
}

.model-leg {
  top: 270px;
  width: 23px;
  height: 70px;
  border-radius: 14px;
  background: #b98763;
}

.model-leg.left {
  left: 51px;
  transform: rotate(4deg);
}

.model-leg.right {
  left: 95px;
  transform: rotate(-4deg);
}

.pool-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  height: 4px;
  background: rgba(251, 249, 249, 0.42);
}

.string-lights {
  position: absolute;
  inset: 12% 9% auto;
  height: 1px;
  background: rgba(28, 21, 25, 0.22);
}

.generated-look-copy {
  padding: 24px;
  border-top: 1px solid var(--border-dark);
}

.generated-look-copy small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.42;
}

.look-products,
.look-approval,
.connector-hero,
.connector-grid > div,
.upstream-grid > div,
.tool-contract {
  border: 1px solid var(--border-dark);
  background: var(--paper);
}

.look-products {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 18px;
}

.look-products-header strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.08;
}

.look-product-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--border-dark);
  background: var(--cream);
}

.look-product-card.compact {
  background: var(--pearl);
}

.product-swatch {
  width: 72px;
  min-height: 96px;
  border: 1px solid var(--stone);
  background: var(--pearl);
}

.product-swatch.sand {
  background: #d2c0a2;
}

.product-swatch.white {
  background: #fbf9f9;
}

.product-swatch.navy {
  background: #17233a;
}

.product-swatch.black {
  background: #1c1519;
}

.look-product-card strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.14;
}

.look-product-card p,
.look-product-card small,
.look-product-card a {
  display: block;
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.35;
}

.look-product-card a {
  color: var(--ink);
  font-weight: 500;
  text-decoration: none;
}

.alternate-piece {
  display: grid;
  gap: 10px;
  padding-top: 6px;
  border-top: 1px solid var(--border-dark);
}

.look-approval {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(260px, 0.56fr) minmax(280px, 0.78fr);
  gap: 18px;
  padding: 24px;
}

.image-brief p {
  max-height: 150px;
  overflow: auto;
  font-size: 15px;
}

.connector-reveal {
  display: grid;
  gap: 18px;
  padding: 18px;
  background: var(--pearl);
}

.connector-hero {
  padding: 28px;
}

.connector-hero h3 {
  overflow-wrap: anywhere;
}

.connector-hero a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-top: 12px;
  padding: 0 18px;
  border: 1px solid var(--black);
  color: var(--ink);
  text-decoration: none;
}

.connector-grid,
.upstream-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

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

.connector-grid > div,
.upstream-grid > div,
.tool-contract {
  padding: 18px;
}

.connector-grid strong,
.upstream-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.12;
}

.tool-contract > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.tool-contract p {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--border-dark);
  background: var(--cream);
}

.tool-contract b,
.tool-contract span {
  display: block;
}

.tool-contract b {
  color: var(--ink);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.tool-contract p span {
  margin-top: 6px;
  font-size: 13px;
}

.prompt-look-preview {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 1fr);
  gap: 18px;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid var(--border-dark);
  background: var(--pearl);
}

.prompt-look-preview .generated-look-photo {
  min-height: 380px;
  border: 1px solid var(--border-dark);
}

.prompt-look-preview .openai-media-shell {
  border: 1px solid var(--border-dark);
}

.prompt-look-preview .look-model {
  left: 34%;
  bottom: 10%;
  transform: translateX(-50%) scale(0.88);
  transform-origin: bottom center;
}

.prompt-look-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--border-dark);
  background: var(--cream);
}

.prompt-look-copy span,
.prompt-look-products span {
  display: block;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.prompt-look-copy h4 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.04;
}

.prompt-look-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.prompt-look-products {
  display: grid;
  gap: 8px;
  margin-top: 6px;
}

.prompt-look-products a {
  display: grid;
  gap: 3px;
  min-height: 74px;
  padding: 12px;
  border: 1px solid var(--border-dark);
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
}

.prompt-look-products strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.14;
}

.prompt-look-products small,
.prompt-look-note {
  color: var(--muted);
  line-height: 1.35;
}

.mini-weather-cart {
  display: grid;
  gap: 8px;
}

.mini-cart-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border-dark);
}

.mini-cart-row > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.mini-cart-row strong {
  color: var(--ink);
  font-size: 16px;
}

.mini-cart-row a {
  width: fit-content;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mini-cart-row small {
  color: var(--muted);
  text-align: right;
  line-height: 1.25;
}

.mini-cart-totals {
  display: grid;
  gap: 0;
  margin-top: 10px;
  border: 1px solid var(--border-dark);
  background: var(--paper);
}

.mini-cart-totals div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--border-dark);
}

.mini-cart-totals div:last-child {
  border-bottom: 0;
}

.mini-cart-totals span {
  color: var(--muted);
}

.mini-cart-totals strong {
  color: var(--ink);
}

.mini-cart-totals .total {
  background: var(--cream);
}

pre {
  margin: 0;
  max-height: 320px;
  overflow: auto;
  padding: 14px;
  border: 1px solid var(--stone);
  border-radius: 0;
  background: var(--pearl);
  color: var(--ink);
}

@media (max-width: 1180px) {
  .hero-content,
  .story,
  .prompt-lab,
  .connected-placeholder,
  .connected-reveal,
  .look-placeholder,
  .look-reveal,
  .connector-placeholder {
    grid-template-columns: 1fr;
  }

  .prompt-card {
    grid-column: 1;
    grid-row: auto;
    max-width: 760px;
  }

  .journey-preview,
  .thesis-band,
  .journey,
  .pursuit-detail-grid,
  .system-proof-grid,
  .source-rows,
  .scenario-list,
  .connector-grid,
  .upstream-grid,
  .tool-contract > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .look-approval {
    grid-template-columns: 1fr;
  }

  .source-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .nav {
    align-items: center;
    flex-direction: row;
    gap: 14px;
    min-height: 64px;
    padding: 9px 18px;
  }

  .nav img {
    width: 102px;
  }

  .nav div {
    margin-left: auto;
    text-align: right;
  }

  .nav strong {
    display: none;
  }

  .nav span {
    font-size: 10px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    min-height: auto;
    gap: 14px;
    padding: 24px 22px 26px;
    align-items: start;
  }

  .hero-image {
    background:
      linear-gradient(180deg, rgba(28, 21, 25, 0.22), rgba(28, 21, 25, 0.48) 38%, rgba(28, 21, 25, 0.78) 100%),
      linear-gradient(90deg, rgba(28, 21, 25, 0.78), rgba(28, 21, 25, 0.3) 58%, rgba(251, 249, 249, 0.08)),
      url("/assets/commuter-sbs.jpg") 76% top / cover;
  }

  .hero-content > .eyebrow {
    display: none;
  }

  .hero h1 {
    max-width: 340px;
    margin-top: 0;
    font-size: clamp(34px, 10.8vw, 42px);
    line-height: 1.04;
  }

  .lede {
    display: none;
  }

  .lede-mobile {
    display: block;
    max-width: 335px;
    margin: 0;
    color: rgba(251, 249, 249, 0.86);
    font-size: 15px;
    line-height: 1.34;
  }

  .prompt-card {
    order: 5;
    padding: 15px;
  }

  .prompt-card p {
    font-size: 15px;
    line-height: 1.32;
  }

  .primary-cta {
    order: 4;
    width: 100%;
    min-height: 54px;
    margin-top: 2px;
    padding: 0 18px;
    font-size: 16px;
  }

  .journey-preview {
    order: 6;
  }

  .journey-preview,
  .thesis-band,
  .story-actions,
  .proof-output,
  .outfit-grid,
  .fit-evidence,
  .exchange-path,
  .message-stack,
  .answer-grid,
  .pending-steps,
  .pursuit-detail-grid,
  .metric-row,
  .mini-sources,
  .journey,
  .prompt-lab,
  .system-proof-grid,
  .source-rows,
  .connected-placeholder,
  .connected-reveal,
  .connected-preview-steps,
  .look-placeholder,
  .look-reveal,
  .look-approval,
  .prompt-look-preview,
  .connector-placeholder,
  .connector-grid,
  .upstream-grid,
  .tool-contract > div,
  .weather-strip,
  .trip-plan-grid,
  .scenario-list {
    grid-template-columns: 1fr;
  }

  .journey-preview p {
    min-height: 0;
  }

  .guided-demo,
  .connected-account,
  .look-visualizer,
  .connector-readiness,
  .try-prompt,
  .plain-language,
  .system-proof,
  .sources {
    padding: 42px 12px 0;
  }

  .demo-intro h2,
  .section-heading h2,
  .try-prompt h2 {
    font-size: 32px;
  }

  .demo-intro p:last-child,
  .section-heading p {
    font-size: 16px;
  }

  .thesis-band {
    padding: 20px;
  }

  .thesis-band strong {
    font-size: 23px;
  }

  .story-copy,
  .agent-output,
  .prompt-input {
    min-width: 0;
    padding: 20px;
  }

  .story-copy h2,
  .plain-language h2 {
    font-size: 31px;
  }

  .story-copy p,
  .plain-language > p {
    font-size: 16px;
  }

  .scene-rule,
  .notice strong {
    font-size: 17px;
  }

  .work-step,
  .wardrobe-cart-reveal,
  .checkout-reveal,
  .cart-signal-strip,
  .built-cart-approval div,
  .approval-question div {
    grid-template-columns: 1fr;
  }

  .connected-placeholder,
  .connected-working,
  .connected-reveal,
  .look-placeholder,
  .look-working,
  .look-reveal,
  .connector-placeholder,
  .connector-reveal,
  .real-memory-panel,
  .trip-plan-panel,
  .scenario-panel {
    padding: 20px;
  }

  .weather-strip div {
    border-width: 0 0 1px 0;
  }

  .weather-strip div:last-child {
    border-bottom: 0;
  }

  .connected-cart {
    margin: 14px;
  }

  .customer-cart-copy {
    padding: 20px 14px 0;
  }

  .connected-placeholder h3,
  .real-memory-panel h3,
  .customer-cart-copy h3,
  .scenario-panel h3,
  .look-placeholder h3,
  .connector-placeholder h3,
  .generated-look-copy h3,
  .look-approval h3,
  .connector-hero h3 {
    font-size: 30px;
  }

  .generated-look {
    grid-template-rows: minmax(320px, auto) auto;
  }

  .openai-media-shell,
  .openai-media-shell.compact {
    grid-template-rows: minmax(300px, auto) auto;
  }

  .media-preview-frame,
  .openai-media-shell.compact .media-preview-frame {
    min-height: 300px;
  }

  .media-placeholder {
    width: calc(100% - 28px);
    padding: 18px;
  }

  .media-unavailable {
    padding: 18px;
  }

  .media-unavailable > div:first-child strong {
    font-size: 32px;
  }

  .media-unavailable-list {
    grid-template-columns: 1fr;
  }

  .media-control-panel > div,
  .video-controls {
    grid-template-columns: 1fr;
  }

  .media-action {
    width: 100%;
  }

  .generated-look-photo {
    min-height: 320px;
  }

  .look-model {
    left: 34%;
    bottom: 9%;
    transform: translateX(-50%) scale(0.78);
    transform-origin: bottom center;
  }

  .look-product-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .product-swatch {
    width: 58px;
    min-height: 86px;
  }

  .prompt-look-preview {
    margin: 18px 0;
    padding: 14px;
  }

  .prompt-look-preview .generated-look-photo {
    min-height: 300px;
  }

  .prompt-look-preview .look-model {
    left: 38%;
    bottom: 8%;
    transform: translateX(-50%) scale(0.72);
    transform-origin: bottom center;
  }

  .prompt-look-copy {
    padding: 16px;
  }

  .mini-cart-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .mini-cart-row small {
    text-align: left;
  }

  .cart-hero-copy {
    min-height: 0;
    padding: 20px;
  }

  .built-cart-header,
  .built-cart-line {
    grid-template-columns: 1fr;
  }

  .built-cart-header,
  .built-cart-summary div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .built-cart-line {
    gap: 10px;
  }

  .built-cart-line b {
    white-space: normal;
  }

  .prompt-receipt p,
  .prompt-answer p:first-of-type {
    font-size: 18px;
  }

  .reveal-loading h3,
  .customer-reveal h3,
  .checkout-copy h3 {
    font-size: 27px;
  }

  .cart-line,
  .cart-totals div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .agent-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .journey-step {
    min-height: 0;
  }

  .prompt-input textarea {
    font-size: 17px;
  }

  .plain-language > div,
  .plain-language > p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Final executive redesign cascade */
.prompt-hero {
  min-height: calc(100svh - 78px);
  color: var(--ink);
  background: var(--cream);
}

.prompt-hero .hero-image {
  background:
    linear-gradient(90deg, rgba(251, 249, 249, 0.97), rgba(251, 249, 249, 0.9) 42%, rgba(251, 249, 249, 0.22) 73%, rgba(251, 249, 249, 0.88)),
    url("/assets/hero-home.jpg") right center / cover;
}

.executive-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.64fr);
  gap: clamp(24px, 4vw, 72px);
  min-height: calc(100svh - 78px);
  padding: clamp(34px, 5vw, 84px) clamp(18px, 4vw, 64px);
}

.hero-message {
  grid-column: 1;
  display: grid;
  align-content: center;
  gap: 20px;
  max-width: 840px;
}

.prompt-hero h1 {
  max-width: 780px;
  color: var(--ink);
  font-size: clamp(48px, 6.2vw, 104px);
  line-height: 0.98;
}

.prompt-hero .lede {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.34;
}

.mcp-line {
  max-width: 640px;
  margin: 8px 0 0;
  padding-left: 18px;
  border-left: 3px solid var(--accent);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.45;
}

.hero-console {
  grid-column: 2;
  display: grid;
  gap: 16px;
  align-self: center;
  padding: clamp(18px, 2.4vw, 34px);
  border: 1px solid var(--border-dark);
  background: rgba(251, 249, 249, 0.94);
  box-shadow: 0 28px 90px rgba(28, 21, 25, 0.16);
  backdrop-filter: blur(14px);
}

.console-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 16px;
}

.console-topline strong {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
}

.hero-console textarea {
  width: 100%;
  min-height: clamp(220px, 25vh, 320px);
  resize: vertical;
  padding: 22px;
  border: 1px solid var(--border-dark);
  background: var(--paper);
  color: var(--ink);
  font-size: clamp(20px, 1.65vw, 27px);
  line-height: 1.32;
}

.prompt-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.prompt-dots button {
  width: 34px;
  height: 4px;
  border: 0;
  background: rgba(28, 21, 25, 0.2);
  cursor: pointer;
}

.prompt-dots button.active {
  background: var(--ink);
}

.hero-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 12px;
}

.hero-actions .primary-cta,
.hero-actions .ghost-cta {
  width: 100%;
  margin: 0;
  box-shadow: none;
}

.hero-actions .primary-cta {
  background: var(--black);
  color: var(--paper);
}

.console-note {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.customer-answer-stage {
  padding: clamp(22px, 4vw, 58px) clamp(14px, 4vw, 64px);
  background: var(--pearl);
}

.customer-answer-stage .agent-output {
  max-width: 1480px;
  margin: 0 auto;
}

.answer-placeholder {
  display: grid;
  gap: 10px;
  min-height: 260px;
  align-content: center;
  padding: clamp(26px, 4vw, 58px);
  background: var(--paper);
}

.answer-placeholder span {
  color: var(--accent);
  font-family: var(--font-serif);
}

.answer-placeholder h3 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 400;
  line-height: 1.04;
}

.answer-placeholder p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.journey-board,
.moment-showcase,
.board-section {
  padding: clamp(56px, 7vw, 110px) clamp(14px, 4vw, 64px) 0;
  background: var(--cream);
}

.journey-board .demo-intro,
.moment-showcase .section-heading,
.board-section .section-heading {
  max-width: 1120px;
  margin: 0 auto 32px;
}

.journey-board .demo-intro h2,
.moment-showcase .section-heading h2,
.board-section .section-heading h2,
.plain-language h2 {
  font-size: clamp(42px, 5.2vw, 82px);
  line-height: 1.02;
}

.journey-board .demo-intro p:last-child,
.moment-showcase .section-heading p,
.board-section .section-heading p,
.plain-language p {
  max-width: 980px;
  color: var(--muted);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.42;
}

.board-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1480px;
  margin: 0 auto;
  border: 1px solid var(--border-dark);
  background: var(--paper);
}

.board-flow article {
  min-height: 280px;
  padding: clamp(18px, 2vw, 28px);
  border-right: 1px solid var(--border-dark);
}

.board-flow article:last-child {
  border-right: 0;
}

.board-flow span {
  color: var(--accent);
  font-family: var(--font-serif);
}

.board-flow strong {
  display: block;
  margin-top: 48px;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.12;
}

.board-flow p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.42;
}

.board-story,
.connected-output,
.look-output,
.connector-output,
.system-proof-grid,
.source-rows {
  max-width: 1480px;
  margin: 0 auto;
}

.board-story {
  border: 1px solid var(--border-dark);
  background: var(--paper);
}

.board-story .story-copy,
.board-story .agent-output {
  background: var(--paper);
}

.plain-language {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: start;
}

.media-control-panel .video-controls,
.video-controls {
  display: none;
}

.media-control-panel > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .executive-hero {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .hero-message,
  .hero-console {
    grid-column: 1;
  }

  .prompt-hero h1 {
    font-size: clamp(42px, 11vw, 64px);
  }

  .board-flow {
    grid-template-columns: 1fr;
  }

  .board-flow article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--border-dark);
  }

  .board-flow article:last-child {
    border-bottom: 0;
  }

  .board-flow strong {
    margin-top: 18px;
  }

  .plain-language {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .nav {
    min-height: 74px;
    padding: 12px 18px;
  }

  .nav img {
    width: 118px;
  }

  .executive-hero {
    min-height: auto;
    padding: 18px 12px 22px;
  }

  .prompt-hero .hero-image {
    background:
      linear-gradient(180deg, rgba(251, 249, 249, 0.98), rgba(251, 249, 249, 0.82) 48%, rgba(251, 249, 249, 0.97)),
      url("/assets/commuter-sbs.jpg") center top / cover;
  }

  .hero-message {
    gap: 10px;
  }

  .prompt-hero h1 {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1;
  }

  .prompt-hero .lede {
    font-size: 15px;
    line-height: 1.34;
  }

  .mcp-line {
    margin-top: 2px;
    padding-left: 12px;
    font-size: 13px;
    line-height: 1.32;
  }

  .hero-console {
    gap: 9px;
    padding: 12px;
  }

  .hero-console textarea {
    min-height: 138px;
    padding: 13px;
    font-size: 15px;
    line-height: 1.26;
  }

  .console-topline {
    font-size: 14px;
  }

  .console-topline strong {
    font-size: 12px;
  }

  .prompt-dots {
    display: none;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-actions .primary-cta,
  .hero-actions .ghost-cta {
    min-height: 48px;
    padding: 12px 14px;
  }

  .console-note {
    display: none;
  }

  .customer-answer-stage,
  .journey-board,
  .moment-showcase,
  .board-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .journey-board .demo-intro h2,
  .moment-showcase .section-heading h2,
  .board-section .section-heading h2,
  .plain-language h2 {
    font-size: 34px;
  }

  .media-control-panel > div {
    grid-template-columns: 1fr;
  }
}

/* Final board-meeting polish: keep this at the end of the cascade. */
.nav {
  justify-content: flex-start;
  min-height: 76px;
  padding: 18px 38px;
  background: rgba(251, 249, 249, 0.98);
  backdrop-filter: none;
}

.nav img {
  width: 140px;
  height: auto;
}

.nav div {
  display: none;
}

.prompt-hero {
  min-height: calc(92svh - 78px);
}

.prompt-hero .hero-image {
  background:
    linear-gradient(90deg, rgba(251, 249, 249, 0.98), rgba(251, 249, 249, 0.91) 39%, rgba(251, 249, 249, 0.28) 70%, rgba(251, 249, 249, 0.86)),
    url("/assets/hero-home.jpg") right center / cover;
}

.executive-hero {
  grid-template-columns: minmax(0, 0.72fr) minmax(390px, 0.56fr);
  min-height: calc(92svh - 78px);
  padding-top: clamp(28px, 4vw, 62px);
  padding-bottom: clamp(28px, 4vw, 62px);
}

.prompt-hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 4.8vw, 76px);
  line-height: 1.02;
}

.prompt-hero .lede {
  display: block;
  max-width: 760px;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.4;
}

.prompt-hero .hero-message > .eyebrow {
  padding: 10px 14px;
  font-size: clamp(13px, 0.9vw, 16px);
}

.mcp-line {
  max-width: 720px;
  font-size: clamp(15px, 1vw, 18px);
}

.hero-console {
  max-width: 560px;
  justify-self: end;
}

.hero-console textarea {
  height: clamp(210px, 24vh, 285px);
  min-height: 0;
  overflow: auto;
  font-size: clamp(17px, 1.22vw, 21px);
  line-height: 1.35;
}

.console-note {
  display: block;
  font-size: 14px;
}

.moment-showcase,
.plain-language {
  display: none;
}

.journey-board,
.board-section {
  padding-top: clamp(44px, 5vw, 82px);
}

.journey-board .demo-intro h2,
.board-section .section-heading h2 {
  max-width: 920px;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.06;
}

.journey-board .demo-intro p:last-child,
.board-section .section-heading p {
  font-size: clamp(17px, 1.25vw, 21px);
}

.board-flow article {
  min-height: 230px;
}

.board-flow strong {
  margin-top: 30px;
  font-size: clamp(20px, 1.55vw, 25px);
}

.answer-placeholder h3,
.pending-moment h3,
.customer-reveal h3,
.connected-placeholder h3,
.real-memory-panel h3,
.customer-cart-copy h3,
.scenario-panel h3,
.look-placeholder h3,
.connector-placeholder h3,
.generated-look-copy h3,
.look-approval h3,
.connector-hero h3 {
  max-width: 860px;
}

@media (max-width: 980px) {
  .prompt-hero,
  .executive-hero {
    min-height: auto;
  }

  .executive-hero {
    grid-template-columns: 1fr;
  }

  .hero-console {
    justify-self: stretch;
    max-width: none;
  }
}

@media (max-width: 680px) {
  .nav {
    justify-content: flex-start;
    min-height: 68px;
    padding: 14px 20px;
  }

  .nav img {
    width: 126px;
  }

  .prompt-hero .hero-image {
    background:
      linear-gradient(180deg, rgba(251, 249, 249, 0.93), rgba(251, 249, 249, 0.78) 42%, rgba(251, 249, 249, 0.94)),
      url("/assets/commuter-sbs.jpg") 62% top / cover;
  }

  .executive-hero {
    gap: 12px;
    padding: 14px 12px 18px;
  }

  .prompt-hero .hero-message > .eyebrow {
    padding: 7px 10px;
    font-size: 11px;
  }

  .prompt-hero h1 {
    max-width: 350px;
    font-size: clamp(31px, 8.4vw, 38px);
    line-height: 1.03;
  }

  .prompt-hero .lede {
    max-width: 350px;
    font-size: 13px;
    line-height: 1.3;
  }

  .mcp-line {
    display: none;
  }

  .hero-console {
    padding: 10px;
  }

  .hero-console textarea {
    height: 136px;
    min-height: 0;
    padding: 10px;
    font-size: 13px;
    line-height: 1.3;
  }

  .prompt-dots {
    display: flex;
    gap: 6px;
  }

  .prompt-dots button {
    width: 28px;
  }

  .hero-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }

  .hero-actions .primary-cta,
  .hero-actions .ghost-cta {
    min-height: 44px;
    padding: 11px 8px;
    font-size: 13px;
  }

  .console-note {
    display: none;
  }

  .journey-board .demo-intro h2,
  .board-section .section-heading h2 {
    font-size: 31px;
  }

  .board-flow article {
    min-height: 0;
  }
}
