
:root {
  --font-ui: "Aptos", "Segoe UI Variable Text", "Segoe UI", "Trebuchet MS", sans-serif;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --bg: #efe8dc;
  --bg-soft: #f8f2e9;
  --bg-soft-2: #fffaf4;
  --ink: #0f151b;
  --ink-2: #15202a;
  --muted: #5f6a74;
  --muted-2: #86909a;
  --line: rgba(18, 28, 36, 0.12);
  --line-strong: rgba(18, 28, 36, 0.22);
  --card: rgba(255, 252, 248, 0.78);
  --card-strong: rgba(255, 254, 251, 0.9);
  --card-dark: rgba(7, 12, 19, 0.94);
  --card-dark-2: rgba(9, 15, 23, 0.98);
  --card-dark-soft: rgba(12, 17, 26, 0.88);
  --card-stroke: rgba(255, 255, 255, 0.08);
  --accent: #94d7ff;
  --accent-2: #79e1c0;
  --accent-warm: #c79d72;
  --success: #96e3b0;
  --warning: #ffbc78;
  --danger: #ff8d7e;
  --shadow-xl: 0 40px 110px rgba(14, 21, 27, 0.16);
  --shadow-lg: 0 26px 72px rgba(14, 21, 27, 0.12);
  --shadow-md: 0 16px 44px rgba(14, 21, 27, 0.08);
  --shadow-sm: 0 10px 24px rgba(14, 21, 27, 0.06);
  --radius-2xl: 2rem;
  --radius-xl: 1.5rem;
  --radius-lg: 1rem;
  --radius-md: 0.86rem;
  --radius-sm: 0.7rem;
  --max-width: 1360px;
  --header-h: 82px;
}

/* Lower studio reset: render / package / cabinet */

.studio-suite .render-shell,
.studio-suite .package-shell {
  display: grid;
  gap: 1rem;
}

.studio-suite .render-top-grid,
.studio-suite .render-bottom-grid,
.studio-suite .package-output-grid,
.studio-suite .package-detail-grid {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.studio-suite .render-top-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}

.studio-suite .package-overview-grid {
  display: grid;
  gap: 1rem;
}

.studio-suite .render-bottom-grid,
.studio-suite .package-detail-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.studio-suite .package-output-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: start;
}

.studio-suite #render-preview-grid {
  min-height: 23rem;
}

.studio-suite #render-room-gallery,
.studio-suite #render-jobs-summary,
.studio-suite #render-preflight,
.studio-suite #package-status-summary,
.studio-suite #cabinet-library {
  min-height: 0;
}

.studio-suite #render-provider-status,
.studio-suite #render-preflight,
.studio-suite #render-jobs-summary,
.studio-suite #render-room-gallery,
.studio-suite #render-preview-grid,
.studio-suite .package-status-card,
.studio-suite .execution-card,
.studio-suite .drawings-card,
.studio-suite .export-card,
.studio-suite .cabinet-summary-card,
.studio-suite .cabinet-request-card,
.studio-suite .cabinet-card-wide,
.studio-suite .cabinet-library-card {
  padding: 1.08rem;
}

.studio-suite .render-room-gallery,
.studio-suite .cabinet-library-grid {
  gap: 0.9rem;
}

.studio-suite .render-room-card {
  display: grid;
  grid-template-columns: 8.8rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: stretch;
  text-align: left;
  padding: 0.8rem;
  border-radius: 1.25rem;
}

.studio-suite .render-compare-card,
.studio-suite .cabinet-render-card {
  overflow: hidden;
}

.studio-suite .render-compare-grid {
  gap: 0.95rem;
}

.studio-suite .render-job-list {
  display: grid;
  gap: 0.7rem;
  max-height: 23rem;
  overflow: auto;
  padding-right: 0.15rem;
}

.studio-suite .render-check-list,
.studio-suite .assumption-list {
  margin: 0;
}

.studio-suite .render-check-list {
  padding-left: 1.1rem;
}

.studio-suite .package-status-stack {
  display: grid;
  gap: 0.95rem;
}

.studio-suite .package-status-lead {
  display: grid;
  gap: 0.35rem;
}

.studio-suite .package-status-lead strong {
  color: #1f2c36;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.studio-suite .package-status-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.studio-suite .package-status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.studio-suite .package-status-actions button {
  flex: 1 1 11rem;
  min-height: 2.65rem;
}

.studio-suite .cabinet-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.studio-suite .cabinet-order-head,
.studio-suite .cabinet-activity-head {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  align-items: start;
}

.studio-suite .cabinet-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.cabinet-list,
.cabinet-timeline {
  align-content: start;
}

.studio-suite .cabinet-card-wide,
.studio-suite .cabinet-library-card {
  min-height: 0;
}

.studio-suite #cabinet-orders,
.studio-suite #cabinet-activity {
  min-height: 0;
}

.media-frame {
  position: relative;
  display: grid;
  overflow: hidden;
  border-radius: 1rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.5), transparent 30%),
    linear-gradient(180deg, #f3ebdf, #e1d2be);
  box-shadow:
    inset 0 0 0 1px rgba(80, 60, 30, 0.08),
    0 12px 24px rgba(41, 31, 18, 0.08);
}

.media-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.media-frame .media-fallback {
  display: none;
  place-items: center;
  padding: 1rem;
  text-align: center;
  color: #41505c;
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.media-frame.is-broken .media-fallback {
  display: grid;
}

.render-card-image-frame {
  min-height: 8.75rem;
}

.render-compare-image-frame {
  min-height: 15.5rem;
  margin-bottom: 0.8rem;
}

.cabinet-render-image-frame {
  min-height: 12rem;
  margin-bottom: 0.75rem;
}

.studio-suite .render-room-card .tiny-label,
.studio-suite .render-compare-copy .tiny-label,
.studio-suite .cabinet-render-copy .tiny-label {
  color: rgba(74, 86, 99, 0.84);
}

@media (max-width: 1180px) {
  .studio-suite .render-top-grid,
  .studio-suite .render-bottom-grid,
  .studio-suite .package-overview-grid,
  .studio-suite .package-output-grid,
  .studio-suite .package-detail-grid,
  .studio-suite .cabinet-grid {
    grid-template-columns: 1fr;
  }

  .studio-suite .package-status-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .studio-suite .render-room-card {
    grid-template-columns: 1fr;
  }

  .studio-suite .package-status-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .render-card-image-frame,
  .render-compare-image-frame,
  .cabinet-render-image-frame {
    min-height: 11rem;
  }
}

@media (max-width: 640px) {
  .studio-suite .package-status-metrics {
    grid-template-columns: 1fr;
  }

  .studio-suite .package-status-actions button {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.section[id],
.panel[id] {
  scroll-margin-top: calc(var(--header-h) + 1rem);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-ui);
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), transparent 36%),
    radial-gradient(circle at 90% 8%, rgba(114, 190, 255, 0.11), transparent 24%),
    linear-gradient(180deg, #f8f2e9 0%, #efe8dc 38%, #e6dccd 100%);
  overflow-x: hidden;
}

body.mobile-nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
  border: 0;
}

.ambient {
  position: fixed;
  border-radius: 999px;
  filter: blur(72px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.ambient-a {
  width: 34rem;
  height: 34rem;
  top: -10rem;
  right: -8rem;
  background: rgba(101, 177, 255, 0.18);
}

.ambient-b {
  width: 26rem;
  height: 26rem;
  left: -7rem;
  top: 28rem;
  background: rgba(120, 229, 201, 0.16);
}

.ambient-c {
  width: 24rem;
  height: 24rem;
  right: 16%;
  top: 58rem;
  background: rgba(213, 168, 110, 0.14);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.15rem;
  max-width: calc(var(--max-width) + 2.6rem);
  margin: 0 auto;
  padding: 1rem 1.3rem;
  min-height: var(--header-h);
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(248, 242, 233, 0.9), rgba(248, 242, 233, 0.62));
  border-bottom: 1px solid rgba(19, 29, 37, 0.07);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.92rem;
  background: linear-gradient(145deg, rgba(9, 15, 24, 0.98), rgba(21, 35, 48, 0.94));
  color: #f7fafc;
  font-weight: 700;
  letter-spacing: 0.09em;
  box-shadow: var(--shadow-sm);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0.16rem;
}

.brand-copy strong {
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}

.brand-copy span {
  font-size: 0.79rem;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topnav {
  display: inline-flex;
  align-items: center;
  gap: 1.18rem;
  color: var(--muted);
  font-size: 0.96rem;
}

.mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(20, 30, 38, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--ink-2);
  box-shadow: var(--shadow-sm);
}

.top-locale {
  display: inline-flex;
  align-items: center;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 30, 38, 0.12);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-sm);
}

.language-switch span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.language-switch select {
  min-height: 2rem;
  padding: 0.25rem 1.75rem 0.25rem 0.4rem;
  border: 0;
  appearance: none;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5.25 7 9l4-3.75' fill='none' stroke='%23556370' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      no-repeat right 0.1rem center / 0.9rem 0.9rem;
  color: var(--ink-2);
  outline: none;
}

.language-switch select option {
  color: #22303b;
  background: #fffaf4;
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select-native {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.custom-select-trigger {
  width: 100%;
  min-height: 3rem;
  padding: 0.78rem 2.9rem 0.78rem 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(55, 42, 23, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 241, 232, 0.97));
  color: #20303b;
  box-shadow:
    0 10px 20px rgba(14, 21, 27, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  justify-content: flex-start;
  text-align: left;
  position: relative;
}

.custom-select-value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select-icon {
  position: absolute;
  right: 0.95rem;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  transform: translateY(-50%);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5.25 7 9l4-3.75' fill='none' stroke='%23556370' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      no-repeat center / contain;
}

.custom-select[data-open="true"] .custom-select-trigger {
  border-color: rgba(86, 150, 199, 0.34);
  box-shadow:
    0 0 0 4px rgba(153, 214, 255, 0.16),
    0 14px 28px rgba(14, 21, 27, 0.08);
}

.custom-select[data-open="true"] .custom-select-icon {
  transform: translateY(-50%) rotate(180deg);
}

.custom-select-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  gap: 0.28rem;
  padding: 0.45rem;
  border-radius: 1rem;
  border: 1px solid rgba(55, 42, 23, 0.14);
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.995), rgba(244, 237, 226, 0.99));
  box-shadow: 0 24px 48px rgba(14, 21, 27, 0.15);
  backdrop-filter: blur(14px);
}

.custom-select-menu[hidden] {
  display: none;
}

.custom-select-option {
  width: 100%;
  min-height: 2.6rem;
  padding: 0.62rem 0.8rem;
  border-radius: 0.85rem;
  background: transparent;
  color: #24313c;
  justify-content: flex-start;
  text-align: left;
}

.custom-select-option:hover,
.custom-select-option.selected {
  background: rgba(153, 214, 255, 0.22);
  color: #1d2a35;
}

.custom-select-option:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.topnav a {
  position: relative;
  padding: 0.24rem 0;
}

.topnav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.32rem;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(148, 215, 255, 0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.topnav a:hover::after,
.topnav a:focus-visible::after {
  transform: scaleX(1);
}

.top-actions {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
}

.page-shell {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.3rem 5rem;
}

.mobile-nav-panel {
  position: fixed;
  inset: 0;
  z-index: 55;
}

.mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(7, 12, 19, 0.38);
  backdrop-filter: blur(10px);
}

.mobile-nav-sheet {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: min(24rem, calc(100vw - 1.5rem));
  padding: 1rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(248, 242, 233, 0.96));
  border: 1px solid rgba(18, 28, 36, 0.09);
  box-shadow: var(--shadow-xl);
  display: grid;
  gap: 1rem;
}

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mobile-nav-head strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.mobile-nav-links,
.mobile-nav-actions {
  display: grid;
  gap: 0.7rem;
}

.mobile-nav-links a {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(18, 28, 36, 0.08);
  color: var(--ink-2);
  box-shadow: var(--shadow-sm);
}

.section {
  padding: 4.6rem 0;
}

.section-first {
  padding-top: 3rem;
}

.section-tight {
  padding: 1rem 0 0.25rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 260ms ease, transform 360ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow,
.tiny-label,
.flow-number,
.panel-tag,
.badge,
.pill,
.trust-kicker,
.stage-title,
.value-number {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.eyebrow,
.tiny-label,
.trust-kicker {
  font-size: 0.76rem;
  color: var(--muted);
}

.tiny-label {
  font-size: 0.72rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero h1 {
  margin: 1rem 0 1rem;
  max-width: 10.8ch;
  font-size: clamp(3.1rem, 6vw, 5.4rem);
  line-height: 0.93;
  letter-spacing: -0.06em;
  font-family: var(--font-display);
  font-weight: 600;
  color: #11161d;
}

.section-heading h2,
.panel-head h3,
.package-card-head strong,
.brand-copy strong,
.cabinet-metric strong,
.render-room-copy strong,
.render-compare-copy strong {
  font-family: var(--font-display);
}

.hero-lede {
  max-width: 41rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.62;
  color: var(--muted);
}

.hero-actions,
.panel-actions,
.studio-heading-actions,
.quick-inline-actions,
.final-actions,
.top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-actions {
  margin-top: 1.6rem;
}

.hero-microproof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.microproof-card {
  padding: 1rem 1rem 1.05rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.45));
  border: 1px solid rgba(25, 35, 43, 0.08);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 0.4rem;
}

.microproof-card strong {
  font-size: 0.95rem;
}

.microproof-card span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.microproof-card.accent {
  background: linear-gradient(180deg, rgba(15, 22, 32, 0.96), rgba(16, 25, 36, 0.92));
  border-color: rgba(146, 216, 255, 0.2);
}

.microproof-card.accent strong,
.microproof-card.accent span {
  color: #eef5fb;
}

.persona-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.persona-row span,
.chip-cloud span,
.mood-badges span,
.style-materials span,
.style-tags span,
.option-tag-cloud span,
.export-links a,
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.48rem 0.76rem;
  font-size: 0.82rem;
  line-height: 1;
  border: 1px solid rgba(22, 31, 39, 0.1);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink-2);
}

.hero-stage {
  position: relative;
}

.stage-board {
  transition: transform 220ms ease;
  position: relative;
  min-height: 48rem;
  border-radius: 2.2rem;
  padding: 1.1rem;
  background:
    radial-gradient(circle at 15% 14%, rgba(111, 182, 255, 0.16), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(120, 225, 200, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(10, 16, 23, 0.98), rgba(5, 10, 15, 0.98));
  border: 1px solid rgba(146, 216, 255, 0.1);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}

.stage-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 35%, transparent 62%, rgba(255, 255, 255, 0.04));
  pointer-events: none;
}

.stage-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: rgba(233, 242, 250, 0.76);
  padding: 0.25rem 0.35rem 1rem;
}

.window-dots {
  display: inline-flex;
  gap: 0.34rem;
}

.window-dots span {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.stage-title {
  flex: 1;
  text-align: center;
  font-size: 0.73rem;
  color: rgba(232, 242, 250, 0.68);
}

.stage-card {
  position: absolute;
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(11, 17, 25, 0.94), rgba(8, 13, 19, 0.98));
  border: 1px solid rgba(148, 215, 255, 0.14);
  box-shadow: 0 22px 60px rgba(3, 8, 12, 0.45);
  overflow: hidden;
}

.stage-card-plan {
  left: 1.3rem;
  top: 4.2rem;
  width: calc(100% - 15.5rem);
  min-height: 23rem;
}

.stage-card-dna {
  right: 1.35rem;
  top: 4.2rem;
  width: 12.8rem;
  min-height: 13.2rem;
}

.stage-card-sheets {
  right: 1.35rem;
  top: 18.45rem;
  width: 12.8rem;
  min-height: 12.9rem;
}

.stage-card-bom {
  left: 3.8rem;
  bottom: 3.3rem;
  width: 16.2rem;
  min-height: 11.8rem;
  transform: rotate(-2.4deg);
}

.stage-card-head,
.preview-head,
.package-card-head,
.panel-head,
.sidebar-head,
.drawing-head,
.style-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.stage-card-head {
  padding: 1rem 1rem 0.7rem;
  color: #edf4fb;
}

