.cms-sections-mount {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.cms-block {
  position: relative;
}

.cms-hero {
  text-align: center;
  padding: 1.5rem 0 0.5rem;
}

.cms-hero h1 {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.cms-hero .lede {
  max-width: 40rem;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--muted);
}

.cms-text {
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.55;
}

.cms-cta {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}

.cms-cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.cms-notice {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: color-mix(in srgb, #1565c0 12%, var(--surface, #fff));
  border: 1px solid color-mix(in srgb, #1565c0 25%, transparent);
}

.cms-notice--warning {
  background: color-mix(in srgb, #e65100 10%, var(--surface, #fff));
  border-color: color-mix(in srgb, #e65100 30%, transparent);
}

.cms-image {
  text-align: center;
}

.cms-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.cms-html {
  max-width: 48rem;
  margin: 0 auto;
}

.cms-block-admin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.55rem;
  margin-bottom: 0.5rem;
  background: #1a1714;
  color: #fff;
  border-radius: 10px;
  font-size: 0.78rem;
}

.cms-block-admin .cms-block-type {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-right: 0.35rem;
  color: #ffd6e4;
}

.site-cms-building .cms-block {
  outline: 2px dashed color-mix(in srgb, #c62828 45%, transparent);
  outline-offset: 4px;
  border-radius: 8px;
}

.page-shell {
  max-width: 52rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
}

/* Root home — hero refinements */
.home-audience-strip {
  margin: 1rem auto 0;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--accent) 75%, var(--muted));
  font-weight: 600;
}

.home-hero-subline {
  margin-top: 0.65rem !important;
  font-size: 0.95rem;
}

.home-hero-links {
  margin: 1rem 0 0;
  font-size: 0.9rem;
}

.home-hero-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
}

.home-hero-links a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.home-hero-links span {
  margin: 0 0.35rem;
  opacity: 0.45;
}

.home-shop-split {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.home-shop-split-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  padding: 0.62rem 1.35rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--border));
  background: var(--surface);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    color 0.15s ease;
}

.home-shop-split-btn:hover {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 8%, var(--surface));
  color: var(--accent);
  text-decoration: none;
}

.hero-actions--primary {
  margin-top: 1rem;
}

.home-trust {
  margin: 0 0 1.5rem;
}

.home-trust-list {
  list-style: none;
  margin: 0;
  padding: 1.15rem 1rem;
  display: grid;
  gap: 1rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(26, 23, 20, 0.04);
}

@media (min-width: 720px) {
  .home-trust-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    padding: 1.35rem 1.25rem;
  }
}

.home-trust-item h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display, Georgia, serif);
  font-size: 1rem;
  font-weight: 600;
}

.home-trust-item p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
}

.home-brand-marquee {
  overflow: hidden;
  margin: 0 0 1.75rem;
  padding: 0.75rem 0;
  border-block: 1px solid var(--border);
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}

.home-brand-marquee-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: home-brand-scroll 38s linear infinite;
}

.home-brand-marquee-track a {
  flex-shrink: 0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
}

.home-brand-marquee-track a:hover {
  color: var(--accent);
}

@keyframes home-brand-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.home-bestsellers {
  margin: 2rem 0 2.25rem;
}

.home-bestsellers-head {
  text-align: center;
  margin-bottom: 1.15rem;
}

.home-bestsellers-head h2 {
  margin: 0.35rem 0 0.5rem;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
}

.home-bestsellers-lede {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.55;
}

.home-bestsellers-track {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.15rem 0 0.65rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.home-bestsellers-track::-webkit-scrollbar {
  height: 4px;
}

.home-bestsellers-track::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--text) 18%, transparent);
  border-radius: 999px;
}

.home-bestseller-card {
  flex: 0 0 min(10.75rem, 44vw);
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease;
}

.home-bestseller-card:hover {
  text-decoration: none;
  transform: translateY(-3px);
}

.home-bestseller-visual {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  overflow: hidden;
  background: #f4f1eb;
  border: 1px solid var(--border);
}

.home-bestseller-bg {
  position: absolute;
  inset: -20%;
  width: 140%;
  height: 140%;
  object-fit: cover;
  filter: blur(32px) saturate(1.15);
  opacity: 0.62;
  transform: scale(1.15);
  pointer-events: none;
}

.home-bestseller-bottle {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.35rem 1rem 1.1rem;
}

.home-bestseller-info {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  padding: 0.62rem 0.1rem 0;
}

