:root {
  color-scheme: light;
  --paper: #f7f4ee;
  --white: #fffdfa;
  --ink: #181716;
  --soft-ink: #56514b;
  --line: #d8d0c5;
  --line-dark: #a79c8e;
  --clay: #b64a3a;
  --sage: #52685d;
  --blue: #2e4d66;
  --gold: #a4783f;
  --shadow: 0 18px 42px rgba(35, 30, 24, 0.1);
  --container: min(1360px, calc(100vw - 32px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% -8%, rgba(164, 120, 63, 0.12), transparent 32vw),
    linear-gradient(180deg, rgba(255, 253, 250, 0.82), rgba(247, 244, 238, 0.96) 340px),
    var(--paper);
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

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

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 1;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 25px;
}

p {
  color: var(--soft-ink);
  line-height: 1.55;
}

.top-note {
  display: grid;
  place-items: center;
  min-height: 34px;
  padding: 7px 16px;
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.site-header,
.app-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 18px max(24px, calc((100vw - 1360px) / 2));
  background: rgba(255, 253, 250, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.site-header.compact {
  top: 0;
}

.app-header {
  grid-template-columns: auto 1fr;
}

.app-header nav {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  font-size: 14px;
  font-weight: 800;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #a4783f;
  background:
    linear-gradient(90deg, transparent 48%, rgba(164, 120, 63, 0.34) 48% 52%, transparent 52%),
    linear-gradient(180deg, transparent 48%, rgba(164, 120, 63, 0.34) 48% 52%, transparent 52%),
    linear-gradient(135deg, #fffdfa, #f4eadb);
  color: #211b15;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow:
    inset 0 0 0 5px rgba(164, 120, 63, 0.08),
    0 10px 24px rgba(35, 30, 24, 0.08);
}

.brand > span:last-child {
  display: grid;
  gap: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: 0.02em;
}

.brand > span:last-child::after {
  content: "Furniture House";
  margin-top: 4px;
  color: #a4783f;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.search-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  width: min(760px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line-dark);
  background: #fff;
}

.search-bar input {
  min-width: 0;
  border: 0;
  padding: 13px 16px;
  background: transparent;
  color: var(--ink);
  outline: none;
}

.search-bar button {
  border: 0;
  border-left: 1px solid var(--line-dark);
  padding: 0 18px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 14px;
  font-weight: 800;
}

.header-actions.wide {
  grid-column: 2 / -1;
}

.sell-link {
  color: var(--clay);
}

.market-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  overflow-x: auto;
  padding: 13px max(16px, calc((100vw - 1360px) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--white);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.market-nav a:hover,
.text-link:hover,
.header-actions a:hover,
.app-header a:hover {
  color: var(--clay);
}

.hero-market {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 520px;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-market::before,
.studio-hero::before,
.investor-hero::before,
.join-hero::before {
  content: "LH";
  position: absolute;
  right: 4vw;
  top: 42px;
  z-index: 1;
  color: rgba(255, 253, 250, 0.14);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(90px, 18vw, 260px);
  font-weight: 700;
  line-height: 0.75;
  pointer-events: none;
}

.hero-market img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-market::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(17, 16, 15, 0.74), rgba(17, 16, 15, 0.28), rgba(17, 16, 15, 0.1));
}

.hero-copy {
  width: var(--container);
  margin: 0 auto;
  padding: 64px 0;
  color: var(--white);
}

.hero-copy h1 {
  max-width: 650px;
  font-size: clamp(76px, 8vw, 132px);
  letter-spacing: -0.015em;
}

.hero-copy p {
  max-width: 560px;
  color: rgba(255, 253, 250, 0.9);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.button.dark {
  background: var(--ink);
  color: var(--white);
}

.button.light {
  background: var(--white);
  color: var(--ink);
}

.button:hover {
  transform: translateY(-1px);
}

.eyebrow {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-tight,
.simple-page,
.spec-page {
  width: var(--container);
  margin: 0 auto;
  padding: 42px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.text-link {
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 900;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.category-card {
  display: grid;
  gap: 10px;
  align-content: end;
  min-height: 150px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.category-card img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  background: #ece7df;
}

.category-card strong {
  font-size: 15px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 16px;
}

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

.product-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
}

.product-image {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fbfaf7;
  aspect-ratio: 4 / 5;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  transition: transform 220ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.025);
}

.save-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 253, 250, 0.92);
  font-size: 16px;
}

.product-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: calc(100% - 52px);
  padding: 5px 8px;
  background: rgba(24, 23, 22, 0.86);
  color: var(--white);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-meta {
  display: grid;
  gap: 5px;
}

.product-title {
  display: -webkit-box;
  min-height: 41px;
  overflow: hidden;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-sub,
.product-price,
.vendor-sub {
  color: var(--soft-ink);
  font-size: 13px;
}

.product-price {
  color: var(--ink);
  font-weight: 900;
}

.mini-cart-button {
  min-height: 38px;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.mini-cart-button.is-added,
.button.is-added {
  border-color: #b9c5bc;
  background: #eef3ee;
  color: var(--sage);
}

.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.cart-link span {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 11px;
  line-height: 1;
}

.cart-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(420px, calc(100vw - 40px));
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cart-toast.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cart-toast a {
  color: #f4d29b;
  font-weight: 900;
  white-space: nowrap;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: var(--container);
  margin: 24px auto 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.house-marquee {
  width: var(--container);
  margin: 26px auto 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 13px 0;
  overflow: hidden;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

.house-marquee span {
  display: inline-block;
  padding-right: 46px;
}

.salon-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 1px;
  width: var(--container);
  margin: 34px auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.salon-row article {
  display: grid;
  align-content: end;
  min-height: 360px;
  padding: 28px;
  background: var(--white);
}

.salon-row article:first-child {
  background:
    linear-gradient(180deg, rgba(24, 23, 22, 0.18), rgba(24, 23, 22, 0.82)),
    url("./assets/products/42-regency-revival-heavily-fine-carved-stretcher-base-marble-top-console-.jpg") center / cover;
  color: var(--white);
}

.salon-row article:first-child p {
  color: rgba(255, 253, 250, 0.78);
}

.salon-row h2 {
  font-size: 48px;
}

.salon-row .lot-number {
  width: fit-content;
  margin-bottom: 18px;
  border-bottom: 1px solid currentColor;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-strip article {
  display: grid;
  gap: 4px;
  min-height: 92px;
  padding: 18px;
  background: var(--white);
}

.proof-strip strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  line-height: 1;
}

.proof-strip span {
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 800;
}

.collection-row {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 16px;
  width: var(--container);
  margin: 18px auto 44px;
}

.collection-row a {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--ink);
}

.collection-row img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 240ms ease, opacity 240ms ease;
}

.collection-row span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.collection-row a:hover img {
  transform: scale(1.025);
  opacity: 0.9;
}

.feature-row,
.editorial-band,
.seller-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  width: var(--container);
  margin: 34px auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.feature-row article,
.editorial-band > div,
.seller-hero > div {
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 330px;
  padding: 42px;
  background: var(--white);
}

.feature-row article:nth-child(2) {
  background: #ecf0ea;
}

.editorial-band {
  grid-template-columns: 1.1fr 0.9fr;
}

.concierge-panel {
  justify-content: center;
  background: var(--ink) !important;
  color: var(--white);
}

.concierge-panel span {
  color: rgba(255, 253, 250, 0.72);
}

.concierge-panel strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 44px;
  line-height: 1;
}

.source-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.source-pills span {
  border: 1px solid var(--line-dark);
  padding: 8px 10px;
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.vendor-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.vendor-card {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  background: var(--white);
}

.vendor-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.vendor-card div {
  display: grid;
  gap: 6px;
  padding: 0 14px 14px;
}

.vendor-card strong {
  font-size: 16px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px max(16px, calc((100vw - 1360px) / 2));
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--soft-ink);
  font-size: 13px;
}

.site-footer nav {
  display: flex;
  gap: 18px;
}

.shop-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 30px;
  width: var(--container);
  margin: 0 auto;
  padding: 36px 0;
}

.filters {
  position: sticky;
  top: 112px;
  align-self: start;
  display: grid;
  gap: 24px;
  padding-right: 20px;
  border-right: 1px solid var(--line);
}

.filters h1 {
  font-size: 48px;
}

.filter-group {
  display: grid;
  gap: 10px;
}

.filter-group > div {
  display: grid;
  gap: 8px;
}

.filter-button {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 8px 0;
  background: transparent;
  color: var(--soft-ink);
  text-align: left;
  cursor: pointer;
}

.filter-button.active {
  color: var(--clay);
  font-weight: 900;
}

.shop-results {
  min-width: 0;
}

.shop-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.shop-toolbar select {
  min-height: 42px;
  border: 1px solid var(--line-dark);
  background: var(--white);
  padding: 0 12px;
}

.ai-search-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid #b9c5bc;
  background: #eef3ee;
  color: var(--sage);
  font-size: 14px;
}

.ai-search-card a {
  font-weight: 900;
}

.product-page {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 44px;
  width: var(--container);
  margin: 0 auto;
  padding: 42px 0;
}

.product-gallery {
  display: grid;
  gap: 14px;
}

.product-gallery.sold {
  position: relative;
}

.sold-ribbon {
  position: absolute;
  left: 18px;
  top: 18px;
  max-width: calc(100% - 36px);
  padding: 9px 12px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-gallery img {
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  border: 1px solid var(--line);
  background: var(--white);
}

.product-info {
  display: grid;
  align-content: start;
  gap: 20px;
}

.product-info h1 {
  font-size: 52px;
}

.detail-list {
  display: grid;
  gap: 10px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.detail-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.detail-list span:first-child {
  color: var(--soft-ink);
}

.contact-box {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
}

.product-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.product-action-grid button {
  min-height: 40px;
  border: 1px solid var(--line-dark);
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.product-action-grid button:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.product-request-output:not(:empty) {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid #b9c5bc;
  background: #eef3ee;
  color: var(--sage);
}

.vendor-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 390px;
  overflow: hidden;
  color: var(--white);
}

.vendor-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vendor-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.12));
}

.vendor-hero > div {
  width: var(--container);
  margin: 0 auto;
  padding: 48px 0;
}

.vendor-hero h1 {
  font-size: 68px;
}

.vendor-hero p {
  max-width: 620px;
  color: rgba(255, 253, 250, 0.88);
}

.vendor-stats,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: var(--container);
  margin: 28px auto;
}

.vendor-stats article,
.metric-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
}

