/**
 * Minimal Interior — editorial atelier theme
 * Alternating bands + dark services panel. No decorative murals (unlike Tiny Place).
 */

body.theme-minimalinterior {
  background: #ebe8e2;
}

body.theme-minimalinterior .story-main {
  --color-text: #141210;
  --color-text-light: #5c5854;
  --color-accent: #a85d42;
  --color-border: #d9d4cb;
  --color-bg: #f5f2ec;
  --color-surface: #ffffff;
}

/* —— Hero: single flat band (title, tagline, description) —— */
body.theme-minimalinterior .brand-hero,
body.theme-minimalinterior .brand-hero.brand-hero-with-logo {
  margin: 0;
  padding: calc(60px + var(--space-2xl)) var(--space-lg) var(--space-2xl);
  background: var(--color-bg);
  background-image: none;
  border: none;
  border-bottom: 1px solid var(--color-border);
  box-shadow: none;
}

body.theme-minimalinterior .brand-hero-title {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #141210;
}

body.theme-minimalinterior .brand-hero-subtitle {
  font-size: 1.25rem;
  letter-spacing: normal;
  text-transform: none;
  color: #5c5854;
  font-weight: 400;
}

body.theme-minimalinterior .brand-hero-desc {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  color: #5c5854;
  font-weight: 300;
}

/* —— Services: inverted editorial band —— */
body.theme-minimalinterior .services-section.design-2 {
  margin: 0;
  padding: var(--space-2xl) var(--space-md);
  background: #141210;
  border-top: 4px solid #a85d42;
  border-bottom: none;
  overflow: visible;
}

body.theme-minimalinterior .services-section.design-2 .story-container,
body.theme-minimalinterior .services-stack-layout,
body.theme-minimalinterior .services-stack-zone {
  position: relative;
  z-index: 1;
}

body.theme-minimalinterior .services-stack-btn {
  background: #f5f2ec;
  border-color: #d9d4cb;
  color: #141210;
}

body.theme-minimalinterior .services-stack-btn:hover {
  background: #ffffff;
  color: #141210;
}

body.theme-minimalinterior .services-stack-dot {
  background: rgba(245, 242, 236, 0.35);
}

body.theme-minimalinterior .services-stack-dot.is-active {
  background: #f5f2ec;
}

body.theme-minimalinterior .services-section .services-heading,
body.theme-minimalinterior .services-section .services-intro {
  color: #f5f2ec;
}

body.theme-minimalinterior .services-section .services-intro {
  opacity: 0.85;
}

body.theme-minimalinterior .services-stack-card-num {
  color: rgba(245, 242, 236, 0.55);
}

body.theme-minimalinterior .services-stack-card-title,
body.theme-minimalinterior .services-stack-rail-title {
  font-family: var(--font-serif);
  font-weight: 500;
  color: #141210;
}

body.theme-minimalinterior .services-stack-card {
  border-color: #d9d4cb;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

body.theme-minimalinterior .services-stack-rail-item {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

body.theme-minimalinterior .services-stack-rail-item .services-stack-rail-title,
body.theme-minimalinterior .services-stack-rail-item .services-stack-rail-num {
  color: rgba(245, 242, 236, 0.75);
}

body.theme-minimalinterior .services-stack-rail-item.is-active {
  background: #f5f2ec;
  border-color: #f5f2ec;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transform: translateX(6px);
}

body.theme-minimalinterior .services-stack-rail-item.is-active .services-stack-rail-title,
body.theme-minimalinterior .services-stack-rail-item.is-active .services-stack-rail-num {
  color: #141210;
}

/* —— Categories: grid texture on cream —— */
body.theme-minimalinterior .brand-categories-section {
  padding: var(--space-2xl) var(--space-md);
  background-color: #f5f2ec;
  background-image:
    linear-gradient(#e8e4dc 1px, transparent 1px),
    linear-gradient(90deg, #e8e4dc 1px, transparent 1px);
  background-size: 56px 56px;
  border-top: 1px solid #d9d4cb;
}

body.theme-minimalinterior .brand-categories-heading,
body.theme-minimalinterior .brand-category-name {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: -0.02em;
}

body.theme-minimalinterior .brand-category-block {
  background: #ffffff;
  border: 1px solid #d9d4cb;
  border-radius: 2px;
  padding: var(--space-lg);
  box-shadow: 0 2px 12px rgba(20, 18, 16, 0.04);
}

/* —— CTA: terracotta band —— */
body.theme-minimalinterior .brand-story-cta {
  padding: var(--space-2xl) var(--space-md);
  background: linear-gradient(165deg, #8f4f38 0%, #a85d42 48%, #7a4532 100%);
  border-top: none;
}

body.theme-minimalinterior .brand-story-cta-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  box-shadow: none;
  backdrop-filter: blur(4px);
}

body.theme-minimalinterior .brand-story-cta-text {
  color: #fff8f2;
  font-family: var(--font-serif);
  font-weight: 400;
}

body.theme-minimalinterior .btn-create-story {
  background: #f5f2ec;
  border: 2px solid #f5f2ec;
  color: #141210;
  border-radius: 2px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8125rem;
}

body.theme-minimalinterior .btn-create-story:hover {
  background: transparent;
  color: #f5f2ec;
  border-color: #f5f2ec;
}

/* —— Controls —— */
body.theme-minimalinterior .btn-story,
body.theme-minimalinterior .btn-show-all {
  border-radius: 2px;
  border-width: 1px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

body.theme-minimalinterior .btn-story:hover,
body.theme-minimalinterior .btn-show-all:hover {
  background: #141210;
  border-color: #141210;
  color: #f5f2ec;
}

/* —— Category / project pages —— */
body.theme-minimalinterior .category-showroom-section,
body.theme-minimalinterior .project-detail-section {
  padding: calc(60px + var(--space-xl)) var(--space-md) var(--space-2xl);
  background: #ffffff;
  border-top: 4px solid #a85d42;
}

body.theme-minimalinterior .category-showroom-heading,
body.theme-minimalinterior .project-detail-title {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: -0.02em;
}

body.theme-minimalinterior .category-showroom-card {
  border-radius: 2px;
  border-color: #d9d4cb;
}

body.page-my-story.theme-minimalinterior .story-main {
  background: #f5f2ec;
}

@media (max-width: 768px) {
  body.theme-minimalinterior .brand-hero {
    padding: calc(60px + var(--space-xl)) var(--space-md) var(--space-xl);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.theme-minimalinterior .btn-create-story,
  body.theme-minimalinterior .btn-story {
    transition: none;
  }
}