.stage-card-head strong,
.package-card-head strong,
.panel-head h3,
.compare-card h3,
.honesty-card h3,
.faq-card h3,
.flow-card h3,
.deliverable-card h3,
.gallery-card h3,
.sample-option-card h3,
.option-card h3 {
  letter-spacing: -0.03em;
}

.stage-card-head.slim {
  padding-bottom: 0.9rem;
}

.stage-card img {
  width: 100%;
}

.stage-card-plan img {
  padding: 0.2rem 0.85rem 1rem;
}

.tone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  padding: 0 1rem;
}

.tone {
  aspect-ratio: 1;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tone-a { background: linear-gradient(145deg, #f2dcc2, #d5b79b); }
.tone-b { background: linear-gradient(145deg, #8d8a7a, #5a5c58); }
.tone-c { background: linear-gradient(145deg, #61533b, #a47f5f); }
.tone-d { background: linear-gradient(145deg, #f6f1ea, #d9d3cb); }

.chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.95rem 1rem 1rem;
}

.chip-cloud.compact span {
  color: #eef5fb;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}

.mini-sheet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  padding: 0 0.9rem 0.9rem;
}

.mini-sheet-grid img {
  height: 9rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bom-snippet {
  display: grid;
  gap: 0.7rem;
  padding: 0 1rem 1rem;
  color: #eaf2f8;
}

.bom-snippet div {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}

.bom-snippet span {
  color: rgba(233, 242, 250, 0.78);
}

.bom-snippet strong {
  text-align: right;
}

.floating-stat {
  position: absolute;
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 1.1rem;
  border-radius: 1rem;
  color: #f0f6fb;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(5, 8, 12, 0.35);
}

.floating-stat strong {
  font-size: 0.95rem;
}

.floating-stat-a {
  right: 3.3rem;
  bottom: 3.4rem;
}

.floating-stat-b {
  left: 10.2rem;
  top: 26.8rem;
}

.pill,
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.52rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.66);
  color: var(--ink-2);
  font-size: 0.73rem;
  line-height: 1;
  white-space: nowrap;
}

.pill.soft,
.locked-pill {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(235, 243, 250, 0.88);
  border-color: rgba(255, 255, 255, 0.1);
}

.hero .pill.soft,
.stage-board .pill.soft,
.studio-suite .pill.soft,
.flow-card .pill.soft,
.compare-card .pill.soft,
.gallery-card .pill.soft,
.sample-option-card .pill.soft,
.reference-gallery-summary .pill.soft,
.template-pack-card .pill.soft {
  background: rgba(255, 255, 255, 0.88);
  color: #31404c;
  border-color: rgba(55, 42, 23, 0.08);
}

.pill.success {
  background: rgba(150, 227, 176, 0.14);
  border-color: rgba(150, 227, 176, 0.28);
  color: var(--success);
}

.badge {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(241, 247, 252, 0.88);
}

button.primary,
button.secondary,
button.ghost {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.82rem;
  padding: 0.72rem 1rem;
  border-radius: 1rem;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}

button.primary:hover,
button.secondary:hover,
button.ghost:hover,
.export-links a:hover,
.topnav a:hover,
.persona-row span:hover,
.chip-cloud span:hover,
.option-card:hover,
.gallery-card:hover,
.honesty-card:hover,
.faq-card:hover,
.flow-card:hover,
.compare-card:hover,
.sample-option-card:hover,
.microproof-card:hover,
.sidebar-card:hover,
.panel:hover,
.package-card:hover,
.drawing-card:hover {
  transform: translateY(-2px);
}

button.primary {
  background: linear-gradient(135deg, #13202d, #1a2c3d);
  color: #f4f8fb;
  box-shadow: 0 12px 24px rgba(15, 24, 33, 0.14);
}

button.secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 240, 231, 0.94));
  color: var(--ink-2);
  border: 1px solid rgba(20, 30, 38, 0.11);
  box-shadow: 0 8px 18px rgba(14, 21, 27, 0.06);
}

button.ghost {
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink-2);
  border: 1px solid rgba(20, 30, 38, 0.12);
}

button.primary:active,
button.secondary:active,
button.ghost:active {
  transform: translateY(0);
}

.hero-button {
  min-width: 12rem;
}

.stretch {
  width: 100%;
}

.top-action {
  min-height: 2.65rem !important;
  padding-inline: 1rem !important;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.trust-item {
  padding: 1rem 1rem 1.05rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.42));
  border: 1px solid rgba(18, 28, 36, 0.08);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 0.35rem;
}

.trust-item strong {
  font-size: 0.94rem;
  line-height: 1.42;
}

.section-heading {
  max-width: 51rem;
  margin-bottom: 1.8rem;
  display: grid;
  gap: 0.7rem;
}

.section-heading.tight {
  max-width: 46rem;
}

.section-heading h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.section-heading p,
.final-cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

.flow-grid,
.compare-grid,
.honesty-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.flow-card,
.compare-card,
.honesty-card,
.faq-card,
.sample-option-card,
.gallery-card,
.sidebar-card,
.panel,
.package-card,
.drawing-card {
  border-radius: 1.35rem;
  border: 1px solid rgba(20, 30, 38, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.54));
  box-shadow: var(--shadow-md);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.flow-card,
.compare-card,
.honesty-card,
.faq-card {
  padding: 1.25rem;
  display: grid;
  gap: 0.7rem;
}

.flow-card p,
.compare-card p,
.honesty-card p,
.faq-card p,
.gallery-card p,
.sample-option-card p,
.intake-card p,
.option-summary,
.option-bullets,
.small,
.sidebar-summary,
.check-list li,
.package-card,
.drawing-card,
.stage-card,
.style-output,
.teaser-block,
.export-links a,
.assumption-list,
.bom-table,
.rooms-table {
  color: var(--muted);
}

.flow-card.accent,
.compare-card.featured,
.final-cta-shell,
.panel,
.sidebar-card,
.package-card,
.drawings-card,
.export-card,
.teaser-block,
.style-output,
.gallery-card.feature-text {
  background: linear-gradient(180deg, rgba(13, 19, 28, 0.97), rgba(9, 14, 21, 0.98));
  border-color: rgba(148, 215, 255, 0.12);
  box-shadow: 0 24px 58px rgba(5, 10, 16, 0.34);
}

.flow-card.accent *,
.compare-card.featured *,
.final-cta-shell *,
.panel *,
.sidebar-card *,
.package-card *,
.drawings-card *,
.export-card *,
.teaser-block *,
.style-output *,
.gallery-card.feature-text * {
  color: #edf4fb;
}

.flow-number {
  font-size: 0.8rem;
  color: rgba(148, 215, 255, 0.8);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.check-list li {
  position: relative;
  padding-left: 1.35rem;
  line-height: 1.45;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 0 4px rgba(148, 215, 255, 0.12);
}

.check-list.muted li::before {
  background: rgba(20, 30, 38, 0.2);
  box-shadow: none;
}

.sample-options-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.teaser-section,
.taste-preview-section,
.render-proof-section {
  position: relative;
  padding: 1.45rem;
  border-radius: 2rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  box-shadow:
    0 20px 46px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.teaser-section {
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.88), rgba(247, 241, 232, 0.76));
}

.taste-preview-section {
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.16), transparent 25%),
    radial-gradient(circle at bottom left, rgba(121, 225, 192, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(251, 253, 255, 0.92), rgba(244, 247, 251, 0.84));
}

.render-proof-section {
  background:
    radial-gradient(circle at top left, rgba(247, 200, 109, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.92), rgba(247, 241, 232, 0.82));
}

.landing-style-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.landing-room-previews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.landing-visual-card,
.landing-room-card,
.landing-visual-placeholder {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 1.45rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 242, 234, 0.9));
  box-shadow:
    0 16px 30px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.landing-visual-card img,
.landing-room-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background: linear-gradient(180deg, #f6f0e7, #ece2d2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 10px 24px rgba(41, 31, 18, 0.08);
}

.landing-room-card img {
  aspect-ratio: 4 / 3;
}

.landing-visual-card::after,
.landing-room-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(246, 240, 230, 0.72));
  pointer-events: none;
}

.landing-visual-card:nth-child(1) {
  grid-column: span 2;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: stretch;
}

.landing-visual-card:nth-child(1) img {
  aspect-ratio: auto;
  height: 100%;
  min-height: 17rem;
}

.landing-room-card:nth-child(1) {
  grid-column: span 2;
}

.landing-room-card:nth-child(1) img {
  aspect-ratio: 16 / 9;
}

.landing-visual-copy,
.landing-room-copy {
  display: grid;
  gap: 0.42rem;
  align-content: start;
  position: relative;
  z-index: 1;
}

.landing-visual-copy strong,
.landing-room-copy strong {
  color: #1f2c36;
  font-size: 1.04rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.landing-visual-copy .small,
.landing-room-copy .small,
.landing-proof-strip p,
.landing-visual-placeholder {
  color: rgba(52, 63, 76, 0.9);
}

.landing-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.landing-proof-strip article {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 241, 233, 0.88));
  box-shadow:
    0 12px 24px rgba(41, 31, 18, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.landing-proof-strip strong {
  color: #1f2c36;
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}

.landing-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.25rem;
}

.landing-card-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(55, 42, 23, 0.08);
  color: #44515c;
  font-size: 0.78rem;
  box-shadow: 0 8px 16px rgba(41, 31, 18, 0.04);
}

.landing-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.landing-section-actions button {
  min-height: 2.7rem;
}

.sample-option-card {
  padding: 1.2rem;
  display: grid;
  gap: 0.8rem;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 234, 0.92));
  border: 1px solid rgba(55, 42, 23, 0.08);
  box-shadow:
    0 16px 30px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.sample-option-card.locked {
  border-style: dashed;
}

.deliverables-section .section-heading,
.honesty-section .section-heading,
.faq-section .section-heading,
.teaser-section .section-heading {
  margin-bottom: 1.5rem;
}

.gallery-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-card {
  padding: 1rem;
  display: grid;
  gap: 0.9rem;
}

.gallery-card img {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.12);
}

.gallery-card-wide {
  grid-column: span 2;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  align-items: center;
  padding: 1.1rem;
}

.gallery-copy {
  display: grid;
  gap: 0.55rem;
}

.gallery-copy p {
  color: rgba(233, 242, 250, 0.72);
}

.gallery-thumbs.two-up {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.feature-text {
  align-content: center;
}

.studio-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}

.toast {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  z-index: 10;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-bottom: 1rem;
  padding: 0.86rem 1rem;
  border-radius: 999px;
  background: rgba(14, 20, 28, 0.95);
  color: #f0f6fb;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0);
}

