:root {
  --bc-bg: #f8f2f1;
  --bc-bg-2: #fff8f7;
  --bc-surface: rgba(255, 255, 255, 0.76);
  --bc-surface-strong: rgba(255, 255, 255, 0.92);
  --bc-card-border: rgba(183, 144, 154, 0.18);
  --bc-text: #3a2c31;
  --bc-text-soft: #7f6a72;
  --bc-primary: #dca7b1;
  --bc-primary-2: #e9c7ce;
  --bc-accent: #c98b96;
  --bc-gold: #d8bea0;
  --bc-shadow: 0 20px 60px rgba(146, 108, 119, 0.14);
  --bc-shadow-soft: 0 12px 34px rgba(146, 108, 119, 0.10);
  --bc-radius-xl: 28px;
  --bc-radius-lg: 22px;
  --bc-radius-md: 18px;
  --bc-container: 1320px;

  --bc-chakra-sahasrara: #8f69d9;
  --bc-chakra-ajna: #4368d8;
  --bc-chakra-vishuddha: #7bc8ff;
  --bc-chakra-anahata: #88ca56;
  --bc-chakra-manipura: #f1cb36;
  --bc-chakra-svadhisthana: #f0a146;
  --bc-chakra-muladhara: #d76464;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--bc-text);
  background:
    radial-gradient(circle at 12% 14%, rgba(240, 203, 214, 0.60), transparent 22%),
    radial-gradient(circle at 88% 10%, rgba(242, 224, 206, 0.58), transparent 22%),
    radial-gradient(circle at 76% 72%, rgba(236, 200, 212, 0.44), transparent 18%),
    linear-gradient(180deg, #fdf8f7 0%, #f7f0ef 48%, #fbf5f4 100%);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.bc-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 12px;
  color: var(--bc-text);
  background: #fff;
  box-shadow: var(--bc-shadow-soft);
  transform: translateY(-160%);
}

.bc-skip-link:focus {
  transform: translateY(0);
}

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

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

button,
input,
select {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

input[type="number"],
input[type="text"],
select {
  width: 100%;
  min-height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(183, 144, 154, 0.18);
  background: rgba(255,255,255,0.90);
  color: var(--bc-text);
  padding: 0 16px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

input:focus,
select:focus {
  border-color: rgba(201, 139, 150, 0.5);
  box-shadow: 0 0 0 4px rgba(220, 167, 177, 0.14);
  transform: translateY(-1px);
}

input[readonly] {
  background: rgba(248, 244, 244, 0.95);
  cursor: default;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--bc-text-soft);
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
  line-height: 1.7;
}

.bc-container {
  width: min(var(--bc-container), calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.bc-page-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(84px);
  pointer-events: none;
  z-index: 0;
  opacity: .35;
  animation: bc-drift 14s ease-in-out infinite;
}

.bc-page-glow-1 {
  width: 320px;
  height: 320px;
  top: 8%;
  left: -90px;
  background: rgba(233, 199, 206, 0.42);
}

.bc-page-glow-2 {
  width: 360px;
  height: 360px;
  top: 42%;
  right: -130px;
  background: rgba(216, 190, 160, 0.28);
  animation-delay: 2s;
}

.bc-page-glow-3 {
  width: 250px;
  height: 250px;
  bottom: 6%;
  left: 8%;
  background: rgba(255,255,255,0.30);
  animation-delay: 4s;
}

@keyframes bc-drift {
  0%, 100% { transform: translateY(0) translateX(0) scale(1); }
  50% { transform: translateY(-16px) translateX(10px) scale(1.07); }
}

.bc-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(244, 240, 232, 0.9);
  border-bottom: 1px solid rgba(37,35,31,.14);
}

.bc-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bc-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .16em;
}

.bc-brand__mark {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.1) 34%, transparent 35%),
    linear-gradient(135deg, rgba(216,190,160,0.95), rgba(220,167,177,0.95));
  box-shadow: none;
}

.bc-brand__mark::before,
.bc-brand__mark::after {
  content: none;
}

.bc-nav { display: flex; align-items: center; gap: clamp(16px,2vw,30px); margin-left: auto; color: #6f6a61; font-size: 13px; }
.bc-nav a:hover { color: #25231f; }

.bc-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease, border-color .28s ease;
  white-space: nowrap;
}

.bc-btn:hover {
  transform: translateY(-2px);
}

.bc-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #dba1ad 0%, #c78994 100%);
  box-shadow: 0 20px 40px rgba(201, 139, 150, 0.28);
}

.bc-btn--primary:hover {
  box-shadow: 0 24px 44px rgba(201, 139, 150, 0.35);
}

.bc-btn--secondary {
  color: var(--bc-text);
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(190, 150, 160, 0.18);
  backdrop-filter: blur(14px);
  box-shadow: var(--bc-shadow-soft);
}

.bc-brand:focus-visible,
.bc-btn:focus-visible,
.bc-chakra-popup__close:focus-visible {
  outline: 3px solid rgba(127, 89, 100, 0.72);
  outline-offset: 4px;
}

.bc-hero {
  padding: 70px 0 34px;
  position: relative;
  overflow: hidden;
}

.bc-hero__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
}

.bc-card {
  background: var(--bc-surface);
  border: 1px solid var(--bc-card-border);
  border-radius: 28px;
  box-shadow: var(--bc-shadow-soft);
  backdrop-filter: blur(18px);
  overflow: hidden;
  position: relative;
}

.bc-card--hero,
.bc-card--hero-side,
.bc-form-card,
.bc-preview-card,
.bc-result-card {
  padding: 28px;
}