.vendor-stats span,
.metric-grid span {
  display: block;
  margin-bottom: 4px;
  font-size: 26px;
  font-weight: 900;
}

.seller-hero {
  align-items: stretch;
}

.seller-hero img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.seller-hero h1,
.simple-page h1,
.spec-page h1,
.import-console h1 {
  max-width: 850px;
  font-size: 68px;
}

.three-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: var(--container);
  margin: 34px auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.three-columns article {
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: 28px;
  background: var(--white);
}

.three-columns span {
  color: var(--clay);
  font-weight: 900;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.timeline div {
  min-height: 120px;
  padding: 18px;
  background: var(--white);
  font-weight: 900;
}

.import-page {
  width: var(--container);
  margin: 0 auto;
  padding: 42px 0;
}

.import-console {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.import-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.import-form input {
  min-height: 48px;
  border: 1px solid var(--line-dark);
  padding: 0 14px;
  background: var(--white);
}

.import-results,
.import-status,
.import-table {
  display: grid;
  gap: 12px;
}

.import-status {
  padding: 18px;
  border: 1px solid #b9c5bc;
  background: #eef3ee;
}

.import-row,
.inventory-row {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--white);
}

.import-row img,
.inventory-row img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.dashboard-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: calc(100vh - 71px);
}

.dashboard-nav {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 24px;
  border-right: 1px solid var(--line);
  background: var(--white);
}

.dashboard-nav strong {
  margin-bottom: 12px;
}

.dashboard-nav a,
.dashboard-nav button {
  border: 0;
  padding: 11px 12px;
  background: transparent;
  color: var(--soft-ink);
  text-align: left;
  cursor: pointer;
}

.dashboard-nav a.active,
.dashboard-nav button.active {
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
}

.dashboard-main {
  min-width: 0;
  padding: 32px;
}

.dashboard-main h2 {
  font-size: 30px;
}

.dashboard-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.dashboard-title h1 {
  font-size: 54px;
}

.metric-grid {
  width: auto;
  margin: 0 0 24px;
}

.dealer-alert {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #b9c5bc;
  background: #eef3ee;
  color: var(--sage);
}

.dealer-alert strong {
  color: var(--ink);
}

.dealer-panel {
  display: none;
}

.dealer-panel.active {
  display: block;
}

.dashboard-subhead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.inventory-tools {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 210px;
  gap: 10px;
  margin-bottom: 14px;
}

.inventory-tools input,
.inventory-tools select,
.storefront-editor input,
.storefront-editor textarea {
  min-height: 44px;
  border: 1px solid var(--line-dark);
  padding: 10px 12px;
  background: var(--white);
  color: var(--ink);
}

.dealer-table,
.message-grid,
.ai-task-grid {
  display: grid;
  gap: 10px;
}

.dealer-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 120px 130px 150px;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--white);
}

.dealer-row img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border: 1px solid var(--line);
  background: #fbfaf7;
}

.dealer-row strong,
.message-card strong,
.ai-task-card strong {
  display: block;
  line-height: 1.25;
}

.status-pill {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  min-width: 86px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--soft-ink);
  font-size: 12px;
  font-weight: 900;
}

.status-pill.ready {
  border-color: #b9c5bc;
  background: #eef3ee;
  color: var(--sage);
}

.row-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.row-actions button,
.message-card button,
.ai-task-card button {
  min-height: 34px;
  border: 1px solid var(--ink);
  padding: 0 10px;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.row-actions button.primary,
.message-card button.primary,
.ai-task-card button.primary {
  background: var(--ink);
  color: var(--white);
}

.message-card,
.ai-task-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
}