.workspace-stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.workflow-dock {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  z-index: 9;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(148, 215, 255, 0.16);
  background:
    radial-gradient(circle at top right, rgba(121, 225, 192, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(13, 19, 28, 0.97), rgba(9, 14, 21, 0.98));
  box-shadow: 0 24px 58px rgba(5, 10, 16, 0.28);
}

.workflow-copy {
  display: grid;
  gap: 0.35rem;
}

.workflow-copy strong {
  font-size: 1.08rem;
  color: #edf4fb;
  letter-spacing: -0.03em;
}

.workflow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

.step {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(20, 30, 38, 0.08);
  color: var(--muted);
  box-shadow: var(--shadow-sm);
}

.step span {
  display: inline-grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: rgba(15, 24, 33, 0.08);
  color: var(--ink-2);
  font-size: 0.76rem;
}

.step.is-active,
.step.is-complete {
  background: linear-gradient(180deg, rgba(13, 19, 28, 0.97), rgba(9, 14, 21, 0.98));
  border-color: rgba(148, 215, 255, 0.12);
  color: #edf4fb;
}

.step.is-active span,
.step.is-complete span {
  background: rgba(148, 215, 255, 0.18);
  color: var(--accent);
}

.studio-shell {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.studio-sidebar {
  position: sticky;
  top: calc(var(--header-h) + 1.3rem);
  display: grid;
  gap: 1rem;
}

.sidebar-card,
.panel,
.package-card {
  padding: 1rem;
}

.sidebar-card {
  display: grid;
  gap: 0.9rem;
}

.muted-block,
.sidebar-summary,
.small {
  font-size: 0.9rem;
  line-height: 1.52;
  color: rgba(233, 242, 250, 0.72);
}

.panel {
  display: grid;
  gap: 1rem;
}

.panel-head {
  align-items: end;
}

.panel-head h3 {
  margin: 0.16rem 0 0;
  font-size: 1.55rem;
}

.panel-tag {
  font-size: 0.74rem;
  color: rgba(148, 215, 255, 0.82);
}

.intake-grid,
.quiz-grid,
.slider-grid,
.package-grid {
  display: grid;
  gap: 1rem;
}

.intake-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.layout-editor-shell {
  display: grid;
  gap: 0.95rem;
  padding: 1rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background:
    radial-gradient(circle at top right, rgba(153, 214, 255, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 242, 235, 0.92));
  box-shadow:
    0 16px 34px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.layout-editor-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.layout-editor-head strong {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--font-display);
  font-size: 1.22rem;
  letter-spacing: -0.03em;
  color: #1f2c36;
}

.layout-editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.layout-editor-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.layout-table-shell {
  padding: 0.45rem;
}

.intake-card,
.mini-card {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 0.8rem;
}

.intake-card h4,
.package-card-head strong {
  margin: 0;
  font-size: 1rem;
}

.mood-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.mood-badges span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  color: #edf4fb;
}

.quiz-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.slider-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field.compact {
  gap: 0.35rem;
}

.field span {
  font-size: 0.85rem;
  color: rgba(233, 242, 250, 0.78);
}

.field input[type="text"],
.field input[type="number"],
.field input[type="file"],
.field select,
.field textarea,
.rooms-table input,
.rooms-table select {
  width: 100%;
  min-height: 3rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: #edf4fb;
  padding: 0.82rem 0.95rem;
  outline: none;
  transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

.field select,
.rooms-table select {
  appearance: none;
  padding-right: 2.7rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5.25 7 9l4-3.75' fill='none' stroke='%23bfc8d1' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  background-size: 0.9rem 0.9rem;
  color-scheme: light;
}

.field input::placeholder {
  color: rgba(233, 242, 250, 0.38);
}

.field select option,
.rooms-table select option {
  color: #22303b;
  background: #fffaf4;
}

.field input[type="file"]::file-selector-button {
  margin-right: 0.75rem;
  padding: 0.62rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: #22303b;
  font: inherit;
}

.field input:focus,
.field select:focus,
.rooms-table input:focus,
.rooms-table select:focus {
  border-color: rgba(148, 215, 255, 0.34);
  box-shadow: 0 0 0 4px rgba(148, 215, 255, 0.09);
}

.field input[type="file"] {
  padding-block: 0.68rem;
}

.slider-field input[type="range"] {
  width: 100%;
  accent-color: var(--accent);
}

.field-wide {
  grid-column: span 2;
}

.table-shell {
  overflow-x: auto;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.compact-shell {
  max-height: 28rem;
}

.rooms-table,
.bom-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.rooms-table th,
.rooms-table td,
.bom-table th,
.bom-table td {
  padding: 0.82rem 0.8rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.rooms-table th,
.bom-table th {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(233, 242, 250, 0.58);
}

.rooms-table td,
.bom-table td {
  color: rgba(233, 242, 250, 0.82);
  font-size: 0.92rem;
}

.room-row td {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  vertical-align: middle;
}

.room-row:hover td {
  background: rgba(153, 214, 255, 0.05);
}

.cell-name {
  min-width: 11rem;
}

.cell-type {
  min-width: 10rem;
}

.cell-number {
  width: 5.5rem;
}

.cell-toggle,
.cell-action {
  width: 4.25rem;
  text-align: center;
}

.rooms-table input,
.rooms-table select {
  min-height: 2.55rem;
  padding: 0.58rem 0.72rem;
  border-radius: 0.85rem;
}

.room-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 1.8rem;
}

.room-toggle input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.room-toggle span {
  position: relative;
  width: 2.7rem;
  height: 1.55rem;
  border-radius: 999px;
  background: rgba(142, 154, 166, 0.28);
  border: 1px solid rgba(55, 42, 23, 0.08);
  transition: background 160ms ease, border-color 160ms ease;
}

.room-toggle span::after {
  content: "";
  position: absolute;
  top: 0.12rem;
  left: 0.12rem;
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(18, 27, 34, 0.16);
  transition: transform 160ms ease;
}

.room-toggle input:checked + span {
  background: rgba(76, 168, 128, 0.28);
  border-color: rgba(76, 168, 128, 0.22);
}

.room-toggle input:checked + span::after {
  transform: translateX(1.12rem);
}

.room-row-remove {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: #6b7782;
  font-size: 1rem;
  line-height: 1;
}

.room-row-remove:hover {
  background: rgba(255, 141, 126, 0.12);
  color: #a84f45;
}

.style-output,
.teaser-block,
.export-card,
.drawings-card {
  padding: 1rem;
}

.style-card-shell,
.render-preflight,
.render-jobs-summary,
.render-preview-grid {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.style-card-shell {
  display: grid;
  gap: 1rem;
}

.style-card-head,
.render-block-head,
.render-preview-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.8rem;
}

.style-card-head strong,
.render-preview-copy strong {
  color: #edf4fb;
}

.style-card-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.style-card-room-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.style-card-room-divider {
  color: rgba(233, 242, 250, 0.52);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.style-card-filter {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(237, 244, 251, 0.92);
  border-radius: 999px;
  padding: 0.6rem 0.9rem;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.style-card-filter:hover {
  transform: translateY(-1px);
}

.style-card-filter.selected {
  border-color: rgba(247, 200, 109, 0.72);
  background: rgba(247, 200, 109, 0.12);
  box-shadow: 0 0 0 1px rgba(247, 200, 109, 0.14);
}

.style-card-room-chip {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  color: rgba(237, 244, 251, 0.94);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.style-card-room-chip:hover {
  transform: translateY(-1px);
}

.style-card-room-chip.selected {
  border-color: rgba(121, 225, 192, 0.42);
  box-shadow: 0 0 0 4px rgba(121, 225, 192, 0.08);
}

.style-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.style-card-sections {
  display: grid;
  gap: 1.2rem;
}

.style-card-section {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.style-card-section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.style-card-section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.style-card {
  display: grid;
  gap: 0.8rem;
  padding: 0.85rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow-sm);
}

.style-card.selected {
  border-color: rgba(121, 225, 192, 0.34);
  box-shadow: 0 0 0 4px rgba(121, 225, 192, 0.08), var(--shadow-sm);
}

.style-card.avoided {
  border-color: rgba(255, 141, 126, 0.34);
  box-shadow: 0 0 0 4px rgba(255, 141, 126, 0.08), var(--shadow-sm);
}

.style-card-visual {
  position: relative;
  display: grid;
  gap: 0.6rem;
}

.style-card-visual img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

.style-card-visual .pill {
  position: absolute;
  left: 0.65rem;
  bottom: 0.65rem;
}

.style-card-reco {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.65rem;
  border-radius: 999px;
  background: rgba(121, 225, 192, 0.14);
  border: 1px solid rgba(121, 225, 192, 0.22);
  color: var(--success);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.style-card-copy {
  display: grid;
  gap: 0.4rem;
}

.style-card-meta,
.style-card-budget {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.style-card-note {
  color: rgba(233, 242, 250, 0.72);
  font-size: 0.85rem;
  line-height: 1.45;
}

.style-card-tags,
.render-qa-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.style-card-tags span,
.render-qa-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: #edf4fb;
  font-size: 0.76rem;
}

.style-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.style-card-actions button {
  min-height: 2.3rem;
  padding: 0.58rem 0.82rem;
  border-radius: 0.95rem;
  font-size: 0.9rem;
}

.panel-helper {
  margin-top: -0.2rem;
}

.style-output:empty::before {
  content: "The saved style brief summary will appear here.";
  color: rgba(233, 242, 250, 0.52);
}

.style-stack {
  display: grid;
  gap: 1rem;
}

.style-head h4 {
  margin: 0.15rem 0 0;
  font-size: 1.16rem;
  color: #f0f6fb;
}

.style-materials,
.style-tags,
.option-tag-cloud,
.export-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.style-materials span,
.style-tags span,
.option-tag-cloud span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  color: #edf4fb;
}

.style-bars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.style-bar-card {
  display: grid;
  gap: 0.45rem;
  padding: 0.9rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.style-bar-track {
  width: 100%;
  height: 0.46rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  overflow: hidden;
}

.style-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.teaser-block.empty-state,
.options-grid.empty-state,
.result-summary.empty-state {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px dashed rgba(148, 215, 255, 0.18);
  color: rgba(233, 242, 250, 0.55);
}

.empty-state {
  padding: 1rem;
  border-radius: 1.15rem;
  border: 1px dashed rgba(104, 128, 154, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 242, 235, 0.84));
  color: rgba(61, 73, 86, 0.88);
}

.empty-state-shell {
  display: grid;
  gap: 0.95rem;
}

.empty-state-copy {
  display: grid;
  gap: 0.32rem;
  max-width: 42rem;
}

.empty-state-copy strong {
  color: #21303b;
  font-size: 1.1rem;
  line-height: 1.2;
}

.empty-state-copy .small {
  color: rgba(49, 61, 74, 0.82);
  line-height: 1.56;
  font-size: 0.92rem;
}

.empty-state-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.empty-state-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 77, 54, 0.12);
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  color: #31404c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.empty-state-ghost-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
  gap: 0.8rem;
}

.empty-state-ghost {
  display: grid;
  gap: 0.4rem;
  padding: 0.78rem;
  border-radius: 1rem;
  border: 1px solid rgba(96, 77, 54, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 235, 227, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 10px 20px rgba(41, 31, 18, 0.05);
}

.empty-state-ghost strong {
  color: #23303c;
  font-size: 0.98rem;
  line-height: 1.22;
}

.empty-state-lines {
  display: grid;
  gap: 0.32rem;
}

.empty-state-lines span {
  display: block;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(203, 186, 166, 0.92), rgba(232, 221, 208, 0.76));
}

.empty-state-lines span:last-child {
  width: 74%;
}

.placeholder-row td {
  padding: 0;
  border-bottom: 0;
}

.placeholder-row .empty-state-shell {
  padding: 0.9rem;
}

.export-links.empty-state,
.drawings-grid.empty-state,
.render-preflight.empty-state,
.render-jobs-summary.empty-state,
.render-room-gallery.empty-state,
.render-preview-grid.empty-state,
#cabinet-summary.empty-state,
#cabinet-orders.empty-state,
#cabinet-activity.empty-state,
#cabinet-library.empty-state {
  display: grid;
}

.teaser-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.mini-card {
  gap: 0.8rem;
}

.locked-card {
  border-style: dashed;
}

.option-card {
  padding: 1rem;
  display: grid;
  gap: 0.9rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-sm);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.option-card.selected {
  border-color: rgba(121, 225, 192, 0.28);
  box-shadow: 0 0 0 4px rgba(121, 225, 192, 0.08), 0 24px 58px rgba(5, 10, 16, 0.34);
}

.option-card h3 {
  margin: 0.15rem 0 0;
  font-size: 1.16rem;
  color: #edf4fb;
}

.option-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.option-bullets {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.4rem;
}

.notice {
  color: var(--warning) !important;
}

.danger {
  color: var(--danger) !important;
}

.render-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 1rem;
  align-items: end;
}

.render-provider-field {
  align-self: stretch;
}

.render-job-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.render-job-stats span {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}

.render-job-list,
.render-check-list {
  margin-top: 0.9rem;
}

.render-check-list {
  margin-bottom: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.55rem;
}

.render-job-list {
  display: grid;
  gap: 0.7rem;
}

.render-job-card {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.8rem 0.9rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.render-room-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.render-room-card {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 1rem;
  padding: 0.8rem;
  display: grid;
  gap: 0.75rem;
  text-align: left;
  color: inherit;
  cursor: pointer;
}

.render-room-card.selected,
.render-compare-card.selected {
  border-color: rgba(247, 200, 109, 0.75);
  background: rgba(247, 200, 109, 0.08);
  box-shadow: 0 0 0 1px rgba(247, 200, 109, 0.18);
}

.render-room-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.render-room-copy,
.render-room-meta,
.render-room-foot,
.render-compare-shell,
.render-compare-copy,
.render-compare-grid {
  display: grid;
  gap: 0.55rem;
}

.render-room-head,
.render-compare-head,
.render-compare-card-head {
  display: flex;
  justify-content: space-between;
  gap: 0.85rem;
  align-items: start;
}

.render-room-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.render-room-meta span,
.render-room-foot span {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.84rem;
}

.render-room-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.render-preview-grid {
  display: grid;
  gap: 1rem;
}

.render-compare-shell {
  padding: 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.render-compare-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.render-preview-card,
.render-compare-card {
  display: grid;
  gap: 0.8rem;
  padding: 0.85rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.render-preview-card img,
.render-compare-card img {
  width: 100%;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.render-preview-copy {
  display: grid;
  gap: 0.55rem;
}

.render-compare-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.option-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.option-score {
  min-width: 0;
  flex: 1;
  display: grid;
  gap: 0.4rem;
}

.package-grid {
  grid-template-columns: 1.05fr 1.35fr;
}

.package-card {
  display: grid;
  gap: 1rem;
}

.execution-card {
  margin-bottom: 1rem;
}

.package-card-wide {
  min-height: 100%;
}

.execution-settings {
  display: grid;
  gap: 1rem;
}

.execution-settings-empty {
  color: rgba(237, 244, 251, 0.72);
}

.execution-settings-grid {
  display: grid;
  grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.execution-summary-card,
.execution-room-card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.execution-room-list {
  display: grid;
  gap: 0.8rem;
}

.execution-room-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15.5rem, 18rem);
  gap: 0.9rem;
  align-items: start;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.execution-room-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.execution-room-row strong {
  color: #edf4fb;
}

.execution-room-row .small {
  margin-top: 0.2rem;
}

.execution-summary-card select,
.execution-room-row select {
  width: 100%;
  min-height: 2.9rem;
  padding-right: 2.7rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5.25 7 9l4-3.75' fill='none' stroke='%23556370' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 0.9rem 0.9rem;
}

.assumption-list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.55rem;
}

.drawings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.drawing-card {
  padding: 0.9rem;
  display: grid;
  gap: 0.8rem;
}

.drawing-card img {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, #f7f2e9, #efe7da);
  box-shadow:
    inset 0 0 0 1px rgba(73, 56, 32, 0.05),
    0 18px 44px rgba(5, 10, 16, 0.24);
  aspect-ratio: 1.414 / 1;
  object-fit: contain;
}

.export-links {
  gap: 0.6rem;
}

.export-links a {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  color: #edf4fb;
}

.result-panel {
  display: grid;
  gap: 1rem;
}

.result-summary {
  display: grid;
  gap: 1rem;
}

.result-shell {
  display: grid;
  gap: 1rem;
}

.result-hero {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.result-hero h4 {
  margin: 0.18rem 0 0;
  font-size: 1.2rem;
  color: #edf4fb;
}

.result-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.result-stat {
  display: grid;
  gap: 0.38rem;
  padding: 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.result-stat strong {
  color: #edf4fb;
  font-size: 1.05rem;
}

.result-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.result-block {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.result-list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.55rem;
}

.result-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.result-links a,
.result-links button {
  min-height: 2.8rem;
}

.cabinet-panel {
  display: grid;
  gap: 1rem;
}

.cabinet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.cabinet-card-wide,
.cabinet-library-card {
  min-height: 100%;
}

.cabinet-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.cabinet-metric {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.cabinet-metric strong {
  color: #edf4fb;
  font-size: 1.05rem;
}

.cabinet-list,
.cabinet-timeline {
  display: grid;
  gap: 0.75rem;
}

.cabinet-order-card,
.cabinet-activity-card {
  display: grid;
  gap: 0.5rem;
  padding: 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.cabinet-order-head,
.cabinet-activity-head {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: flex-start;
}

.cabinet-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.cabinet-library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.cabinet-render-card {
  display: grid;
  gap: 0.75rem;
  padding: 0.85rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.cabinet-render-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}

.cabinet-render-copy {
  display: grid;
  gap: 0.4rem;
}

.cabinet-render-copy strong {
  color: #edf4fb;
}

.workflow-actions button[hidden],
.result-links button[hidden] {
  display: none;
}

.final-cta-shell {
  padding: 2rem;
  border-radius: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
}

.final-actions {
  justify-content: flex-end;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .stage-board {
  transition: transform 220ms ease;
    min-height: 45rem;
  }

  .stage-card-plan {
    width: calc(100% - 14.5rem);
  }

  .hero-microproof,
  .trust-strip,
  .flow-grid,
  .compare-grid,
  .honesty-grid,
  .gallery-shell,
  .package-grid,
  .drawings-grid,
  .style-card-grid,
  .style-card-section-grid,
  .render-room-gallery,
  .render-compare-grid,
  .render-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .style-card-filters {
    gap: 0.5rem;
  }

  .sample-options-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .studio-shell {
    grid-template-columns: 1fr;
  }

  .studio-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .workspace-stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-dock,
  .result-stats,
  .result-columns,
  .cabinet-summary-grid {
    grid-template-columns: 1fr 1fr;
  }

  .execution-settings-grid,
  .execution-room-row {
    grid-template-columns: 1fr;
  }

  .cabinet-grid,
  .cabinet-library-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .topnav {
    display: none;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .studio-heading,
  .final-cta-shell {
    grid-template-columns: 1fr;
  }

  .gallery-card-wide {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }

  .intake-grid,
  .quiz-grid,
  .slider-grid,
  .style-bars,
  .options-grid,
  .drawings-grid,
  .style-card-grid,
  .render-room-gallery,
  .render-compare-grid,
  .render-preview-grid,
  .faq-grid,
  .sample-options-grid,
  .result-stats,
  .result-columns {
    grid-template-columns: 1fr;
  }

  .render-toolbar {
    grid-template-columns: 1fr;
  }

  .workflow-dock {
    grid-template-columns: 1fr;
    top: calc(var(--header-h) + 0.6rem);
  }

  .workflow-actions {
    justify-content: stretch;
  }

  .field-wide {
    grid-column: auto;
  }

  .stage-board {
  transition: transform 220ms ease;
    min-height: 44rem;
  }

  .stage-card-plan {
    left: 1rem;
    right: 1rem;
    width: auto;
  }

  .stage-card-dna,
  .stage-card-sheets {
    width: 11.4rem;
  }

  .floating-stat-b {
    left: 7rem;
  }
}

/* Landing reset v2 */

.hero-focus {
  align-items: start;
  gap: 2.25rem;
}

.hero-focus .hero-copy {
  max-width: 42rem;
}

.hero-promise-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero-promise-card,
.hero-preview-card,
.flow-actions,
.landing-word-panel,
.price-card,
.quick-word-card {
  border: 1px solid rgba(25, 34, 43, 0.1);
  box-shadow: var(--shadow-md);
}

.hero-promise-card {
  display: grid;
  gap: 0.45rem;
  padding: 1.15rem;
  border-radius: 1.25rem;
  background: rgba(255, 252, 248, 0.84);
}

.hero-promise-card strong {
  font-size: 1rem;
}

.hero-promise-card span {
  color: var(--muted);
  line-height: 1.6;
}

.hero-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.88fr);
  grid-template-areas:
    "render plan"
    "render package";
  gap: 1rem;
}

.hero-preview-card {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.96), rgba(246, 239, 229, 0.88));
}

.hero-preview-card img {
  width: 100%;
  border-radius: 1.15rem;
  object-fit: cover;
  background: #f6f0e8;
}

.hero-preview-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.hero-preview-head strong {
  display: block;
  margin-top: 0.12rem;
  font-size: 1rem;
}

.hero-preview-render {
  grid-area: render;
}

.hero-preview-plan {
  grid-area: plan;
}

.hero-preview-package {
  grid-area: package;
}

.flow-focus-section .flow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 1.4rem;
  background: rgba(255, 251, 246, 0.82);
}

.taste-preview-focus .taste-preview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(20rem, 0.9fr);
  gap: 1.4rem;
  align-items: start;
}

.landing-word-panel {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 1.5rem;
  background: rgba(255, 251, 246, 0.88);
}

.landing-word-panel strong {
  font-size: 1.08rem;
  line-height: 1.45;
}

.landing-word-cloud,
.style-word-bank {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.landing-word-cloud span,
.style-word-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 48, 58, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink-2);
  font-size: 0.95rem;
  line-height: 1;
}

.style-word-chip.selected {
  border-color: rgba(14, 23, 31, 0.92);
  background: rgba(14, 23, 31, 0.94);
  color: #f8fbfd;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.price-card {
  display: grid;
  gap: 0.6rem;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: rgba(255, 252, 248, 0.86);
}

.price-card.accent {
  background: linear-gradient(180deg, rgba(255, 247, 237, 0.96), rgba(246, 235, 220, 0.9));
}

.quick-word-card {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: 1.35rem;
  background: rgba(255, 251, 246, 0.86);
}

.quick-word-copy {
  display: grid;
  gap: 0.35rem;
}

.quick-word-copy strong {
  font-size: 1rem;
}

.style-card-shell.taste-atlas {
  gap: 1rem;
}

.style-card-head {
  display: grid;
  gap: 0.55rem;
}

.style-card-head .small {
  max-width: 44rem;
}

.style-card-sections {
  display: grid;
  gap: 1rem;
}

.style-card-section {
  display: grid;
  gap: 0.85rem;
}

.style-card-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.style-card-section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.style-output:empty::before {
  content: "The saved style brief summary will appear here.";
}

@media (max-width: 1180px) {
  .hero-promise-list,
  .style-card-section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-showcase,
  .taste-preview-focus .taste-preview-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "render"
      "plan"
      "package";
  }
}

@media (max-width: 980px) {
  .hero-promise-list,
  .flow-focus-section .flow-grid,
  .price-grid,
  .style-card-section-grid {
    grid-template-columns: 1fr;
  }

  .flow-actions {
    justify-content: stretch;
  }

  .flow-actions button {
    flex: 1 1 100%;
  }
}

@media (max-width: 760px) {
  .topbar {
    padding-inline: 1rem;
    gap: 0.8rem;
  }

  .top-locale {
    margin-left: auto;
  }

  .top-actions {
    width: auto;
    gap: 0.55rem;
  }

  .top-action {
    min-width: auto;
  }

  .brand-copy span {
    display: none;
  }

  .page-shell {
    padding-inline: 1rem;
  }

  .section {
    padding: 3.5rem 0;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.6rem, 11vw, 4rem);
  }

  .hero-microproof,
  .trust-strip,
  .flow-grid,
  .compare-grid,
  .honesty-grid,
  .gallery-shell,
  .package-grid,
  .faq-grid,
  .studio-sidebar,
  .style-card-grid,
  .style-card-section-grid,
  .render-room-gallery,
  .render-compare-grid,
  .render-room-meta,
  .render-preview-grid {
    grid-template-columns: 1fr;
  }

  .style-card-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .style-card-room-rail {
    gap: 0.5rem;
  }

  .render-room-head,
  .render-compare-head,
  .render-compare-card-head {
    flex-direction: column;
  }

  .stage-board {
  transition: transform 220ms ease;
    min-height: auto;
    padding-bottom: 1rem;
  }

  .stage-card,
  .floating-stat {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    transform: none;
    margin-top: 0.9rem;
  }

  .stage-card-plan,
  .stage-card-dna,
  .stage-card-sheets,
  .stage-card-bom {
    min-height: auto;
  }

  .stage-card-plan img,
  .stage-card-dna img,
  .stage-card-sheets img,
  .stage-card-bom img {
    padding-bottom: 1rem;
  }

  .mini-sheet-grid img {
    height: auto;
  }

  .panel-head,
  .teaser-meta,
  .option-footer,
  .result-hero,
  .style-card-head,
  .render-block-head,
  .render-job-card {
    flex-direction: column;
    align-items: stretch;
  }

  .workspace-stepper {
    grid-template-columns: 1fr;
  }

  .step {
    justify-content: flex-start;
  }

  .rooms-table,
  .bom-table {
    min-width: 540px;
  }

  .final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .topbar {
    gap: 0.7rem;
  }

  .top-actions {
    display: none;
  }

  .mobile-nav-sheet {
    top: 0.6rem;
    right: 0.6rem;
    width: calc(100vw - 1.2rem);
  }

  .language-switch {
    padding-inline: 0.65rem;
  }

  .language-switch span {
    display: none;
  }

  .hero-actions,
  .studio-heading-actions,
  .panel-actions,
  .final-actions,
  .quick-inline-actions,
  .workflow-actions,
  .result-links {
    flex-direction: column;
    align-items: stretch;
  }

  button.primary,
  button.secondary,
  button.ghost {
    width: 100%;
  }

  .persona-row,
  .chip-cloud,
  .style-materials,
  .style-tags,
  .option-tag-cloud,
  .export-links {
    gap: 0.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-reveal],
  .topnav a::after,
  button.primary,
  button.secondary,
  button.ghost,
  .export-links a,
  .option-card,
  .gallery-card,
  .honesty-card,
  .faq-card,
  .flow-card,
  .compare-card,
  .sample-option-card,
  .microproof-card,
  .sidebar-card,
  .panel,
  .package-card,
  .drawing-card,
  .toast {
    transition: none !important;
  }
}

/* Step 2 premium redesign */

.topbar {
  max-width: calc(var(--max-width) - 1.6rem);
  margin-top: 0.7rem;
  padding: 0.92rem 1rem;
  border-radius: 1.55rem;
  background:
    linear-gradient(180deg, rgba(255, 249, 242, 0.9), rgba(247, 239, 228, 0.72)),
    rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(20, 30, 38, 0.08);
  box-shadow:
    0 22px 44px rgba(20, 30, 38, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.topnav {
  padding: 0.3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(20, 30, 38, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.topnav a {
  padding: 0.72rem 1rem;
  border-radius: 999px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.topnav a::after {
  display: none;
}

.topnav a:hover,
.topnav a:focus-visible {
  background: rgba(17, 29, 41, 0.08);
  color: var(--ink-2);
}

.top-actions {
  padding: 0.28rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(20, 30, 38, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.page-shell {
  padding-top: 0.6rem;
}

.hero {
  gap: 3rem;
  align-items: start;
}

.hero-copy {
  padding-top: 0.7rem;
}

.hero h1 {
  font-size: clamp(3.35rem, 6.2vw, 5.95rem);
}

.hero-lede {
  max-width: 39rem;
  font-size: 1.08rem;
}

.microproof-card,
.trust-item,
.flow-card,
.compare-card,
.honesty-card,
.faq-card,
.gallery-card,
.sample-option-card {
  border-radius: 1.45rem;
}

.section-heading {
  max-width: 58rem;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.section-heading .eyebrow {
  color: #7e684d;
  letter-spacing: 0.12em;
}

.studio-section {
  position: relative;
}

.studio-section::before {
  content: "";
  position: absolute;
  inset: 10rem -2rem 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(121, 225, 192, 0.08), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(148, 215, 255, 0.09), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(199, 157, 114, 0.08), transparent 34%);
  pointer-events: none;
}

.studio-suite {
  position: relative;
  display: grid;
  gap: 1.15rem;
  padding: 1.2rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 15% 8%, rgba(148, 215, 255, 0.12), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(121, 225, 192, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(10, 15, 22, 0.7), rgba(7, 11, 17, 0.82));
  border: 1px solid rgba(148, 215, 255, 0.12);
  box-shadow: 0 42px 90px rgba(10, 15, 22, 0.22);
  overflow: hidden;
}

.studio-suite::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 32%, transparent 68%, rgba(255, 255, 255, 0.04));
  pointer-events: none;
}

.studio-suite > * {
  position: relative;
  z-index: 1;
}

.workspace-stepper {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 0;
  padding: 0.35rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.step {
  min-height: 4rem;
  padding-inline: 1.1rem;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.06);
  color: rgba(233, 242, 250, 0.68);
}

.step span {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(237, 244, 251, 0.84);
}

.workflow-dock {
  top: calc(var(--header-h) + 1.15rem);
  margin-bottom: 0;
  padding: 1.1rem 1.2rem;
  border-radius: 1.55rem;
  border-color: rgba(247, 200, 109, 0.2);
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(14, 20, 28, 0.96), rgba(9, 14, 21, 0.98));
  box-shadow: 0 28px 64px rgba(5, 10, 16, 0.34);
}

.workflow-copy strong {
  font-family: var(--font-display);
  font-size: 1.28rem;
  letter-spacing: -0.03em;
}

.studio-shell {
  gap: 1.25rem;
}

.studio-sidebar {
  top: calc(var(--header-h) + 1.45rem);
  gap: 1.15rem;
}

.sidebar-card {
  border-radius: 1.45rem;
  background:
    linear-gradient(180deg, rgba(17, 26, 37, 0.96), rgba(11, 17, 24, 0.98)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 44px rgba(6, 10, 16, 0.28);
}

.status-card {
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(20, 31, 44, 0.98), rgba(11, 17, 24, 0.98));
}

.panel,
.package-card {
  border-radius: 1.65rem;
  padding: 1.15rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.06), transparent 22%),
    linear-gradient(180deg, rgba(14, 20, 29, 0.96), rgba(9, 14, 21, 0.99));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 56px rgba(5, 10, 16, 0.28);
}

.panel::before,
.package-card::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
}

.panel > *,
.package-card > * {
  position: relative;
  z-index: 1;
}

.panel-head {
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-head h3 {
  font-size: 1.72rem;
}

.taste-suite {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 1.15rem;
  align-items: start;
}

.taste-composer {
  display: grid;
  gap: 1rem;
}

.taste-atlas {
  min-height: 100%;
}

#style-output {
  min-height: 13rem;
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at top right, rgba(121, 225, 192, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.style-card-shell.taste-atlas {
  padding: 1.1rem;
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 243, 237, 0.96));
}

.taste-brief-details {
  border: 1px solid rgba(55, 42, 23, 0.08);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 243, 237, 0.94));
  box-shadow:
    0 12px 28px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.taste-brief-details summary {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  list-style: none;
  cursor: pointer;
}

.taste-brief-details summary::-webkit-details-marker {
  display: none;
}

.taste-brief-details summary strong {
  color: #1f2c36;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.taste-brief-body {
  display: grid;
  gap: 1rem;
  padding: 0 1.1rem 1.1rem;
}

.style-card-head {
  align-items: start;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.taste-guide-shell {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.taste-guide-lead {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.85rem;
}

.taste-guide-next {
  max-width: 18rem;
  padding: 0.7rem 0.85rem;
  border-radius: 1rem;
  background: rgba(247, 200, 109, 0.08);
  border: 1px solid rgba(247, 200, 109, 0.18);
  color: rgba(247, 238, 220, 0.96);
  font-size: 0.88rem;
  line-height: 1.45;
}

.taste-guide-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.taste-guide-consistency {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.8rem 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(247, 200, 109, 0.16);
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.taste-guide-consistency strong {
  flex: 1;
  color: #edf4fb;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}

.taste-guide-room-nav {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.8rem 0.95rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.taste-guide-room-current {
  display: grid;
  gap: 0.12rem;
}

.taste-guide-room-current strong {
  color: #edf4fb;
  font-size: 0.94rem;
}

.taste-guide-step {
  display: grid;
  gap: 0.32rem;
  padding: 0.85rem 0.9rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.taste-guide-step.done {
  border-color: rgba(121, 225, 192, 0.28);
  background:
    radial-gradient(circle at top right, rgba(121, 225, 192, 0.08), transparent 28%),
    rgba(255, 255, 255, 0.05);
}

.taste-guide-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(237, 244, 251, 0.9);
  font-size: 0.82rem;
}

.taste-guide-step.done .taste-guide-step-index {
  background: rgba(121, 225, 192, 0.16);
  color: #c8f6e7;
}

.taste-guide-step strong {
  color: #edf4fb;
  font-size: 0.94rem;
}

.taste-guide-step small {
  color: rgba(233, 242, 250, 0.68);
}

.taste-guide-suggested {
  display: grid;
  gap: 0.65rem;
}

.taste-guide-suggested-copy {
  display: grid;
  gap: 0.2rem;
}

.taste-guide-chip-row,
.taste-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.taste-guide-chip {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(237, 244, 251, 0.92);
  border-radius: 999px;
  padding: 0.72rem 0.95rem;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.taste-guide-chip:hover {
  transform: translateY(-1px);
}

.taste-guide-chip.selected {
  border-color: rgba(148, 215, 255, 0.34);
  background: rgba(148, 215, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(148, 215, 255, 0.08);
}

.taste-selected-tray {
  display: grid;
  gap: 0.75rem;
}

.taste-pill-group {
  display: grid;
  gap: 0.45rem;
}

.taste-selection-pill {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(121, 225, 192, 0.22);
  background: rgba(121, 225, 192, 0.08);
  color: #def8ee;
  font: inherit;
  cursor: pointer;
}

.taste-selection-pill.avoided {
  border-color: rgba(255, 141, 126, 0.24);
  background: rgba(255, 141, 126, 0.08);
  color: #ffe3de;
}

.taste-selection-pill i {
  font-style: normal;
  opacity: 0.78;
}

.taste-tray-empty {
  padding: 0.85rem 0.95rem;
  border-radius: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  color: rgba(233, 242, 250, 0.7);
}

#style-card-selection-summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(247, 200, 109, 0.2);
  background: rgba(247, 200, 109, 0.08);
  color: rgba(247, 238, 220, 0.96);
}

.style-card-filters {
  position: sticky;
  top: calc(var(--header-h) + 1.2rem);
  z-index: 2;
  padding-bottom: 0.1rem;
}

.style-card-room-rail {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}

.style-card-room-rail::-webkit-scrollbar {
  display: none;
}

.style-card-section {
  padding: 1.1rem;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.style-card {
  min-height: 100%;
  grid-template-rows: auto 1fr auto;
  padding: 0.8rem;
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.style-card:hover {
  transform: translateY(-3px);
}

.style-card-copy strong {
  font-size: 1.06rem;
  letter-spacing: -0.02em;
  color: #f3f7fb;
}

.style-card-heading {
  display: grid;
  gap: 0.22rem;
}

.style-card-note {
  min-height: 2.7rem;
}

.style-card-visual {
  overflow: hidden;
  border-radius: 1rem;
  padding: 0.45rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 238, 231, 0.94));
  border: 1px solid rgba(55, 42, 23, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.style-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%, transparent 78%, rgba(8, 14, 20, 0.08));
  pointer-events: none;
}

.style-card-visual img {
  border-radius: 1rem;
  box-shadow: 0 18px 34px rgba(4, 8, 14, 0.18);
  filter: saturate(1.08) contrast(1.04);
}

.style-card-copy {
  gap: 0.55rem;
}

.style-card-tags {
  min-height: 1.8rem;
}

.style-card-tags:empty,
.style-card-budget:empty {
  display: none;
}

.style-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 0.45rem;
}

button.compact {
  padding-inline: 0.72rem;
  min-height: 2.45rem;
}

.style-card-actions {
  margin-top: auto;
}

.option-card,
.render-job-card,
.render-room-card,
.render-preview-card,
.render-compare-card,
.execution-summary-card,
.execution-room-card,
.cabinet-order-card,
.cabinet-activity-card,
.cabinet-render-card {
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
}

.render-toolbar {
  padding: 1rem;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

#render-provider-status,
#render-preflight,
#render-jobs-summary,
#render-preview-grid {
  border-radius: 1.25rem;
}

.render-room-gallery,
.cabinet-library-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.package-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.result-panel {
  background:
    radial-gradient(circle at top right, rgba(121, 225, 192, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(13, 19, 28, 0.98), rgba(8, 13, 19, 0.98));
}

.cabinet-panel {
  gap: 1.15rem;
}

.cabinet-suite {
  display: grid;
  gap: 1rem;
}

.cabinet-summary-grid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.cabinet-order-card,
.cabinet-activity-card {
  gap: 0.65rem;
}

.cabinet-render-card img {
  border-radius: 1rem;
}

.final-cta-shell {
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(16, 24, 34, 0.97), rgba(10, 16, 22, 0.99));
  border: 1px solid rgba(148, 215, 255, 0.1);
  box-shadow: 0 28px 60px rgba(6, 10, 16, 0.3);
}

@media (max-width: 1180px) {
  .studio-suite {
    padding: 1rem;
  }

  .taste-suite {
    grid-template-columns: 1fr;
  }

  .taste-guide-progress {
    grid-template-columns: 1fr;
  }

  .taste-guide-lead {
    flex-direction: column;
  }
}

/* Step 3 surface correction */

.hero {
  align-items: start;
}

.hero-copy {
  padding-top: 0.8rem;
}

.hero-microproof {
  gap: 1rem;
}

.microproof-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(249, 243, 236, 0.72));
  border-color: rgba(55, 42, 23, 0.08);
  box-shadow:
    0 14px 30px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.microproof-card.accent {
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 236, 228, 0.92));
  border-color: rgba(148, 215, 255, 0.18);
}

.microproof-card.accent strong,
.microproof-card.accent span {
  color: #23303c;
}

.stage-board {
  min-height: 43rem;
  background:
    radial-gradient(circle at 14% 12%, rgba(153, 214, 255, 0.2), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(245, 208, 132, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(243, 236, 227, 0.96));
  border: 1px solid rgba(55, 42, 23, 0.08);
  box-shadow:
    0 28px 70px rgba(41, 31, 18, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.stage-sheen {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.42), transparent 36%, transparent 64%, rgba(255, 255, 255, 0.22)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 26%);
}

.stage-topline {
  color: rgba(45, 56, 68, 0.72);
}

.window-dots span {
  background: rgba(37, 47, 58, 0.22);
}

.stage-title {
  color: rgba(45, 56, 68, 0.62);
}

.stage-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 235, 0.96));
  border: 1px solid rgba(55, 42, 23, 0.08);
  box-shadow:
    0 18px 40px rgba(41, 31, 18, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.stage-card-head {
  color: #23303c;
}

.stage-card-head strong {
  color: #1f2c36;
}

.chip-cloud.compact span {
  color: #31404c;
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(55, 42, 23, 0.08);
}

.mini-sheet-grid img {
  background: linear-gradient(180deg, #fbf7f1, #f0e7db);
  border-color: rgba(55, 42, 23, 0.08);
}

.bom-snippet {
  color: #25323d;
}

.bom-snippet span {
  color: rgba(49, 63, 76, 0.72);
}

.bom-snippet div {
  border-bottom-color: rgba(55, 42, 23, 0.1);
}

.floating-stat {
  color: #23303c;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(55, 42, 23, 0.08);
  box-shadow:
    0 16px 36px rgba(41, 31, 18, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.studio-suite {
  background:
    radial-gradient(circle at 12% 10%, rgba(153, 214, 255, 0.18), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(245, 208, 132, 0.15), transparent 22%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(247, 241, 232, 0.95));
  border: 1px solid rgba(55, 42, 23, 0.08);
  box-shadow:
    0 28px 64px rgba(41, 31, 18, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.studio-suite::before {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.55), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.28)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.3), transparent 30%);
}

.workspace-stepper {
  background: rgba(146, 120, 81, 0.06);
  border-color: rgba(146, 120, 81, 0.12);
}

.step {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(55, 42, 23, 0.08);
  color: rgba(39, 48, 58, 0.72);
}

.step span {
  background: rgba(22, 32, 40, 0.06);
  color: #23303c;
}

.workflow-dock,
.sidebar-card,
.panel,
.package-card,
.result-panel,
.final-cta-shell,
.render-toolbar,
.style-card-shell.taste-atlas,
.taste-guide-shell,
.style-card-section,
.option-card,
.render-job-card,
.render-room-card,
.render-preview-card,
.render-compare-card,
.execution-summary-card,
.execution-room-card,
.cabinet-order-card,
.cabinet-activity-card,
.cabinet-render-card {
  background:
    radial-gradient(circle at top right, rgba(153, 214, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 242, 235, 0.94));
  border: 1px solid rgba(55, 42, 23, 0.08);
  box-shadow:
    0 16px 40px rgba(41, 31, 18, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: #24313c;
}

.workflow-copy strong,
.style-card-head strong,
.panel-head h3,
.style-card-copy strong,
.package-card-head strong,
.render-block-head strong,
.render-preview-copy strong {
  color: #1f2c36;
}

.workflow-dock,
.sidebar-card,
.panel,
.package-card,
.result-panel,
.cabinet-panel,
.style-card-section,
.style-card,
.style-card-shell.taste-atlas,
.taste-guide-shell {
  color: #24313c;
}

.sidebar-card .small,
.panel .small,
.package-card .small,
.style-card-note,
.taste-guide-step small,
.taste-tray-empty,
.reference-gallery-summary .small,
.template-pack-head .small {
  color: rgba(47, 58, 71, 0.72);
}

.style-card-filter,
.style-card-room-chip,
.taste-guide-chip {
  border-color: rgba(55, 42, 23, 0.1);
  background: rgba(255, 255, 255, 0.76);
  color: #22303b;
}

.style-card-filter.selected {
  background: rgba(247, 200, 109, 0.16);
  border-color: rgba(184, 138, 55, 0.32);
}

.style-card-room-chip.selected,
.taste-guide-chip.selected {
  border-color: rgba(86, 150, 199, 0.28);
  background: rgba(153, 214, 255, 0.16);
  box-shadow: 0 0 0 4px rgba(153, 214, 255, 0.08);
}

.style-card-reco,
.taste-selection-pill,
.taste-selection-pill.avoided {
  box-shadow: none;
}

.style-card {
  background:
    radial-gradient(circle at top right, rgba(153, 214, 255, 0.1), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 237, 0.94));
  border: 1px solid rgba(55, 42, 23, 0.08);
}

.taste-suite {
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.taste-atlas {
  order: 1;
}

.taste-composer {
  order: 2;
  max-width: 980px;
  margin: 0 auto;
  padding: 1.1rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 243, 237, 0.94));
  border: 1px solid rgba(55, 42, 23, 0.08);
  box-shadow:
    0 16px 34px rgba(41, 31, 18, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.style-card.selected {
  border-color: rgba(76, 168, 128, 0.3);
  box-shadow: 0 0 0 4px rgba(76, 168, 128, 0.08), 0 16px 32px rgba(41, 31, 18, 0.08);
}

.style-card.avoided {
  border-color: rgba(214, 115, 101, 0.26);
  box-shadow: 0 0 0 4px rgba(214, 115, 101, 0.08), 0 16px 32px rgba(41, 31, 18, 0.08);
}

.style-card-tags span,
.render-qa-tags span {
  border-color: rgba(55, 42, 23, 0.08);
  background: rgba(249, 246, 241, 0.96);
  color: #344250;
}

.studio-suite .muted-block,
.studio-suite .sidebar-summary,
.studio-suite .small,
.studio-suite .field span,
.studio-suite .rooms-table td,
.studio-suite .bom-table td {
  color: rgba(40, 52, 65, 0.87);
}

.studio-suite .panel-tag,
.studio-suite .rooms-table th,
.studio-suite .bom-table th {
  color: rgba(69, 82, 96, 0.82);
}

.studio-suite .field input[type="text"],
.studio-suite .field input[type="number"],
.studio-suite .field input[type="file"],
.studio-suite .field select,
.studio-suite .field textarea,
.studio-suite .rooms-table input,
.studio-suite .rooms-table select {
  border: 1px solid rgba(55, 42, 23, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: #20303b;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 1px 0 rgba(255, 255, 255, 0.4);
}

.studio-suite .field select,
.studio-suite .rooms-table select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5.25 7 9l4-3.75' fill='none' stroke='%23556370' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  background-size: 0.9rem 0.9rem;
}

.studio-suite .field select option,
.studio-suite .rooms-table select option {
  color: #20303b;
  background: #fffaf4;
}

.studio-suite .field select option:checked,
.studio-suite .rooms-table select option:checked {
  background: #edf4fb;
  color: #1f2c36;
}

.studio-suite .field input::placeholder,
.studio-suite .field textarea::placeholder {
  color: rgba(86, 99, 112, 0.54);
}

.studio-suite .field input:focus,
.studio-suite .field select:focus,
.studio-suite .field textarea:focus,
.studio-suite .rooms-table input:focus,
.studio-suite .rooms-table select:focus {
  border-color: rgba(86, 150, 199, 0.34);
  box-shadow: 0 0 0 4px rgba(153, 214, 255, 0.12);
}

.studio-suite .table-shell,
.studio-suite .compact-shell {
  border-color: rgba(55, 42, 23, 0.08);
  background: rgba(255, 255, 255, 0.76);
}

.studio-suite .intake-card,
.studio-suite .mini-card,
.studio-suite .result-stat,
.studio-suite .result-block,
.studio-suite .cabinet-metric,
.studio-suite .cabinet-order-card,
.studio-suite .cabinet-activity-card,
.studio-suite .cabinet-render-card {
  border: 1px solid rgba(55, 42, 23, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 12px 28px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.studio-suite .result-hero h4,
.studio-suite .result-stat strong,
.studio-suite .cabinet-metric strong {
  color: #1f2c36;
}

.studio-suite .mood-badges span,
.studio-suite .export-links a {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(55, 42, 23, 0.08);
  color: #31404c;
}

#style-card-selection-summary,
.taste-guide-next {
  border-color: rgba(184, 138, 55, 0.22);
  background: rgba(247, 200, 109, 0.12);
  color: #6e552a;
}

.reference-gallery-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: end;
  padding: 0.95rem 1rem;
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(249, 245, 239, 0.92)),
    rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(55, 42, 23, 0.08);
}

.reference-gallery-copy {
  display: grid;
  gap: 0.28rem;
}

.reference-gallery-copy strong {
  color: #1f2c36;
  font-size: 1.04rem;
  letter-spacing: -0.02em;
}

.reference-gallery-stats {
  display: grid;
  justify-items: end;
  gap: 0.45rem;
}

.template-pack-shelf {
  display: grid;
  gap: 0.95rem;
  padding: 1rem;
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at top right, rgba(245, 208, 132, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 242, 235, 0.92));
  border: 1px solid rgba(55, 42, 23, 0.08);
}

.template-pack-head {
  display: grid;
  gap: 0.28rem;
}

.template-pack-head strong,
.template-pack-card strong {
  color: #1f2c36;
}

.template-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.template-pack-card {
  display: grid;
  gap: 0.65rem;
  padding: 0.95rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background: rgba(255, 255, 255, 0.84);
}

.template-pack-meta,
.template-pack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.style-card-sections[data-mode="gallery"] .style-card-section-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.style-card-sections[data-mode="gallery"] .style-card-section {
  padding: 1rem;
}

.style-card-sections[data-mode="gallery"] .style-card {
  padding: 0.8rem;
}

@media (max-width: 1180px) {
  .layout-editor-head {
    flex-direction: column;
  }

  .layout-editor-actions {
    justify-content: flex-start;
  }

  .hero-microproof {
    grid-template-columns: 1fr;
  }

  .style-card-actions {
    grid-template-columns: 1fr 1fr;
  }

  .reference-gallery-summary,
  .template-pack-grid,
  .style-card-sections[data-mode="gallery"] .style-card-section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reference-gallery-stats {
    justify-items: start;
  }
}

@media (max-width: 860px) {
  .layout-editor-actions {
    width: 100%;
  }

  .layout-editor-actions button {
    width: 100%;
  }

  .style-card-actions {
    grid-template-columns: 1fr;
  }

  .reference-gallery-summary,
  .template-pack-grid,
  .style-card-sections[data-mode="gallery"] .style-card-section-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .topbar {
    max-width: calc(100% - 1.4rem);
  }

  .top-actions {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .studio-suite {
    padding: 0.9rem;
    border-radius: 1.7rem;
  }

  .workspace-stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .style-card-filters {
    position: static;
  }
}

@media (max-width: 760px) {
  .topbar {
    border-radius: 1.2rem;
  }

  .studio-suite {
    padding: 0.85rem;
    border-radius: 1.45rem;
  }

  .workflow-dock {
    border-radius: 1.3rem;
  }

  .panel,
  .package-card,
  .sidebar-card {
    border-radius: 1.35rem;
  }
}

@media (max-width: 560px) {
  .topbar {
    max-width: calc(100% - 1rem);
  }

  .workspace-stepper {
    grid-template-columns: 1fr;
  }
}

/* Final visual pass: style picker and layout editor */

.layout-editor-shell {
  gap: 0.8rem;
  padding: 1.05rem;
}

.layout-editor-head {
  gap: 0.85rem;
}

.layout-editor-head .small {
  max-width: 42rem;
  line-height: 1.5;
}

.layout-editor-actions button {
  min-height: 2.8rem;
}

.layout-editor-meta .pill {
  background: rgba(255, 255, 255, 0.94);
  color: #31404c;
}

.layout-table-shell {
  padding: 0.3rem;
  background: rgba(255, 255, 255, 0.78);
}

.rooms-table {
  min-width: 700px;
}

.rooms-table th {
  padding-top: 0.72rem;
  padding-bottom: 0.72rem;
  font-size: 0.74rem;
}

.rooms-table td {
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
}

.room-row td {
  background: rgba(255, 255, 255, 0.34);
}

.room-row:hover td {
  background: rgba(153, 214, 255, 0.08);
}

.cell-name {
  min-width: 9.8rem;
}

.cell-type {
  min-width: 9rem;
}

.cell-number {
  width: 4.9rem;
}

.cell-toggle,
.cell-action {
  width: 3.8rem;
}

.style-card-shell.taste-atlas {
  gap: 1.1rem;
  padding: 1.2rem;
}

.style-card-head {
  gap: 0.9rem;
  align-items: end;
}

.style-card-head .small {
  max-width: 44rem;
  line-height: 1.55;
}

.taste-guide-shell {
  padding: 1rem 1.05rem;
}

.taste-guide-next {
  max-width: 20rem;
  font-size: 0.9rem;
}

.taste-guide-progress {
  gap: 0.65rem;
}

.taste-guide-step {
  padding: 0.8rem 0.85rem;
}

.reference-gallery-summary {
  padding: 1rem 1.05rem;
}

.style-card-room-rail {
  gap: 0.5rem;
}

.style-card-sections[data-mode="gallery"] .style-card-section-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.style-card-section {
  gap: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 243, 236, 0.94));
}

.style-card {
  gap: 0.7rem;
  padding: 0.75rem;
}

.style-card-visual {
  padding: 0.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 240, 232, 0.97));
}

.style-card-art {
  display: grid;
  min-height: 18.5rem;
  overflow: hidden;
  border-radius: 0.96rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.5), transparent 28%),
    linear-gradient(180deg, #eadbc6, #d8c5ab);
  box-shadow:
    inset 0 0 0 1px rgba(96, 77, 54, 0.12),
    0 16px 28px rgba(41, 31, 18, 0.12);
}