.home-bestseller-brand {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.home-bestseller-name {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3;
}

.home-bestseller-price {
  font-size: 0.8rem;
  color: var(--muted);
}

.home-bestsellers-foot {
  margin: 0.35rem 0 0;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
}

.home-bestsellers-foot a {
  color: var(--text);
  text-decoration: none;
}

.home-bestsellers-foot a:hover {
  text-decoration: underline;
}

.home-bestsellers-loading,
.home-bestsellers-empty {
  margin: 0;
  padding: 1rem 0;
  font-size: 0.9rem;
}

@media (min-width: 900px) {
  .home-bestsellers-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    overflow: visible;
    scroll-snap-type: none;
  }

  .home-bestseller-card {
    flex: unset;
  }
}

@media (min-width: 1200px) {
  .home-bestsellers-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.home-moods {
  margin: 2rem 0;
  padding: 1.35rem 1.1rem 1.5rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--border));
  background:
    radial-gradient(
      ellipse 80% 60% at 0% 100%,
      color-mix(in srgb, var(--accent) 8%, transparent),
      transparent 55%
    ),
    var(--surface);
}

.home-moods-head {
  text-align: center;
  margin-bottom: 1.1rem;
}

.home-moods-head h2 {
  margin: 0.35rem 0 0.5rem;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
}

.home-moods-lede {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 0.92rem;
}

.home-moods-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .home-moods-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.home-mood-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 1rem 0.95rem;
  min-height: 5.5rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg) 40%, var(--surface));
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.15s ease,
    transform 0.15s ease;
}

.home-mood-card:hover {
  border-color: color-mix(in srgb, var(--accent) 35%, var(--border));
  transform: translateY(-2px);
  text-decoration: none;
}

.home-mood-label {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.15rem;
  font-weight: 600;
}

.home-mood-go {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.home-moods-foot {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.5;
}

.home-faq {
  margin: 2rem 0 1.5rem;
  padding: 1.35rem 1.1rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--surface) 96%, var(--bg));
}

.home-faq-head {
  text-align: center;
  margin-bottom: 1rem;
}

.home-faq-head h2 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.3rem, 3vw, 1.75rem);
}

.home-faq-list {
  display: grid;
  gap: 0.55rem;
  max-width: 40rem;
  margin: 0 auto;
}

.home-faq-item {
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
}

.home-faq-item summary {
  padding: 0.85rem 1rem;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  list-style: none;
}

.home-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-faq-item summary::after {
  content: "+";
  float: right;
  font-weight: 400;
  color: var(--muted);
}

.home-faq-item[open] summary::after {
  content: "−";
}

.home-faq-item p {
  margin: 0;
  padding: 0 1rem 1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.home-closing-cta {
  text-align: center;
  margin: 0 0 2rem;
  padding: 2rem 1.35rem;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--border));
  background:
    radial-gradient(
      ellipse 90% 80% at 50% 0%,
      color-mix(in srgb, var(--accent) 14%, transparent),
      transparent 65%
    ),
    linear-gradient(180deg, var(--surface-elevated, var(--surface)), var(--surface));
  box-shadow: 0 14px 36px rgba(26, 23, 20, 0.07);
}

.home-closing-cta h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  letter-spacing: -0.02em;
}

.home-closing-cta p {
  margin: 0 auto 1.15rem;
  max-width: 30rem;
  font-size: 0.95rem;
}

.home-closing-cta .btn {
  min-width: 10rem;
}

.home-science {
  margin: 0 0 2rem;
  padding: 1.5rem 1.15rem 1.35rem;
  border-radius: 20px;
  border: 1px solid color-mix(in srgb, var(--accent) 20%, var(--border));
  background:
    radial-gradient(
      ellipse 75% 55% at 50% 0%,
      color-mix(in srgb, var(--accent) 9%, transparent),
      transparent 68%
    ),
    color-mix(in srgb, var(--surface) 96%, var(--bg));
  box-shadow: 0 10px 28px rgba(26, 23, 20, 0.05);
}

.home-science-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.25rem;
}

.home-science-head h2 {
  margin: 0.35rem 0 0.65rem;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
}

.home-science-lede {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.58;
}

.home-science-pyramid {
  display: grid;
  gap: 0.45rem;
  max-width: 28rem;
  margin: 0 auto 1.35rem;
}

.home-science-pyramid-layer {
  padding: 0.75rem 0.95rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  text-align: center;
}

.home-science-pyramid-layer--top {
  margin-inline: 18%;
  background: color-mix(in srgb, #f6e4c8 35%, var(--surface));
}

.home-science-pyramid-layer--heart {
  margin-inline: 9%;
  background: color-mix(in srgb, var(--accent) 7%, var(--surface));
}

.home-science-pyramid-layer--base {
  background: color-mix(in srgb, #2a2118 6%, var(--surface));
}

.home-science-pyramid-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.2rem;
}

.home-science-pyramid-layer p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
}