.message-card p,
.ai-task-card p {
  margin-top: 6px;
}

.message-draft,
.ai-result {
  grid-column: 1 / -1;
  display: none;
  padding: 12px;
  border: 1px solid #b9c5bc;
  background: #eef3ee;
  color: var(--sage);
}

.message-card.has-draft .message-draft,
.ai-task-card.done .ai-result {
  display: block;
}

.analytics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.analytics-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
}

.analytics-grid strong {
  font-size: 30px;
}

.analytics-grid div {
  height: 8px;
  background: linear-gradient(90deg, var(--ink) var(--value), var(--line) var(--value));
}

.dealer-chart {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 12px;
  min-height: 260px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
}

.dealer-chart span {
  display: block;
  min-height: 24px;
  background: var(--ink);
}

.storefront-editor {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 18px;
}

.storefront-editor section {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
}

.storefront-editor label {
  display: grid;
  gap: 7px;
  color: var(--soft-ink);
  font-weight: 900;
}

.storefront-editor textarea {
  min-height: 118px;
  resize: vertical;
}

.storefront-preview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
}

.storefront-preview strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
}

.work-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 18px;
}

.buyer-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 18px;
  margin-bottom: 24px;
}

.mood-panel {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--ink);
  color: var(--white);
}

.mood-panel strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.mood-panel span {
  border-bottom: 1px solid rgba(255, 253, 250, 0.2);
  padding-bottom: 8px;
  color: rgba(255, 253, 250, 0.72);
}

.mood-panel a {
  margin-top: 8px;
  color: #f4d29b;
  font-weight: 900;
}

.compact-head {
  margin-top: 10px;
}

.work-grid section,
.concierge-chat {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
}

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

.task-list p {
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--paper);
}

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

.admin-modules p,
.spec-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}

.spec-roadmap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  border: 1px solid var(--line);
  background: var(--line);
}

.spec-roadmap article {
  display: grid;
  gap: 10px;
  padding: 24px;
  background: #eef3ee;
}

.spec-roadmap strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
}

.spec-roadmap span {
  color: var(--soft-ink);
  line-height: 1.5;
}

.spec-grid article {
  display: grid;
  gap: 10px;
}

.spec-grid p {
  font-weight: 500;
}

.simple-page > p,
.spec-page > p {
  max-width: 760px;
  margin-top: 14px;
}

.cart-page-grid,
.studio-page {
  width: var(--container);
  margin: 0 auto;
  padding: 42px 0;
}

.cart-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.cart-list {
  min-width: 0;
}

.cart-list h1,
.cart-empty h1,
.studio-hero h1 {
  max-width: 920px;
  font-size: 68px;
}

.cart-list h1,
.cart-empty h1 {
  margin-bottom: 12px;
}

.cart-rows {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.cart-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 82px auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--white);
}

.cart-row img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border: 1px solid var(--line);
  background: #fbfaf7;
}

.cart-row strong {
  display: block;
  margin-bottom: 7px;
  line-height: 1.25;
}

.cart-row span {
  display: block;
  margin-top: 8px;
  font-weight: 900;
}

.cart-row label {
  display: grid;
  gap: 6px;
  color: var(--soft-ink);
  font-size: 12px;
  font-weight: 900;
}

.cart-row input {
  width: 72px;
  min-height: 40px;
  border: 1px solid var(--line-dark);
  padding: 0 8px;
  background: var(--white);
}

.cart-row button {
  min-height: 38px;
  border: 1px solid var(--line-dark);
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.cart-summary {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--ink);
  color: var(--white);
}

.cart-summary span,
.cart-summary p {
  color: rgba(255, 253, 250, 0.72);
}

.cart-summary strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 48px;
  line-height: 1;
}

.cart-summary .button.light {
  border-color: rgba(255, 253, 250, 0.55);
}

.cart-summary .button.dark {
  border-color: #f4d29b;
  background: #f4d29b;
  color: var(--ink);
}

.cart-confirmation {
  display: grid;
  gap: 5px;
  min-height: 0;
}

.cart-confirmation:not(:empty) {
  padding: 12px;
  border: 1px solid rgba(244, 210, 155, 0.45);
  background: rgba(244, 210, 155, 0.1);
}

.cart-empty {
  width: var(--container);
  margin: 0 auto;
  padding: 80px 0;
}

.studio-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.studio-hero > div,
.studio-photo {
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 500px;
  margin: 0;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.studio-photo {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(82, 104, 93, 0.12), rgba(180, 120, 63, 0.12)),
    var(--white);
}

.studio-photo img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border: 1px solid var(--line);
  background: #ece7df;
}

.studio-photo.has-generated::after {
  content: "GPT generated room";
  position: absolute;
  top: 52px;
  right: 52px;
  z-index: 5;
  padding: 8px 11px;
  border: 1px solid rgba(244, 210, 155, 0.65);
  background: rgba(24, 23, 22, 0.86);
  color: #f4d29b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studio-photo figcaption {
  color: var(--soft-ink);
  font-size: 13px;
  line-height: 1.5;
}

.upload-button {
  position: relative;
  overflow: hidden;
}

.upload-button input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.studio-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--white);
}

.studio-controls label {
  display: grid;
  gap: 8px;
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 900;
}

.studio-controls select {
  min-height: 44px;
  border: 1px solid var(--line-dark);
  padding: 0 12px;
  background: var(--white);
  color: var(--ink);
}

.studio-status {
  margin-bottom: 18px;
}

.studio-results {
  display: grid;
  gap: 18px;
}

.studio-summary-card {
  display: grid;
  grid-template-columns: 140px minmax(160px, 0.45fr) minmax(220px, 1fr) auto auto auto;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid #b9c5bc;
  background: #eef3ee;
}

.studio-summary-card span {
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studio-summary-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.studio-summary-card p {
  margin: 0;
}

.studio-ai-notes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #cad6cd;
  background: #cad6cd;
}

.studio-ai-notes article {
  display: grid;
  gap: 5px;
  padding: 12px;
  background: rgba(255, 253, 250, 0.82);
}