.style-card-art svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: saturate(1.34) contrast(1.22) brightness(0.96);
}

.style-card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.96rem;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 18px 30px rgba(41, 31, 18, 0.14);
}

.style-card.has-photo .style-card-visual {
  padding: 0.28rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 231, 220, 0.96));
}

.style-card-art-fallback {
  place-items: center;
  padding: 1rem;
  text-align: center;
  color: #31404c;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.style-card-visual::after {
  inset: 0.35rem;
  border-radius: 0.96rem;
}

.style-card-visual .pill,
.style-card-reco {
  z-index: 2;
  backdrop-filter: blur(10px);
}

.style-card-copy {
  gap: 0.48rem;
}

.style-card-copy strong {
  font-size: 1.08rem;
  line-height: 1.14;
}

.style-card-heading .small {
  line-height: 1.45;
}

.style-card-heading .small,
.style-card-copy .small {
  color: rgba(63, 74, 87, 0.84);
}

.style-card-tags {
  gap: 0.35rem;
}

.style-card-tags span {
  padding: 0.36rem 0.58rem;
  font-size: 0.72rem;
}

.style-card-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.style-card-actions button:last-child:nth-child(3) {
  grid-column: 1 / -1;
}

.style-card-sections[data-mode="gallery"] .style-card-budget {
  display: none;
}