.home-science-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .home-science-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

.home-science-step {
  padding: 0.95rem 0.9rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--surface);
}

.home-science-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--surface));
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--border));
}

.home-science-step h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.home-science-step p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.52;
}

/* Root home — Scent Picks showcase */
.home-picks-showcase {
  width: 100%;
  margin: 1.5rem 0 1.75rem;
}

.home-picks-showcase-head {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto 1.25rem;
}

.home-picks-showcase-head h2 {
  margin: 0.35rem 0 0.65rem;
  font-size: clamp(1.45rem, 3.5vw, 2rem);
}

.home-picks-lede {
  margin: 0 auto;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.55;
}

.home-picks-tagline {
  margin: 0.75rem auto 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

.home-picks-actions {
  justify-content: center;
  margin-top: 1rem;
}

.home-picks-demo {
  display: grid;
  gap: 1rem;
  padding: 1.15rem 1.1rem;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--border));
  background:
    radial-gradient(
      ellipse 85% 70% at 100% 0%,
      color-mix(in srgb, var(--accent) 10%, transparent),
      transparent 55%
    ),
    var(--surface);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

@media (min-width: 1024px) {
  .home-picks-demo {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }
}

.home-picks-demo-panel {
  min-width: 0;
}

.home-picks-demo-title {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.home-picks-demo-hint,
.home-picks-demo-disclaimer {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  line-height: 1.45;
}

.home-top8-grid {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 700px) {
  .home-top8-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.home-top8-card {
  padding: 0.65rem 0.7rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--bg) 50%, var(--surface));
  font-size: 0.76rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.home-top8-kind {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 800;
  color: var(--accent);
}

.home-top8-card strong {
  font-size: 0.78rem;
  line-height: 1.25;
}

.home-top8-name {
  color: var(--muted);
  font-size: 0.74rem;
  margin-bottom: 0.2rem;
}

.home-picks-grid {
  display: grid;
  gap: 0.65rem;
}

.home-pick-card {
  padding: 0.85rem 0.9rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--surface);
}

.home-pick-card--blur {
  filter: blur(4px);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}

.home-pick-card header h4 {
  margin: 0;
  font-size: 0.9rem;
}

.home-pick-card header h4 span {
  display: block;
  font-weight: 500;
  color: var(--muted);
  font-size: 0.8rem;
}

.home-pick-price {
  margin: 0.35rem 0 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--accent);
}

.home-pick-price span {
  display: block;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.08rem;
}

.home-pick-reason {
  margin: 0.35rem 0 0.45rem;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}

.home-picks-unlock {
  margin-top: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem 1rem;
  text-align: left;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--border));
  background: color-mix(in srgb, var(--accent) 6%, var(--surface));
}

.home-picks-unlock p {
  margin: 0;
  flex: 1 1 14rem;
  font-size: 0.88rem;
  line-height: 1.45;
}

.home-picks-unlock .btn {
  flex: 0 0 auto;
}

.home-explore-showcase {
  margin: 2rem 0 2.25rem;
  padding: 1.35rem 1.1rem 1.5rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: color-mix(in srgb, var(--surface) 92%, var(--brand-white));
  box-shadow: var(--shadow-card, 0 8px 24px rgba(26, 23, 20, 0.06));
}

.home-explore-head {
  margin-bottom: 1rem;
}

.home-explore-lede {
  max-width: 40rem;
  margin: 0.35rem 0 0;
}

.home-explore-actions {
  margin-top: 0.85rem;
}

.home-member-grid-mount .member-grid {
  margin-top: 0.35rem;
}

.home-explore-see-all {
  margin: 1rem 0 0;
  text-align: center;
}

.home-explore-whiffs {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}

.home-explore-whiffs h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.home-explore-whiffs .feed-list .feed-card {
  margin-bottom: 0.75rem;
}

.home-explore-whiffs-more {
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
}

.explore-whiffs-section {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}

.explore-whiffs-section h2 {
  margin: 0 0 0.35rem;
}

.explore-whiffs-lede {
  margin: 0 0 1rem;
  font-size: 0.88rem;
}

.explore-shell {
  padding-bottom: 3rem;
}

/* �� Home: signup-first, no member/feed showcase �� */
/* Auth CTAs come from mountNav (.nav-actions) — hide duplicate home strip */
.nav-auth-cta {
  display: none !important;
}