.studio-ai-notes small {
  color: var(--sage);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studio-ai-notes b {
  font-size: 12px;
  line-height: 1.35;
}

.new-room-preview {
  display: grid;
  grid-template-columns: minmax(240px, 0.35fr) minmax(0, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.room-preview-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
  background:
    radial-gradient(circle at 80% 15%, rgba(164, 120, 63, 0.14), transparent 28%),
    var(--white);
}

.room-preview-copy span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.room-preview-copy h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.92;
}

.room-preview-copy strong {
  width: fit-content;
  padding: 9px 12px;
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.room-generation-error {
  border-left: 3px solid var(--gold);
  padding-left: 10px;
  color: var(--sage);
  font-size: 13px;
}

.generated-room-frame {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.generated-room-frame img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.generated-room-frame figcaption,
.room-generating {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 8;
  max-width: min(420px, calc(100% - 36px));
  padding: 10px 12px;
  background: rgba(24, 23, 22, 0.88);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.generated-hotspot {
  position: absolute;
  z-index: 7;
  display: grid;
  align-content: end;
  justify-items: start;
  padding: 10px;
  border: 1px solid rgba(244, 210, 155, 0);
  background: rgba(24, 23, 22, 0.01);
  color: var(--white);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.generated-hotspot span,
.generated-hotspot b {
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.generated-hotspot span {
  padding: 6px 8px;
  background: rgba(24, 23, 22, 0.9);
  color: #f4d29b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.generated-hotspot b {
  padding: 7px 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 12px;
}

.generated-hotspot:hover,
.generated-hotspot:focus-visible {
  border-color: rgba(244, 210, 155, 0.75);
  background: rgba(244, 210, 155, 0.08);
  box-shadow: inset 0 0 0 1px rgba(24, 23, 22, 0.32), 0 20px 60px rgba(24, 23, 22, 0.18);
  outline: none;
}

.generated-hotspot:hover span,
.generated-hotspot:hover b,
.generated-hotspot:focus-visible span,
.generated-hotspot:focus-visible b {
  opacity: 1;
  transform: translateY(0);
}

.room-share-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(164, 120, 63, 0.34);
  background:
    linear-gradient(135deg, rgba(244, 210, 155, 0.16), rgba(255, 255, 255, 0.72)),
    #f8f4ec;
}

.room-share-panel span {
  color: #a4783f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.room-share-panel strong {
  display: block;
  margin-top: 5px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  line-height: 1;
}

.room-share-panel p {
  margin: 6px 0 0;
  color: var(--soft-ink);
  font-size: 13px;
}

.room-share-actions,
.room-network-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.room-share-actions .button {
  min-height: 42px;
}

.room-share-actions .button[disabled] {
  cursor: not-allowed;
  opacity: 0.45;
}

.room-network-actions {
  grid-column: 1 / -1;
  justify-content: flex-start;
}

.room-network-actions a {
  padding: 9px 11px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.room-network-actions a:hover {
  border-color: #a4783f;
  color: #7c5420;
}

.room-generating {
  left: 50%;
  top: 50%;
  bottom: auto;
  display: grid;
  place-items: center;
  min-width: 320px;
  min-height: 72px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.room-render-wait {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--ink);
}

.room-render-wait-bg {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
  filter: saturate(0.72) contrast(0.9) brightness(0.82);
  transform: scale(1.02);
}

.room-render-wait-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(244, 210, 155, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(24, 23, 22, 0.72), rgba(24, 23, 22, 0.18), rgba(24, 23, 22, 0.68));
}

.room-render-wait-panel {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 4;
  display: grid;
  gap: 8px;
  max-width: 420px;
  padding: 20px 22px;
  border: 1px solid rgba(244, 210, 155, 0.42);
  background: rgba(24, 23, 22, 0.86);
  box-shadow: 0 24px 80px rgba(24, 23, 22, 0.3);
}

.room-render-wait-panel span {
  color: #f4d29b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.room-render-wait-panel strong {
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 0.95;
}

.room-render-wait-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.room-render-wait.is-generating::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.18) 45%, transparent 62%);
  animation: renderSweep 1.8s ease-in-out infinite;
}

@keyframes renderSweep {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

.room-stage {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #ece6dc;
}

.room-stage.is-generating .room-stage-item {
  opacity: 0.42;
}

.room-base-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) contrast(0.92) brightness(1.04);
  transform: scale(1.02);
}

.room-stage-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.18), rgba(255, 253, 250, 0.02) 38%, rgba(24, 23, 22, 0.18)),
    radial-gradient(circle at 50% 72%, rgba(255, 253, 250, 0.48), transparent 38%);
  pointer-events: none;
}

.room-stage-item {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 253, 250, 0.68);
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 24px 70px rgba(24, 23, 22, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.room-stage-item:hover {
  z-index: 10;
  box-shadow: 0 30px 90px rgba(24, 23, 22, 0.28);
  transform: translateY(-4px) scale(1.02);
}

.room-stage-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 7%;
}