.style-card-sections[data-mode="gallery"] .style-card-tags span:nth-child(n + 3) {
  display: none;
}

@media (max-width: 1180px) {
  .style-card-sections[data-mode="gallery"] .style-card-section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .style-card-art {
    min-height: 16.5rem;
  }

  .style-card-actions {
    grid-template-columns: 1fr;
  }
}

/* Final QA cleanup */

button.primary,
button.secondary,
button.ghost,
.export-links a {
  line-height: 1.15;
  font-weight: 600;
}

.top-actions,
.panel-actions,
.layout-editor-actions,
.workflow-actions,
.style-card-actions,
.template-pack-actions,
.render-compare-actions,
.result-links,
.final-actions {
  align-items: stretch;
}

.top-actions button,
.panel-actions button,
.layout-editor-actions button,
.workflow-actions button,
.style-card-actions button,
.template-pack-actions button,
.render-compare-actions button,
.result-links button,
.final-actions button {
  white-space: normal;
  text-align: center;
}

.top-actions button,
.workflow-actions button,
.layout-editor-actions button,
.panel-actions button,
.render-compare-actions button {
  min-height: 2.85rem;
}

.studio-shell {
  grid-template-columns: 256px minmax(0, 1fr);
  gap: 0.9rem;
}

.studio-sidebar {
  gap: 0.85rem;
}