.bc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.52);
  border: 1px solid rgba(190, 150, 160, 0.16);
  color: var(--bc-text-soft);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  box-shadow: var(--bc-shadow-soft);
}

.bc-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bc-gold), var(--bc-primary));
  box-shadow: 0 0 18px rgba(220, 167, 177, 0.8);
}

.bc-hero__title {
  font-size: clamp(48px, 6vw, 86px);
  margin-top: 18px;
  max-width: 760px;
}

.bc-hero__text {
  margin-top: 22px;
  color: var(--bc-text-soft);
  font-size: clamp(16px, 2vw, 19px);
  max-width: 640px;
}

.bc-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bc-chip {
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  color: var(--bc-text-soft);
  background: rgba(255,255,255,0.54);
  border: 1px solid rgba(190, 150, 160, 0.16);
  backdrop-filter: blur(10px);
}

.bc-card--hero-side {
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.65), transparent 18%),
    radial-gradient(circle at 84% 16%, rgba(233,199,206,0.24), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.52));
}

.bc-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bc-mini-card {
  border-radius: 22px;
  padding: 20px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(183, 144, 154, 0.14);
  box-shadow: var(--bc-shadow-soft);
}

.bc-mini-card h3 {
  font-size: 26px;
  margin-bottom: 8px;
}

.bc-mini-card p {
  color: var(--bc-text-soft);
  font-size: 14px;
}

.bc-section {
  padding: 32px 0 90px;
  position: relative;
}

.bc-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 28px;
  align-items: start;
}

.bc-card__title {
  font-size: 40px;
  margin-bottom: 10px;
}

.bc-card__title--sm {
  font-size: 34px;
}

.bc-card__text {
  color: var(--bc-text-soft);
  font-size: 15px;
}

.bc-divider {
  height: 1px;
  background: rgba(183, 144, 154, 0.14);
  margin: 24px 0;
}

.bc-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bc-chakra-inputs {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.bc-chakra-row {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(183, 144, 154, 0.14);
}

.bc-chakra-row label {
  margin: 0;
  font-size: 15px;
  color: var(--bc-text);
  font-weight: 500;
}

.bc-chakra-row--sahasrara { box-shadow: inset 4px 0 0 0 var(--bc-chakra-sahasrara); }
.bc-chakra-row--ajna { box-shadow: inset 4px 0 0 0 var(--bc-chakra-ajna); }
.bc-chakra-row--vishuddha { box-shadow: inset 4px 0 0 0 var(--bc-chakra-vishuddha); }
.bc-chakra-row--anahata { box-shadow: inset 4px 0 0 0 var(--bc-chakra-anahata); }
.bc-chakra-row--manipura { box-shadow: inset 4px 0 0 0 var(--bc-chakra-manipura); }
.bc-chakra-row--svadhisthana { box-shadow: inset 4px 0 0 0 var(--bc-chakra-svadhisthana); }
.bc-chakra-row--muladhara { box-shadow: inset 4px 0 0 0 var(--bc-chakra-muladhara); }

.bc-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.bc-preview {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,246,245,0.95));
  border: 1px solid rgba(198, 175, 151, 0.34);
  border-radius: 24px;
  padding: 24px;
  position: relative;
  min-height: 100%;
}

.bc-preview::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(198, 175, 151, 0.26);
  border-radius: 18px;
  pointer-events: none;
}

.bc-preview__name,
.bc-preview__date,
.bc-preview__text,
.bc-preview__image-wrap,
.bc-legend {
  position: relative;
  z-index: 2;
}

.bc-preview__name {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}

.bc-preview__date {
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  color: var(--bc-text-soft);
}

.bc-preview__text {
  margin: 16px auto 0;
  max-width: 560px;
  text-align: center;
  color: var(--bc-text);
  font-size: 15px;
  line-height: 1.65;
}

.bc-preview__image-wrap {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(183,144,154,.14);
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 36px rgba(146,108,119,.08);
}

.bc-map {
  position: relative;
  min-height: 680px;
}

.bc-map__base,
.bc-map__aura {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.bc-map__base {
  z-index: 1;
}

.bc-map__aura {
  z-index: 2;
  pointer-events: none;
  opacity: 0.72;
  mix-blend-mode: screen;
  animation: bc-auraPulse 6s ease-in-out infinite;
  filter: blur(0.6px) saturate(1.08);
}

@keyframes bc-auraPulse {
  0%, 100% {
    opacity: 0.62;
    transform: scale(1) translateY(0);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.02) translateY(-4px);
  }
}

.bc-marker {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(-50%);
  max-width: 240px;
  z-index: 3;
}

.bc-marker__dot {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: transform .35s ease, box-shadow .35s ease, opacity .35s ease;
}

.bc-marker__label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(190,150,160,0.16);
  backdrop-filter: blur(10px);
  font-size: 12px;
  line-height: 1.2;
  color: var(--bc-text);
  box-shadow: 0 8px 20px rgba(146,108,119,0.08);
  white-space: nowrap;
}

.bc-marker__label strong {
  font-size: 12px;
  font-weight: 700;
}

.bc-marker--sahasrara .bc-marker__dot { background: var(--bc-chakra-sahasrara); }
.bc-marker--ajna .bc-marker__dot { background: var(--bc-chakra-ajna); }
.bc-marker--vishuddha .bc-marker__dot { background: var(--bc-chakra-vishuddha); }
.bc-marker--anahata .bc-marker__dot { background: var(--bc-chakra-anahata); }
.bc-marker--manipura .bc-marker__dot { background: var(--bc-chakra-manipura); }
.bc-marker--svadhisthana .bc-marker__dot { background: var(--bc-chakra-svadhisthana); }
.bc-marker--muladhara .bc-marker__dot { background: var(--bc-chakra-muladhara); }