.room-stage-item span {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 5px 7px;
  background: rgba(24, 23, 22, 0.86);
  color: var(--white);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.room-stage-item.seating {
  left: 26%;
  bottom: 6%;
  z-index: 4;
  width: 34%;
  height: 33%;
}

.room-stage-item.table-left {
  left: 8%;
  bottom: 10%;
  z-index: 5;
  width: 22%;
  height: 23%;
}

.room-stage-item.table-right {
  right: 8%;
  bottom: 11%;
  z-index: 5;
  width: 22%;
  height: 23%;
}

.room-stage-item.art {
  left: 38%;
  top: 8%;
  z-index: 3;
  width: 24%;
  height: 26%;
}

.room-stage-item.mirror {
  right: 12%;
  top: 10%;
  z-index: 3;
  width: 19%;
  height: 30%;
}

.room-stage-item.storage {
  left: 5%;
  top: 24%;
  z-index: 2;
  width: 22%;
  height: 32%;
}

.room-stage-item.accent-1 {
  left: 18%;
  top: 12%;
  width: 18%;
  height: 22%;
}

.room-stage-item.accent-2 {
  right: 22%;
  bottom: 8%;
  width: 18%;
  height: 21%;
}

.room-stage-item.accent-3 {
  right: 6%;
  top: 38%;
  width: 18%;
  height: 24%;
}

.studio-feature {
  width: 100%;
}

.platform-announcement,
.trade-page,
.agents-page,
.academy-page,
.partner-page,
.similar-page,
.agent-page,
.investor-page {
  width: var(--container);
  margin: 0 auto;
  padding: 42px 0;
}

.role-selector {
  display: grid;
  grid-template-columns: 1.2fr repeat(5, minmax(0, 1fr));
  gap: 1px;
  width: var(--container);
  margin: 24px auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.role-selector > div,
.role-selector > a {
  display: grid;
  align-content: start;
  gap: 11px;
  min-height: 230px;
  padding: 22px;
  background: var(--white);
}

.role-selector > div {
  background: #eef3ee;
}

.role-selector span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.role-selector strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.founding-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1px;
  width: var(--container);
  margin: 34px auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.founding-proof > div,
.founding-proof article {
  min-height: 430px;
  background: var(--white);
}

.founding-proof > div {
  overflow: hidden;
}

.founding-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founding-proof article {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 42px;
}

.founding-proof h2 {
  font-size: 52px;
}

.platform-announcement {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.platform-announcement > div,
.platform-announcement > a {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 240px;
  padding: 24px;
  background: var(--white);
}

.platform-announcement > div {
  background: var(--ink);
  color: var(--white);
}

.platform-announcement > div p {
  color: rgba(255, 253, 250, 0.76);
}

.platform-announcement span,
.platform-modules span,
.trade-tiers span,
.partner-modes span,
.agent-module span,
.course-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.platform-announcement strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.trade-hero,
.agents-hero,
.academy-hero,
.partner-hero,
.similar-hero,
.agent-hero,
.investor-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 18px;
  margin-bottom: 18px;
}

.trade-hero > div,
.agents-hero > div,
.academy-hero > div,
.partner-hero > div,
.similar-hero > div,
.agent-hero > div,
.investor-hero > div,
.trade-proof-card,
.agent-runner,
.academy-progress,
.partner-card,
.similar-search,
.agent-card,
.investor-proof {
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 390px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.trade-hero h1,
.agents-hero h1,
.academy-hero h1,
.partner-hero h1,
.similar-hero h1,
.agent-hero h1,
.investor-hero h1 {
  max-width: 900px;
  font-size: 68px;
}

.trade-proof-card,
.agent-runner,
.academy-progress,
.partner-card,
.agent-card,
.investor-proof {
  background: #eef3ee;
}

.trade-proof-card strong,
.academy-progress strong,
.partner-card strong,
.agent-card strong,
.investor-proof strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

.investor-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.investor-metrics article {
  display: grid;
  gap: 6px;
  min-height: 130px;
  padding: 22px;
  background: var(--ink);
  color: var(--white);
}

.investor-metrics strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 48px;
  line-height: 1;
}

.investor-metrics span {
  color: rgba(255, 253, 250, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.investor-grid,
.investor-roadmap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.investor-grid article,
.investor-roadmap article {
  display: grid;
  gap: 12px;
  min-height: 260px;
  padding: 28px;
  background: var(--white);
}

.investor-grid span,
.investor-roadmap span,
.revenue-model article strong,
.demo-path .eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.revenue-model {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.revenue-model > div,
.revenue-model article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  padding: 24px;
  background: var(--white);
}

.revenue-model > div {
  background: #eef3ee;
}

.demo-path {
  display: grid;
  gap: 16px;
  margin: 18px 0;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
}

.demo-path div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.demo-path a {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.trade-tiers,
.partner-modes,
.platform-modules,
.agent-grid,
.course-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.trade-tiers article,
.partner-modes article,
.platform-modules article,
.agent-module,
.course-card {
  display: grid;
  gap: 12px;
  min-height: 260px;
  padding: 24px;
  background: var(--white);
}

.platform-modules {
  width: var(--container);
  margin: 34px auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-modules a,
.agent-module button,
.course-card button {
  width: fit-content;
  border: 1px solid var(--ink);
  padding: 9px 12px;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.trade-console,
.agent-console,
.partner-console,
.seller-tools {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: 18px;
  width: var(--container);
  margin: 34px auto;
}

.trade-console {
  width: 100%;
}

.trade-inputs,
.trade-output,
.agent-inputs,
.agent-output,
.partner-console > div,
.seller-tool-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.seller-tool-card.dark {
  background: var(--ink);
  color: var(--white);
}

.seller-tool-card.dark span,
.seller-tool-card.dark p {
  color: rgba(255, 253, 250, 0.72);
}

.seller-tool-card.dark strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 54px;
  line-height: 1;
}

.trade-inputs label,
.agent-inputs label,
.seller-tool-card label,
.similar-search label,
.similar-controls label {
  display: grid;
  gap: 8px;
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 900;
}

.trade-inputs input,
.trade-inputs select,
.agent-inputs select,
.agent-inputs textarea,
.seller-tool-card input,
.similar-search textarea,
.similar-controls select,
.agent-runner select {
  min-height: 44px;
  border: 1px solid var(--line-dark);
  padding: 10px 12px;
  background: var(--white);
  color: var(--ink);
}

.agent-inputs textarea,
.similar-search textarea {
  min-height: 150px;
  resize: vertical;
}

.similar-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.agent-runner div,
.migration-output,
.partner-feed-list {
  display: grid;
  gap: 10px;
}

.migration-output:not(:empty) {
  padding: 12px;
  border: 1px solid #b9c5bc;
  background: #eef3ee;
}

.partner-feed-list article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.partner-feed-list img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border: 1px solid var(--line);
  background: var(--white);
}

.affiliate-console {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  margin: 34px 0;
}

.affiliate-console > div,
.affiliate-output {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.affiliate-console label {
  display: grid;
  gap: 8px;
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 900;
}

.affiliate-console input {
  min-height: 44px;
  border: 1px solid var(--line-dark);
  padding: 10px 12px;
  background: var(--white);
}

.affiliate-console > .affiliate-output {
  background: var(--ink);
  color: var(--white);
}

.affiliate-console > .affiliate-output span,
.affiliate-console > .affiliate-output p {
  color: rgba(255, 253, 250, 0.72);
}

.affiliate-console > .affiliate-output strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 54px;
  line-height: 1;
}

.powered-by {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: rgba(255, 253, 250, 0.74);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.powered-by a {
  color: #f4d29b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.has-demo-bar {
  padding-bottom: 86px;
}

.demo-bar {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px;
  border: 1px solid rgba(255, 253, 250, 0.2);
  background: rgba(24, 23, 22, 0.94);
  color: var(--white);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.demo-bar span {
  color: #f4d29b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.demo-bar strong {
  display: block;
  margin-top: 3px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1;
}

.demo-bar nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.demo-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(255, 253, 250, 0.28);
  padding: 0 12px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.demo-bar a.primary {
  border-color: #f4d29b;
  background: #f4d29b;
  color: var(--ink);
}

body[data-page="supercomputer"].has-demo-bar {
  padding-bottom: 0;
}

body[data-page="design-studio"].has-demo-bar,
body[data-page="magic-agents"].has-demo-bar,
body[data-page="supercomputer"].has-demo-bar {
  padding-bottom: 0;
}

body[data-page="design-studio"] .demo-bar,
body[data-page="magic-agents"] .demo-bar,
body[data-page="supercomputer"] .demo-bar {
  position: static;
  width: var(--container);
  margin: 24px auto;
}

.join-page {
  width: var(--container);
  margin: 0 auto;
  padding: 42px 0;
}

.join-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: 18px;
  margin-bottom: 18px;
}

.join-hero > div,
.lead-form,
.outreach-box {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.join-hero > div {
  align-content: center;
  min-height: 620px;
  background:
    linear-gradient(135deg, rgba(82, 104, 93, 0.14), rgba(180, 120, 63, 0.14)),
    var(--white);
}

.join-hero h1 {
  max-width: 880px;
  font-size: 72px;
}

.join-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  border: 1px solid var(--line);
  background: var(--line);
}

.join-proof article {
  display: grid;
  gap: 5px;
  padding: 18px;
  background: var(--ink);
  color: var(--white);
}

.join-proof strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
}

.join-proof span {
  color: rgba(255, 253, 250, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.lead-form {
  min-height: 620px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line-dark);
  padding: 10px 12px;
  background: var(--white);
  color: var(--ink);
}

.lead-form textarea {
  min-height: 96px;
  resize: vertical;
}

.lead-confirmation:not(:empty),
.consultant-output {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #b9c5bc;
  background: #eef3ee;
  color: var(--sage);
}

.consultant-chat {
  display: grid;
  gap: 14px;
}

.chat-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c8d3cc;
}

.chat-head span,
.chat-action-list span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.chat-head strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 0.95;
}

.chat-head em {
  min-width: max-content;
  padding: 8px 10px;
  border: 1px solid #b9c5bc;
  background: rgba(255, 253, 250, 0.64);
  color: var(--sage);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.chat-messages {
  display: grid;
  gap: 10px;
  max-height: 360px;
  overflow: auto;
  padding-right: 4px;
}

.chat-bubble {
  max-width: 82%;
  padding: 13px 14px;
  border: 1px solid #c9d5cd;
  background: rgba(255, 253, 250, 0.82);
  color: var(--soft-ink);
}

.chat-bubble p {
  margin: 0;
}

.chat-bubble.user {
  justify-self: end;
  border-color: #1a1918;
  background: #1a1918;
  color: var(--white);
}

.chat-action-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.chat-action-list article {
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid #d8cec0;
  background: #fffdfa;
}

.chat-action-list article.executed {
  border-color: #b9c5bc;
  background: #eef3ee;
}

.chat-action-list strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.2;
}

.chat-action-list p,
.chat-action-list small {
  margin: 0;
  color: var(--soft-ink);
  font-size: 12px;
  line-height: 1.35;
}

.chat-action-list pre {
  max-height: 150px;
  overflow: auto;
  margin: 0;
  white-space: pre-wrap;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.chat-jobs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chat-jobs button {
  padding: 8px 10px;
  border: 1px solid #b9a27f;
  background: rgba(244, 210, 155, 0.22);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid var(--ink);
  background: var(--white);
}

.chat-form input,
.chat-form button {
  min-height: 46px;
  border: 0;
  background: transparent;
  font: inherit;
}

.chat-form input {
  min-width: 0;
  padding: 0 14px;
}

.chat-form button {
  padding: 0 18px;
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
}

.chat-form input:disabled,
.chat-form button:disabled {
  opacity: 0.56;
  cursor: wait;
}

.lead-confirmation a {
  width: fit-content;
  border-bottom: 1px solid currentColor;
  font-weight: 900;
}

.morning-plan {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.morning-plan article {
  display: grid;
  gap: 12px;
  min-height: 250px;
  padding: 24px;
  background: var(--white);
}

.morning-plan span,
.consultant-card span,
.lead-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.morning-plan a,
.morning-plan button,
.consultant-card button {
  width: fit-content;
  min-height: 38px;
  border: 1px solid var(--ink);
  padding: 0 12px;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.ai-consultants {
  width: 100%;
  margin: 34px 0;
}

.consultant-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.consultant-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 54px rgba(24, 23, 22, 0.04);
}

.consultant-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--ink);
}

.consultant-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.consultant-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(180deg, transparent, rgba(17, 17, 17, 0.34));
  pointer-events: none;
}

.consultant-photo img {
  display: block;
  filter: saturate(0.96) contrast(1.07);
  transform: scale(1.04);
  transform-origin: center top;
}

.maya-support img {
  object-position: 52% 27%;
  transform: scale(1.18);
}

.sofia-support img {
  object-position: 52% 25%;
  transform: scale(1.13);
}

.adrian-support img {
  object-position: 50% 27%;
  transform: scale(1.09);
}

.luca-support img {
  object-position: 50% 25%;
  transform: scale(1.08);
}

.human-portrait {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: var(--ink);
}

.avatar-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 253, 250, 0.34), transparent 15%),
    radial-gradient(circle at 50% 38%, #d7a280 0 10%, transparent 10.5%),
    radial-gradient(circle at 43% 36%, #1b1716 0 1.5%, transparent 1.7%),
    radial-gradient(circle at 57% 36%, #1b1716 0 1.5%, transparent 1.7%),
    linear-gradient(165deg, #f8ead6, #a4783f 46%, #171413);
}

.avatar-art::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 17%;
  width: 46%;
  height: 42%;
  border-radius: 44% 44% 0 0;
  background: linear-gradient(145deg, rgba(24, 23, 22, 0.98), rgba(82, 104, 93, 0.9));
  transform: translateX(-50%);
}

.avatar-art::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18%;
  width: 34%;
  height: 30%;
  border-radius: 50% 50% 44% 44%;
  background:
    radial-gradient(circle at 34% 42%, #171413 0 5px, transparent 6px),
    radial-gradient(circle at 66% 42%, #171413 0 5px, transparent 6px),
    linear-gradient(#d9a888, #c99173);
  box-shadow:
    0 -20px 0 10px rgba(27, 23, 20, 0.95),
    0 18px 0 -5px rgba(139, 63, 52, 0.55);
  transform: translateX(-50%);
}

.avatar-art span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: rgba(255, 253, 250, 0.72);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 78px;
  line-height: 0.8;
}

.avatar-art.sofia {
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 253, 250, 0.3), transparent 15%),
    radial-gradient(circle at 50% 38%, #e1ad91 0 10%, transparent 10.5%),
    radial-gradient(circle at 43% 36%, #14110f 0 1.5%, transparent 1.7%),
    radial-gradient(circle at 57% 36%, #14110f 0 1.5%, transparent 1.7%),
    linear-gradient(165deg, #fff3e2, #b64a3a 48%, #15110f);
}

.avatar-art.gia {
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 253, 250, 0.3), transparent 15%),
    radial-gradient(circle at 50% 38%, #c89678 0 10%, transparent 10.5%),
    radial-gradient(circle at 43% 36%, #14110f 0 1.5%, transparent 1.7%),
    radial-gradient(circle at 57% 36%, #14110f 0 1.5%, transparent 1.7%),
    linear-gradient(165deg, #f4f0e8, #52685d 48%, #121715);
}

.avatar-art.nika {
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 253, 250, 0.3), transparent 15%),
    radial-gradient(circle at 50% 38%, #d39a78 0 10%, transparent 10.5%),
    radial-gradient(circle at 43% 36%, #14110f 0 1.5%, transparent 1.7%),
    radial-gradient(circle at 57% 36%, #14110f 0 1.5%, transparent 1.7%),
    linear-gradient(165deg, #fff7e6, #a4783f 46%, #17110d);
}

.consultant-card div {
  display: grid;
  gap: 9px;
  padding: 18px;
}

.consultant-card h3 {
  font-size: 32px;
}

.admin-leads {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
}

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

.request-pipeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.lead-card,
.lead-empty,
.request-card {
  display: grid;
  gap: 10px;
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
}

.lead-card h3,
.lead-empty h3,
.request-card h3 {
  font-size: 30px;
}

.lead-card strong {
  color: var(--ink);
}

.lead-card div {
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid #b9c5bc;
  background: #eef3ee;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
}

.request-card {
  background: #fbfaf7;
}

.request-card span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.request-card div {
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid #b9c5bc;
  background: #eef3ee;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
}

.lead-empty {
  grid-column: 1 / -1;
  min-height: 170px;
}

.supply-engine {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: var(--container);
  margin: 34px auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.supply-engine > div,
.supply-engine article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  padding: 26px;
  background: var(--white);
}

.supply-engine > div {
  background: var(--ink);
  color: var(--white);
}

.supply-engine > div p {
  color: rgba(255, 253, 250, 0.74);
}

.supply-engine strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 52px;
  line-height: 0.92;
}

.supply-engine span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.supercomputer-page {
  width: var(--container);
  margin: 0 auto;
  padding: 42px 0;
}

.super-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.82fr);
  gap: 18px;
  margin-bottom: 18px;
}

.super-hero > div,
.super-command-card {
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 520px;
  padding: 36px;
  border: 1px solid var(--line);
  background: var(--white);
}

.super-hero > div {
  background:
    radial-gradient(circle at 78% 20%, rgba(164, 120, 63, 0.2), transparent 18vw),
    linear-gradient(135deg, rgba(24, 23, 22, 0.03), rgba(82, 104, 93, 0.12)),
    var(--white);
}

.super-hero h1 {
  max-width: 900px;
  font-size: clamp(64px, 7vw, 112px);
  letter-spacing: -0.015em;
}

.super-command-card {
  position: relative;
  overflow: hidden;
  align-content: stretch;
  background:
    radial-gradient(circle at 82% 18%, rgba(240, 211, 150, 0.24), transparent 22%),
    radial-gradient(circle at 14% 82%, rgba(82, 104, 93, 0.52), transparent 30%),
    linear-gradient(145deg, #10100f 0%, #181716 54%, #2a241b 100%) !important;
  color: var(--white);
}

.super-command-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 253, 250, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 250, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.28;
  pointer-events: none;
}

.command-card-copy,
.command-screen {
  position: relative;
  z-index: 1;
}

.super-command-card p {
  color: rgba(255, 253, 250, 0.72);
}

.super-command-card span {
  color: #f4d29b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.super-command-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 56px;
  line-height: 0.95;
}

.command-screen {
  display: grid;
  gap: 14px;
  margin-top: 8px;
  border: 1px solid rgba(240, 211, 150, 0.34);
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.08), rgba(255, 253, 250, 0.02)),
    rgba(12, 12, 11, 0.58);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
}

.command-screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 253, 250, 0.12);
  padding-bottom: 12px;
}

.command-screen-top span,
.command-flow span,
.command-metrics span {
  color: #f0d396;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.command-screen-top strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

.command-flow {
  display: grid;
  gap: 8px;
}

.command-flow article {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 6px 12px;
  border: 1px solid rgba(255, 253, 250, 0.12);
  padding: 12px;
  background: rgba(255, 253, 250, 0.06);
}

.command-flow article strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

.command-flow small {
  grid-column: 2;
  color: rgba(255, 253, 250, 0.62);
  font-size: 12px;
}

.command-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.command-metrics div {
  display: grid;
  gap: 5px;
  min-height: 86px;
  align-content: center;
  border: 1px solid rgba(240, 211, 150, 0.24);
  padding: 10px;
  background: rgba(240, 211, 150, 0.09);
}

.command-metrics strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 0.96;
}

.super-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.super-modules article {
  display: grid;
  gap: 12px;
  min-height: 260px;
  padding: 26px;
  background: var(--white);
}

.super-modules span,
.super-stack article strong {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.super-stack {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 34px 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.super-stack > div,
.super-stack article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  padding: 26px;
  background: var(--white);
}

.super-stack > div {
  background: #eef3ee;
}

.super-stack article span {
  color: var(--soft-ink);
  line-height: 1.5;
}

.course-card.complete {
  background: #eef3ee;
}

.course-card {
  overflow: hidden;
  padding: 0;
}

.course-card-body {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.academy-thumb,
.academy-featured-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ink);
}

.academy-thumb img,
.academy-featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, opacity 220ms ease;
}

.academy-thumb span,
.academy-featured-thumb span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.academy-thumb::after,
.academy-featured-thumb::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(24, 23, 22, 0.88);
  transform: translate(-50%, -50%);
}

.academy-thumb::before,
.academy-featured-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--white);
  transform: translate(-35%, -50%);
}