.home-signup-panel {
  margin: 1.15rem 0 1.25rem;
  padding: 1.15rem 1.25rem 1.05rem;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--accent, #b87a8f) 22%, var(--border, #e5e5e5));
  background: color-mix(in srgb, var(--accent, #b87a8f) 7%, #fff);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.home-signup-panel-title {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text, #191919);
}

.home-signup-panel-lede {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.45;
}

.home-signup-actions {
  margin: 0;
  flex-wrap: wrap;
}

.home-signup-panel-foot {
  margin: 0.85rem 0 0;
  font-size: 0.85rem;
}

.home-signup-panel-foot a {
  font-weight: 600;
}

.cards--four {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 900px) {
  .cards--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nav-auth-cta .btn-secondary {
    display: none;
  }
  .home-signup-panel {
    padding: 1rem;
  }
  .cards--four {
    grid-template-columns: 1fr;
  }
}

/* ── Simple home presets (featureSimpleHome / data-simple-home) ──
 * CMS nodes stay in the DOM; visibility is attribute/CSS only.
 * Flag off → data-simple-home="off" (default body attr): classic layout.
 */

/* Slots hidden unless the matching preset is active */
[data-simple-home-slot] {
  display: none;
}

body[data-simple-home="guest"] [data-simple-home-slot="guest"] {
  display: block;
}

body[data-simple-home="member"] [data-simple-home-slot="member"] {
  display: block;
}

/* Guest: two CTAs + secondary links; de-emphasize clutter. Keep bestsellers. */
body[data-simple-home="guest"] .home-signup-panel,
body[data-simple-home="guest"] .home-promo-bar,
body[data-simple-home="guest"] .home-audience-strip,
body[data-simple-home="guest"] .home-vibe-split,
body[data-simple-home="guest"] .home-trust,
body[data-simple-home="guest"] .home-brand-marquee,
body[data-simple-home="guest"] .home-science,
body[data-simple-home="guest"] .home-picks-showcase,
body[data-simple-home="guest"] .home-moods,
body[data-simple-home="guest"] .cards--four,
body[data-simple-home="guest"] .home-faq,
body[data-simple-home="guest"] .home-closing-cta {
  display: none !important;
}

body[data-simple-home="guest"] .home-hero-panel .lede {
  display: none;
}

/* Member: continue cards; hide signup + guest clutter; keep bestsellers. */
body[data-simple-home="member"] .home-signup-panel,
body[data-simple-home="member"] .home-promo-bar,
body[data-simple-home="member"] .home-audience-strip,
body[data-simple-home="member"] .home-vibe-split,
body[data-simple-home="member"] .home-trust,
body[data-simple-home="member"] .home-brand-marquee,
body[data-simple-home="member"] .home-science,
body[data-simple-home="member"] .home-picks-showcase,
body[data-simple-home="member"] .home-moods,
body[data-simple-home="member"] .cards--four,
body[data-simple-home="member"] .home-faq,
body[data-simple-home="member"] .home-closing-cta {
  display: none !important;
}

body[data-simple-home="member"] .home-hero-panel .lede {
  display: none;
}

/* Guest CTA block */
.home-simple-guest {
  margin: 1.15rem 0 0.5rem;
}

.home-simple-guest-actions {
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.home-simple-guest-secondary {
  margin: 0.9rem 0 0;
  font-size: 0.88rem;
  text-align: center;
}

.home-simple-guest-secondary a {
  font-weight: 600;
  color: var(--muted, #666);
  text-decoration: none;
}

.home-simple-guest-secondary a:hover {
  color: var(--accent, #b87a8f);
  text-decoration: underline;
}

.home-simple-guest-secondary span {
  margin: 0 0.35rem;
  opacity: 0.45;
}

/* Member continue cards */
.home-simple-continue {
  margin: 1.25rem 0 0.35rem;
  text-align: center;
}

.home-simple-greeting {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text, #191919);
}

.home-simple-continue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 36rem;
  margin: 0 auto;
}

.home-simple-continue-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1rem 0.95rem;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--accent, #b87a8f) 22%, var(--border, #e5e5e5));
  background: color-mix(in srgb, var(--accent, #b87a8f) 6%, #fff);
  color: inherit;
  text-decoration: none;
  text-align: left;
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
}

.home-simple-continue-card:hover {
  border-color: var(--accent, #b87a8f);
  background: color-mix(in srgb, var(--accent, #b87a8f) 12%, #fff);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.home-simple-continue-label {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text, #191919);
}

.home-simple-continue-go {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--muted, #666);
}

@media (max-width: 560px) {
  .home-simple-continue-grid {
    grid-template-columns: 1fr;
  }
}