.bc-marker--sahasrara { top: 7%; left: 48%; }
.bc-marker--ajna { top: 16%; left: 48%; }
.bc-marker--vishuddha { top: 34%; left: 48%; }
.bc-marker--anahata { top: 47%; left: 48%; }
.bc-marker--manipura { top: 59%; left: 48%; }
.bc-marker--svadhisthana { top: 68%; left: 48%; }
.bc-marker--muladhara { top: 76%; left: 48%; }

.bc-legend {
  margin-top: 18px;
  font-size: 13px;
  color: var(--bc-text-soft);
  text-align: center;
}

.bc-result-card {
  margin-top: 28px;
}

.bc-result__placeholder {
  color: var(--bc-text-soft);
  font-size: 16px;
}

.bc-result-block + .bc-result-block {
  margin-top: 24px;
}

.bc-result__title {
  font-size: 46px;
  margin-top: 14px;
}

.bc-result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.bc-result__subtitle {
  font-size: 30px;
  margin-bottom: 12px;
}

.bc-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bc-tag {
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(190, 150, 160, 0.16);
  color: var(--bc-text);
  font-size: 14px;
}

.bc-result__note {
  color: var(--bc-text-soft);
  font-size: 15px;
  line-height: 1.7;
  margin-top: 12px;
}

.bc-result-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(190, 150, 160, 0.14);
  background: rgba(255,255,255,0.56);
}

.bc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.bc-table th,
.bc-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(190, 150, 160, 0.12);
  font-size: 14px;
}

.bc-table th {
  color: var(--bc-text-soft);
  font-weight: 600;
  background: rgba(255,255,255,0.55);
}

.bc-footer {
  padding: 0 0 42px;
  color: var(--bc-text-soft);
}

.bc-footer__inner {
  padding-top: 18px;
  border-top: 1px solid rgba(190, 150, 160, 0.14);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.bc-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.bc-reveal.bc-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .bc-nav { display: none; }
  .bc-hero__grid,
  .bc-layout {
    grid-template-columns: 1fr;
  }

  .bc-result-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .bc-header {
    position: sticky;
  }
  .bc-header__actions .bc-btn { min-height: 44px; padding-inline: 14px; font-size: 12px; }
  .bc-brand { font-size: 13px; letter-spacing: .12em; }

  .bc-hero {
    padding-top: 34px;
  }

  .bc-card--hero,
  .bc-card--hero-side,
  .bc-form-card,
  .bc-preview-card,
  .bc-result-card {
    padding: 22px;
  }

  .bc-form-grid,
  .bc-mini-grid {
    grid-template-columns: 1fr;
  }

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

  .bc-actions {
    flex-direction: column;
  }

  .bc-actions .bc-btn,
  .bc-header__actions .bc-btn {
    width: 100%;
  }

  .bc-header__inner {
    flex-wrap: wrap;
  }

  .bc-map {
    min-height: 560px;
  }

  .bc-map__base,
  .bc-map__aura {
    min-height: 560px;
  }

  .bc-marker {
    max-width: 180px;
    gap: 8px;
  }

  .bc-marker__dot {
    width: 14px;
    height: 14px;
    min-width: 14px;
  }

  .bc-marker__label {
    padding: 6px 10px;
    font-size: 10px;
  }

  .bc-marker__label strong {
    font-size: 10px;
  }
}