.course-card:hover .academy-thumb img,
.academy-featured-thumb:hover img {
  opacity: 0.86;
  transform: scale(1.035);
}

.academy-mini-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.academy-mini-thumbs img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--paper);
}

.academy-featured {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0 !important;
  align-content: stretch !important;
  padding: 0 !important;
  overflow: hidden;
}

.academy-featured > div {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 24px;
}

.academy-featured strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 54px;
  line-height: 1;
}

.academy-live-pill {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.course-source {
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.course-source strong {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.course-source span,
.course-checklist {
  color: var(--soft-ink);
  font-size: 13px;
  line-height: 1.45;
}

.course-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.course-links a {
  width: fit-content;
  border: 1px solid var(--ink);
  padding: 9px 12px;
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
}

.course-page {
  width: var(--container);
  margin: 0 auto;
  padding: 42px 0;
}

.course-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  gap: 18px;
  margin-bottom: 18px;
}

.course-hero > div,
.course-summary {
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 390px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.course-hero h1 {
  max-width: 860px;
  font-size: 68px;
}

.course-summary {
  background: #eef3ee;
}

.course-summary span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.course-summary strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 44px;
  line-height: 1;
}

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

.video-card {
  display: grid;
  border: 1px solid var(--line);
  background: var(--white);
}

.video-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ink);
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, opacity 220ms ease;
}