.sidebar-card,
.panel,
.package-card {
  padding: 1.05rem;
}

.sidebar-card .small,
.sidebar-summary,
.muted-block {
  font-size: 0.92rem;
  line-height: 1.56;
}

.studio-suite,
.studio-suite .panel,
.studio-suite .sidebar-card,
.studio-suite .style-card-shell.taste-atlas,
.studio-suite .taste-guide-shell,
.studio-suite .style-card-section,
.studio-suite .template-pack-shelf,
.studio-suite .reference-gallery-summary,
.studio-suite .layout-editor-shell,
.studio-suite .intake-card,
.studio-suite .mini-card {
  border-color: rgba(55, 42, 23, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 241, 231, 0.97));
  box-shadow:
    0 18px 38px rgba(41, 31, 18, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.studio-suite {
  background: linear-gradient(180deg, rgba(251, 246, 238, 0.99), rgba(242, 233, 219, 0.97));
}

.studio-suite::before {
  display: none;
}

.reference-gallery-stats .ghost.compact,
.template-pack-actions .secondary {
  min-height: 2.7rem;
}

.style-card-actions .ghost.compact {
  min-height: 2.3rem;
}

.studio-suite .field span,
.studio-suite .tiny-label,
.studio-suite .panel-tag,
.studio-suite .small,
.studio-suite .rooms-table td,
.studio-suite .bom-table td,
.template-pack-card .small,
.reference-gallery-copy .small,
.render-job-card .small,
.render-room-copy .small,
.render-compare-copy .small,
.cabinet-order-card .small,
.cabinet-activity-card .small,
.cabinet-render-card .small,
.execution-settings-empty {
  color: rgba(54, 66, 79, 0.78);
}

.studio-suite p,
.studio-suite .small,
.studio-suite .field span,
.studio-suite .tiny-label,
.studio-suite .sidebar-summary,
.studio-suite .muted-block,
.studio-suite .taste-guide-next,
.studio-suite .taste-guide-step small,
.studio-suite .reference-gallery-copy .small,
.studio-suite .template-pack-head .small,
.studio-suite .template-pack-card .small,
.studio-suite .style-card-heading .small {
  color: rgba(52, 64, 76, 0.84);
}

.studio-suite .panel-tag,
.studio-suite .rooms-table th,
.studio-suite .bom-table th {
  color: rgba(72, 84, 99, 0.84);
}

.studio-suite .intake-card h4,
.studio-suite .sidebar-head strong,
.studio-suite .layout-editor-head strong,
.studio-suite .style-card-head strong,
.studio-suite .template-pack-card strong,
.studio-suite .style-card-copy strong {
  color: #1c2934;
}

.studio-suite .mood-badges span,
.studio-suite .style-card-filter,
.studio-suite .style-card-room-chip,
.studio-suite .taste-guide-chip {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(55, 42, 23, 0.1);
  color: #31404c;
}

.studio-suite .style-card-filter.selected,
.studio-suite .style-card-room-chip.selected,
.studio-suite .taste-guide-chip.selected {
  background: rgba(153, 214, 255, 0.2);
  border-color: rgba(86, 150, 199, 0.3);
}

.workflow-copy strong,
.render-room-copy strong,
.render-compare-copy strong,
.cabinet-render-copy strong,
.execution-room-row strong,
.render-job-card strong,
.cabinet-order-card strong,
.cabinet-activity-card strong {
  color: #1f2c36;
}

.render-room-meta span,
.render-room-foot span,
.render-qa-tags span,
.cabinet-order-meta .pill,
.template-pack-meta .pill {
  color: #33414d;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(55, 42, 23, 0.08);
}

.render-room-card,
.render-compare-card,
.cabinet-render-card,
.execution-summary-card,
.execution-room-card,
.cabinet-order-card,
.cabinet-activity-card,
.render-job-card {
  gap: 0.7rem;
}

.render-room-card img,
.render-compare-card img,
.cabinet-render-card img {
  background: linear-gradient(180deg, #fcf8f2, #efe5d8);
}

.style-card-art {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.46), transparent 32%),
    linear-gradient(180deg, #f4ecdf, #e6d9c7);
}

.style-card-art svg {
  filter: saturate(1.2) contrast(1.14);
}

.studio-suite .taste-guide-shell {
  background:
    radial-gradient(circle at top right, rgba(153, 214, 255, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(247, 241, 231, 0.985));
}

.studio-suite .taste-guide-step {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(55, 42, 23, 0.1);
}

.studio-suite .taste-guide-step.done {
  background:
    radial-gradient(circle at top right, rgba(121, 225, 192, 0.14), transparent 30%),
    rgba(248, 255, 252, 0.98);
  border-color: rgba(99, 178, 151, 0.24);
}

.studio-suite .taste-guide-step-index {
  background: rgba(31, 44, 54, 0.08);
  color: #23303c;
}

.studio-suite .taste-guide-step strong,
.studio-suite .reference-gallery-copy strong,
.studio-suite .style-card-section-head .tiny-label,
.studio-suite .style-card-copy strong {
  color: #1f2c36;
}

.studio-suite .taste-guide-step small,
.studio-suite .taste-guide-suggested-copy .small,
.studio-suite .style-card-section-head .small,
.studio-suite .reference-gallery-copy .small,
.studio-suite .style-card-heading .small,
.studio-suite .style-card-copy .small {
  color: rgba(63, 74, 86, 0.9);
}

.studio-suite .style-card-head .tiny-label,
.studio-suite .style-card-head .small,
.studio-suite .taste-guide-suggested-copy .tiny-label,
.studio-suite .reference-gallery-stats .small {
  color: rgba(74, 86, 99, 0.92);
}

.studio-suite .taste-guide-next,
.studio-suite .reference-gallery-summary {
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 250, 244, 0.98), rgba(246, 238, 226, 0.96));
  border-color: rgba(164, 132, 94, 0.18);
  color: #35424d;
}

.studio-suite .taste-guide-consistency {
  border-color: rgba(164, 132, 94, 0.18);
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(246, 239, 228, 0.96));
}

.studio-suite .taste-guide-consistency strong {
  color: #2f3c47;
}

.studio-suite .taste-guide-room-nav {
  border-color: rgba(55, 42, 23, 0.1);
  background: rgba(255, 255, 255, 0.95);
}

.studio-suite .taste-guide-room-current strong {
  color: #22303b;
}

.studio-suite .custom-select-trigger {
  border-color: rgba(55, 42, 23, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(246, 239, 228, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 8px 18px rgba(41, 31, 18, 0.05);
}

.studio-suite .custom-select-menu {
  border-color: rgba(55, 42, 23, 0.1);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.995), rgba(244, 237, 226, 0.985));
}

.language-switch .custom-select-trigger {
  min-height: 2rem;
  padding: 0.18rem 1.7rem 0.18rem 0.2rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.language-switch .custom-select-menu {
  min-width: 4.25rem;
  left: auto;
  right: 0;
}

@media (max-width: 900px) {
  .taste-guide-room-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .taste-guide-room-current {
    grid-column: 1 / -1;
  }

  .custom-select-menu {
    max-height: 18rem;
    overflow: auto;
  }
}

.studio-suite .style-card-section {
  background:
    radial-gradient(circle at top right, rgba(153, 214, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 241, 231, 0.96));
}

.studio-suite .style-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(247, 242, 234, 0.985));
  border-color: rgba(55, 42, 23, 0.09);
  box-shadow:
    0 16px 28px rgba(41, 31, 18, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.studio-suite .style-card-tags span,
.studio-suite .style-card-budget .pill.soft {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(55, 42, 23, 0.08);
  color: #45525e;
}

.rooms-table input,
.rooms-table select {
  min-height: 2.45rem;
  font-size: 0.94rem;
  line-height: 1.2;
}

.rooms-table td,
.rooms-table th {
  white-space: nowrap;
}

.cell-name,
.cell-type {
  white-space: normal;
}

.room-toggle {
  width: 2.7rem;
  height: 1.65rem;
}

.room-toggle span {
  width: 2.5rem;
  height: 1.45rem;
}

.room-toggle span::after {
  width: 1rem;
  height: 1rem;
}

.room-toggle input:checked + span::after {
  transform: translateX(1rem);
}

[data-reveal] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (max-width: 980px) {
  .top-actions button,
  .workflow-actions button,
  .panel-actions button,
  .layout-editor-actions button,
  .render-compare-actions button {
    width: 100%;
  }
}

/* Premium pass: hero + landing sections + studio controls */

.topbar {
  padding: 0.96rem 1.08rem;
  border-radius: 1.7rem;
  background:
    linear-gradient(180deg, rgba(255, 251, 246, 0.95), rgba(246, 239, 229, 0.78)),
    rgba(255, 255, 255, 0.42);
}

.brand-mark {
  width: 2.95rem;
  height: 2.95rem;
  border-radius: 1.02rem;
  box-shadow:
    0 10px 22px rgba(15, 24, 33, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.brand-copy span {
  max-width: 16rem;
  font-size: 0.76rem;
}

.topnav {
  gap: 0.3rem;
  font-size: 0.93rem;
  font-weight: 600;
}

.topnav a {
  padding: 0.8rem 1.05rem;
}

.top-actions {
  gap: 0.45rem;
}

.hero.section-first {
  position: relative;
  padding: 2.1rem 2rem 2.4rem;
  border-radius: 2.45rem;
  background:
    radial-gradient(circle at 7% 14%, rgba(247, 200, 109, 0.12), transparent 20%),
    radial-gradient(circle at 88% 16%, rgba(148, 215, 255, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(252, 249, 244, 0.94), rgba(245, 239, 231, 0.88));
  border: 1px solid rgba(55, 42, 23, 0.08);
  box-shadow:
    0 26px 54px rgba(41, 31, 18, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  overflow: hidden;
}

.hero.section-first::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.5), transparent 34%, transparent 68%, rgba(255, 255, 255, 0.26));
  pointer-events: none;
}

.hero.section-first > * {
  position: relative;
  z-index: 1;
}

.hero {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.6rem;
}

.hero-copy {
  max-width: 42rem;
  padding-top: 0.95rem;
}

.hero h1 {
  max-width: 10.8ch;
  margin-top: 0.9rem;
  margin-bottom: 1.1rem;
}

.hero-lede {
  max-width: 37rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(199, 157, 114, 0.28);
  color: rgba(61, 73, 86, 0.9);
}

.hero-actions {
  margin-top: 1.45rem;
}

.hero-microproof {
  margin-top: 1.75rem;
  gap: 1rem;
}

.microproof-card {
  position: relative;
  min-height: 8.35rem;
  padding: 1.08rem 1.08rem 1.15rem;
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 245, 238, 0.78));
  border-color: rgba(55, 42, 23, 0.09);
  box-shadow:
    0 14px 30px rgba(41, 31, 18, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.microproof-card::before {
  content: "";
  position: absolute;
  left: 1.02rem;
  right: 1.02rem;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(247, 200, 109, 0), rgba(247, 200, 109, 0.7), rgba(148, 215, 255, 0.55), rgba(148, 215, 255, 0));
}

.microproof-card strong {
  font-size: 1rem;
  line-height: 1.2;
}

.microproof-card span {
  font-size: 0.9rem;
  line-height: 1.52;
}

.microproof-card.accent {
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(148, 215, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(247, 241, 232, 0.94));
  border-color: rgba(191, 150, 69, 0.16);
  box-shadow:
    0 16px 30px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.microproof-card.accent strong,
.microproof-card.accent span {
  color: #22303b;
}

.stage-board {
  min-height: 49rem;
  border-radius: 2.4rem;
}

.stage-card {
  border-radius: 1.55rem;
}

.trust-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.25rem;
}

.trust-item {
  min-height: 7.2rem;
  padding: 1rem 1.1rem 1.05rem;
  border-radius: 1.3rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 241, 233, 0.78));
  box-shadow:
    0 14px 28px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.section-heading {
  max-width: 62rem;
  margin-bottom: 2.1rem;
}

.section-heading p {
  max-width: 45rem;
  color: rgba(45, 56, 68, 0.92);
  font-size: 1.05rem;
  line-height: 1.68;
}

.flow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.flow-card,
.compare-card,
.honesty-card,
.faq-card,
.sample-option-card,
.gallery-card {
  border-radius: 1.55rem;
}

.flow-card {
  position: relative;
  min-height: 12.8rem;
  padding: 1.3rem;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 241, 234, 0.8));
  border-color: rgba(55, 42, 23, 0.1);
  box-shadow:
    0 16px 32px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.flow-card h3 {
  margin: 0.9rem 0 0.7rem;
  font-size: 1.32rem;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.flow-card p {
  margin: 0;
  color: rgba(52, 63, 76, 0.94);
  line-height: 1.56;
}

.flow-card::before {
  content: "";
  position: absolute;
  left: 1.45rem;
  right: 1.45rem;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(148, 215, 255, 0), rgba(148, 215, 255, 0.72), rgba(247, 200, 109, 0.6), rgba(247, 200, 109, 0));
}

.flow-card.accent {
  grid-column: auto;
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(148, 215, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(246, 240, 232, 0.94));
  border-color: rgba(191, 150, 69, 0.18);
  box-shadow:
    0 18px 34px rgba(41, 31, 18, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.flow-card.accent h3,
.flow-card.accent p,
.flow-card.accent .flow-number {
  color: #22303b;
}

.compare-grid,
.sample-options-grid,
.gallery-shell,
.honesty-grid {
  padding: 1.05rem;
  border-radius: 2rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(246, 240, 232, 0.44));
  box-shadow:
    0 18px 40px rgba(41, 31, 18, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.compare-card,
.honesty-card,
.faq-card,
.sample-option-card {
  min-height: 14.4rem;
  padding: 1.35rem;
  border-color: rgba(55, 42, 23, 0.1);
  box-shadow:
    0 16px 30px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.compare-card.featured {
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(148, 215, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(246, 240, 232, 0.94));
  border-color: rgba(191, 150, 69, 0.16);
  box-shadow:
    0 18px 34px rgba(41, 31, 18, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.compare-card.featured *,
.compare-card.featured p,
.compare-card.featured li,
.compare-card.featured .tiny-label {
  color: #22303b;
}

.sample-option-card {
  min-height: 11rem;
}

.compare-card p,
.sample-option-card p,
.honesty-card p {
  color: rgba(52, 63, 76, 0.92);
}

.flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(55, 42, 23, 0.08);
  color: #70593f;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow:
    0 8px 18px rgba(41, 31, 18, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.gallery-card {
  min-height: 17rem;
  padding: 1.08rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 242, 234, 0.86));
}

.gallery-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: linear-gradient(180deg, #f6f0e7, #ece2d2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 10px 24px rgba(41, 31, 18, 0.08);
}

.gallery-card-wide {
  padding: 1.18rem;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
}

.gallery-copy h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.honesty-card {
  min-height: 11.6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 242, 235, 0.82));
}

.studio-heading {
  grid-template-columns: 1fr;
  padding: 1.2rem 1.28rem;
  border-radius: 1.7rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 238, 228, 0.66));
  box-shadow:
    0 18px 42px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.studio-heading .eyebrow {
  color: #7b6549;
}

.studio-heading p {
  max-width: 40rem;
  color: rgba(45, 56, 68, 0.9);
}

.studio-heading-actions {
  justify-self: start;
  align-self: start;
  padding: 0.3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(55, 42, 23, 0.08);
}

.studio-route-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
}

.studio-route-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 241, 232, 0.86));
  color: #263540;
  font-size: 0.91rem;
  font-weight: 600;
  box-shadow:
    0 10px 20px rgba(41, 31, 18, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.studio-suite {
  padding: 1.38rem;
  border-radius: 2.25rem;
}

.workspace-stepper {
  padding: 0.42rem;
  border-radius: 1.7rem;
}

.step {
  min-height: 4.1rem;
  border-radius: 1.2rem;
}

.workflow-dock {
  padding: 1.16rem 1.25rem;
  border-radius: 1.7rem;
}

.workflow-copy .small {
  max-width: 36rem;
}

.studio-shell {
  grid-template-columns: 296px minmax(0, 1fr);
  gap: 1.35rem;
}

.sidebar-card {
  border-radius: 1.55rem;
  padding: 1.08rem;
}

.panel,
.package-card {
  border-radius: 1.75rem;
  padding: 1.22rem;
}

.panel-head {
  padding-bottom: 0.65rem;
}

.panel-head h3 {
  font-size: 1.78rem;
}

.layout-editor-shell {
  padding: 1.1rem;
  border-radius: 1.5rem;
}

.layout-editor-head strong {
  font-size: 1.28rem;
}

.layout-editor-meta .pill.soft,
.layout-editor-actions button,
.panel-actions button,
.workflow-actions button {
  box-shadow: none;
}

.studio-suite .field input[type="text"],
.studio-suite .field input[type="number"],
.studio-suite .field input[type="file"],
.studio-suite .field select,
.studio-suite .field textarea,
.studio-suite .rooms-table input,
.studio-suite .rooms-table select {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
  border-color: rgba(255, 255, 255, 0.1);
}

.studio-suite .field textarea {
  min-height: 8.5rem;
}

.studio-suite .table-shell {
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.04);
}