/* hotfix: показываем контент без reveal-js */
.bc-reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* hotfix: не скрывать контент страницы калькулятора */
.bc-reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* chakra stone tags */
.bc-tag--sahasrara { background: rgba(143, 105, 217, 0.14) !important; border-color: rgba(143, 105, 217, 0.30) !important; color: #5f45a8 !important; }
.bc-tag--ajna { background: rgba(67, 104, 216, 0.14) !important; border-color: rgba(67, 104, 216, 0.30) !important; color: #3556b8 !important; }
.bc-tag--vishuddha { background: rgba(123, 200, 255, 0.18) !important; border-color: rgba(123, 200, 255, 0.35) !important; color: #2f78a7 !important; }
.bc-tag--anahata { background: rgba(136, 202, 86, 0.16) !important; border-color: rgba(136, 202, 86, 0.34) !important; color: #4e8d26 !important; }
.bc-tag--manipura { background: rgba(241, 203, 54, 0.18) !important; border-color: rgba(241, 203, 54, 0.35) !important; color: #9b7900 !important; }
.bc-tag--svadhisthana { background: rgba(240, 161, 70, 0.18) !important; border-color: rgba(240, 161, 70, 0.35) !important; color: #a55e11 !important; }
.bc-tag--muladhara { background: rgba(215, 100, 100, 0.16) !important; border-color: rgba(215, 100, 100, 0.34) !important; color: #a23f3f !important; }

.bc-result__group {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.46);
  border: 1px solid rgba(190,150,160,0.14);
}

.bc-result__group-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
}

.bc-result__group-text {
  margin-bottom: 12px;
  color: var(--bc-text-soft);
  font-size: 14px;
}

.bc-field input[data-mask="date"] {
  letter-spacing: 0.04em;
}

/* popup по чакрам */
.bc-map {
  position: relative;
}

.bc-chakra-popup {
  position: absolute;
  z-index: 30;
  max-width: 340px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(190,150,160,0.18);
  box-shadow: 0 18px 40px rgba(80, 52, 61, 0.16);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  pointer-events: none;
}

.bc-chakra-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.bc-chakra-popup__title {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.bc-chakra-popup__state {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
  font-size: 12px;
  font-weight: 600;
}

.bc-chakra-popup__text {
  margin: 0;
  color: var(--bc-text-soft);
  font-size: 14px;
  line-height: 1.55;
}

.bc-chakra-popup__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  background: rgba(0,0,0,0.05);
  color: var(--bc-text);
  cursor: pointer;
}

.bc-marker,
.bc-marker__dot,
.bc-marker__label {
  cursor: pointer;
}

/* блок рекомендаций по состоянию чакр */
.bc-state-board {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.bc-state-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.56);
  border: 1px solid rgba(190,150,160,0.16);
}

.bc-state-card__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.bc-state-card__text {
  margin: 0;
  color: var(--bc-text-soft);
  font-size: 14px;
  line-height: 1.7;
}

.bc-state-card--low {
  box-shadow: inset 4px 0 0 0 rgba(215,100,100,0.6);
}

.bc-state-card--normal {
  box-shadow: inset 4px 0 0 0 rgba(136,202,86,0.6);
}

.bc-state-card--high {
  box-shadow: inset 4px 0 0 0 rgba(241,161,70,0.75);
}

/* MICA PLACE control review — 2026-08-29 */
:root {
  --bc-bg: #f7f6f2;
  --bc-bg-2: #efede7;
  --bc-surface: #fffefa;
  --bc-surface-strong: #fffefa;
  --bc-card-border: rgba(31, 41, 40, .14);
  --bc-text: #1f2928;
  --bc-text-soft: #74736d;
  --bc-primary: #a7646b;
  --bc-primary-2: #b6787e;
  --bc-accent: #a7646b;
  --bc-gold: #d5b981;
  --bc-shadow: none;
  --bc-shadow-soft: none;
  --bc-radius-xl: 4px;
  --bc-radius-lg: 4px;
  --bc-radius-md: 2px;
  --bc-container: 1220px;
}

body { background: var(--bc-bg); font-size: 15px; line-height: 1.65; }
.bc-page-glow { display: none; }
body::before,
body::after,
.bc-hero::before,
.bc-hero::after { display: none; }
.bc-container { width: min(var(--bc-container), calc(100% - 56px)); }
.bc-header { background: rgba(255, 254, 250, .94); backdrop-filter: blur(20px) saturate(120%); }
.bc-header__inner { min-height: 84px; }
.bc-brand { font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; font-weight: 500; letter-spacing: .19em; }
.bc-brand__mark { width: 6px; height: 6px; background: #a7646b; }
.bc-nav { color: var(--bc-text-soft); font-size: 12px; }
.bc-card,
.bc-mini-card,
.bc-preview,
.bc-preview__image-wrap,
.bc-result-table-wrap,
.bc-result__group,
.bc-chakra-popup,
.bc-state-card {
  border-color: var(--bc-card-border);
  border-radius: 4px;
  background: var(--bc-surface);
  box-shadow: none;
  backdrop-filter: none;
}
.bc-card--hero-side { background: var(--bc-bg-2); }
.bc-mini-card { border-radius: 2px; }
.bc-eyebrow { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; font-size: 10px; letter-spacing: .22em; }
.bc-eyebrow::before { width: 6px; height: 6px; background: #a7646b; box-shadow: none; }
.bc-chip { border-color: var(--bc-card-border); background: transparent; backdrop-filter: none; }
.bc-hero { padding-top: clamp(72px, 9vw, 110px); }
.bc-hero__title { font-size: clamp(54px, 6.8vw, 86px); font-weight: 500; line-height: .92; }
.bc-btn { min-height: 48px; padding-inline: 22px; box-shadow: none; }
.bc-btn--primary { background: #a7646b; box-shadow: none; }
.bc-btn--primary:hover { box-shadow: none; }
.bc-btn--secondary { border-color: var(--bc-card-border); background: var(--bc-surface); box-shadow: none; backdrop-filter: none; }
input[type="number"], input[type="text"], select { border-color: var(--bc-card-border); border-radius: 2px; background: #fffefa; box-shadow: none; }
input:focus, select:focus { border-color: rgba(31, 41, 40, .42); box-shadow: 0 0 0 3px rgba(31, 41, 40, .08); transform: none; }
.bc-preview::before { border-color: var(--bc-card-border); border-radius: 2px; }
.bc-preview__image-wrap { border-radius: 2px; }
.bc-footer { margin-top: 50px; padding: 34px 0; background: #172120; color: rgba(255, 254, 250, .68); }
.bc-footer__inner { padding-top: 0; border-top: 0; }
.bc-footer a { color: #fffefa; }

@media (max-width: 820px) {
  .bc-container { width: min(100% - 32px, var(--bc-container)); }
  .bc-header__inner { min-height: 72px; flex-wrap: nowrap; }
  .bc-brand { font-size: 16px; letter-spacing: .15em; }
  .bc-header__actions { max-width: 48%; }
  .bc-hero__title { font-size: clamp(48px, 14vw, 66px); }
}

@media (max-width: 820px) {
  .bc-chakra-popup {
    left: 16px !important;
    right: 16px;
    max-width: none;
    width: auto;
  }
}

/* ===== mystical chakra animation ===== */

.bc-marker__dot {
  position: relative;
  overflow: visible;
}

.bc-marker__dot::before,
.bc-marker__dot::after {
  content: "";
  position: absolute;
  inset: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.bc-marker__dot::before {
  width: 34px;
  height: 34px;
  opacity: 0.28;
  filter: blur(4px);
  animation: bc-chakra-pulse 2.8s ease-in-out infinite;
}

.bc-marker__dot::after {
  width: 52px;
  height: 52px;
  opacity: 0.18;
  border: 1px solid currentColor;
  animation: bc-chakra-ring 3.8s linear infinite;
}

@keyframes bc-chakra-pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.18;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.16);
    opacity: 0.34;
  }
}

@keyframes bc-chakra-ring {
  0% {
    transform: translate(-50%, -50%) scale(0.82) rotate(0deg);
    opacity: 0.10;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08) rotate(180deg);
    opacity: 0.22;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.82) rotate(360deg);
    opacity: 0.10;
  }
}

.bc-marker:hover .bc-marker__dot,
.bc-marker:hover .bc-marker__label {
  transform: translateY(-1px);
}

.bc-marker:hover .bc-marker__dot {
  box-shadow:
    0 0 0 6px rgba(255,255,255,0.35),
    0 0 22px currentColor,
    0 0 42px currentColor;
}

.bc-marker:hover .bc-marker__label {
  box-shadow: 0 12px 28px rgba(80,52,61,0.14);
}

.bc-marker__label {
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.bc-marker__dot {
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

/* chakra color inheritance */
.bc-marker--sahasrara .bc-marker__dot,
.bc-marker--sahasrara .bc-marker__dot::after { color: #8f69d9; }
.bc-marker--ajna .bc-marker__dot,
.bc-marker--ajna .bc-marker__dot::after { color: #4368d8; }
.bc-marker--vishuddha .bc-marker__dot,
.bc-marker--vishuddha .bc-marker__dot::after { color: #7bc8ff; }
.bc-marker--anahata .bc-marker__dot,
.bc-marker--anahata .bc-marker__dot::after { color: #88ca56; }
.bc-marker--manipura .bc-marker__dot,
.bc-marker--manipura .bc-marker__dot::after { color: #f1cb36; }
.bc-marker--svadhisthana .bc-marker__dot,
.bc-marker--svadhisthana .bc-marker__dot::after { color: #f0a146; }
.bc-marker--muladhara .bc-marker__dot,
.bc-marker--muladhara .bc-marker__dot::after { color: #d76464; }

.bc-marker--sahasrara .bc-marker__dot::before { background: rgba(143,105,217,0.55); }
.bc-marker--ajna .bc-marker__dot::before { background: rgba(67,104,216,0.50); }
.bc-marker--vishuddha .bc-marker__dot::before { background: rgba(123,200,255,0.54); }
.bc-marker--anahata .bc-marker__dot::before { background: rgba(136,202,86,0.48); }
.bc-marker--manipura .bc-marker__dot::before { background: rgba(241,203,54,0.52); }
.bc-marker--svadhisthana .bc-marker__dot::before { background: rgba(240,161,70,0.50); }
.bc-marker--muladhara .bc-marker__dot::before { background: rgba(215,100,100,0.48); }

/* popup colored by chakra */
.bc-chakra-popup--sahasrara {
  background: linear-gradient(180deg, rgba(250,246,255,0.98), rgba(242,234,255,0.96));
  border-color: rgba(143,105,217,0.30);
  box-shadow: 0 18px 40px rgba(143,105,217,0.18);
}
.bc-chakra-popup--ajna {
  background: linear-gradient(180deg, rgba(244,247,255,0.98), rgba(233,239,255,0.96));
  border-color: rgba(67,104,216,0.30);
  box-shadow: 0 18px 40px rgba(67,104,216,0.18);
}
.bc-chakra-popup--vishuddha {
  background: linear-gradient(180deg, rgba(245,252,255,0.98), rgba(232,247,255,0.96));
  border-color: rgba(123,200,255,0.35);
  box-shadow: 0 18px 40px rgba(123,200,255,0.18);
}
.bc-chakra-popup--anahata {
  background: linear-gradient(180deg, rgba(247,255,245,0.98), rgba(236,249,231,0.96));
  border-color: rgba(136,202,86,0.32);
  box-shadow: 0 18px 40px rgba(136,202,86,0.18);
}
.bc-chakra-popup--manipura {
  background: linear-gradient(180deg, rgba(255,252,241,0.98), rgba(255,247,218,0.96));
  border-color: rgba(241,203,54,0.34);
  box-shadow: 0 18px 40px rgba(241,203,54,0.18);
}
.bc-chakra-popup--svadhisthana {
  background: linear-gradient(180deg, rgba(255,248,241,0.98), rgba(255,239,224,0.96));
  border-color: rgba(240,161,70,0.34);
  box-shadow: 0 18px 40px rgba(240,161,70,0.18);
}
.bc-chakra-popup--muladhara {
  background: linear-gradient(180deg, rgba(255,245,245,0.98), rgba(252,232,232,0.96));
  border-color: rgba(215,100,100,0.34);
  box-shadow: 0 18px 40px rgba(215,100,100,0.18);
}

/* mystical aura over silhouette */
.bc-map::after {
  content: "";
  position: absolute;
  inset: 8% 10% 6% 10%;
  background:
    radial-gradient(circle at 50% 8%, rgba(143,105,217,0.14), transparent 12%),
    radial-gradient(circle at 50% 18%, rgba(67,104,216,0.14), transparent 12%),
    radial-gradient(circle at 50% 34%, rgba(123,200,255,0.14), transparent 12%),
    radial-gradient(circle at 50% 50%, rgba(136,202,86,0.14), transparent 12%),
    radial-gradient(circle at 50% 63%, rgba(241,203,54,0.14), transparent 12%),
    radial-gradient(circle at 50% 76%, rgba(240,161,70,0.14), transparent 12%),
    radial-gradient(circle at 50% 88%, rgba(215,100,100,0.14), transparent 12%);
  filter: blur(18px);
  opacity: 0.65;
  pointer-events: none;
  animation: bc-map-aura 5.2s ease-in-out infinite;
}

@keyframes bc-map-aura {
  0%, 100% {
    opacity: 0.48;
    transform: scale(0.985);
  }
  50% {
    opacity: 0.82;
    transform: scale(1.02);
  }
}

/* ===== visual atmosphere v7 ===== */

body::before,
body::after {
  content: "";
  position: fixed;
  inset: -12%;
  z-index: 0;
  pointer-events: none;
}

body::before {
  opacity: .32;
  background-image:
    radial-gradient(circle, rgba(201, 139, 150, .52) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(216, 190, 160, .58) 0 1px, transparent 1.6px);
  background-position: 0 0, 48px 62px;
  background-size: 116px 116px, 181px 181px;
  -webkit-mask-image: linear-gradient(180deg, #000, rgba(0,0,0,.45) 68%, transparent 100%);
  mask-image: linear-gradient(180deg, #000, rgba(0,0,0,.45) 68%, transparent 100%);
  animation: bc-stardust 48s linear infinite;
}

body::after {
  opacity: .7;
  background:
    radial-gradient(circle at 18% 26%, rgba(255,255,255,.48), transparent 14%),
    radial-gradient(circle at 82% 60%, rgba(233,199,206,.2), transparent 20%);
}

@keyframes bc-stardust {
  to { transform: translate3d(72px, 116px, 0); }
}

.bc-hero::before,
.bc-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.bc-hero::before {
  width: 720px;
  aspect-ratio: 1;
  right: -270px;
  top: -390px;
  border: 1px dashed rgba(201,139,150,.24);
  box-shadow:
    0 0 0 72px rgba(216,190,160,.08),
    0 0 0 144px rgba(201,139,150,.055);
  animation: bc-celestial-turn 38s linear infinite;
}

.bc-hero::after {
  width: 12px;
  height: 12px;
  right: 15%;
  top: 18%;
  background: linear-gradient(135deg, #fff, var(--bc-gold));
  clip-path: polygon(50% 0, 59% 40%, 100% 50%, 59% 60%, 50% 100%, 41% 60%, 0 50%, 41% 40%);
  filter: drop-shadow(0 0 12px rgba(201,139,150,.6));
  animation: bc-celestial-spark 4.8s ease-in-out infinite;
}

@keyframes bc-celestial-turn {
  to { transform: rotate(360deg); }
}

@keyframes bc-celestial-spark {
  0%, 100% { opacity: .32; scale: .72; }
  50% { opacity: .95; scale: 1.12; }
}

.bc-card {
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(255,255,255,.84), rgba(255,255,255,.6)),
    var(--bc-surface);
  transition: border-color .35s ease, box-shadow .45s ease, translate .45s ease;
}

.bc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .72;
  background:
    radial-gradient(circle at 12% 6%, rgba(255,255,255,.78), transparent 25%),
    linear-gradient(120deg, transparent 28%, rgba(233,199,206,.1) 54%, transparent 74%);
}

.bc-card > * {
  position: relative;
  z-index: 1;
}

.bc-btn--primary {
  position: relative;
  overflow: hidden;
}

.bc-btn--primary::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -48%;
  width: 32%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent);
  transform: skewX(-18deg);
  animation: bc-button-shine 5.8s ease-in-out infinite;
}

@keyframes bc-button-shine {
  0%, 58% { left: -48%; opacity: 0; }
  64% { opacity: .7; }
  82%, 100% { left: 118%; opacity: 0; }
}

.bc-card--hero-side::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 430px;
  aspect-ratio: 1;
  right: -165px;
  bottom: -245px;
  border: 1px solid rgba(201,139,150,.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(216,190,160,.08),
    0 0 0 86px rgba(201,139,150,.05);
  animation: bc-mandala-breathe 9s ease-in-out infinite;
}

@keyframes bc-mandala-breathe {
  0%, 100% { opacity: .55; scale: .96; }
  50% { opacity: 1; scale: 1.04; }
}

.bc-mini-card {
  position: relative;
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .35s ease, translate .35s ease;
}

.bc-mini-card::after {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 1;
  right: 16px;
  top: 16px;
  opacity: .34;
  background: linear-gradient(135deg, var(--bc-primary), var(--bc-gold));
  clip-path: polygon(50% 0, 59% 40%, 100% 50%, 59% 60%, 50% 100%, 41% 60%, 0 50%, 41% 40%);
}

.bc-form-card {
  background:
    radial-gradient(circle at 92% 8%, rgba(233,199,206,.24), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,255,255,.64));
}

.bc-preview-card {
  background:
    radial-gradient(circle at 50% 42%, rgba(233,199,206,.24), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.66));
  box-shadow:
    0 28px 72px rgba(146,108,119,.14),
    0 0 0 1px rgba(255,255,255,.42) inset;
}

.bc-preview {
  box-shadow:
    0 0 0 1px rgba(255,255,255,.72) inset,
    0 22px 54px rgba(146,108,119,.1);
}

.bc-preview__image-wrap {
  box-shadow:
    0 22px 48px rgba(146,108,119,.12),
    0 0 42px rgba(233,199,206,.18);
}

.bc-map::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 5%;
  bottom: 20%;
  left: 48%;
  width: 2px;
  pointer-events: none;
  transform: translateX(-50%);
  opacity: .24;
  background: linear-gradient(
    180deg,
    var(--bc-chakra-sahasrara),
    var(--bc-chakra-ajna) 14%,
    var(--bc-chakra-vishuddha) 30%,
    var(--bc-chakra-anahata) 48%,
    var(--bc-chakra-manipura) 64%,
    var(--bc-chakra-svadhisthana) 80%,
    var(--bc-chakra-muladhara)
  );
  box-shadow: 0 0 12px rgba(255,255,255,.78), 0 0 24px rgba(201,139,150,.28);
  animation: bc-energy-axis 4.8s ease-in-out infinite;
}

@keyframes bc-energy-axis {
  0%, 100% { opacity: .18; filter: blur(.2px); }
  50% { opacity: .42; filter: blur(.8px); }
}

.bc-map::after {
  z-index: 2;
}

.bc-result-card {
  background:
    radial-gradient(circle at 88% 12%, rgba(216,190,160,.18), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,255,255,.62));
}

.bc-result__group {
  box-shadow: 0 12px 28px rgba(146,108,119,.07);
  transition: border-color .3s ease, box-shadow .3s ease, translate .3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .bc-card:hover {
    translate: 0 -3px;
    border-color: rgba(201,139,150,.28);
    box-shadow: 0 24px 60px rgba(146,108,119,.16);
  }

  .bc-mini-card:hover,
  .bc-result__group:hover {
    translate: 0 -2px;
    border-color: rgba(201,139,150,.26);
    box-shadow: 0 18px 38px rgba(146,108,119,.11);
  }
}

@media (max-width: 820px) {
  .bc-hero::before {
    width: 520px;
    right: -340px;
    top: -300px;
  }

  .bc-hero::after {
    right: 8%;
    top: 14%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .bc-reveal {
    opacity: 1;
    transform: none;
  }

  .bc-card:hover,
  .bc-mini-card:hover,
  .bc-result__group:hover {
    translate: none;
  }
}

.analytics-consent { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 120; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 860px; margin-inline: auto; padding: 18px 20px; border: 1px solid rgba(255,255,255,.18); background: rgba(37,35,31,.96); color: #fffdf8; box-shadow: 0 18px 60px rgba(0,0,0,.25); }
.analytics-consent p { display: grid; gap: 4px; margin: 0; }
.analytics-consent span { color: rgba(255,255,255,.68); font-size: 12px; }
.analytics-consent div { display: flex; gap: 8px; }
.analytics-consent button { min-height: 40px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fffdf8; cursor: pointer; white-space: nowrap; }
.analytics-consent button:last-child { background: #fffdf8; color: #25231f; }
@media (max-width: 640px) { .analytics-consent { align-items: stretch; flex-direction: column; } .analytics-consent div { display: grid; grid-template-columns: 1fr 1fr; } }

/* Search cluster content: keeps the calculator useful before and after the form. */
.bc-section--seo { padding-top: 12px; padding-bottom: clamp(72px, 9vw, 118px); }
.bc-seo-heading { display: grid; grid-template-columns: minmax(0, .8fr) minmax(280px, 1.2fr); gap: clamp(28px, 5vw, 72px); align-items: end; margin-bottom: clamp(32px, 5vw, 58px); }
.bc-seo-heading .bc-eyebrow { grid-column: 1 / -1; margin-bottom: -14px; }
.bc-seo-heading h2,
.bc-seo-faq h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(46px, 6vw, 74px); font-weight: 500; line-height: .92; }
.bc-seo-heading p { margin: 0; color: var(--bc-text-soft); font-size: clamp(16px, 1.6vw, 19px); line-height: 1.7; }
.bc-seo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bc-seo-card { min-width: 0; padding: clamp(26px, 3vw, 38px); }
.bc-seo-card > span { color: var(--bc-primary); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.bc-seo-card h3 { margin: 22px 0 12px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(34px, 3.2vw, 46px); font-weight: 500; line-height: 1; }
.bc-seo-card p { margin: 0; color: var(--bc-text-soft); line-height: 1.7; }
.bc-seo-card a { display: inline-block; margin-top: 22px; color: var(--bc-text); text-decoration: underline; text-underline-offset: 5px; }
.bc-seo-faq { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(32px, 6vw, 82px); margin-top: 20px; padding: clamp(28px, 4vw, 48px); }
.bc-seo-faq__list details { border-top: 1px solid var(--bc-card-border); }
.bc-seo-faq__list details:last-child { border-bottom: 1px solid var(--bc-card-border); }
.bc-seo-faq__list summary { padding: 20px 34px 20px 0; cursor: pointer; font-weight: 600; }
.bc-seo-faq__list p { margin: 0; padding: 0 28px 22px 0; color: var(--bc-text-soft); line-height: 1.65; }

@media (max-width: 820px) {
  .bc-seo-heading,
  .bc-seo-faq { grid-template-columns: 1fr; }
  .bc-seo-heading .bc-eyebrow { grid-column: auto; margin-bottom: -8px; }
  .bc-seo-grid { grid-template-columns: 1fr; }
}

/* v13 — compact editorial flow aligned with the main MICA PLACE storefront. */
.bc-page-glow,
body::before,
body::after,
.bc-hero::before,
.bc-hero::after,
.bc-card::before,
.bc-btn--primary::after,
.bc-card--hero-side::after,
.bc-mini-card::after {
  display: none;
}

.bc-hero {
  padding: clamp(52px, 7vw, 92px) 0 clamp(44px, 6vw, 72px);
  overflow: clip;
}

.bc-hero__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}

.bc-hero__copy {
  min-width: 0;
  padding-top: clamp(28px, 4vw, 58px);
}

.bc-eyebrow {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
}

.bc-eyebrow::before {
  width: 6px;
  height: 6px;
  box-shadow: none;
}

.bc-hero__title {
  max-width: 720px;
  margin-top: 24px;
  font-size: clamp(58px, 7.2vw, 104px);
  font-weight: 500;
  line-height: .88;
}

.bc-hero__text {
  max-width: 660px;
  margin-top: 28px;
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.7;
}

.bc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.bc-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 42px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(37, 35, 31, .16);
  list-style: none;
}

.bc-hero__facts li {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding-right: 18px;
}

.bc-hero__facts strong {
  color: var(--bc-text);
  font-size: 13px;
  font-weight: 600;
}

.bc-hero__facts span {
  color: var(--bc-text-soft);
  font-size: 11px;
  line-height: 1.45;
}

.bc-card {
  border-color: rgba(37, 35, 31, .14);
  border-radius: 3px;
  background: rgba(255, 253, 249, .72);
  box-shadow: none;
  backdrop-filter: none;
}

.bc-card--hero-visual {
  display: grid;
  grid-template-rows: minmax(320px, 1fr) auto;
  min-width: 0;
  margin: 0;
  background: #eee8de;
}

.bc-hero-visual__image {
  min-height: 0;
  overflow: hidden;
}

.bc-hero-visual__image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: 50% 18%;
  filter: saturate(.82) contrast(.96);
}

.bc-card--hero-visual figcaption {
  display: grid;
  gap: 7px;
  padding: 24px 26px 26px;
  border-top: 1px solid rgba(37, 35, 31, .12);
  background: #fbf8f2;
}

.bc-card--hero-visual figcaption span,
.bc-step {
  color: #a7646b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.bc-card--hero-visual figcaption strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.bc-card--hero-visual figcaption p {
  color: var(--bc-text-soft);
  font-size: 13px;
  line-height: 1.55;
}

#calculation,
#jewelry-path {
  scroll-margin-top: 96px;
}

.bc-section--calculator {
  padding: clamp(64px, 8vw, 108px) 0 clamp(72px, 9vw, 118px);
  border-top: 1px solid rgba(37, 35, 31, .14);
  background: rgba(255, 253, 249, .44);
}

.bc-section-intro {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(280px, 1.22fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 60px);
}

.bc-section-intro .bc-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.bc-section-intro h2 {
  max-width: 620px;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 500;
  line-height: .92;
}

.bc-section-intro p {
  max-width: 680px;
  color: var(--bc-text-soft);
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.72;
}

.bc-layout {
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 18px;
}

.bc-card--hero,
.bc-card--hero-side,
.bc-form-card,
.bc-preview-card,
.bc-result-card {
  padding: clamp(24px, 3.2vw, 40px);
}

.bc-form-card {
  background: #fbf8f2;
}

.bc-form-card .bc-card__title {
  margin-top: 14px;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 500;
}

.bc-form-grid--single {
  gap: 20px;
}

.bc-preview-card {
  background: #eee8de;
  box-shadow: none;
}

.bc-preview-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.bc-preview-card__head p {
  max-width: 440px;
  color: var(--bc-text-soft);
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.bc-preview {
  border-radius: 2px;
  box-shadow: none;
}

.bc-result-card {
  background: #fbf8f2;
}

.bc-seo-heading h2,
.bc-seo-faq h2 {
  font-weight: 500;
}

.bc-seo-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  border-top: 3px solid #b8787f;
  background: #fbf8f2;
}

.bc-seo-card h3 {
  max-width: 310px;
}

.bc-seo-card a {
  margin-top: auto;
  padding-top: 28px;
  text-decoration: none;
}

.bc-seo-card a:hover {
  color: #a7646b;
}

.bc-seo-faq {
  margin-top: 18px;
  background: #eee8de;
}

@media (hover: hover) and (pointer: fine) {
  .bc-card:hover,
  .bc-mini-card:hover,
  .bc-result__group:hover {
    translate: none;
    border-color: rgba(37, 35, 31, .22);
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .bc-hero__grid,
  .bc-section-intro,
  .bc-layout {
    grid-template-columns: 1fr;
  }

  .bc-hero__grid {
    gap: 42px;
  }

  .bc-hero__copy {
    padding-top: 0;
  }

  .bc-section-intro .bc-eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .bc-card--hero-visual {
    grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr);
    grid-template-rows: none;
  }

  .bc-card--hero-visual figcaption {
    align-content: end;
    border-top: 0;
    border-left: 1px solid rgba(37, 35, 31, .12);
  }
}

@media (max-width: 640px) {
  .bc-hero {
    padding-top: 42px;
  }

  .bc-hero__title {
    font-size: clamp(52px, 17vw, 72px);
  }

  .bc-hero__actions,
  .bc-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bc-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .bc-hero__facts {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bc-card--hero-visual {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(280px, 62vw) auto;
  }

  .bc-card--hero-visual figcaption {
    border-top: 1px solid rgba(37, 35, 31, .12);
    border-left: 0;
  }

  .bc-hero-visual__image img {
    min-height: 0;
  }

  .bc-section-intro h2,
  .bc-seo-heading h2,
  .bc-seo-faq h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .bc-preview-card__head {
    display: grid;
    gap: 8px;
  }

  .bc-preview-card__head p {
    text-align: left;
  }

  .bc-seo-card {
    min-height: 0;
  }
}