.video-thumb span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.video-card:hover .video-thumb img {
  opacity: 0.84;
  transform: scale(1.035);
}

.video-card > div {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.video-card h2 {
  font-size: 28px;
}

.video-card a:not(.video-thumb) {
  width: fit-content;
  border-bottom: 1px solid currentColor;
  font-weight: 900;
}

.studio-hero {
  position: relative;
  isolation: isolate;
}

.studio-proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.studio-proof-pills span {
  padding: 8px 10px;
  border: 1px solid rgba(164, 120, 63, 0.32);
  background: rgba(164, 120, 63, 0.08);
  color: #6d4f2a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.studio-live-card {
  position: absolute;
  right: 22px;
  bottom: 52px;
  z-index: 4;
  display: grid;
  gap: 6px;
  max-width: 260px;
  padding: 14px 16px;
  border: 1px solid rgba(244, 210, 155, 0.5);
  background: rgba(24, 23, 22, 0.9);
  box-shadow: 0 22px 70px rgba(24, 23, 22, 0.24);
}

.studio-live-card span {
  color: #f4d29b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studio-live-card strong {
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 0.98;
}

.investor-demo-guide {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  background: var(--line);
}

.demo-guide-copy,
.demo-guide-steps article,
.investor-wow-grid article {
  background: var(--white);
}

.demo-guide-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(164, 120, 63, 0.16), transparent 34%),
    var(--white);
}

.demo-guide-copy h2 {
  max-width: 520px;
  font-size: clamp(36px, 4vw, 58px);
}

.demo-guide-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.demo-guide-steps article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 210px;
  padding: 22px;
}

.demo-guide-steps span,
.investor-wow-grid span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.demo-guide-steps strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 0.98;
}

.demo-guide-steps p,
.investor-wow-grid p {
  font-size: 14px;
}

.investor-wow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 18px;
  border: 1px solid var(--line);
  background: var(--line);
}

.investor-wow-grid article {
  display: grid;
  gap: 12px;
  min-height: 250px;
  padding: 26px;
}

.investor-wow-grid article:first-child {
  background:
    linear-gradient(145deg, rgba(24, 23, 22, 0.94), rgba(24, 23, 22, 0.82)),
    var(--ink);
}