.studio-suite .rooms-table th {
  color: rgba(233, 242, 250, 0.5);
}

.studio-suite .rooms-table td {
  color: rgba(237, 244, 251, 0.9);
}

.studio-suite .custom-select-trigger {
  min-height: 3rem;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
  border-color: rgba(255, 255, 255, 0.1);
}

.studio-suite .custom-select-menu {
  border-radius: 1.1rem;
  box-shadow: 0 18px 34px rgba(4, 8, 12, 0.38);
}

@media (max-width: 1180px) {
  .hero.section-first {
    padding: 1.7rem 1.5rem 1.9rem;
  }

  .flow-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .hero.section-first {
    padding: 1.25rem;
    border-radius: 1.8rem;
  }

  .trust-strip,
  .flow-grid,
  .compare-grid,
  .honesty-grid,
  .gallery-shell {
    grid-template-columns: 1fr;
  }

  .compare-grid,
  .sample-options-grid,
  .gallery-shell,
  .honesty-grid {
    padding: 0.85rem;
    border-radius: 1.45rem;
  }

  .studio-heading-actions {
    width: 100%;
    justify-content: stretch;
  }
}

/* Premium pass: lower studio contour */

.studio-suite .panel-render {
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(18, 28, 39, 0.98), rgba(11, 18, 26, 0.99));
}

.studio-suite .panel-package {
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(23, 24, 28, 0.98), rgba(15, 16, 19, 0.99));
}

.studio-suite .panel-render .panel-head h3,
.studio-suite .panel-package .panel-head h3,
.studio-suite .panel-render .tiny-label,
.studio-suite .panel-package .tiny-label,
.studio-suite .panel-render .panel-tag,
.studio-suite .panel-package .panel-tag,
.studio-suite .panel-render .panel-helper,
.studio-suite .panel-package .panel-helper {
  color: #edf4fb;
}

.studio-suite .panel-render .panel-tag,
.studio-suite .panel-package .panel-tag,
.studio-suite .panel-render .tiny-label,
.studio-suite .panel-package .tiny-label {
  opacity: 0.84;
}

/* Package readability pass */

.studio-suite .panel-package .package-card,
.studio-suite .panel-package .drawings-card,
.studio-suite .panel-package .export-card {
  padding: 1.05rem;
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.46), transparent 24%),
    linear-gradient(180deg, rgba(252, 248, 242, 0.98), rgba(244, 238, 229, 0.94));
  border: 1px solid rgba(80, 60, 30, 0.08);
  box-shadow:
    0 16px 28px rgba(24, 18, 10, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.studio-suite .panel-package .package-card-head strong,
.studio-suite .panel-package .drawings-card > .package-card-head strong,
.studio-suite .panel-package .drawing-head strong {
  color: #25323d;
}

.studio-suite .panel-package .package-card-head .tiny-label,
.studio-suite .panel-package .drawing-head .tiny-label,
.studio-suite .panel-package .drawings-card > .package-card-head .tiny-label {
  color: rgba(94, 106, 120, 0.84);
}

.studio-suite .panel-package .assumption-list {
  gap: 0.65rem;
  padding-left: 1.1rem;
}

.studio-suite .panel-package .assumption-list li {
  color: #52606d;
  line-height: 1.52;
}

.studio-suite .panel-package .assumption-list li.notice {
  color: #ca8333;
}

.studio-suite .panel-package .execution-settings-grid {
  gap: 0.95rem;
}

.studio-suite .panel-package .execution-summary-card,
.studio-suite .panel-package .execution-room-card {
  padding: 1rem;
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.4), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 241, 232, 0.93));
  border: 1px solid rgba(80, 60, 30, 0.08);
  box-shadow:
    0 12px 24px rgba(24, 18, 10, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.studio-suite .panel-package .execution-room-row {
  grid-template-columns: minmax(0, 1fr) minmax(13.5rem, 16rem);
  gap: 0.8rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(80, 60, 30, 0.08);
}

.studio-suite .panel-package .execution-room-row strong {
  color: #22303b;
}

.studio-suite .panel-package .execution-room-row .small,
.studio-suite .panel-package .execution-summary-card .small,
.studio-suite .panel-package .execution-summary-card .muted-block {
  color: rgba(70, 82, 96, 0.88);
}

.studio-suite .panel-package .custom-select-trigger {
  min-height: 2.9rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 239, 228, 0.97));
  border-color: rgba(80, 60, 30, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(24, 18, 10, 0.05);
}

.studio-suite .panel-package .custom-select-value {
  color: #22313c;
  font-weight: 600;
}

.studio-suite .panel-package .drawings-card {
  gap: 1rem;
}

.studio-suite .panel-package .drawings-grid {
  gap: 0.95rem;
}

.studio-suite .panel-package .drawing-card {
  padding: 1rem;
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 242, 235, 0.94));
  border: 1px solid rgba(80, 60, 30, 0.08);
}

.studio-suite .panel-package .drawing-card .small {
  color: rgba(73, 84, 98, 0.86);
}

.studio-suite .panel-package .drawing-head .pill,
.studio-suite .panel-package .export-links a,
.studio-suite .panel-package .export-links .badge {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(80, 60, 30, 0.1);
  color: #32414d;
}

.studio-suite .result-panel {
  background:
    radial-gradient(circle at top right, rgba(121, 225, 192, 0.14), transparent 26%),
    radial-gradient(circle at 12% 18%, rgba(148, 215, 255, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(245, 248, 244, 0.98), rgba(239, 242, 237, 0.96));
  border-color: rgba(114, 160, 132, 0.16);
  box-shadow:
    0 28px 56px rgba(28, 42, 32, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.studio-suite .result-panel *,
.studio-suite .result-panel .small,
.studio-suite .result-panel .tiny-label,
.studio-suite .result-panel .panel-tag {
  color: #22303b;
}

.studio-suite .cabinet-panel {
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(247, 244, 238, 0.98), rgba(241, 237, 231, 0.96));
  border-color: rgba(55, 42, 23, 0.09);
  box-shadow:
    0 28px 54px rgba(41, 31, 18, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.studio-suite .cabinet-panel *,
.studio-suite .cabinet-panel .small,
.studio-suite .cabinet-panel .tiny-label,
.studio-suite .cabinet-panel .panel-tag {
  color: #25323d;
}

.studio-suite .render-toolbar,
.studio-suite #render-provider-status,
.studio-suite #render-preflight,
.studio-suite #render-jobs-summary,
.studio-suite #render-room-gallery,
.studio-suite #render-preview-grid,
.studio-suite .execution-card,
.studio-suite .drawings-card,
.studio-suite .export-card,
.studio-suite .cabinet-summary-card,
.studio-suite .cabinet-request-card,
.studio-suite .cabinet-card-wide,
.studio-suite .cabinet-library-card {
  border: 1px solid rgba(55, 42, 23, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 241, 233, 0.84));
  box-shadow:
    0 16px 30px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.studio-suite .render-toolbar {
  padding: 1.08rem;
  border-radius: 1.35rem;
  grid-template-columns: minmax(16rem, 18rem) minmax(0, 1fr);
}

.render-provider-status {
  display: grid;
  gap: 0.7rem;
}

.render-provider-shell {
  display: grid;
  gap: 0.7rem;
}

.render-control-summary-shell {
  display: grid;
  gap: 0.75rem;
}

.render-control-summary-copy {
  display: grid;
  gap: 0.24rem;
}

.render-control-summary-copy strong {
  color: #1f2c36;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.render-provider-copy {
  display: grid;
  gap: 0.22rem;
}

.render-provider-copy strong {
  color: #1f2c36;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.render-provider-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.render-provider-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(55, 42, 23, 0.08);
  color: #34424d;
  font-size: 0.8rem;
}

.render-control-card {
  display: grid;
  gap: 0.85rem;
  padding: 1.05rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(55, 42, 23, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 241, 233, 0.9));
  box-shadow:
    0 16px 30px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.render-control-card .field textarea {
  min-height: 6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 235, 0.92));
  border-color: rgba(55, 42, 23, 0.08);
  color: #22303b;
}

.render-control-card .field textarea::placeholder {
  color: rgba(73, 86, 99, 0.64);
}

.render-control-card .panel-actions button {
  flex: 1 1 12rem;
}

.render-control-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.render-control-quick-actions button {
  min-height: 2.45rem;
  padding-inline: 0.85rem;
  border-radius: 0.95rem;
}

.render-control-card .render-provider-meta {
  min-height: 0;
}

.cabinet-summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.95rem;
}

.cabinet-summary-actions button {
  flex: 1 1 9.5rem;
  min-height: 2.55rem;
}

.studio-suite #render-provider-status,
.studio-suite #render-preflight,
.studio-suite #render-jobs-summary,
.studio-suite #render-room-gallery,
.studio-suite #render-preview-grid {
  padding: 1.05rem;
  border-radius: 1.35rem;
}

.studio-suite .render-block-head {
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(55, 42, 23, 0.08);
}

.studio-suite .render-block-head strong,
.studio-suite .render-room-copy strong,
.studio-suite .render-compare-copy strong {
  color: #1f2c36;
}

.studio-suite .render-job-card,
.studio-suite .render-room-card,
.studio-suite .render-compare-card,
.studio-suite .execution-summary-card,
.studio-suite .execution-room-card {
  border: 1px solid rgba(55, 42, 23, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 235, 0.92));
  box-shadow:
    0 12px 24px rgba(41, 31, 18, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.studio-suite .render-job-stats span,
.studio-suite .render-room-meta span,
.studio-suite .render-room-foot span,
.studio-suite .render-provider-meta span,
.studio-suite .render-qa-tags span,
.studio-suite .cabinet-order-meta .pill {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(55, 42, 23, 0.08);
  color: #33414d;
}

.studio-suite .execution-card {
  gap: 1.05rem;
}

.studio-suite .execution-summary-card,
.studio-suite .execution-room-card {
  padding: 1.05rem;
  border-radius: 1.2rem;
}

.studio-suite .drawings-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.studio-suite .drawing-card {
  border: 1px solid rgba(55, 42, 23, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 235, 0.92));
  box-shadow:
    0 12px 24px rgba(41, 31, 18, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.studio-suite .export-links {
  gap: 0.72rem;
}

.studio-suite .result-summary {
  gap: 1.15rem;
}

.studio-suite .result-shell {
  gap: 1.1rem;
}

.studio-suite .result-hero {
  padding: 1rem 1.05rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(114, 160, 132, 0.16);
  background:
    radial-gradient(circle at top right, rgba(121, 225, 192, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 244, 0.9));
}

.studio-suite .result-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.studio-suite .result-stat,
.studio-suite .result-block {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 244, 0.9));
  border-color: rgba(114, 160, 132, 0.14);
}

.studio-suite .cabinet-suite {
  gap: 1.1rem;
}

.studio-suite .cabinet-grid {
  gap: 1.05rem;
}

.studio-suite .cabinet-summary-card,
.studio-suite .cabinet-request-card,
.studio-suite .cabinet-card-wide,
.studio-suite .cabinet-library-card {
  padding: 1.05rem;
  border-radius: 1.35rem;
}

.studio-suite .cabinet-summary-card .package-card-head,
.studio-suite .cabinet-request-card .package-card-head,
.studio-suite .cabinet-card-wide .package-card-head,
.studio-suite .cabinet-library-card .package-card-head {
  padding-bottom: 0.72rem;
  border-bottom: 1px solid rgba(55, 42, 23, 0.08);
}

.studio-suite .cabinet-summary-card {
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(246, 240, 232, 0.94));
}

.studio-suite .cabinet-request-card {
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(251, 253, 255, 0.98), rgba(244, 247, 251, 0.94));
}

.studio-suite .cabinet-card-wide,
.studio-suite .cabinet-library-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 241, 233, 0.9));
}

.studio-suite .cabinet-summary-grid {
  gap: 0.9rem;
}

.studio-suite .cabinet-metric {
  border-color: rgba(55, 42, 23, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 237, 0.94));
  box-shadow:
    0 10px 22px rgba(41, 31, 18, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.studio-suite .cabinet-order-card,
.studio-suite .cabinet-activity-card {
  border-color: rgba(55, 42, 23, 0.09);
  border-left: 4px solid rgba(148, 215, 255, 0.4);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 235, 0.94));
  box-shadow:
    0 12px 24px rgba(41, 31, 18, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.studio-suite .cabinet-render-card {
  border-color: rgba(55, 42, 23, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 235, 0.94));
}

.studio-suite .cabinet-order-card strong,
.studio-suite .cabinet-activity-card strong,
.studio-suite .cabinet-render-copy strong {
  color: #1f2c36;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.studio-suite .cabinet-order-card .small,
.studio-suite .cabinet-activity-card .small,
.studio-suite .cabinet-render-copy .small,
.studio-suite .cabinet-summary-card .muted-block,
.studio-suite .cabinet-request-card .small {
  color: rgba(56, 67, 80, 0.9);
}

.studio-suite #cabinet-summary,
.studio-suite #cabinet-orders,
.studio-suite #cabinet-activity,
.studio-suite #cabinet-library {
  min-height: 9.5rem;
}

.studio-suite .cabinet-request-card textarea {
  min-height: 8rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 235, 0.92));
  border-color: rgba(55, 42, 23, 0.08);
  color: #22303b;
}

.studio-suite .cabinet-request-card textarea::placeholder {
  color: rgba(73, 86, 99, 0.64);
}

.studio-suite .cabinet-summary-card .muted-block,
.studio-suite .cabinet-request-card .small {
  color: rgba(63, 74, 87, 0.82);
}

.studio-suite .cabinet-library-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.studio-suite .empty-state {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 241, 233, 0.9));
  border-color: rgba(55, 42, 23, 0.08);
}

@media (max-width: 1180px) {
  .landing-style-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-room-previews,
  .landing-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-visual-card:nth-child(1),
  .landing-room-card:nth-child(1) {
    grid-column: span 2;
  }

  .studio-suite .render-toolbar {
    grid-template-columns: 1fr;
  }

  .studio-suite .drawings-grid,
  .studio-suite .cabinet-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-suite .result-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .landing-style-wall,
  .landing-room-previews,
  .landing-proof-strip {
    grid-template-columns: 1fr;
  }

  .landing-visual-card:nth-child(1),
  .landing-room-card:nth-child(1) {
    grid-column: span 1;
  }

  .landing-visual-card:nth-child(1) {
    grid-template-columns: 1fr;
  }

  .studio-suite .drawings-grid,
  .studio-suite .cabinet-library-grid,
  .studio-suite .result-stats {
    grid-template-columns: 1fr;
  }
}

/* Entry hub + account shell */

.entry-section {
  display: grid;
  gap: 1.15rem;
  padding: 1.4rem;
  border-radius: 2rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.1), transparent 20%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.88), rgba(247, 241, 232, 0.72));
  box-shadow:
    0 18px 40px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.entry-section .section-heading {
  margin-bottom: 0.45rem;
}

.entry-section .section-heading h2 {
  max-width: 18ch;
}

.entry-section .section-heading p {
  max-width: 44rem;
}

.entry-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.entry-overview-card {
  display: grid;
  gap: 0.42rem;
  padding: 0.95rem 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 242, 234, 0.88));
  box-shadow:
    0 12px 24px rgba(41, 31, 18, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.entry-overview-card strong {
  color: #1f2c36;
  font-size: 1.02rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.entry-overview-card p {
  margin: 0;
  color: rgba(48, 59, 72, 0.92);
  font-size: 0.95rem;
  line-height: 1.48;
}

.entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.entry-card,
.entry-account-bar {
  border-radius: 1.5rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background:
    radial-gradient(circle at top right, rgba(153, 214, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 241, 232, 0.94));
  box-shadow:
    0 18px 42px rgba(41, 31, 18, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.entry-card {
  padding: 1.05rem;
  display: grid;
  gap: 0.72rem;
}

.entry-card h3 {
  margin: 0;
  color: #1f2c36;
  font-size: 1.36rem;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.entry-card p {
  margin: 0;
  color: rgba(48, 59, 72, 0.92);
  line-height: 1.54;
  font-size: 0.95rem;
}

.entry-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.entry-card-tags span,
.entry-account-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.05rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: #44515c;
  font-size: 0.82rem;
}

.entry-card-actions,
.entry-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.entry-account-actions {
  justify-content: flex-end;
}

.entry-card-actions button,
.entry-account-actions button {
  min-height: 2.65rem;
  padding-inline: 0.95rem;
  border-radius: 0.95rem;
}

.entry-card-accent {
  background:
    radial-gradient(circle at top right, rgba(247, 200, 109, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 251, 244, 0.97), rgba(247, 240, 229, 0.94));
}

.entry-account-bar {
  padding: 1rem 1.08rem;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, auto);
  gap: 0.9rem;
  align-items: center;
}

.entry-account-copy {
  display: grid;
  gap: 0.45rem;
}

.entry-account-copy strong {
  color: #1e2a35;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}

.entry-account-copy p {
  margin: 0;
  color: rgba(48, 59, 72, 0.92);
}

.entry-account-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.entry-account-points span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: #44515c;
  font-size: 0.82rem;
}

.entry-account-status {
  justify-content: flex-start;
  text-align: left;
  line-height: 1.42;
}

.entry-account-actions {
  display: grid;
  gap: 0.7rem;
  justify-items: end;
}

.entry-account-actions .entry-account-status {
  width: 100%;
}

.account-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.account-modal[hidden] {
  display: none;
}

.account-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(12, 18, 24, 0.52);
  backdrop-filter: blur(12px);
}

.account-sheet {
  position: relative;
  width: min(48rem, 100%);
  padding: 1.45rem;
  border-radius: 1.8rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background:
    radial-gradient(circle at top right, rgba(153, 214, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 251, 244, 0.985), rgba(247, 240, 229, 0.965));
  box-shadow: 0 28px 64px rgba(9, 14, 21, 0.24);
  display: grid;
  gap: 1.05rem;
}

.account-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.account-head-copy {
  display: grid;
  gap: 0.3rem;
}

.account-head-copy h3 {
  margin: 0;
  color: #1f2c36;
  letter-spacing: -0.03em;
  font-size: 1.5rem;
  line-height: 1.04;
}

.account-form {
  display: grid;
  gap: 1rem;
}

.account-sheet .small {
  color: rgba(69, 81, 95, 0.84);
  line-height: 1.5;
}

.account-sheet .field span {
  color: rgba(56, 67, 80, 0.88);
  font-size: 0.9rem;
}

.account-sheet .field input[type="text"],
.account-sheet .field input[type="email"],
.account-sheet .field input[type="number"],
.account-sheet .field input[type="file"],
.account-sheet .field select,
.account-sheet .field textarea {
  min-height: 3.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(55, 42, 23, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 240, 229, 0.94));
  color: #22303b;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(14, 21, 27, 0.04);
}

.account-sheet .field input::placeholder,
.account-sheet .field textarea::placeholder {
  color: rgba(82, 93, 106, 0.56);
}

.account-sheet .field input:focus,
.account-sheet .field select:focus,
.account-sheet .field textarea:focus {
  border-color: rgba(86, 150, 199, 0.32);
  box-shadow:
    0 0 0 4px rgba(153, 214, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.account-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.account-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.account-form-actions button {
  min-height: 2.85rem;
}

.account-form-note {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background: rgba(255, 255, 255, 0.64);
}

body.account-modal-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .entry-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .entry-grid {
    grid-template-columns: 1fr;
  }

  .entry-account-bar {
    grid-template-columns: 1fr;
  }

  .entry-account-actions {
    justify-items: start;
  }
}

@media (max-width: 900px) {
  .entry-section {
    padding: 1.1rem;
    border-radius: 1.5rem;
  }

  .entry-overview {
    grid-template-columns: 1fr;
  }

  .account-form-grid {
    grid-template-columns: 1fr;
  }
}

/* Release clarity pass */

.topbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.top-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
  min-width: 0;
  flex-wrap: wrap;
}

.topnav {
  justify-content: center;
  flex-wrap: wrap;
}

.top-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hero.section-first {
  padding: 1.6rem;
}

.hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.5rem;
  align-items: start;
}

.hero h1 {
  max-width: 9.2ch;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.hero-stage,
.hero-copy {
  min-width: 0;
}

.stage-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 18rem);
  grid-template-areas:
    "top top"
    "plan dna"
    "plan sheets"
    "bom sheets"
    "statb stata";
  gap: 0.9rem;
  min-height: auto !important;
  padding: 1rem;
}

.stage-topline {
  grid-area: top;
  padding: 0;
}

.stage-card,
.floating-stat {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  min-height: 0 !important;
  transform: none !important;
}

.stage-card-plan {
  grid-area: plan;
}

.stage-card-dna {
  grid-area: dna;
}

.stage-card-sheets {
  grid-area: sheets;
}

.stage-card-bom {
  grid-area: bom;
}

.floating-stat-a {
  grid-area: stata;
}

.floating-stat-b {
  grid-area: statb;
}

.stage-card-plan img {
  padding: 0.2rem 0.9rem 0.9rem;
  aspect-ratio: 5 / 4;
  object-fit: contain;
}

.entry-section {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1rem 1.2rem;
  align-items: start;
}

.entry-section .section-heading {
  grid-column: 1;
  margin-bottom: 0;
}

.entry-section .section-heading h2 {
  max-width: none;
}

.entry-section .section-heading p {
  max-width: 42rem;
}

.entry-overview {
  grid-column: 2;
  align-self: start;
}

.entry-grid,
.entry-account-bar {
  grid-column: 1 / -1;
}

.sample-options-grid {
  align-items: stretch;
}

.landing-style-wall {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-room-previews {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-visual-card:nth-child(1),
.landing-room-card:nth-child(1) {
  grid-column: auto;
  grid-template-columns: 1fr;
}

.landing-visual-card:nth-child(1) img,
.landing-room-card:nth-child(1) img {
  aspect-ratio: 4 / 5;
  height: auto;
  min-height: 0;
}

.landing-room-card img {
  aspect-ratio: 4 / 3;
}

.landing-visual-placeholder {
  grid-column: 1 / -1;
  min-height: 16rem;
  place-items: center;
  text-align: center;
}

.studio-route-strip,
.sidebar-proof {
  display: none !important;
}

.workspace-stepper {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.workflow-dock,
.style-card-filters {
  position: static !important;
  top: auto !important;
}

.studio-shell {
  grid-template-columns: 286px minmax(0, 1fr);
  align-items: start;
}

.layout-editor-head {
  align-items: flex-start;
}

.layout-editor-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.85rem;
}

.layout-size-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 10rem));
  gap: 0.7rem;
}

.inline-field {
  display: grid;
  gap: 0.35rem;
}

.inline-field input {
  min-height: 2.9rem;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.rooms-table {
  table-layout: fixed;
}

.rooms-table th:nth-child(1) {
  width: 24%;
}

.rooms-table th:nth-child(2) {
  width: 20%;
}

.rooms-table th:nth-child(3),
.rooms-table th:nth-child(4),
.rooms-table th:nth-child(5),
.rooms-table th:nth-child(6) {
  width: 9%;
}

.rooms-table th:nth-child(7) {
  width: 12%;
}

.rooms-table th:nth-child(8) {
  width: 8%;
}

.rooms-table td {
  vertical-align: middle;
}

.rooms-table .cell-number,
.rooms-table .cell-toggle,
.rooms-table .cell-action {
  text-align: center;
}

.rooms-table .cell-number input {
  width: 100%;
  min-width: 4.6rem;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.studio-suite .panel,
.studio-suite .panel-style,
.studio-suite .panel-options,
.studio-suite .panel-render,
.studio-suite .panel-package,
.studio-suite .result-panel,
.studio-suite .cabinet-panel {
  background:
    radial-gradient(circle at top right, rgba(148, 215, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(247, 241, 233, 0.94)) !important;
  border: 1px solid rgba(55, 42, 23, 0.08) !important;
  box-shadow:
    0 16px 30px rgba(41, 31, 18, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
}

.studio-suite .panel .panel-head h3,
.studio-suite .panel .package-card-head strong,
.studio-suite .panel .render-block-head strong,
.studio-suite .panel .render-room-copy strong,
.studio-suite .panel .render-compare-copy strong,
.studio-suite .panel .style-head h4,
.studio-suite .panel .style-card-copy strong,
.studio-suite .panel .cabinet-order-card strong,
.studio-suite .panel .cabinet-activity-card strong,
.studio-suite .panel .cabinet-render-copy strong,
.studio-suite .panel .render-provider-copy strong,
.studio-suite .panel .render-control-summary-copy strong,
.studio-suite .panel .result-hero h4 {
  color: #1f2c36 !important;
}

.studio-suite .panel .panel-tag,
.studio-suite .panel .tiny-label,
.studio-suite .panel .small,
.studio-suite .panel p,
.studio-suite .panel label span,
.studio-suite .panel .muted-block,
.studio-suite .panel .style-card-note,
.studio-suite .panel .style-card-head .small {
  color: rgba(69, 81, 95, 0.88) !important;
}

.studio-suite .style-card-shell.taste-atlas,
.studio-suite #style-output,
.studio-suite .taste-guide-shell,
.studio-suite .reference-upload-shell,
.studio-suite .style-card-section,
.studio-suite .style-card,
.studio-suite .option-card,
.studio-suite .render-toolbar,
.studio-suite .render-control-card,
.studio-suite .render-job-card,
.studio-suite .render-room-card,
.studio-suite .render-preview-card,
.studio-suite .render-compare-card,
.studio-suite .render-compare-shell,
.studio-suite #render-provider-status,
.studio-suite #render-preflight,
.studio-suite #render-jobs-summary,
.studio-suite #render-room-gallery,
.studio-suite #render-preview-grid,
.studio-suite .package-card,
.studio-suite .cabinet-order-card,
.studio-suite .cabinet-activity-card,
.studio-suite .cabinet-render-card,
.studio-suite .execution-summary-card,
.studio-suite .execution-room-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 235, 0.94)) !important;
  border: 1px solid rgba(55, 42, 23, 0.08) !important;
  box-shadow:
    0 12px 24px rgba(41, 31, 18, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

.reference-upload-shell {
  display: grid;
  gap: 0.9rem;
  padding: 1rem 1.05rem;
  border-radius: 1.35rem;
}

.reference-upload-copy {
  display: grid;
  gap: 0.35rem;
}

.reference-upload-copy strong {
  color: #1f2c36;
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.reference-upload-actions input[type="file"] {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.9rem;
  border-radius: 1rem;
  border: 1px dashed rgba(55, 42, 23, 0.16);
  background: rgba(255, 255, 255, 0.84);
  color: #32414d;
}

.reference-upload-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.reference-upload-gallery.empty-state {
  display: grid;
  min-height: 5.5rem;
  place-items: center;
  text-align: center;
}

.reference-upload-card {
  display: grid;
  gap: 0.55rem;
  padding: 0.55rem;
  border-radius: 1rem;
  border: 1px solid rgba(55, 42, 23, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.reference-upload-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.8rem;
}

.reference-upload-card-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.reference-upload-card-copy strong {
  color: #25323d;
  font-size: 0.88rem;
  line-height: 1.35;
  word-break: break-word;
}

.style-card-room-rail:empty,
.style-card-filters:empty {
  display: none;
}

.studio-suite .taste-guide-next,
.studio-suite .taste-guide-consistency,
.studio-suite .taste-guide-room-nav,
.studio-suite .taste-guide-step,
.studio-suite .taste-tray-empty,
.studio-suite #style-card-selection-summary,
.studio-suite .style-card-room-chip,
.studio-suite .style-card-filter,
.studio-suite .taste-guide-chip,
.studio-suite .taste-selection-pill {
  color: #22303b !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(55, 42, 23, 0.1) !important;
}

.studio-suite .taste-selection-pill.avoided {
  background: rgba(255, 244, 242, 0.96) !important;
  color: #6b4038 !important;
}

.studio-suite .taste-guide-step.done {
  background: rgba(239, 251, 245, 0.98) !important;
  border-color: rgba(121, 225, 192, 0.24) !important;
}

.studio-suite .taste-guide-step-index {
  background: rgba(15, 24, 33, 0.08) !important;
  color: #23303c !important;
}

.studio-suite .taste-guide-step.done .taste-guide-step-index {
  background: rgba(121, 225, 192, 0.16) !important;
  color: #255241 !important;
}

.studio-suite .taste-guide-consistency strong,
.studio-suite .taste-guide-room-current strong,
.studio-suite .taste-guide-step strong {
  color: #22303b !important;
}

.studio-suite .style-card-tags span,
.studio-suite .style-materials span,
.studio-suite .style-tags span,
.studio-suite .option-tag-cloud span,
.studio-suite .render-qa-tags span,
.studio-suite .render-room-meta span,
.studio-suite .render-room-foot span,
.studio-suite .render-provider-meta span,
.studio-suite .option-meta .pill {
  background: rgba(255, 255, 255, 0.98) !important;
  border-color: rgba(55, 42, 23, 0.08) !important;
  color: #33414d !important;
}

.studio-suite .option-card h3,
.studio-suite .option-summary,
.studio-suite .option-bullets,
.studio-suite .option-bullets li,
.studio-suite .render-room-copy,
.studio-suite .render-compare-copy,
.studio-suite .render-room-copy .small,
.studio-suite .render-compare-copy .small,
.studio-suite .style-head .small,
.studio-suite .style-stack .small,
.studio-suite .style-card-copy .small {
  color: #22303b !important;
}

.studio-suite .style-card-section-head .small,
.studio-suite .reference-gallery-summary .small {
  color: rgba(69, 81, 95, 0.88) !important;
}

.studio-suite .render-preview-grid a.ghost,
.studio-suite .render-control-card .ghost,
.studio-suite .render-toolbar .ghost,
.studio-suite .render-toolbar .secondary {
  color: #22303b;
}

@media (max-width: 1260px) {
  .topnav {
    display: none;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .studio-shell {
    grid-template-columns: 1fr;
  }

  .studio-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .entry-section {
    grid-template-columns: 1fr;
  }

  .entry-overview {
    grid-column: 1;
  }
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: auto auto;
  }

  .top-controls {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .top-actions {
    width: 100%;
    justify-content: stretch;
  }

  .top-actions .top-action {
    flex: 1 1 9rem;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .stage-board {
    grid-template-columns: 1fr;
    grid-template-areas:
      "top"
      "plan"
      "dna"
      "sheets"
      "bom"
      "stata"
      "statb";
  }

  .workspace-stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-sidebar {
    grid-template-columns: 1fr;
  }

  .landing-style-wall,
  .landing-room-previews,
  .sample-options-grid,
  .options-grid,
  .reference-upload-gallery,
  .render-room-gallery,
  .render-compare-grid {
    grid-template-columns: 1fr;
  }

  .render-toolbar,
  .layout-size-fields {
    grid-template-columns: 1fr;
  }

  .layout-editor-side {
    width: 100%;
    justify-content: stretch;
  }
}