.investor-wow-grid article:first-child h2,
.investor-wow-grid article:first-child p {
  color: var(--white);
}

.investor-wow-grid article:first-child span {
  color: #f4d29b;
}

.investor-wow-grid h2 {
  font-size: clamp(32px, 3vw, 48px);
}

.look-variant-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 1px;
  border: 1px solid rgba(164, 120, 63, 0.34);
  background: rgba(164, 120, 63, 0.34);
}

.look-variant-strip > div {
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(244, 210, 155, 0.2), transparent 34%),
    var(--ink);
}

.look-variant-strip > div:first-child span {
  color: #f4d29b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.look-variant-strip > div:first-child strong {
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  line-height: 0.98;
}

.look-variant-strip > div:first-child p {
  color: rgba(255, 253, 250, 0.74);
  font-size: 13px;
}

.look-variant-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  background: rgba(164, 120, 63, 0.34);
}

.look-variant-buttons button {
  min-height: 96px;
  border: 0;
  padding: 14px;
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.look-variant-buttons button:hover,
.look-variant-buttons button.is-active {
  background: #f4d29b;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 52px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .search-bar {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }

  .category-strip,
  .vendor-grid,
  .product-grid,
  .product-grid.dense,
  .proof-strip,
  .collection-row,
  .admin-modules,
  .spec-grid,
  .spec-roadmap,
  .platform-announcement,
  .role-selector,
  .investor-metrics,
  .investor-grid,
  .investor-roadmap,
  .revenue-model,
  .trade-tiers,
  .partner-modes,
  .platform-modules,
  .agent-grid,
  .course-grid,
  .investor-demo-guide,
  .investor-wow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-guide-copy {
    grid-column: 1 / -1;
  }

  .feature-row,
  .editorial-band,
  .seller-hero,
  .import-console,
  .product-page,
  .work-grid,
  .buyer-board,
  .storefront-editor,
  .cart-page-grid,
  .studio-hero,
  .studio-summary-card,
  .founding-proof,
  .trade-hero,
  .agents-hero,
  .academy-hero,
  .partner-hero,
  .similar-hero,
  .agent-hero,
  .investor-hero,
  .trade-console,
  .agent-console,
  .partner-console,
  .seller-tools {
    grid-template-columns: 1fr;
  }

  .affiliate-console {
    grid-template-columns: 1fr;
  }

  .join-hero,
  .demo-bar,
  .super-hero {
    grid-template-columns: 1fr;
  }

  .demo-bar nav {
    justify-content: flex-start;
  }

  .consultant-grid,
  .lead-pipeline-grid,
  .request-pipeline-grid,
  .supply-engine,
  .command-metrics,
  .super-modules,
  .super-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-guide-steps {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .look-variant-strip,
  .look-variant-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .look-variant-strip > div:first-child {
    grid-column: 1 / -1;
  }

  .cart-summary {
    position: static;
  }

  .dealer-row {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .dealer-row > span,
  .dealer-row .row-actions {
    grid-column: 2;
    justify-content: flex-start;
  }

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

  .shop-layout {
    grid-template-columns: 1fr;
  }

  .filters {
    position: static;
    border-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100vw - 24px, 1360px);
  }

  .top-note {
    font-size: 12px;
  }

  .site-header,
  .app-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 12px;
  }

  .header-actions,
  .app-header nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .search-bar {
    grid-template-columns: 1fr;
  }

  .search-bar button {
    min-height: 40px;
    border-left: 0;
    border-top: 1px solid var(--line-dark);
  }

  .hero-market {
    min-height: 470px;
  }

  .hero-copy {
    padding: 34px 0;
  }

  .hero-copy h1,
  .seller-hero h1,
  .simple-page h1,
  .spec-page h1,
  .import-console h1,
  .cart-list h1,
  .cart-empty h1,
  .studio-hero h1,
  .trade-hero h1,
  .agents-hero h1,
  .academy-hero h1,
  .partner-hero h1,
  .similar-hero h1,
  .agent-hero h1 {
    font-size: 48px;
  }

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

  .section-head,
  .shop-toolbar,
  .dashboard-title,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .category-strip,
  .vendor-grid,
  .product-grid,
  .product-grid.dense,
  .three-columns,
  .timeline,
  .vendor-stats,
  .metric-grid,
  .proof-strip,
  .collection-row,
  .admin-modules,
  .spec-grid,
  .spec-roadmap {
    grid-template-columns: 1fr;
  }

  .proof-strip article {
    min-height: auto;
  }

  .collection-row a,
  .collection-row img {
    min-height: 220px;
  }

  .feature-row article,
  .editorial-band > div,
  .seller-hero > div {
    min-height: auto;
    padding: 26px;
  }

  .product-info h1,
  .dashboard-title h1 {
    font-size: 42px;
  }

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

  .dashboard-shell {
    grid-template-columns: 1fr;
  }

  .dashboard-nav {
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .dashboard-nav button,
  .dashboard-nav a {
    white-space: nowrap;
  }

  .dashboard-subhead,
  .dealer-alert {
    align-items: flex-start;
    flex-direction: column;
  }

  .inventory-tools,
  .analytics-grid {
    grid-template-columns: 1fr;
  }

  .message-card,
  .ai-task-card,
  .cart-row,
  .studio-controls,
  .similar-controls,
  .course-hero,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .cart-row img {
    width: 100%;
    height: 220px;
  }

  .studio-hero > div,
  .studio-photo {
    min-height: auto;
    padding: 24px;
  }

  .studio-photo img {
    height: 260px;
  }

  .platform-announcement,
  .role-selector,
  .investor-metrics,
  .investor-grid,
  .investor-roadmap,
  .revenue-model,
  .demo-path div,
  .trade-tiers,
  .partner-modes,
  .platform-modules,
  .agent-grid,
  .course-grid,
  .join-proof,
  .morning-plan,
  .consultant-grid,
  .lead-pipeline-grid,
  .request-pipeline-grid,
  .product-action-grid,
  .supply-engine,
  .command-metrics,
  .super-modules,
  .super-stack {
    grid-template-columns: 1fr;
  }

  .studio-proof-pills {
    gap: 6px;
  }

  .studio-proof-pills span {
    font-size: 10px;
  }

  .studio-live-card {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .investor-demo-guide,
  .demo-guide-steps,
  .investor-wow-grid,
  .look-variant-strip,
  .look-variant-buttons {
    grid-template-columns: 1fr;
  }

  .demo-guide-steps article,
  .investor-wow-grid article {
    min-height: auto;
    padding: 22px;
  }

  .demo-bar {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-height: 46vh;
    overflow: auto;
  }

  .demo-bar nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .demo-bar a.primary {
    grid-column: 1 / -1;
  }

  .has-demo-bar {
    padding-bottom: 220px;
  }

  .join-hero h1 {
    font-size: 48px;
  }

  .super-hero h1 {
    font-size: 48px;
  }

  .join-hero > div,
  .lead-form,
  .outreach-box,
  .super-hero > div,
  .super-command-card {
    min-height: auto;
    padding: 24px;
  }
}
